:root {
  --elements-webflow-library-neutral--800: #211f54;
  --yellow-green: #a3c500;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--700: #4a4566;
  --elements-webflow-library-general--shadow-02: #14142b14;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--100: white;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --untitled-ui-primary50: #f9f5ff;
  --elements-webflow-library-neutral--400: #dcddeb;
  --elements-webflow-library-general--shadow-01: #14142b0f;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-gray500: #667085;
  --untitled-ui-warning300: #fec84b;
  --combine-library-grey-800: #1f2c3d;
  --combine-library-grey-600: #5f6570;
  --combine-library-white: #cadfae;
  --combine-library-grey-050: #f2f3f7;
  --combine-library-primary-200: #9e97ff;
  --elements-webflow-library-neutral--500: #a0a3bd;
  --elements-webflow-library-general--shadow-03: #14142b1a;
  --untitled-ui-primary800: #53389e;
  --alley-component-library-blue--900: #5167f6;
  --alley-component-library-blue--800: #6478f7;
  --alley-component-library-blue--700: #7788f8;
  --alley-component-library-gray--900: #131316;
  --combine-library-primary-600: #6157f8;
  --combine-library-secondary-600: #00a1c1;
  --combine-library-warning-400: #f8b34b;
  --untitled-ui-primary500: #9e77ed;
  --combine-library-grey-200: #bfc4ce;
  --alley-component-library-gray--0: #dedfe3;
}
.three-by-four-column {
    width: 60%;
}
.sublist{
    margin-left: 33px !important;
}
.eng-para{
    margin-top:25px !important;
}
@media screen and (max-width: 479px) {
    .three-by-four-column{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 991px) {
    .three-by-four-column {
        width: 100%;
    }
}
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

ul.i-list {
    list-style: none;
}
.divider {
    height: 20px;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}
h1.small-head {
    font-size: 60px;
}
@media screen and (max-width: 999px) {
h1.small-head {
    font-size: 30px !important;
    line-height: 40px !important;
}
}
.hero-flex.inside-hero h1{
    text-align:center;
}

h2 {
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
  font-family: Montserrat, sans-serif;
  line-height: 35px;
  position: relative;
  
    
}

p {
  text-align: justify;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  background-image: url('../images/check-hexagon-svgrepo-com-4.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 5px;
  padding-left: 33px;
  font-size: 15px;
  line-height: 25px;
}

.header-section {
  flex-direction: column;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-big-nav-link {
  color: var(--elements-webflow-library-neutral--800);
  padding: 0;
  font-size: 40px;
  line-height: 42px;
  transition: color .3s;
}

.brix---header-big-nav-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-list-item-hamburger-desktop {
  margin-bottom: 24px;
  padding-left: 0;
}

.brix---dropdown-link-big {
  color: var(--elements-webflow-library-neutral--700);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 28px;
  line-height: 36px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-big:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid-big {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-card-desktop {
  background-color: #0000;
  top: 32px;
  overflow: visible;
}

.brix---dropdown-column-wrapper-hamburger {
  background-color: #0000;
  padding-top: 32px;
  position: static;
}

.brix---dropdown-chevron-big {
  width: 28px;
  margin-left: 10px;
}

.brix---dropdown-toggle-big-link {
  align-items: center;
  padding: 0;
  font-size: 40px;
  line-height: 42px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-big-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-menu-hamburger-desktop {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---container-default-center {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-hamburger-desktop-wrapper {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  padding: 44px 24px;
}

.brix---header-right-col {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  display: flex;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  width: 30%;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default {
  width: 95%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library-neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.uui-heroheader01_pattern-image {
  width: 18.625rem;
  position: absolute;
  top: -6%;
  right: -21%;
}

.uui-heroheader01_fileupload-image2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
}

.uui-heroheader01_fileupload-image1 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
  margin-bottom: .75rem;
}

.uui-heroheader01_fileupload-image-wrapper {
  width: 23rem;
  position: absolute;
  inset: auto auto 5% -16%;
}

.uui-heroheader01_image {
  object-fit: cover;
  border-top-left-radius: 10rem;
  width: 100%;
  height: 40rem;
}

.uui-heroheader01_image-wrapper {
  position: relative;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader01_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader01 {
  overflow: hidden;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: #000;
  border-bottom: 2px solid #0000;
  margin-right: 25px;
  padding: 10px 0 2px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.brix---header-nav-link:hover, .brix---header-nav-link.w--current {
  color: #8cc63e;
  border-bottom-color: #8cc63e;
}

.brix---header-nav-link.drop {
  align-items: center;
  margin-right: 20px;
  padding-bottom: 2px;
  padding-right: 23px;
  display: flex;
}

.brix---header-nav-link.course-drop {
  width: 12%;
  padding-bottom: 10px;
  display: flex;
}

.brix---header-nav-link.course-drop.hide {
  display: none;
}

.brix---header-nav-link.drop-copy {
  align-items: center;
  margin-right: 10px;
  padding-bottom: 2px;
  padding-right: 8px;
  display: flex;
}

.brix---header-nav-list-item {
  color: #000;
  margin-bottom: 0;
  padding-left: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.brix---header-nav-list-item.drop {
  color: #000;
  font-size: 18px;
}

.brix---header-nav-list-item.drop:hover {
  color: #338dff;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  color: #fff;
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.brix---header-menu-wrapper {
  width: 90%;
  display: flex;
}

.brix---header-content-wrapper-v9 {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.brix---social-icon-square-30px {
  background-color: var(--elements-webflow-library-secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---mbl-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---top-header-left-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---link-text {
  transition: color .3s;
  display: inline-block;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---mg-left-24px---mg-top-16px-mbp {
  margin-left: 24px;
}

.brix---top-header-right-col {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---grid-header-top {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---header-top-wrapper {
  border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
  padding-top: 22px;
  padding-bottom: 22px;
}

.brix---header-wrapper-v9 {
  overflow-wrap: normal;
  object-fit: fill;
  background-color: #ddd0;
  background-image: linear-gradient(#fff 80%, #0000 92%);
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.icon {
  margin-right: 10px;
}

.hero-header-wrapper {
  z-index: 2;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  min-height: 70vh;
  position: relative;
}

.hero-header-wrapper.inside-header-wrapper {
  justify-content: flex-start;
  align-items: center;
  min-height: 65vh;
  padding-top: 40px;
  display: flex;
}

.hero-header-wrapper.inside-course {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  min-height: 70vh;
}

.hero-wrapper {
  background-image: url('../images/_edge-image.svg'), linear-gradient(162deg, #fff, #fff0 61%), url('../images/11a.-Job-Seekers-----1st-Pic-1.jpg');
  background-position: 100% 104%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  min-height: 70vh;
  margin-top: 146px;
  display: flex;
}

.hero-wrapper.inside-wrapper {
  background-image: linear-gradient(#fff, #0000 52%), url('../images/_edge-image.svg'), linear-gradient(#00000080, #00000080), url('../images/Inside-banner.jpg');
  background-position: 0 0, 50% 104%, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  min-height: 50vh;
}

.hero-wrapper.inside-wrapper.about {
  background-image: url('../images/bgn-map-bottom.png'), linear-gradient(#fff, #0000 52%), linear-gradient(#00000075, #00000075), url('../images/Hero-Banner-2.jpg');
  background-position: 100% 100%, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
}

.hero-wrapper.inside-wrapper.ea {
  background-image: url('../images/_edge-image.svg'), linear-gradient(#0006, #0006), linear-gradient(#0000, #0000), url('../images/6a.-Employment-Agency-1st-Pic-1.jpg');
  background-position: 50% 100%, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
}

.hero-wrapper.inside-wrapper.out {
  background-image: linear-gradient(#00000057 36%, #0000 59%), url('../images/_edge-image.svg'), linear-gradient(#0003, #0003), linear-gradient(#0000, #0000), url('../images/9a.Outsourcing-1.jpg');
  background-position: 0 0, 50% 100%, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
}

.hero-wrapper.inside-wrapper.cp {
  background-image: linear-gradient(#00000057, #0000 59%), url('../images/_edge-image.svg'), linear-gradient(#0006, #0006), linear-gradient(#0000, #0000), url('../images/4a.-Clients--Projects-1st-Pic-1.jpg');
  background-position: 0 0, 50% 100%, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
}

.hero-wrapper.inside-wrapper.train {
  background-image: linear-gradient(#00000057, #0000 59%), url('../images/_edge-image.svg'), linear-gradient(#0003, #0003), linear-gradient(#0000, #0000), url('../images/7a.-Training------------1st-Pic-1.jpg');
  background-position: 0 0, 50% 100%, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
}

.hero-wrapper.inside-wrapper.testi {
  background-image: linear-gradient(#00000057, #0000 59%), url('../images/_edge-image.svg'), linear-gradient(#0006, #0006), linear-gradient(#0000, #0000), url('../images/5a.-Testimonials-----1st-pic-1.jpg');
  background-position: 0 0, 50% 100%, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
}

.hero-wrapper.inside-wrapper.consult {
  background-image: linear-gradient(#fff, #0000 20%), url('../images/_edge-image.svg'), linear-gradient(#0000004f, #0000004f), linear-gradient(#0000, #0000), url('../images/8a.-Consulation-1st-Pic-1.jpg');
  background-position: 0 0, 50% 100%, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
}

.hero-wrapper.inside-wrapper.cp-copy {
  background-image: linear-gradient(#00000057, #0000 59%), url('../images/_edge-image.svg'), linear-gradient(#0006, #0006), linear-gradient(#0000, #0000), url('../images/3a.-Acreditation-1st-Pic-1.jpg');
  background-position: 0 0, 50% 100%, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
}

.hero-wrapper.inside-wrapper.au {
  background-image: linear-gradient(#00000057, #0000 59%), url('../images/_edge-image.svg'), linear-gradient(#0003, #0003), linear-gradient(#00000030, #00000030), url('../images/11a.-Job-Seekers-----1st-Pic-1.jpg');
  background-position: 0 0, 50% 100%, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
}

.hero-wrapper.inside-wrapper.js {
  background-image: url('../images/_edge-image.svg'), linear-gradient(#0006, #0006), url('../images/11a.-Job-Seekers-----1st-Pic-1.jpg');
  background-position: 100% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: contain, auto, cover;
}

.hero-wrapper.inside-wrapper.terms {
  background-image: linear-gradient(#fff, #0000 25%), url('../images/_edge-image.svg'), linear-gradient(#0000005e, #0000005e), linear-gradient(#0000, #0000), url('../images/Inside-banner.jpg');
  background-position: 0 0, 50% 100%, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
}

.hero-wrapper.inside-wrapper.pdpa {
  background-image: linear-gradient(#fff, #0000 20%), url('../images/_edge-image.svg'), linear-gradient(#0000004f, #0000004f), linear-gradient(#0000, #0000), url('../images/Inside-banner.jpg');
  background-position: 0 0, 50% 100%, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
}

.hero-wrapper.inside-wrapper.cu {
  background-image: linear-gradient(#fff, #0000 23%), url('../images/_edge-image.svg'), linear-gradient(#0000005e, #0000005e), linear-gradient(#0000, #0000), url('../images/6a.-Employment-Agency-1st-Pic-1.jpg');
  background-position: 0 0, 50% 100%, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
}

.hero-wrapper.inside-wrapper.crane {
  background-image: linear-gradient(#fff3, #0000 59%), url('../images/_edge-image.svg'), linear-gradient(#0003, #0003), linear-gradient(#0000, #0000), url('../images/E3.-Workshop-to-Enhance-the-Safety-of-Crane-Operators-WESCO-2.jpg');
  background-position: 0 0, 50% 100%, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
}

.hero-wrapper.inside-wrapper.mewp {
  background-image: linear-gradient(#fff, #0000 26%), url('../images/_edge-image.svg'), linear-gradient(#00000080, #00000080), url('../images/6a.-Employment-Agency-1st-Pic-1.jpg');
  background-position: 0 0, 50% 100%, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
}

.hero-wrapper.course-wrapper {
  background-image: linear-gradient(#fff, #0000 52%), url('../images/_edge-image.svg'), linear-gradient(#00000080, #00000080), url('../images/Inside-banner.jpg');
  background-position: 0 0, 100% 102%, 0 0, 0%;
  background-repeat: repeat, no-repeat, repeat, no-repeat;
  background-size: auto, contain, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  min-height: 50vh;
}

.hero-wrapper.course-wrapper.about {
  background-image: url('../images/bgn-map-bottom.png'), linear-gradient(#fff, #0000 52%), linear-gradient(#00000075, #00000075), url('../images/Hero-Banner-2.jpg');
  background-position: 100% 100%, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
}

.hero-wrapper.course-wrapper.cmr {
  background-image: linear-gradient(#0003, #0000 52%), url('../images/_edge-image.svg'), linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/10b.-Coretrade-1.jpg');
  background-position: 0 0, 100% 102%, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: auto, contain, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
}

.container {
  width: 95%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.container.mid-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.scontainer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  display: flex;
}

.container.course-ontainer {
  width: 100%;
  max-width: 1350px;
}

.flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.flex-wrapper.mid-flex {
  justify-content: center;
  align-items: center;
}

.hero-content-wrapper {
  width: 50%;
}

.hero-content-wrapper.main {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 68%;
  padding-top: 20px;
  display: flex;
}

.hero-content-wrapper.inside {
  width: 95%;
  height: 100%;
  padding-top: 0;
}

.hero-content {
  color: #797979;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.hero-button {
  color: #000;
  border: 3px solid #029e11;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 190px;
  padding: 12px 18px 12px 23px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.hero-button:hover {
  color: #fff;
}

.hero-button.quote-button {
  background-color: #fff;
  width: auto;
}

.hero-button.hide {
  display: none;
}

.hero-button.white-button {
  color: #000;
  background-color: #0000;
  background-image: url('../images/BG--Button-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
  border-style: none;
  padding-left: 31px;
  font-size: 14px;
  font-weight: 700;
  transition-property: all;
  transition-duration: .3s;
}

.hero-button.white-button:hover {
  color: #fff;
  background-image: url('../images/Outline-white.png');
}

.hero-button.main-button {
  color: #fff;
  background-image: url('../images/Green--Outline-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 61px;
  margin-top: 0;
  padding: 0;
  font-size: 14px;
}

.hero-button.main-button:hover {
  background-image: url('../images/Green-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
}

.hero-button.sbutton {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #0000;
  transition-property: all;
  transition-duration: .3s;
}

.hero-button.sbutton:hover {
  color: #fff;
  background-color: #0000;
  border-style: solid;
  border-color: #029e11;
}

.hero-button.sub-button {
  background-image: url('../images/Green--Outline-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
  border-style: none;
  width: 186px;
  height: 61px;
  margin-right: 20px;
  padding-left: 27px;
  font-size: 14px;
}

.hero-button.sub-button:hover {
  background-image: url('../images/Green-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
}

.hero-button.white-button-2 {
  color: #000;
  background-color: #0000;
  background-image: url('../images/BG--Button-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
  border-style: none;
  padding-left: 31px;
  font-size: 14px;
  font-weight: 700;
  transition-property: all;
  transition-duration: .3s;
}

.hero-button.white-button-2:hover {
  color: #fff;
  background-image: url('../images/Outline-white.png');
}

.hero-button.fill-button {
  color: #fff;
  background-image: url('../images/Green-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
  border-style: none;
  width: 186px;
  height: 61px;
  padding-left: 27px;
  font-size: 14px;
  font-weight: 600;
}

.hero-button.fill-button:hover {
  color: #000;
  background-image: url('../images/Green--Outline-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
}

.hero-button.white-button-copy {
  color: #000;
  background-color: #0000;
  background-image: url('../images/BG--Button-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
  border-style: none;
  font-size: 14px;
  font-weight: 700;
  transition-property: all;
  transition-duration: .3s;
}

.hero-button.white-button-copy:hover {
  color: #fff;
  background-image: url('../images/Outline-white.png');
}

.hero-button.cta-button {
  color: #000;
  background-color: #0000;
  background-image: url('../images/Green--Outline-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
  border-style: none;
  padding-left: 31px;
  font-size: 14px;
  font-weight: 700;
  transition-property: all;
  transition-duration: .3s;
}

.hero-button.cta-button:hover {
  color: #fff;
  background-image: url('../images/Green-Button.png');
}

.hero-button.reg-button {
  color: #fff;
  background-image: url('../images/Green-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
  border-style: none;
  width: 219px;
  height: 61px;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 600;
}

.hero-button.reg-button:hover {
  color: #000;
  background-image: url('../images/Green--Outline-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
}

.hero-button.r-button {
  z-index: 6;
  color: #fff;
  background-image: url('../images/Green-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  justify-content: center;
  width: 290px;
  height: 95px;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  position: relative;
}

.hero-button.r-button:hover {
  color: #fff;
  background-image: url('../images/Green--Outline-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-button.course-button {
  color: #fff;
  background-image: url('../images/Green-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
  border-style: none;
  width: 219px;
  height: 61px;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 600;
}

.hero-button.course-button:hover {
  color: #000;
  background-image: url('../images/Green--Outline-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
}

.hero-button.mid-button {
  color: #fff;
  text-align: center;
  background-image: url('../images/Green-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 201px 70px;
  border-style: none;
  justify-content: center;
  width: 208px;
  height: 70px;
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.hero-button.mid-button:hover {
  color: #000;
  background-image: url('../images/Green--Outline-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
}

.button-content {
  color: #000;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.button-content.dark-btext {
  color: #000;
  font-weight: 600;
}

.button-content.main-cbutton, .button-content.white-bcontent {
  color: #fff;
}

.button-icon {
  width: 30px;
  height: 30px;
  display: block;
}

.button-icon.black {
  color: #000;
}

.button-icon.black:hover {
  color: #fff;
}

.hero-man {
  z-index: 5;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 47%;
  height: 600px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-shape-1 {
  background-image: url('../images/hexagon-blue-huge.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 569px;
  position: absolute;
  inset: -1% auto auto -4%;
}

.hero-image {
  z-index: 1;
  background-image: url('../images/img-slider-03-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 580px;
  position: absolute;
}

.hero-image._2 {
  background-image: url('../images/img-slider-01.png');
}

.hero-image._3 {
  background-image: url('../images/img-slider-02.png');
}

.hero-shape-2 {
  width: 50%;
  height: 160px;
  position: absolute;
  inset: auto 0% 33% auto;
}

.slider {
  background-color: #0000;
  min-height: 90vh;
  display: flex;
  top: auto;
}

.slide {
  z-index: 99999;
}

.slide.first {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.slider-wrapper {
  align-items: center;
  display: none;
}

.right-arrow {
  display: none;
}

.hero-cta {
  color: #fff;
  background-image: url('../images/Green-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 180px 50px;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 50px;
  padding: 10px 17px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.hero-cta:hover {
  color: #000;
  background-color: #0000;
  background-image: url('../images/Green--Outline-Button.png');
}

.hero-cta.hide {
  display: none;
}

.cta-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.left-arrow {
  display: none;
}

.slide-nav {
  padding-left: 34px;
  display: flex;
  inset: auto auto 2% 3%;
}

.hero-container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2:hover {
  color: #a3c500;
}

.uui-text-size-medium {
  color: #000000b5;
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  line-height: 1.5;
}

.uui-text-size-medium.mid-medium-info {
  text-align: center;
  margin-bottom: 20px;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui-gray900);
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui-primary50);
  background-color: var(--untitled-ui-primary100);
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout93_item {
  flex-direction: column;
  align-items: center;
}

.uui-layout93_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-layout93_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.content-wrapper {
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
}

.content-wrapper.bg-1 {
  background-color: #f5f5f5;
  background-image: url('../images/top-cover-curved.png'), url('../images/white-curve-bottom-right-with-hexagon-wide.png');
  background-position: 50% 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
}

.content-wrapper.relative {
  position: relative;
  top: -38px;
}

.content-wrapper.quote-wrapper {
  background-image: url('../images/gray-curve-top-left-small.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.content-wrapper.bg-2 {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 60px;
}

.content-wrapper.bg3 {
  background-color: #f5f5f5;
  background-image: url('../images/bgn-footer-top.png'), url('../images/white-curve-bottom-right-with-hexagon-wide.png');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
}

.content-wrapper.t-wrapper {
  background-color: #f5f5f5;
  background-image: url('../images/hexagon-gray-small.png'), url('../images/white-curve-bottom-right.png');
  background-position: 100% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-bottom: 0;
}

.content-wrapper.t-wrapper.hide {
  display: none;
}

.content-wrapper.no-tpadding {
  padding-top: 0;
}

.content-wrapper.no-tpadding.hide {
  display: none;
}

.content-wrapper.choose-wrapper {
  background-color: #f5f5f5;
  background-image: url('../images/top-cover-curved-Buttom.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.content-wrapper.choose-wrapper.hide {
  display: none;
}

.content-wrapper.contact-wrapper {
  padding-top: 10px;
  position: relative;
}

.content-wrapper.footer-cta {
  padding-top: 0;
  display: none;
}

.content-wrapper.course-wrapper {
 padding-top: 20px;
    padding-bottom: 0px;
}

.content-wrapper.course-wrapper.no-bpadding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-wrapper.values.hide {
  display: none;
}

.content-wrapper.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.content-wrapper.no-padding.bg {
  background-color: #e5e5e5;
  background-image: url('../images/top-cover-curved-Buttom.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-wrapper.mobile {
  display: none;
}

.content-wrapper.who-wrapper {
  background-color: #f5f5f5;
  background-image: url('../images/top-cover-curved-Buttom.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

.content-wrapper.accreditation-about {
  padding-top: 0;
}

.content-wrapper.accreditation-about.hide {
  display: none;
}

.content-wrapper.top30 {
  padding-top: 30px;
}

.content-wrapper.forklift-wrapper {
  padding-top: 60px;
  padding-bottom: 0;
}

.content-wrapper.forklift-wrapper.no-bpadding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-wrapper.no-bpadding {
  padding-bottom: 0;
}

.uui-button-icon-2 {
  color: #000000b5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: #6b6b6b;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

.uui-button-link:hover {
  color: #a3c500;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 1.7rem;
}

.icon-featured-square-large {
  color: var(--untitled-ui-white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.uui-layout72_item-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout72_item {
  z-index: 5;
  background-image: url('../images/hexagon-Gray-huge.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 248px;
  padding: 0 2rem;
  display: flex;
  position: relative;
}

.uui-layout72_item:hover {
  color: #a3c500;
}

.uui-layout72_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.uui-layout54_logo {
  height: 2.5rem;
}

.uui-layout54_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-layout54_content {
  width: 50%;
}

.uui-layout54_content.width55 {
  width: 55%;
}

.uui-layout54_content.mid {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-layout54_image {
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .5rem;
  width: 100%;
}

.uui-layout54_image.shadow-xlarge {
  border-style: none;
}

.uui-layout54_image-wrapper {
  flex-direction: column;
  align-items: center;
  width: 45%;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout54_image-wrapper.small {
  width: 30%;
}

.uui-layout54_image-wrapper.about-image {
  z-index: 2;
  flex-direction: column;
  height: 620px;
  padding: 0;
  top: 24px;
}

.uui-layout54_image-wrapper.hexa-image-2 {
  z-index: 3;
  color: #fff;
  background-image: url('../images/hexagon-blue-huge-New.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 350px;
  justify-content: center;
  align-items: center;
  width: 98%;
  height: 440px;
  padding: 0 4rem;
}

.uui-layout54_image-wrapper.image-2 {
  background-image: url('../images/Image-3.png'), url('../images/hexagon-orange-huge.png');
  background-position: 50% 94%, 50% 24%;
  background-repeat: no-repeat, no-repeat;
  background-size: 490px, 468px;
  width: 45%;
  height: 620px;
  padding: 0;
}

.uui-layout54_image-wrapper.under {
  z-index: 2;
  flex-direction: column;
  height: 553px;
  padding: 0;
}

.uui-layout54_image-wrapper.career-image {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  height: 560px;
  padding: 0;
}

.uui-layout54_image-wrapper.employ-image {
  z-index: 2;
  flex-direction: column;
  height: 580px;
  padding: 0;
}

.uui-layout54_image-wrapper.under-image {
  z-index: 2;
  flex-direction: column;
  height: 620px;
  padding: 0;
}

.uui-layout54_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.shape-blue-small {
  z-index: 2;
  position: absolute;
  inset: auto auto 12% 9%;
}

.div-block {
  min-height: 100px;
}

.div-block-2 {
  background-color: #000;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  width: 40%;
}

.quote-header-box {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.quote-content-box {
  width: 66%;
  margin-bottom: 20px;
}

.accent-text-header {
  border-bottom: 10px #000;
  border-radius: 20px;
}

.header-line {
  background-color: #3b88ff;
  border-radius: 20px;
  width: 170px;
  height: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.header-line.l2 {
  width: 250px;
  left: 52%;
  right: 0%;
}

.header-line.l3 {
  width: 227px;
  inset: auto auto 0% 9%;
}

.header-line.l4 {
  width: 165px;
  left: 55%;
  right: -2%;
}

.header-line.l5 {
  width: 165px;
  inset: auto -2% 0% 51%;
}

.header-line.black-line {
  background-color: #029e11;
  width: 300px;
  display: none;
  inset: auto 9% 18% auto;
}

.header-box {
  position: relative;
}

.header-box.get {
  width: 60%;
}

.header-box.hide {
  display: none;
}

.header-box.bmargin30 {
  margin-bottom: 30px;
}

.header-box.mid-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.header-box.footer-form-cbox {
  width: 50%;
}

.mid-heading {
  text-align: center;
}

.mid-heading.bmargin {
  margin-bottom: 60px;
}

.center-content {
  text-align: center;
}

.serve-flex-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: none;
}

.package-box {
  border-radius: 6px;
  width: 18%;
  height: 290px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.package-box.p1 {
  background-image: url('../images/img-quotes.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.overlay-box {
  background-color: #000000d6;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-buton {
  color: #fff;
  align-items: center;
  padding: 20px 40px 20px 20px;
  font-size: 20px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.hero-buton.package-button {
  color: #fff;
  border: 3px #a50022;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.button-icon-2 {
  width: 35px;
  height: 35px;
  margin-left: 10px;
}

.we-work-wrapper {
  width: 100%;
}

.we-work-box {
  width: 30%;
  height: 330px;
}

.we-work-image {
  height: 229px;
}

.we-work-image.ww-image {
  background-image: url('../images/img-building-better.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  display: flex;
}

.ww-sbox {
  background-color: #fff;
  border-radius: 0;
  width: 210px;
  height: 80px;
  margin: 193.609px -68px -32px 0;
  padding-top: 35.008px;
  padding-left: 26.4px;
  padding-right: 26.4px;
  transform: skew(0deg);
}

.brix---text-300-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---link-wrapper-color-primary {
  color: var(--elements-webflow-library-accent--primary-1);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

.brix---heading-h3-size {
  color: #000;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---product-content-v5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---product-card-content-small {
  padding: 24px;
}

.brix---badge-secondary-small {
  border: 1px solid var(--elements-webflow-library-neutral--400);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---badge-wrapper-top-left {
  display: none;
  position: absolute;
  inset: 20px auto auto 20px;
}

.brix---product-card-image-inside-card {
  background-image: url('../images/hexagon-orange-huge-Line-Green.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 220px;
  border-radius: 24px 24px 0 0;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---product-card-wrapper-v1 {
  border: 1px none var(--elements-webflow-library-neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library-neutral--600);
  background-color: #0000;
  border-radius: 0;
  width: 31%;
  height: 100%;
  margin-right: 10px;
  padding: 0 26px 26px;
  text-decoration: none;
  transition: none;
}

.brix---product-card-wrapper-v1:hover {
  transform: scale(.96);
}

.brix---grid-3-columns-gap-row-48px {
  grid-column-gap: 28px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle {
  color: var(--elements-webflow-library-accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.ww-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: none;
}

.shape-1 {
  z-index: 5;
  width: 30%;
  display: block;
  position: absolute;
  inset: auto -5% -14% auto;
}

.uui-testimonial07_slide-nav {
  color: #000;
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.uui-testimonial07_arrow {
  border: 1px solid var(--untitled-ui-gray200);
  color: var(--untitled-ui-gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: none;
  inset: auto 0% 0% auto;
}

.uui-testimonial07_arrow:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-testimonial07_arrow.left {
  display: none;
  right: 4rem;
}

.uui-testimonial07_logo {
  max-height: 3rem;
}

.uui-testimonial07_divider {
  background-color: var(--untitled-ui-gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-heading-tiny {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial07_client-image {
  object-fit: cover;
  border-radius: 0%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-testimonial07_client-image-wrapper {
  margin-right: 1rem;
}

.uui-testimonial07_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-xsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-xsmall.text-weight-medium {
  font-weight: 500;
}

.uui-heading-xsmall.small-text {
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.6;
}

.uui-testimonial07_rating-icon {
  color: var(--untitled-ui-warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial07_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial07_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.uui-testimonial07_slide {
  padding-right: 1rem;
}

.uui-testimonial07_mask {
  width: 50%;
  overflow: visible;
}

.uui-testimonial07_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.combine-chevron-right_icon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-chevron-right_icon.hide {
  display: none;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 58px;
  text-decoration: none;
  display: flex;
}

.combine-button-content:hover {
  color: #000;
}

.combine-button-content.book-button {
  color: #000;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
}

.combine-button-content.black {
  color: #000;
}

.combine-button-icon {
  color: #fff;
  background-image: url('../images/Green-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 170px 50px;
  align-items: center;
  width: 181px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: #029e11;
  background-image: url('../images/Green--Outline-Button.png');
}

.combine-button-icon.offer-button {
  background-size: contain;
  width: 156px;
}

.combine-button-icon.book-now {
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 306px;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.7;
  display: flex;
}

.combine-button-icon.book-now:hover {
  color: #000;
  background-size: 320px;
  width: 310px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.combine-text-size-small {
  color: var(--combine-library-grey-800);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-small.combine-text-color-grey {
  color: var(--combine-library-grey-800);
  height: 79px;
  margin-bottom: 1rem;
  display: none;
}

.combine-text-color-grey {
  color: var(--combine-library-grey-600);
}

.combine-heading-style-h5 {
  color: #000;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

.combine-heading-style-h5.apply {
  height: auto;
}

.combine-heading-style-h5.maxx-h100 {
  height: 50px;
}

.combine-blog1_date {
  color: var(--combine-library-grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-blog1_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.6rem;
  display: flex;
}

.combine-blog1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-blog1_label {
  z-index: 2;
  background-color: var(--combine-library-white);
  color: var(--combine-library-grey-800);
  border-radius: 4rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .25rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.combine-blog1_image-wrapper {
  background-color: #fff;
  width: 100%;
  height: 17rem;
  position: relative;
  overflow: hidden;
}

.combine-blog1_item {
  color: var(--combine-library-grey-800);
  border-radius: 1.25rem;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .25s, transform .25s, color .25s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.combine-blog1_item:hover {
  color: #029e11;
  transform: translate(0, -.75rem);
  box-shadow: 0 16px 20px #8c94a533;
}

.combine-blog1_item.width50 {
  width: 50%;
}

.combine-blog1_item.hide {
  display: none;
}

.combine-blog1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-blog1_component.bmargin30 {
  margin-bottom: 30px;
}

.combine-blog1_component.f-aid, .combine-blog1_component.oil {
  justify-content: center;
  display: flex;
}

.combine-blog1_component.forklift {
  grid-template-rows: auto auto;
}

.combine-container-large {
  width: 95%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px !important;
}

.combine-space-large {
  height: 4rem;
}

.combine-text-size-regular {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center {
  text-align: center;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  border-bottom: 1px solid #00000030;
  padding-top: 4rem;
  padding-bottom: 1.6rem;
}

.combine-padding-global {
  padding: 0;
}

.combine-section_blog1 {
  background-color: var(--combine-library-grey-050);
}

.machine-image.boom-lift {
  background-image: url('../images/A2.-WSQ-Operate-Boom-Lift.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 270px;
}

.machine-image.forklift {
  background-image: url('../images/forklift.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 270px;
}

.machine-image.vertical-p {
  background-image: url('../images/A3.-WSQ-Operate-Vertical-Personnel-Platform.jpg'), linear-gradient(#ffffff75, #ffffff75);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  height: 270px;
}

.machine-image.forklift-with {
  background-image: url('../images/forklift.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 270px;
}

.machine-image.vertical-p-copy {
  background-color: #fff;
  background-image: url('../images/A1.-WSQ-Operate-Scissor-Lift.jpg'), linear-gradient(#ffffff2b, #ffffff2b);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  height: 270px;
}

.hero-info {
  color: #fff;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.hero-flex {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-top: 94px;
  display: flex;
}

.hero-flex.inside-hero {
  margin-top: 56px;
}

.hero-flex.mewp {
  margin-top: 0;
}

.hero-form-wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  border-radius: 36px;
  width: 40%;
  padding: 30px;
  display: none;
  box-shadow: 0 2px 8px #0003;
}

.hero-form-wrapper.show {
  background-image: linear-gradient(15deg, #4d8bc8, #8cc63e);
  width: 45%;
  display: block;
}

.text-field {
  border-radius: 7px;
  height: 45px;
  margin-bottom: 9px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-field:hover {
  border: 1px solid var(--yellow-green);
}

.text-field:active {
  border-color: var(--yellow-green);
}

.text-field.name {
  background-image: url('../images/profile-svgrepo-com-3.svg');
  background-position: 1%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 44px;
}

.text-field.name:hover, .text-field.name:focus {
  border: 1px solid var(--yellow-green);
}

.text-field.phone {
  background-image: url('../images/call-svgrepo-com-1.svg');
  background-position: 1%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 44px;
}

.text-field.phone:focus {
  border: 1px solid var(--yellow-green);
}

.text-field.email {
  background-image: url('../images/email-svgrepo-com-15.svg');
  background-position: 1%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 40px;
}

.text-field.add {
  background-image: url('../images/pin-svgrepo-com-1.svg');
  background-position: 1%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 40px;
}

.text-field.message {
  background-image: url('../images/message-svgrepo-com-2.svg');
  background-position: 2% 8%;
  background-repeat: no-repeat;
  background-size: 25px;
  height: 110px;
  margin-bottom: 20px;
  padding-left: 43px;
}

.text-field.mail {
  background-image: url('../images/email-svgrepo-com-15.svg');
  background-position: 1%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 44px;
}

.text-field.mail:focus {
  border: 1px solid var(--yellow-green);
}

.text-field.pin {
  background-image: url('../images/pin-svgrepo-com-1.svg');
  background-position: 1%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 44px;
  display: none;
}

.text-field.pin:focus {
  border: 1px solid var(--yellow-green);
}

.text-field.details {
  background-image: url('../images/email-svgrepo-com-15.svg');
  background-position: 1% 8%;
  background-repeat: no-repeat;
  background-size: 25px;
  height: 110px;
  padding-left: 44px;
}

.text-field.details:focus {
  border: 1px solid var(--yellow-green);
}

.form-header {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
}

.form-header.white-header {
  color: #fff;
}

.submit-button {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/Green-Button.png');
  background-repeat: no-repeat;
  background-size: 192px 60px;
  border: 2px #029e11;
  border-radius: 6px;
  width: 186px;
  height: 61px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: #0000;
  background-image: url('../images/Green--Outline-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
  border-style: none;
}

.submit-button.s2 {
  background-image: url('../images/Outline-white.png');
}

.submit-button.s2:hover {
  color: #000;
  background-image: url('../images/BG--Button-white.png');
}

.div-block-3 {
  background-image: url('../images/Downloader.la-64f17db3dace5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 376px;
  height: 257px;
  display: none;
  position: absolute;
  inset: auto 0% -31% auto;
}

.quote-content {
  width: 60%;
  margin-bottom: 20px;
}

.combine-footer2_link {
  color: #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer2_link:hover, .combine-footer2_link.w--current {
  color: #8cc63e;
}

.combine-footer2_link.f-phone {
  background-image: url('../images/call-svgrepo-com-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 27px;
}

.combine-footer2_link.f-mail {
  background-image: url('../images/email-svgrepo-com-15.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 27px;
}

.combine-footer2_link.f-pin {
  background-image: url('../images/pin-svgrepo-com-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-top: 0;
  padding-left: 27px;
}

.combine-footer2_link.web {
  background-image: url('../images/web-svgrepo-com-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 27px;
}

.combine-footer2_nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.combine-footer2_bottom-text-link {
  color: var(--combine-library-primary-200);
  text-decoration: none;
}

.combine-footer2_bottom-text-link:hover {
  color: var(--combine-library-white);
}

.combine-footer2_bottom-text {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer2_bottom {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-padding-section-small {
  border-top: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-footer2_title {
  color: #8cc63e;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.combine-footer2_column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-social_icon {
  color: #8cc63e;
  width: 1.5rem;
  height: 1.5rem;
}

.combine-footer2_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #a3c500;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.combine-footer2_social-link:hover {
  color: #217ec3;
}

.combine-footer2_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-footer2_top-text {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer2_logo-link {
  width: 250px;
}

.combine-footer2_info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.combine-footer2_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.combine-footer2_component {
  background-color: #f5f5f5;
  background-image: url('../images/top-cover-curved.png');
  background-position: 50% 0;
  background-size: cover;
  border-top: 3px #00000047;
}

.link {
  color: #1f7bba;
  text-decoration: none;
}

.icon-2 {
  margin-bottom: 5px;
  margin-right: 0;
}

.dropdown-list {
  background-color: #338dff;
}

.dropdown-list.w--open {
  background-color: #297ec1;
  border-radius: 10px;
}

.dropdown-list.course.w--open {
  background-color: #fff;
  width: 500px;
  padding-left: 0;
  overflow: visible;
}

.dropdown-link {
  color: #fff;
  border-bottom: 1px solid #ffffff2e;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #fff;
  background-color: #8cc63e;
}

.dropdown-link.last {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.dropdown-link.first {
  border-top: 1px #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.dropdown-link.first.w--current {
  color: #fff;
}

.dropdown-link.title {
  color: #e91515;
  padding-left: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-link.title:hover {
  background-color: #fff;
}

.dropdown {
  display: inline-block;
}

.dropdown.course {
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
}

.brix---cta-v2-floating-item-02 {
  position: absolute;
  inset: auto -1% 15% auto;
}

.brix---cta-v2-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library-neutral--100);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-section {
  background-color: var(--elements-webflow-library-accent--primary-1);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library-accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-link {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-col-title {
  color: var(--elements-webflow-library-neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library-secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---grid-footer-v1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.brix---footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-left {
  margin-right: 10px;
}

.brix---flex-horizontal---vertical-mbp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---success-message-white {
  border: 1px solid var(--elements-webflow-library-neutral--500);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  border-radius: 24px;
  padding: 28px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 3px 8px #211f5433;
}

.brix---btn-primary-inside-input {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  position: absolute;
  inset: 8px 8px 8px auto;
}

.brix---btn-primary-inside-input:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input-large-button-inside {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 8px;
  min-height: 76px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-large-button-inside:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---input-large-button-inside:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---input-large-button-inside::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---position-relative {
  position: relative;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---color-neutral-300 {
  color: var(--elements-webflow-library-neutral--300);
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---footer-cta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-footer-2-cols---form---icon {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
}

.brix---footer-top-cta {
  background-image: none;
  border-radius: 20px;
  margin-top: 0;
  padding: 40px 60px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.white-heading, .white-content {
  color: #fff;
}

.shape-box {
  width: 80%;
  position: relative;
  top: 9px;
  left: 42px;
}

.shape-box.small-s-box {
  width: 60%;
  top: 115px;
  left: 85px;
}

.shape-box.small {
  width: 100%;
  position: absolute;
  inset: 13% -36% auto auto;
}

.penta-image-1 {
  width: 95%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.line-green-box {
  width: 60%;
  position: absolute;
  inset: auto 3% 28% auto;
}

.div-block-5 {
  width: 36%;
  position: relative;
}

.accent-heading {
  color: #8cc63e;
  word-break: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.accent-heading.white-accent {
  color: #fff;
}

.s-button-info:hover {
  color: #a3c500;
}

.button-outline {
  color: #000;
  background-color: #0000;
  background-image: url('../images/Outline-button_1Outline-button.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px 30px;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  transition: all .2s;
  display: inline-block;
}

.button-outline:hover {
  background-image: url('../images/Button-bg_1Button-bg.png');
}

.service-box {
  width: 100%;
  position: relative;
}

.service-box.fl-box {
  width: 30%;
  margin-right: 40px;
}

.sevice-shape {
  position: absolute;
  inset: auto auto -2% -3%;
}

.log-in-wrapper {
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.login-box {
  color: #fff;
  text-align: center;
  background-image: url('../images/img_237241.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 131px 46px;
  width: 128px;
  padding: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: none;
}

.login-box:hover {
  color: #000;
  background-image: url('../images/Outline-3.png');
}

.nav-container {
  width: 95%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.register-box {
  color: #000;
  text-align: center;
  background-image: url('../images/Outline-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 131px 46px;
  width: 128px;
  padding: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: none;
}

.register-box:hover {
  color: #fff;
  background-image: url('../images/img_237241.png');
}

.wws-box {
  width: 20%;
  margin-bottom: 30px;
  margin-right: 20px;
  position: relative;
}

.wws-image-box {
  z-index: 5;
  background-image: url('../images/forklift--image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 226px;
  margin-bottom: 20px;
  padding: 1.9rem;
  display: flex;
  position: relative;
  transform: skew(0deg);
}

.wws-image-box:hover {
  color: #029e11;
}

.wws-image-box.construction {
  background-image: url('../images/wws-image-construction.png');
}

.wws-image-box.marine {
  background-image: url('../images/wws-image--marine.png');
}

.wws-image-box.process {
  background-image: url('../images/Basic-Supervicor.png');
  background-size: cover;
}

.wws-image-box.manu {
  background-image: url('../images/wws-image-2.png');
}

.wws-image-box.service {
  background-image: url('../images/wws-image--n1.png');
}

.wws-image-box.it {
  background-image: url('../images/IT-Image-2.png');
}

.wws-image-box.it-copy {
  background-image: url('../images/wws-image-2.png');
}

.wws-image-box.safety-health {
  background-image: url('../images/Safety-Gear.png');
}

.wws-image-box.retail {
  background-image: url('../images/Retail.png');
}

.wws-image-box.logistic {
  background-image: url('../images/Logistic.png');
}

.wws-image-box.healthcare {
  background-image: url('../images/Healthcare.png');
}

.wws-image-box.aero {
  background-image: url('../images/Aero.png');
}

.wws-image-box.manu-copy {
  background-image: url('../images/Lanscaping.png');
}

.wws-image-box.process-oil {
  background-image: url('../images/Process-Oil.png');
}

.wws-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 990px;
  margin-bottom: 10px;
  display: flex;
}

.wws-name {
  text-align: center;
  height: 54px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
}

.wws-shape {
  width: 100%;
  padding: 33px;
  position: absolute;
  inset: auto -24% 15% auto;
}

.mid-content {
  text-align: center;
}

.mid-content.hide {
  display: none;
}

.buttom-content {
  width: 80%;
  position: relative;
}

.buttom-content.get {
  width: 60%;
}

.buttom-content.hide {
  display: none;
}

.buttom-content.bmargin30 {
  margin-bottom: 30px;
}

.buttom-content.mid-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-circle-logo-strip-v7-sec-right {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: none;
  top: 64px;
  bottom: 0%;
  right: 42.5%;
}

.brix---btn-circle-logo-strip-v7-sec-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-circle-logo-strip-v7-sec-left {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: none;
  top: 64px;
  bottom: 0%;
  left: 42.5%;
}

.brix---btn-circle-logo-strip-v7-sec-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1.2fr 1.2fr 1.2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---text-300-bold-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-center-3 {
  text-align: center;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small---bottom-large {
  padding-top: 100px;
  padding-bottom: 160px;
}

.logo-wrapper {
  padding-top: 0;
  padding-bottom: 40px;
}

.logo-wrapper.no-padding {
  padding-top: 0;
}

.gicg {
  width: 70%;
}

.nav-box {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.button-wrapper.left {
  justify-content: flex-start;
}

.text-block {
  margin-right: 10px;
}

.text-block.no-rmargin {
  margin-right: 0;
}

.text-block.small {
  font-size: 17px;
}

.serve-wrapper {
  padding-top: 60px;
  padding-bottom: 80px;
}

.serve-wrapper.bg-1 {
  background-color: #f5f5f5;
  background-image: url('../images/top-cover-curved.png'), url('../images/white-curve-bottom-right-with-hexagon-wide.png');
  background-position: 50% 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
}

.serve-wrapper.relative {
  position: relative;
  top: -38px;
}

.serve-wrapper.quote-wrapper {
  background-image: url('../images/gray-curve-top-left-small.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.serve-wrapper.bg-2 {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 19px;
}

.serve-wrapper.bg3 {
  background-color: #f5f5f5;
  background-image: url('../images/bgn-footer-top.png'), url('../images/white-curve-bottom-right-with-hexagon-wide.png');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
}

.serve-wrapper.t-wrapper {
  background-color: #f5f5f5;
  background-image: url('../images/hexagon-gray-small.png'), url('../images/white-curve-bottom-right.png');
  background-position: 100% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.serve-wrapper.no-tpadding {
  padding-top: 0;
}

.serve-wrapper.choose-wrapper {
  background-color: #f5f5f5;
  background-image: url('../images/top-cover-curved-Buttom.png');
  background-position: 100% 0;
  background-size: cover;
}

.choose-file {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 5px;
  display: flex;
}

.choose-file.hide {
  display: none;
}

.choose-file.apply-mid {
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.choose-file.left-align {
  justify-content: flex-start;
}

.upload-file {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/Green-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 50px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.upload-file.apply {
  background-size: 155px;
}

.no-upload-file {
  padding: 10px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.no-upload-file.hide, .html-embed-8 {
  display: none;
}

.cta-wrapper {
  justify-content: space-between;
  display: flex;
}

.log-in {
  background-color: #8cc63e;
}

.client-login {
  color: #fff;
  background-color: #4a59023b;
  padding: 10px 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.client-login:hover {
  background-color: #a3c500;
}

.client-login.r-boarder {
  border-right: 1px solid #ffffff7d;
}

.cta-top-info {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/phone-svgrepo-com-29.svg');
  background-position: 9%;
  background-repeat: no-repeat;
  background-size: 23px;
  padding: 10px 14px 10px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.cta-top-info.r-boarder {
  border-right: 1px solid #ffffff7d;
}

.cta-top-info.email {
  background-image: url('../images/email-svgrepo-com-16.svg');
  padding-left: 54px;
}

.contact-us-form {
  z-index: 3;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #407cbf;
  border-radius: 36px;
  width: 100%;
  padding: 30px;
  position: relative;
  box-shadow: 0 2px 8px #0003;
}

.form-box {
  width: 45%;
  position: relative;
}

.shape-2 {
  width: 50%;
  display: none;
  position: absolute;
  inset: auto auto -7% -12%;
}

.shape-box-2 {
  width: 80%;
  position: relative;
  top: 9px;
  left: 42px;
}

.shape-box-2.small-s-box {
  width: 70%;
  top: 115px;
  left: 85px;
}

.shape-box-2.small {
  width: 100%;
  position: absolute;
  inset: 13% -36% auto auto;
}

.inside-form {
  width: 50%;
}

.course-form-wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  border-radius: 36px;
  width: 40%;
  padding: 30px;
  display: none;
  position: absolute;
  inset: 0% 9% auto auto;
  box-shadow: 0 2px 8px #0003;
}

.mid-box-wrapper {
  width: 80%;
}

.c-outline {
  display: flex;
}

.co-box {
  align-items: flex-start;
  width: auto;
  margin-right: 18px;
  font-size: 15px;
  display: flex;
}

.co-icon {
  background-image: url('../images/check-hexagon-svgrepo-com-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.course-image-box {
  background-image: url('../images/hexagon-Light-green-large.png');
  background-position:50% 50%;
  background-repeat: no-repeat;
  background-size: 52%;
  justify-content: center;
  width: 50%;
  height: 480px;
  padding: 0;
  display: flex;
  position: relative;
}

.course-image-box.full {
  width: 100%;
}

.course-image-box.r1 {
  width: 40%;
}

.forklift-image-box {
  width: 90%;
  height: auto;
  position: absolute;
  top: 96px;
  right: 37px;
}

.course-shape {
  width: 50%;
  position: absolute;
}

.big-text {
  color: #8cc63e;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph {
  margin-bottom: 10px;
}

.fl-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.price {
  color: #8cc63e;
  font-size: 1.5rem;
}

.uui-layout16_image {
  width: 48rem;
  min-width: 48rem;
  position: absolute;
  inset: auto auto auto 3rem;
}

.uui-layout16_image-wrapper {
  background-color: var(--untitled-ui-gray100);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-button-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: .8rem;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui-gray600);
  text-align: center;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
      text-align: center;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-2 {
  border: .5rem none var(--untitled-ui-primary50);
  color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.uui-icon-featured-outline-large-2.duration {
  background-image: url('../images/clock-circle-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.uui-layout16_item {
  background-image: url('../images/hexagon-Lgreen-huge.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 320px;
  padding: 56px 15px 15px;
  display: flex;
}

.uui-layout16_item.hexa-block {
  width: 33.33%;
  padding-left: 0;
  padding-right: 0;
}

.uui-layout16_item.hide {
  display: none;
}

.uui-layout16_item.first-aid-hexagon {
  background-size: contain;
}

.uui-layout16_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.uui-layout16_item-list.mid-item-list {
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-layout16_content.flex-hexa {
  justify-content: space-between;
  display: flex;
}

.uui-layout16_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.sheading {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}

.scontent {
  margin-bottom: 10px;
}

.scissor-lift {
  width: 50%;
  position: absolute;
  top: -46px;
  left: 149px;
  right: 0;
}

.sub-list {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0;
}

.terms-content-box {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.terms-heading {
  margin-bottom: 20px;
}

.terms-heading.big {
  font-size: 25px;
  line-height: 38px;
}

.mid-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.values-info {
  text-align: center;
  font-size: 30px;
  line-height: 50px;
}

.values-accent {
  color: #8cc63e;
  font-size: 30px;
  font-weight: 600;
  line-height: 52px;
}

.coretrade-wrapper {
  width: 100%;
}

.cell {
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 40px;
}

.coretrade-header {
  text-align: center;
  line-height: 30px;
}

.coretrade-header-box {
  background-color: #8cc63e;
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  display: flex;
}

.cheader {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.cheader.right-line {
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.cheader.requirements {
  width: 70%;
}

.coretrade-info-wrapper {
  border: 1px #000;
  flex-direction: column;
  display: flex;
}

.coretrade-info-box {
  border: 1px #000;
  flex-wrap: wrap;
  display: flex;
}

.coretrade-info {
  color: #000;
  text-align: center;
  width: 33.33%;
  padding: 21px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.coretrade-info.lrb-line {
  border-bottom: 1px solid #00000080;
  border-left: 1px solid #00000080;
  border-right: 1px solid #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coretrade-info.rb-line {
  border-bottom: 1px solid #00000080;
  border-right: 1px solid #00000080;
}

.coretrade-info.rb-line.last {
  border-bottom-style: solid;
  border-right-style: none;
}

.coretrade-info.rb-line.bline {
  border-bottom-style: none;
  border-right-style: none;
}

.coretrade-info.requirements70 {
  text-align: left;
  border-bottom: 1px solid #00000080;
  border-right: 1px #00000080;
  width: 66.66%;
  padding-left: 48px;
}

.coretrade-info.requirements70.no-bline {
  border-bottom-style: none;
}

.coretrade-info.requirements70.shade-color {
  background-color: #e2eed2;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  border-right-style: none;
}

.coretrade-info.requirements70.shade-color2 {
  background-color: #f5f8f0;
  border-bottom-color: #fff;
}

.coretrade-info.rline {
  border-right: 1px solid #000;
}

.coretrade-info.qualification {
  border-bottom: 1px solid #00000080;
  border-right: 1px solid #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coretrade-info.qualification.no-bline {
  border-bottom-style: none;
}

.coretrade-info.qualification.second {
  background-color: #f5f8f0;
}

.coretrade-info.parth {
  border-bottom: 1px #00000080;
  border-left: 1px #00000080;
  border-right: 1px #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coretrade-info.parth.last {
  border-bottom-style: none;
}

.coretrade-info.last-line {
  border-bottom: 1px #00000080;
  border-left: 1px solid #00000080;
  border-right: 1px #00000080;
}

.coretrade-info.last-line.last {
  border-bottom-style: solid;
  border-right-style: none;
}

.coretrade-info.last-line.bline {
  border-bottom-style: none;
  border-right-style: none;
}

.coretrade-info.first {
  background-color: #e2eed2;
  border-bottom: 1px solid #fff;
  border-left: 1px #00000080;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coretrade-info.first.last {
  border-bottom-style: none;
}

.coretrade-info.second {
  background-color: #f5f8f0;
  border-bottom: 1px solid #fff;
  border-left: 1px #00000080;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coretrade-info.second.last {
  border-bottom-style: none;
}

.r-list {
  margin-top: 20px;
  margin-bottom: 0;
}

.mid-header {
  text-align: center;
}

.mid-header.hide {
  display: none;
}

.sub-heading {
  font-size: 37px;
  line-height: 45px;
}

.blevel-list {
  font-size: 20px;
  line-height: 30px;
}

.blevel-list.hide {
  display: none;
}

.c-name-info {
  width: 33%;
  margin-right: 10px;
  padding-left: 10px;
}

.c-name-info.width100 {
  width: 50%;
}

.content-wrapper-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-field-2 {
  color: #7a7a7a;
  text-align: center;
  border: 1px solid #ccc;
  width: 33%;
  margin-right: 10px;
}

.button {
  background-color: #1e5fb3;
  border: 1px #fe6b1f;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  box-shadow: 2px 6px 9px #1e5fb366;
}

.cname-2 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.cname-2.left-align {
  text-align: left;
  justify-content: flex-start;
  margin-left: 0;
  padding-left: 0;
  font-weight: 600;
  display: flex;
}

.cname-2.bmargin5 {
  margin-bottom: 5px;
}

.cname-2.bmargin5.hide {
  display: none;
}

.cname-2.fee {
  text-align: left;
  justify-content: flex-start;
  margin-left: 0;
  padding-left: 0;
  font-size: 25px;
  font-weight: 600;
  display: flex;
}

.button-wrapper-2 {
  width: auto;
}

.container-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.register-box-2 {
  background-color: #aca9a80f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 37.5%;
  height: auto;
  padding-top: 0;
  display: flex;
}

.flex-wrapper-2 {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.cname {
  color: #8cc63e;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.cname.big {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 25px;
  font-weight: 700;
}

.cname.mid-cname {
  text-align: center;
}

.slot-number {
  color: #fff;
  text-align: center;
  background-color: #8cc63e;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 85%;
  margin-bottom: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  line-height: 60px;
  display: flex;
}

.course-details-box {
  border-bottom: 1px dashed #00000024;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.course-details-box.no-b--boarder {
  border-bottom-style: none;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 5px;
  display: flex;
}

.course-details-box.no-b--boarder.course-fee {
  flex-direction: row;
  width: 92%;
}

.course-details-box.flex-course {
  flex-direction: row;
}

.schedule {
  color: #000;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.schedule:hover {
  opacity: 1;
  color: #fff;
  background-color: #55595c;
}

.schedule.wrapper:hover {
  background-color: #fff;
}

.slot-box {
  flex-direction: column;
  width: 25%;
  display: flex;
}

.c-name-details {
  width: 50%;
}

.course-information-wrapper {
  background-color: #aca9a80d;
  border-top: 1px #00000012;
  border-bottom: 1px #00000012;
  flex-direction: column;
  justify-content: space-between;
  width: 37.5%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.select-field {
  background-color: #0000;
  width: 25%;
  margin-right: 10px;
}

.select-field.hide {
  display: none;
}

.select-field._39width {
  width: 49%;
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.select-field._39width.hide {
  display: none;
}

.select-field.drop {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.submit-button-2 {
  background-color: #1e5fb3;
}

.submit-button-2.hide {
  display: none;
}

.slot-available {
  color: #000;
  text-align: center;
  background-color: #c9c9c9;
  justify-content: center;
  align-items: center;
  height: 15%;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.over-wrapper {
  z-index: 999999;
  background-color: #000000ad;
  justify-content: center;
  align-items: flex-start;
  padding-top: 545px;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: 0 0% -196%;
}

.registration-box-wrapper {
  background-color: #fff;
  width: 80%;
  position: relative;
}

.exit-box {
  background-color: #fff;
  background-image: url('../images/close-circle-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: -23% -3% auto auto;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 91%;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.reg-button {
  margin-bottom: 20px;
  text-decoration: none;
}

.slot-count {
  flex-direction: column;
  width: 33.33%;
  display: flex;
}

.slot-count.right-boarder {
  border-right: 1px solid #fff;
}

.slot-count.total {
  background-color: #01b0f1;
  border-right: 1px solid #00000030;
}

.slot-count.booked {
  background-color: #e3e00c;
  border-right: 1px solid #00000030;
}

.slot-count.available {
  background-color: #8cc63e;
  border-right: 1px #fff;
}

.count {
  width: 100%;
  height: 40%;
}

.count.bline {
  color: #fff;
  border-bottom: 1px solid #00000030;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.count-info {
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  font-family: Atlanta College, sans-serif;
  font-size: 70px;
  line-height: 70px;
  display: flex;
}

.count-info.bline {
  border-bottom: 1px solid #fff;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library-blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library-blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library-blue--700);
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-blog-footer-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.a-text-link-regular {
  color: var(--alley-component-library-blue--900);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
}

.a-blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.a-blog-image-border {
  color: #fff;
  background-image: url('../images/Basic-Supervicor.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 390px;
  margin-bottom: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.a-blog-card-centered {
  flex-direction: column;
  align-items: center;
  width: 340px;
  display: flex;
}

.a-blog-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 32px;
}

.a-h3-heading {
  color: var(--alley-component-library-gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-margin-bottom-24 {
  margin-bottom: 24px;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-blog-title-wrapper-l {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular {
  padding: 92px 5%;
  position: relative;
}

.registration-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.registration-wrapper.bg-1 {
  background-color: #f5f5f5;
  background-image: url('../images/top-cover-curved.png'), url('../images/white-curve-bottom-right-with-hexagon-wide.png');
  background-position: 50% 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
}

.registration-wrapper.relative {
  position: relative;
  top: -38px;
}

.registration-wrapper.quote-wrapper {
  background-image: url('../images/gray-curve-top-left-small.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.registration-wrapper.bg-2 {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 60px;
}

.registration-wrapper.bg3 {
  background-color: #f5f5f5;
  background-image: url('../images/bgn-footer-top.png'), url('../images/white-curve-bottom-right-with-hexagon-wide.png');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
}

.registration-wrapper.t-wrapper {
  background-color: #f5f5f5;
  background-image: url('../images/hexagon-gray-small.png'), url('../images/white-curve-bottom-right.png');
  background-position: 100% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.registration-wrapper.no-tpadding {
  padding-top: 0;
}

.registration-wrapper.choose-wrapper {
  background-color: #f5f5f5;
  background-image: url('../images/top-cover-curved-Buttom.png');
  background-position: 100% 0;
  background-size: cover;
}

.registration-wrapper.contact-wrapper {
  position: relative;
}

.registration-wrapper.footer-cta {
  padding-top: 0;
}

.registration-wrapper.course-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.registration {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: 0;
  padding: 79px;
  display: flex;
}

.registration.company {
  background-image: linear-gradient(#0009, #0009), url('../images/banner.jpg');
}

.registration.individual {
  padding: 60px 0;
  position: relative;
}

.reg-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.reg-icon.indi {
  z-index: 6;
  background-image: url('../images/user-2-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.reg-icon.com {
  background-image: url('../images/building-svgrepo-com-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px;
}

.reg-icon.cicon {
  z-index: 6;
  background-image: url('../images/building-svgrepo-com-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px;
  position: relative;
}

.image-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-box {
  z-index: 5;
  background-image: linear-gradient(#00000073, #00000073);
  position: absolute;
  inset: 0%;
}

.image-box.com {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Downloader.la-64fecded4677c.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.project-link-box {
  width: 49%;
  margin-bottom: 10px;
  margin-right: 7px;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
}

.project-link-box._2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.imagebox {
  background-image: url('../images/BENL1085.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.imagebox.com {
  background-image: linear-gradient(#0000002e, #0000002e), url('../images/WhatsApp-Image-2023-09-26-at-19.15.31.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.imagebox.indi {
  background-image: linear-gradient(#0000002e, #0000002e), url('../images/Safety-Orientation-Course-in-Tunnelling.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-description-box {
  z-index: 1;
  background-color: #ffffffc2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-display {
  color: #fff;
  background-color: #ce2525;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 12px 29px;
  font-size: 11px;
  line-height: 11px;
  transition: background-color .4s;
}

.button-display:hover {
  color: #fff;
  background-color: #000;
  border: 3px #ba8c4e;
}

.display-text {
  color: #000;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.slider-rapper {
  height: 50vh;
  display: none;
}

.image-4 {
  min-height: 50vh;
}

.slide-2 {
  background-image: url('../images/banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-2 {
  min-height: 50vh;
}

.course-box {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.dropdown-2 {
  border: 1px solid #ccc;
  width: 49%;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.course-list {
  color: #fff;
  background-image: url('../images/Green-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 203px;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.icon-3 {
  display: none;
}

.text-block-2 {
  color: #fff;
}

.dropdown-toggle {
  font-family: Montserrat, sans-serif;
}

.dropdown-list-2 {
  background-color: #ddd;
}

.dropdown-list-2.w--open {
  background-color: #297ec1;
}

.text-span {
  color: #b3d331;
}

.flex-button {
  justify-content: center;
  width: 100%;
  display: flex;
}

.blue {
  color: #1f7bba;
}

.green-heading {
  color: #8cc63e;
}

.blue-heading {
  color: #000;
}

.combine-chevron-right_icon-2 {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-button-content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon-2 {
  color: var(--combine-library-grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon-2:hover {
  color: var(--combine-library-primary-600);
}

.combine-text-size-regular-2 {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h5-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.combine-icon_large {
  width: 3rem;
  height: 3rem;
}

.combine-icon_color2 {
  color: var(--combine-library-secondary-600);
}

.combine-feature5_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--combine-library-grey-800);
  text-align: center;
  background-color: #d2f0aa00;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, color .25s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.combine-feature5_item:hover {
  transform: translate(0, -.5rem);
  box-shadow: 0 14px 20px #8c94a533;
}

.combine-icon_color3 {
  color: var(--combine-library-warning-400);
}

.combine-icon_color1 {
  color: var(--combine-library-primary-600);
  width: 80px;
  height: 80px;
}

.combine-feature5_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-2 {
  height: 4rem;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-2 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-2 {
  text-align: center;
}

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.heading {
  color: var(--untitled-ui-gray100);
  background-color: #8cc63e;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.div-block-9 {
  padding: 10px 15px 30px;
}

.div-block-10 {
  display: flex;
}

.text-block-3 {
  display: none;
}

.course {
  color: #fff;
  padding-left: 10px;
  font-size: 12px;
  text-decoration: none;
}

.course:hover {
  color: #8cc63e;
}

.recruitement-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.recruitement-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  height: 250px;
  margin-bottom: 40px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.recruite-icon {
  color: #3a3b3c;
  background-image: url('../images/hexagon-Light-green--huge-Line-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 3px #8cc63e73;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 110px;
  margin-bottom: 20px;
  padding: 11px;
  display: flex;
  overflow: hidden;
}

.recruite-content {
  text-align: center;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.recruite-info {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.arrow-box {
  justify-content: center;
  align-items: flex-start;
  width: 4%;
  padding-top: 43px;
  display: flex;
}

.div-block-11 {
  width: 20%;
}

.c-list {
  color: #fff;
  text-align: left;
  border-bottom: 1px #00000047;
  margin-right: 0;
  padding: 6px 20px 6px 10px;
  font-family: Varela, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.c-list:hover {
  background-color: #8cc63e;
}

.div-block-12 {
  box-shadow: none;
  border-radius: 0;
  flex-direction: column;
  width: 49%;
  padding-left: 6px;
  display: flex;
}

.course-list-wrapper {
  aspect-ratio: auto;
  overflow-wrap: normal;
  object-fit: fill;
  background-color: #297ec1;
  border-radius: 20px;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px;
  display: flex;
  position: absolute;
  top: 56px;
  left: 79px;
}

.course-list-wrapper.hide {
  display: none;
  top: 39px;
}

.clist-header {
  color: #8cc63e;
  text-align: left;
  background-color: #0000;
  border-bottom: 2px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.div-block-13 {
  position: relative;
  top: 4px;
  left: 4px;
}

.logo-slider-box {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.logo-box {
  justify-content: center;
  align-items: center;
  width: 13.5%;
  height: 100px;
  margin-bottom: 10px;
  margin-right: 3px;
  display: flex;
}

.logo-box.ministry {
  background-image: url('../images/Logo-MOM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-box.council {
  background-image: url('../images/lOGO-WSH.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-box.skill {
  background-image: url('../images/Logo-SkillsfutureSG_RGB-24-v2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-box.sac {
  background-image: url('../images/logo-sac-esg-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-box.swq {
  background-image: url('../images/WSQ.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-box.smf {
  background-image: url('../images/SMF.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-box.guardian {
  background-image: url('../images/guardian-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6%;
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-testimonial13_client-heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial13_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.uui-testimonial13_client-image-wrapper {
  width: 80px;
  height: 80px;
  margin-right: .75rem;
}

.uui-testimonial13_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.uui-heading-xxsmall-3 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-3.text-weight-medium {
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.uui-testimonial13_rating-icon {
  color: var(--untitled-ui-warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial13_rating-wrapper {
  display: flex;
}

.uui-testimonial13_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--untitled-ui-gray50);
  background-color: var(--untitled-ui-gray50);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.uui-testimonial13_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: grid;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center {
  text-align: center;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 0;
  padding-bottom: 2rem;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_testimonial13.hide {
  display: none;
}

.course-dropdown {
  background-color: #338dff;
}

.course-dropdown.w--open {
  background-color: #297ec1;
  border-radius: 10px;
  width: 220px;
}

.course-dropdown.course.w--open {
  background-color: #fff;
  width: 500px;
  padding-left: 0;
  overflow: visible;
}

.paragraph-2 {
  text-align: justify;
}

.content-header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.clients-box {
  justify-content: space-between;
  display: flex;
}

.clients {
  width: 50%;
}

.list-item {
  background-image: url('../images/check-hexagon-svgrepo-com-4.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 31px;
  font-size: 15px;
  line-height: 25px;
}

.position-box {
  border: 1px #000;
  border-radius: 8px;
  width: 100%;
  display: flex;
}

.grid {
  grid-template-columns: 1fr .5fr .5fr;
}

.p-header {
  color: #fff;
  text-align: left;
  background-color: #3c90ec;
  border-bottom: 1px solid #00000080;
  border-right: 1px solid #00000080;
  width: 50%;
  height: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.p-header.role {
  text-align: center;
  background-color: #8cc63e;
  border-bottom-style: none;
  border-right-color: #fff;
  border-top-left-radius: 20px;
  width: 100%;
}

.p-header.sub-position {
  text-align: center;
  background-color: #8cc63e;
  border-bottom-style: none;
  border-right-color: #fff;
  width: 100%;
  padding-left: 0;
}

.p-header.sub-position.last {
  border-top-right-radius: 20px;
  padding-left: 0;
}

.p-header.role-copy {
  text-align: center;
  background-color: #8cc63e;
  border-bottom-style: none;
  border-right-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}

.div-block-14 {
  border-radius: 20px;
  display: flex;
}

.role-box {
  border: 1px solid #000;
  border-top-style: none;
  width: 100%;
}

.p-role {
  border-bottom: 1px #00000080;
  border-left: 1px #00000080;
  border-right: 1px solid #00000080;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.p-role.sub-position {
  width: 25%;
}

.p-role.role-info {
  background-color: #fff;
  border-bottom-style: solid;
  border-left-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
}

.p-role.role-status {
  background-color: #fff;
  border-bottom-style: solid;
  justify-content: center;
  width: 100%;
  display: flex;
}

.p-role.apply {
  background-color: #fff;
  border-left-style: none;
  border-right-style: none;
  width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-role.form-info {
  cursor: default;
  background-color: #fff;
  border-bottom-style: solid;
  border-left-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
}

.div-block-15 {
  display: flex;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.job-description-info {
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  display: none;
}

.link-block {
  margin-bottom: 10px;
}

.link-block:hover {
  color: #8cc63e;
}

.apply-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/Green-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 50px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.apply-button:hover {
  color: #8cc63e;
  background-image: url('../images/Green--Outline-Button.png');
  background-size: contain;
}

.apply-button.apply {
  background-size: 155px;
}

.apply-file {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 5px;
  display: flex;
}

.apply-file.hide {
  display: flex;
}

.apply-file.apply-mid {
  border-bottom: 1px solid #00000080;
  border-right: 1px solid #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

.apply-file.form-button {
  border-bottom: 1px solid #00000080;
  border-right: 1px solid #00000080;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-right: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

.apply-box {
  border-bottom: 1px #00000080;
  border-left: 1px #00000080;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.apply-box.sub, .apply-box.download-box {
  width: 25%;
}

.nav-course {
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.nc-icon {
  width: 12px;
  height: 12px;
  position: relative;
  top: -3px;
}

.nav-course-text {
  margin-right: 10px;
}

.course-image-wrapper {
  width: 32%;
  margin-bottom: 20px;
}

.course-header {
  color: #fff;
  text-align: center;
  background-color: #8cc63e;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 5px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.c-image-wrapper {
  background-color: #e6f2ff;
  height: 330px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.c-image {
  width: 33.33%;
  height: auto;
}

.c-image.rboarder {
  border-right: 1px solid #ffffffb8;
}

.c-image.rboarder._1 {
  background-image: url('../images/Operate-Scissor-Lift.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-image.rboarder._2 {
  background-image: url('../images/Boom-Lift-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-image.rboarder.b1 {
  background-image: url('../images/forklift.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: 221px;
}

.c-image.rboarder.a1 {
  background-image: url('../images/Operate-Scissor-Lift.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 230px;
}

.c-image.rboarder.a2 {
  background-image: url('../images/Boom-Lift-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 194px;
}

.c-image.rboarder.a3 {
  background-image: url('../images/Vertical.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
}

.c-image.rboarder.c1 {
  background-image: url('../images/E1.-WSQ-Workplace-First-Aid-4.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.c-image.rboarder.b1 {
  background-image: url('../images/forklift.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.c-image.rboarder.d1 {
  background-image: url('../images/Apply-Workplace-Safety-and-Health-in-Process-Plant-p-800_1.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.c-image.rboarder.e1 {
  background-image: url('../images/Confined-space-2.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.c-image.rboarder.f1 {
  background-image: url('../images/D1.-WSQ-Apply-Workplace-Safety-and-Health-in-Shipyard-General-Trade-3.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.c-image.rboarder.g1 {
  background-image: url('../images/Safety-Orientation-Course-in-Tunnelling.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.c-image.rboarder.h1 {
  background-image: url('../images/E3.-Workshop-to-Enhance-the-Safety-of-Crane-Operators-WESCO-2.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.c-image.rboarder.i1 {
  background-image: url('../images/Basic-Traffic-Controller-COurse.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.position-wrapper {
  margin-bottom: 30px;
  display: flex;
}

.category-box {
  width: 100%;
}

.category-heading {
  color: #fff;
  text-align: center;
  border-radius: 15px 0 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.category-heading.ch2 {
  border-left: 1px solid #000;
  border-top-left-radius: 0;
  border-top-right-radius: 15px;
}

.category-heading.rline {
  border-right: 1px solid #00000045;
}

.category-list {
  text-align: center;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

.category-list.no-l-line {
  border-left-style: none;
}

.div-block-17 {
  background-color: #8cc63e;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
}

.position-info-box {
  width: 100%;
  display: flex;
}

.courses-list-box {
  flex-direction: column;
  align-items: flex-start;
  display: none;
}

.text-block-4 {
  font-size: 11px;
  font-weight: 400;
  line-height: 22px;
}

.header-course {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.attache-resume {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/Green-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px 60px;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 50px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.attache-resume.apply {
  background-size: 155px;
}

.popular-form-box {
  border-bottom: 1px #00000080;
  border-left: 1px #00000080;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.popular-form-box.sub {
  width: 25%;
}

.price-important {
  color: red;
}

.line {
  background-color: #fff;
  width: 2px;
  height: 90%;
  display: block;
}

.price-info {
  color: red;
  font-size: 2.2rem;
  line-height: 2;
  display: block;
}

.lottie-animation {
  width: 50px;
  height: 80px;
  display: none;
}

.div-block-18 {
  justify-content: space-between;
  display: flex;
}

.alpha-content {
  margin-left: 20px;
}

.content-box {
  width: 50%;
}

.code-embed {
  display: block;
}

.paragraph-3 {
  background-image: url('../images/check-hexagon-svgrepo-com-4.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 33px;
}

.content-cta {
  color: #1f7bba;
}

@media screen and (min-width: 1280px) {
  .hero-wrapper {
    background-position: 100% 104%, 0 0, 50%;
  }

  .container.course-ontainer {
    width: 95%;
  }

  .uui-layout54_image-wrapper.under {
    height: 586px;
  }

  .header-line.l2 {
    left: 46%;
  }

  .header-line.l5 {
    width: 300px;
    left: 16%;
  }

  .combine-heading-style-h5 {
    height: auto;
  }

  .combine-padding-section-medium {
    border-bottom-color: #00000069;
  }

  .wws-image-box {
    height: 220px;
  }
}

@media screen and (min-width: 1440px) {
  .brix---header-nav-link {
    margin-right: 10px;
    font-size: 16px;
    line-height: 27px;
  }

  .brix---header-nav-link.nav-home {
    margin-right: 20px;
  }

  .hero-header-wrapper, .hero-wrapper {
    min-height: 80vh;
  }

  .hero-wrapper.inside-wrapper.js {
    background-image: linear-gradient(#fff, #0000 44%), url('../images/_edge-image.svg'), linear-gradient(#00000059, #00000059), linear-gradient(#0000, #0000), url('../images/11a.-Job-Seekers-----1st-Pic-1.jpg');
    background-position: 0 0, 50% 104%, 0 0, 0 0, 50%;
    background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll, scroll;
  }

  .hero-wrapper.inside-wrapper.crane {
    background-image: linear-gradient(#00000057, #0000 59%), url('../images/_edge-image.svg'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), url('../images/11a.-Job-Seekers-----1st-Pic-1.jpg');
  }

  .hero-wrapper.course-wrapper.cmr {
    background-image: linear-gradient(#0003, #0000 52%), url('../images/_edge-image.svg'), linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/10b.-Coretrade-1.jpg');
    background-position: 0 0, 100% 102%, 0 0, 0 0, 50% 20%;
  }

  .uui-layout54_image-wrapper.hexa-image-2 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .shape-1 {
    bottom: -27%;
  }

  .combine-blog1_component.forklift {
    grid-template-rows: auto auto;
  }

  .hero-flex {
    margin-top: 201px;
  }

  .hero-form-wrapper {
    inset: 7% 5% auto auto;
  }

  .div-block-3 {
    height: 440px;
    bottom: -63%;
    right: -11%;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

  .grid-footer-2-cols---form---icon {
    grid-column-gap: 150px;
    grid-template-columns: 1.48fr 1.4fr;
  }

  .shape-box {
    left: 10px;
  }

  .contact-us-form {
    inset: 0% 0% auto auto;
  }

  .shape-box-2 {
    left: 10px;
  }

  .course-form-wrapper {
    inset: 7% 5% auto auto;
  }

  .container-2 {
    width: 100%;
  }

  .course-list-wrapper.hide {
    display: none;
  }

  .div-block-13 {
    position: relative;
    top: 4px;
  }

  .logo-box {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1920px) {
  .brix---header-logo {
    max-width: 340px;
  }

  .brix---header-nav-link {
    font-size: 15px;
  }

  .hero-header-wrapper.inside-header-wrapper {
    padding-top: 152px;
  }

  .hero-wrapper.inside-wrapper {
    background-image: linear-gradient(#fff, #0000 52%), url('../images/_edge-image.svg'), linear-gradient(#00000080, #00000080), url('../images/Inside-banner.jpg');
    background-position: 0 0, 50% 104%, 0 0, 50%;
    background-repeat: repeat, no-repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll;
    margin-top: 152px;
  }

  .hero-wrapper.inside-wrapper.ea {
    background-image: url('../images/_edge-image.svg'), linear-gradient(#0006, #0006), linear-gradient(#0000, #0000), url('../images/6a.-Employment-Agency-1st-Pic-1.jpg');
    background-position: 50% 103%, 0 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .hero-wrapper.inside-wrapper.out {
    background-image: url('../images/_edge-image.svg'), linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/9a.Outsourcing-1.jpg');
    background-position: 50% 103%, 0 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
  }

  .hero-wrapper.inside-wrapper.cp {
    background-image: linear-gradient(#00000057, #0000 59%), url('../images/_edge-image.svg'), linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/4a.-Clients--Projects-1st-Pic-1.jpg');
    background-position: 0 0, 50% 103%, 0 0, 0 0, 50%;
  }

  .hero-wrapper.inside-wrapper.train {
    background-image: linear-gradient(#00000057, #0000 59%), url('../images/_edge-image.svg'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), url('../images/7a.-Training------------1st-Pic-1.jpg');
    background-position: 0 0, 50% 104%, 0 0, 0 0, 50%;
  }

  .hero-wrapper.inside-wrapper.testi {
    background-image: linear-gradient(#00000057, #0000 59%), url('../images/_edge-image.svg'), linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/5a.-Testimonials-----1st-pic-1.jpg');
    background-position: 0 0, 50% 103%, 0 0, 0 0, 50%;
  }

  .hero-wrapper.inside-wrapper.consult {
    background-image: linear-gradient(180deg, #fff, transparent 20%), url('../images/_edge-image.svg'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url('../images/8a.-Consulation-1st-Pic-1.jpg');
    background-position: 0 0, 50% 103%, 0 0, 0 0, 50%;
  }

  .hero-wrapper.inside-wrapper.cp-copy {
    background-image: linear-gradient(#00000057, #0000 59%), url('../images/_edge-image.svg'), linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/3a.-Acreditation-1st-Pic-1.jpg');
    background-position: 0 0, 50% 104%, 0 0, 0 0, 50%;
  }

  .hero-wrapper.inside-wrapper.au {
    background-image: url('../images/_edge-image.svg'), linear-gradient(#0000006b, #0000006b), linear-gradient(#0000, #0000), url('../images/11a.-Job-Seekers-----1st-Pic-1.jpg');
    background-position: 50% 104%, 0 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
  }

  .hero-wrapper.inside-wrapper.cu {
    background-image: linear-gradient(180deg, #fff, transparent 23%), url('../images/_edge-image.svg'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url('../images/6a.-Employment-Agency-1st-Pic-1.jpg');
    background-position: 0 0, 50% 103%, 0 0, 0 0, 50%;
  }

  .hero-wrapper.inside-wrapper.mewp {
    background-image: linear-gradient(180deg, #fff, transparent 26%), url('../images/_edge-image.svg'), linear-gradient(to bottom, null, null), url('../images/6a.-Employment-Agency-1st-Pic-1.jpg');
    background-position: 0 0, 50% 103%, 0 0, 50%;
  }

  .hero-shape-1 {
    top: -4%;
    left: -2%;
  }

  .content-wrapper.bg-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .content-wrapper.choose-wrapper {
    background-size: cover;
  }

  .content-wrapper.no-padding.bg {
    background-position: 50%;
  }

  .content-wrapper.who-wrapper {
    background-size: cover;
  }

  .hero-flex {
    margin-top: 166px;
  }

  .div-block-3 {
    background-position: 50%;
    background-size: cover;
    width: 720px;
    height: 590px;
    inset: 80% -14% auto auto;
  }

  .serve-wrapper.bg-2, .registration-wrapper.bg-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  li {
    font-size: 14px;
    line-height: 22px;
  }

  .brix---hamburger-menu-bar-bottom {
    background-color: var(--yellow-green);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    background-color: var(--yellow-green);
    color: var(--yellow-green);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    color: #029e11;
    order: -1;
    margin-right: 10px;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-hamburger-desktop {
    padding-left: 0;
  }

  .brix---dropdown-card-desktop {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
    padding-top: 26px;
  }

  .brix---dropdown-card-desktop.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-hamburger {
    padding-top: 0;
    position: static;
  }

  .brix---header-nav-menu-hamburger-desktop {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-hamburger-desktop-wrapper {
    border-top: 1px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .uui-heroheader01_fileupload-image-wrapper {
    left: -2.5%;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link {
    color: #fff;
    border-bottom: 1px solid #ffffff40;
    margin-right: 0;
    padding-left: 40px;
  }

  .brix---header-nav-link:hover, .brix---header-nav-link:focus, .brix---header-nav-link:visited {
    color: #fff;
    background-color: #8cc63e;
  }

  .brix---header-nav-link.w--current {
    background-color: var(--yellow-green);
    color: #fff;
  }

  .brix---header-nav-link.drop {
    margin-right: 0;
    padding-right: 21px;
  }

  .brix---header-nav-link.last {
    border-bottom-style: solid;
    border-bottom-color: #0000;
  }

  .brix---header-nav-link.course-drop {
    justify-content: space-between;
    width: 100%;
  }

  .brix---header-nav-link.drop-copy {
    justify-content: space-between;
    margin-right: 0;
    padding-right: 21px;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px none var(--elements-webflow-library-neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: #338dff;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-column-gap: 10px;
  }

  .brix---grid-header-top {
    grid-template-columns: 1.8fr 1fr;
  }

  .brix---header-wrapper-v9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-wrapper {
    background-position: 100% 102%, 0 0, 50%;
  }

  .hero-content-wrapper.inside {
    padding-top: 21px;
  }

  .hero-button.r-button {
    background-size: contain;
    width: 330px;
    font-size: 15px;
  }

  .uui-layout93_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .content-wrapper.bg-1 {
    background-image: url('../images/top-cover-curved.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-layout72_item {
    height: 342px;
  }

  .uui-layout72_component {
    grid-template-columns: 1.05fr 1.05fr;
  }

  .uui-layout54_logo-row {
    grid-column-gap: 1.5rem;
  }

  .uui-layout54_content {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .uui-layout54_content.width55 {
    width: 100%;
  }

  .uui-layout54_content.first {
    order: -1;
  }

  .uui-layout54_image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-layout54_image-wrapper {
    padding: 2rem;
  }

  .uui-layout54_image-wrapper.about-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .uui-layout54_image-wrapper.hexa-image-2 {
    background-position: 50%;
    width: 100%;
    padding: 6.3rem;
  }

  .uui-layout54_image-wrapper.image-2 {
    background-position: 50% 94%, 63% 100%;
    width: 100%;
  }

  .uui-layout54_image-wrapper.under, .uui-layout54_image-wrapper.career-image, .uui-layout54_image-wrapper.employ-image, .uui-layout54_image-wrapper.under-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .uui-layout54_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header-line.l2 {
    left: 46%;
  }

  .header-line.l4 {
    width: 160px;
    left: 59%;
  }

  .header-line.l5 {
    width: 300px;
    left: 14%;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---product-card-image {
    width: 100%;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .shape-1 {
    bottom: -9%;
    right: -11%;
  }

  .uui-testimonial07_slide {
    width: 45%;
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .uui-testimonial07_mask {
    width: 100%;
  }

  .uui-testimonial07_component {
    padding-left: 0;
    padding-right: 0;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-heading-style-h5 {
    height: 68px;
  }

  .combine-blog1_image-wrapper {
    height: 16.8rem;
  }

  .combine-blog1_item {
    width: 100%;
    max-width: 27.9rem;
    height: auto;
  }

  .combine-blog1_component {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .combine-blog1_component.bmargin30 {
    grid-row-gap: 2rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hero-form-wrapper.show {
    width: 45%;
  }

  .quote-content {
    width: 100%;
  }

  .combine-footer2_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer2_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .combine-footer2_social-link {
    width: 12%;
  }

  .combine-footer2_grid {
    grid-template-columns: auto auto auto;
  }

  .icon-2 {
    margin-right: 20px;
  }

  .dropdown-list.w--open {
    background-color: #297ec1;
    border-radius: 0;
    bottom: auto;
    right: auto;
  }

  .dropdown-list.course.w--open {
    background-color: #297ec1;
    inset: 111% -95% auto auto;
  }

  .dropdown-link:hover {
    background-color: #338dff;
  }

  .dropdown-link.course-link:hover {
    background-color: #8cc63e;
  }

  .dropdown {
    width: 100%;
  }

  .brix---cta-v2-floating-item-02 {
    width: 32%;
    bottom: -9%;
    right: -8%;
  }

  .brix---cta-v2-floating-item-01 {
    width: 40%;
    top: 0%;
    left: -7%;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---btn-primary-inside-input {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-footer-2-cols---form---icon {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    width: 67%;
    top: 32px;
  }

  .service-box {
    width: 88%;
  }

  .log-in-wrapper {
    justify-content: flex-end;
    width: 100%;
  }

  .wws-box {
    width: 31%;
  }

  .wws-image-box {
    height: 350px;
  }

  .wws-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .mid-content {
    font-size: 14px;
    line-height: 27px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 160px;
    right: 40%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 160px;
    left: 40%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section-small---bottom-large {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .nav-box {
    width: 70%;
  }

  .serve-wrapper.bg-1 {
    background-position: 100% 100%, 50% 0;
  }

  .cta-top-wrapper {
    display: none;
  }

  .course-image-box {
    background-position: 96% 0;
    background-size: 68%;
    width: 73%;
    height: 436px;
  }

  .forklift-image-box {
    top: 183px;
  }

  .uui-layout16_image {
    width: 130%;
    min-width: 130%;
    position: static;
  }

  .uui-layout16_image-wrapper {
    justify-content: flex-start;
    min-height: auto;
    padding: 4rem 2rem;
  }

  .uui-layout16_item {
    padding-left: 61px;
    padding-right: 60px;
  }

  .uui-layout16_item.first-aid-hexagon {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-layout16_item-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .uui-layout16_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .scissor-lift {
    top: 183px;
  }

  .values-info {
    font-size: 22px;
  }

  .cheader {
    font-size: 16px;
    line-height: 26px;
  }

  .coretrade-info {
    font-size: 14px;
    line-height: 22px;
  }

  .mid-header {
    font-size: 50px;
    line-height: 60px;
  }

  .c-name-info.width100 {
    width: 100%;
    margin-right: 10px;
    padding-left: 10px;
  }

  .content-wrapper-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cname-2.fee {
    text-align: center;
    justify-content: center;
    width: 100%;
    font-size: 23px;
  }

  .button-wrapper-2 {
    margin-bottom: 10px;
  }

  .register-box-2 {
    width: 100%;
    padding-top: 26px;
  }

  .cname {
    margin-right: 0;
    padding-left: 0;
  }

  .cname.big {
    text-align: center;
    margin-left: 0;
    font-size: 15px;
  }

  .course-details-box.no-b--boarder {
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 0;
  }

  .course-details-box.no-b--boarder.course-fee {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
  }

  .slot-box, .course-information-wrapper {
    width: 100%;
  }

  .a-button-primary {
    display: flex;
  }

  .registration-wrapper.bg-1 {
    background-position: 100% 0, 50% 0;
  }

  .project-link-box {
    width: 47%;
  }

  .combine-button-icon-2 {
    white-space: nowrap;
  }

  .combine-feature5_item {
    color: var(--combine-library-grey-800);
    text-decoration: none;
  }

  .combine-feature5_component {
    align-items: stretch;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .course-list-wrapper {
    display: flex;
    top: 155px;
    left: 3px;
  }

  .course-list-wrapper.hide {
    z-index: 9999999;
    display: flex;
    top: 153px;
  }

  .div-block-13 {
    position: relative;
    left: -16px;
  }

  .logo-box {
    margin-right: 9px;
  }

  .uui-testimonial13_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .course-dropdown.w--open {
    background-color: #8cc63e;
    border-radius: 0;
    bottom: auto;
    right: auto;
  }

  .course-dropdown.course.w--open {
    background-color: #297ec1;
    inset: 111% -95% auto auto;
  }

  .position-box {
    flex-wrap: wrap;
  }

  .p-header.role {
    border-top-left-radius: 0;
  }

  .p-header.sub-position.last {
    border-top-right-radius: 0;
  }

  .p-header.role-copy {
    border-top-left-radius: 20px;
  }

  .apply-box {
    width: 100%;
  }

  .apply-box.sub {
    width: 50%;
  }

  .apply-box.download-box {
    width: 30%;
  }

  .course-image-wrapper {
    width: 48%;
  }

  .course-header {
    font-size: 13px;
  }

  .popular-form-box {
    width: 99.7%;
  }

  .popular-form-box.sub {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  p {
    font-size: 15px;
    line-height: 25px;
  }

  .brix---header-big-nav-link {
    font-size: 32px;
    line-height: 34px;
  }

  .brix---dropdown-chevron-big {
    width: 25px;
  }

  .brix---dropdown-toggle-big-link {
    font-size: 32px;
    line-height: 34px;
  }

  .brix---header-logo {
    max-width: 93%;
  }

  .brix---header-logo-link {
    width: 77%;
  }

  .uui-heroheader01_pattern-image {
    width: 14.9rem;
    top: auto;
    bottom: -15%;
    right: -10%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 6rem;
    height: 22rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-nav-link:visited {
    background-color: var(--yellow-green);
    color: #fff;
  }

  .brix---header-nav-link.course-drop {
    width: 100%;
  }

  .brix---header-content-wrapper-v9 {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .brix---social-media-grid-right---mbl-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---top-header-left-col, .brix---top-header-right-col {
    justify-content: center;
  }

  .brix---grid-header-top {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---header-top-wrapper {
    padding-top: 0;
  }

  .hero-wrapper {
    background-position: 100% 101%, 0 0, 50%;
  }

  .container {
    width: 90%;
  }

  .hero-content-wrapper.main, .hero-content-wrapper.inside {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-cta {
    color: #029e11;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-icon {
    color: var(--yellow-green);
    margin-right: 0;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-2 {
    text-align: center;
    justify-content: center;
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-layout93_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout93_component {
    align-items: stretch;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-wrapper.bg-1 {
    background-position: 0 0, 100% 100%;
  }

  .content-wrapper.quote-wrapper {
    background-position: 100% 0;
  }

  .content-wrapper.mobile {
    display: flex;
  }

  .content-wrapper.desktop {
    display: none;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-layout72_item {
    width: 100%;
    height: 323px;
    padding: 1.5rem;
  }

  .uui-layout72_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-layout54_logo-row {
    margin-bottom: 2rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-layout54_content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .uui-layout54_image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-layout54_image-wrapper {
    justify-content: center;
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-layout54_image-wrapper.about-image {
    height: 480px;
  }

  .uui-layout54_image-wrapper.hexa-image-2 {
    padding-left: 8.3rem;
    padding-right: 8.3rem;
  }

  .uui-layout54_image-wrapper.career-image, .uui-layout54_image-wrapper.employ-image, .uui-layout54_image-wrapper.under-image {
    height: 480px;
  }

  .uui-layout54_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .header-box.get, .header-box.footer-form-cbox {
    width: 100%;
    margin-bottom: 10px;
  }

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---badge-secondary-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---product-card-wrapper-v1 {
    width: 100%;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .shape-1 {
    width: 26%;
    bottom: -13%;
    right: -2%;
  }

  .uui-testimonial07_arrow:hover {
    background-color: var(--untitled-ui-white);
  }

  .uui-testimonial07_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial07_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial07_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial07_divider {
    display: none;
  }

  .uui-testimonial07_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial07_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-testimonial07_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial07_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial07_component {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }

  .combine-text-size-small.combine-text-color-grey {
    text-align: center;
  }

  .combine-heading-style-h5 {
    height: 50px;
  }

  .combine-blog1_content {
    align-items: center;
  }

  .combine-blog1_image-wrapper {
    justify-content: center;
    align-items: center;
    height: 16.5rem;
  }

  .combine-blog1_component {
    grid-template-columns: 1fr;
  }

  .combine-blog1_component.forklift {
    grid-template-rows: auto auto auto auto;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .machine-image.vertical-p {
    background-image: url('../images/Operate-Vertical-Platform.png'), linear-gradient(#00000080, #00000080), url('../images/banner.jpg');
    background-position: 50%, 0 0, 50%;
    background-size: contain, auto, cover;
  }

  .hero-flex {
    flex-wrap: wrap;
  }

  .hero-form-wrapper {
    width: 100%;
    box-shadow: 0 2px 5px #0003;
  }

  .hero-form-wrapper.show {
    width: 100%;
  }

  .form-header {
    font-size: 1.125rem;
  }

  .quote-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .combine-footer2_bottom-text {
    order: 1;
  }

  .combine-footer2_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .combine-footer2_column {
    width: 100%;
  }

  .combine-footer2_grid {
    grid-template-columns: auto;
  }

  .dropdown-list.course.w--open {
    right: -35%;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---grid-footer-v1 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary-inside-input {
    padding: 12px 32px;
  }

  .brix---input-large-button-inside {
    min-height: 68px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---footer-top-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    flex-wrap: wrap;
  }

  .cta-info {
    display: none;
  }

  .shape-box {
    width: 60%;
  }

  .penta-image-1 {
    width: 80%;
  }

  .line-green-box {
    right: 11%;
  }

  .div-block-5 {
    width: 100%;
  }

  .service-box {
    width: 102%;
    left: 66px;
  }

  .log-in-wrapper {
    order: -1;
    width: 100%;
    display: flex;
  }

  .wws-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52%;
    margin-right: 0;
    display: flex;
    left: 0;
  }

  .wws-image-box {
    width: 71%;
    height: 403px;
    padding: 1.5rem;
  }

  .wws-wrapper {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .wws-shape {
    width: 63%;
    padding: 32px;
    right: 2%;
  }

  .buttom-content.get {
    width: 100%;
    margin-bottom: 10px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    right: 34%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    left: 34%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section-small---bottom-large {
    padding-top: 72px;
    padding-bottom: 130px;
  }

  .nav-box {
    width: 85%;
  }

  .serve-wrapper.bg-1 {
    background-position: 0 0, 100% 100%;
  }

  .serve-wrapper.quote-wrapper {
    background-position: 100% 0;
  }

  .choose-file {
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
  }

  .upload-file, .no-upload-file {
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .cta-wrapper {
    justify-content: flex-end;
  }

  .client-login {
    text-align: center;
    width: 33%;
    font-size: 10px;
  }

  .contact-us-form {
    width: 100%;
    box-shadow: 0 2px 5px #0003;
  }

  .form-box {
    width: 100%;
  }

  .shape-box-2 {
    width: 60%;
  }

  .course-form-wrapper {
    width: 100%;
    box-shadow: 0 2px 5px #0003;
  }

  .mid-box-wrapper {
    width: 90%;
  }

  .course-image-box {
    width: 77%;
    height: 403px;
  }

  .uui-layout16_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-text-size-medium-2 {
    font-size: .9rem;
  }

  .uui-heading-xxsmall-2 {
    text-align: center;
    font-size: 1rem;
  }

  .uui-layout16_item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .uui-layout16_item-list {
    grid-row-gap: 2.5rem;
  }

  .uui-layout16_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .values-info {
    font-size: 15px;
  }

  .cheader {
    font-size: 14px;
    line-height: 25px;
  }

  .c-name-info.width100 {
    padding-left: 60px;
  }

  .content-wrapper-2 {
    padding-top: 80px;
  }

  .cname-2.fee {
    display: block;
  }

  .register-box-2 {
    width: 100%;
    padding-bottom: 20px;
  }

  .cname, .cname.big {
    text-align: center;
  }

  .slot-number {
    height: 80%;
  }

  .course-details-box.no-b--boarder.course-fee, .slot-box {
    width: 100%;
  }

  .slot-available {
    height: 20%;
  }

  .a-blog-grid-small {
    grid-template-columns: 1fr;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .registration-wrapper.bg-1 {
    background-position: 0 0, 100% 100%;
  }

  .registration-wrapper.quote-wrapper {
    background-position: 100% 0;
  }

  .registration.company, .registration.individual, .project-link-box {
    width: 100%;
  }

  .project-link-box._2 {
    width: 100%;
    margin-bottom: 0;
  }

  .flex-button {
    justify-content: center;
    align-items: center;
  }

  .combine-feature5_component {
    grid-template-columns: 1fr;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .recruitement-box {
    width: 28%;
    height: 260px;
  }

  .recruite-icon {
    padding: 0;
  }

  .c-list {
    font-size: 11px;
  }

  .course-list-wrapper {
    display: flex;
    top: 155px;
    left: 1px;
  }

  .div-block-13 {
    position: relative;
    left: -14px;
  }

  .logo-slider-box {
    justify-content: flex-start;
  }

  .logo-box {
    width: 31%;
    margin-right: 10px;
  }

  .uui-testimonial13_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial13_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-testimonial13_content {
    padding: 1.5rem;
  }

  .uui-testimonial13_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .course-dropdown.course.w--open {
    right: -35%;
  }

  .clients-box {
    flex-wrap: wrap;
  }

  .clients {
    width: 100%;
  }

  .p-role.role-status {
    border-left-style: solid;
  }

  .p-role.form-info {
    width: 61%;
  }

  .apply-button {
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .apply-file {
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
  }

  .apply-file.apply-mid {
    border-left: 1px solid #000;
    margin-bottom: 0;
  }

  .apply-file.form-button {
    border-left: 1px solid #000;
    width: 41%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .apply-box.sub {
    width: 100%;
  }

  .apply-box.download-box {
    width: 50%;
  }

  .category-box.cb2 {
    width: 70%;
  }

  .attache-resume {
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .popular-form-box, .popular-form-box.sub {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-color: #fff;
  }

  h1 {
    font-size: 36px;
    line-height: 43px;
  }

  h2 {
    padding-left: 0;
    font-size: 27px;
    line-height: 38px;
  }

  p {
    font-size: 15px;
    line-height: 22px;
  }

  li {
    font-size: 14px;
  }

  .brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
    width: 30px;
  }

  .brix---hamburger-menu-wrapper {
    order: 1;
    margin-right: 0;
  }

  .brix---header-big-nav-link {
    font-size: 26px;
    line-height: 28px;
  }

  .brix---header-nav-list-item-hamburger-desktop {
    text-align: left;
    width: 100%;
    margin-bottom: 17px;
  }

  .brix---dropdown-link-big {
    font-size: 22px;
    line-height: 26px;
  }

  .brix---dropdown-chevron-big {
    width: 21px;
    margin-left: 8px;
  }

  .brix---dropdown-toggle-big-link {
    font-size: 26px;
    line-height: 28px;
  }

  .brix---container-default-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-right-col {
    flex-direction: row;
    align-items: center;
    width: 13%;
  }

  .brix---header-logo {
    width: 100%;
    max-width: 100%;
  }

  .brix---header-logo-link {
    width: 69%;
    margin-top: 0;
  }

  .brix---container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-heroheader01_pattern-image {
    width: 12.125rem;
    bottom: -25%;
    right: -20%;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 4rem;
    height: 15rem;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .brix---header-nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brix---header-nav-link.drop {
    padding-bottom: 5px;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-menu-wrapper {
    top: 32vw;
  }

  .brix---header-content-wrapper-v9 {
    padding-top: 2vw;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---mg-left-24px---mg-top-16px-mbp {
    margin-top: 16px;
    margin-left: 0;
  }

  .brix---top-header-right-col {
    flex-direction: column;
  }

  .brix---header-wrapper-v9 {
    background-image: linear-gradient(#fff 95%, #0000);
    min-height: 33vw;
  }

  .hero-header-wrapper {
    min-height: 50vh;
  }

  .hero-header-wrapper.inside-course {
    min-height: 40vh;
  }

  .hero-wrapper {
    min-height: 50vh;
  }

  .hero-wrapper.inside-wrapper {
    background-image: url('../images/_edge-image.svg'), linear-gradient(#0006, #0006), linear-gradient(#00000080, #00000080), url('../images/Inside-banner.jpg');
    background-position: 50% 100%, 0 0, 0 0, 100%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll;
    min-height: 50vh;
  }

  .hero-wrapper.inside-wrapper.train, .hero-wrapper.inside-wrapper.consult {
    background-image: linear-gradient(#00000057, #0000 59%), url('../images/_edge-image.svg'), linear-gradient(#0000, #0000), url('../images/6a.-Employment-Agency-1st-Pic-1.jpg');
    background-position: 0 0, 50% 100%, 0 0, 50%;
    background-repeat: repeat, no-repeat, repeat, no-repeat;
  }

  .hero-wrapper.inside-wrapper.js {
    margin-top: 120px;
  }

  .hero-wrapper.inside-wrapper.cu, .hero-wrapper.inside-wrapper.crane {
    background-image: linear-gradient(#00000057, #0000 59%), url('../images/_edge-image.svg'), linear-gradient(#0000, #0000), url('../images/6a.-Employment-Agency-1st-Pic-1.jpg');
    background-position: 0 0, 50% 100%, 0 0, 50%;
    background-repeat: repeat, no-repeat, repeat, no-repeat;
  }

  .hero-wrapper.course-wrapper {
    background-image: url('../images/_edge-image.svg'), linear-gradient(#0006, #0006), url('../images/Inside-banner.jpg');
    background-position: 100% 102%, 0 0, 0%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: contain, auto, cover;
    background-attachment: scroll, scroll, scroll;
    min-height: 40vh;
  }

  .flex-wrapper {
    justify-content: center;
  }

  .hero-content-wrapper.main {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-content-wrapper.inside {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-button.white-button {
    background-size: 200px 55px;
    width: 41%;
    min-width: 218px;
    height: 60px;
    padding: 20px 40px;
  }

  .hero-button.sub-button {
    margin-right: 0;
  }

  .hero-button.white-button-2 {
    background-size: 200px 60px;
    justify-content: center;
    width: 80%;
    min-width: 217px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-button.white-button-copy {
    background-size: 200px 60px;
    width: 58%;
    min-width: 218px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-button.cta-button {
    background-size: 200px 55px;
    width: 41%;
    min-width: 218px;
    height: 60px;
    padding: 20px 40px;
  }

  .hero-button.r-button {
    background-size: cover;
    width: 250px;
    height: 71px;
  }

  .hero-cta {
    height: 44px;
    margin-right: 10px;
  }

  .uui-text-size-medium.mid-medium-info {
    font-size: .8rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.1rem;
  }

  .content-wrapper.contact-wrapper {
    padding-top: 0;
  }

  .content-wrapper.no-padding.bg.main {
    margin-bottom: 45px;
  }

  .uui-space-xxlarge {
    min-height: 1.5rem;
  }

  .icon-featured-square-large {
    width: 4.5rem;
    height: 4.5rem;
  }

  .uui-layout72_item {
    width: 100%;
    height: 315px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-layout54_content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .uui-layout54_image-wrapper.about-image {
    background-image: none;
    height: 110vw;
    margin-bottom: 0;
  }

  .uui-layout54_image-wrapper.hexa-image-2 {
    width: 100%;
    height: 367px;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .uui-layout54_image-wrapper.image-2 {
    background-position: 50% 94%, 100% 100%;
    background-size: contain, 330px;
    height: 410px;
  }

  .uui-layout54_image-wrapper.under {
    background-position: 2% 83%, 50% 70%, 100% 100%;
    background-size: auto, contain, contain;
    height: 446px;
  }

  .uui-layout54_image-wrapper.career-image {
    background-image: none;
    height: 480px;
  }

  .uui-layout54_image-wrapper.employ-image {
    background-image: none;
    height: 450px;
  }

  .uui-layout54_image-wrapper.under-image {
    background-image: none;
    height: 400px;
  }

  .quote-header-box {
    font-size: 24px;
  }

  .quote-content-box {
    width: 90%;
  }

  .header-line.l2 {
    width: 205px;
    left: 2%;
  }

  .header-line.l3 {
    width: 194px;
    left: 28%;
  }

  .header-line.l4 {
    width: 127px;
    left: 62%;
  }

  .header-line.l5 {
    width: 188px;
    left: 46%;
  }

  .header-line.l6 {
    width: 150px;
  }

  .header-box.mid-header {
    align-items: flex-start;
    padding-left: 13px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---product-card-content-small {
    padding: 20px 20px 35px;
  }

  .brix---badge-secondary-small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---badge-wrapper-top-left {
    top: 16px;
    left: 16px;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shape-1 {
    width: 29%;
    bottom: -7%;
    right: 1%;
  }

  .uui-testimonial07_slide {
    width: 100%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .combine-button-content.book-button {
    font-size: 1.3rem;
  }

  .combine-button-icon.offer-button {
    background-size: contain;
    font-size: .8rem;
  }

  .combine-button-icon.book-now {
    background-size: contain;
  }

  .combine-heading-style-h5 {
    font-size: 1rem;
  }

  .combine-blog1_content {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .combine-blog1_image-wrapper {
    height: 10.9rem;
  }

  .combine-blog1_component {
    grid-template-columns: 1fr;
  }

  .combine-blog1_component.forklift {
    grid-template-rows: auto auto auto auto;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .machine-image.boom-lift {
    height: 173px;
  }

  .machine-image.forklift {
    background-position: 0 47%;
    height: 173px;
  }

  .machine-image.vertical-p {
    height: 173px;
  }

  .machine-image.forklift-with {
    background-position: 0 47%;
    height: 173px;
  }

  .machine-image.vertical-p-copy {
    height: 173px;
  }

  .hero-info {
    font-size: 15px;
  }

  .hero-flex {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .hero-form-wrapper {
    width: 100%;
    box-shadow: 0 2px 9px #0003;
  }

  .hero-form-wrapper.show {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .combine-footer2_link {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 14px;
  }

  .combine-footer2_link.f-phone {
    padding-bottom: .25rem;
    font-size: 12px;
  }

  .combine-footer2_link.f-pin {
    font-size: 14px;
  }

  .combine-footer2_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .combine-footer2_bottom-text {
    font-size: 12px;
    line-height: 23px;
  }

  .combine-footer2_top-text {
    font-size: 12px;
  }

  .combine-footer2_grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: auto;
  }

  .icon-2 {
    bottom: 8px;
  }

  .dropdown-list.course.w--open {
    right: -104%;
  }

  .dropdown-link {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    font-size: 13.5px;
    line-height: 17px;
  }

  .dropdown-link.course-link {
    word-break: keep-all;
    font-size: 12px;
  }

  .brix---cta-v2-floating-item-02 {
    width: 40%;
  }

  .brix---cta-v2-floating-item-01 {
    width: 50%;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---flex-horizontal---vertical-mbp {
    flex-direction: column;
  }

  .brix---btn-primary-inside-input {
    background-color: var(--elements-webflow-library-neutral--100);
    color: var(--elements-webflow-library-accent--primary-1);
    width: 100%;
    margin-top: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .brix---input-large-button-inside {
    min-height: 64px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-large-button-inside::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---footer-cta-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---footer-top-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .white-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .white-content {
    font-size: .8rem;
    line-height: 25px;
  }

  .shape-box {
    width: 70%;
    top: 23px;
    left: 49px;
  }

  .shape-box.small-s-box {
    width: 50%;
    top: -3px;
    left: 58px;
  }

  .shape-box.small {
    width: 77%;
    inset: 12% 0% auto auto;
  }

  .penta-image-1 {
    width: 96%;
  }

  .line-green-box {
    width: 73%;
    inset: 0% 0% auto auto;
  }

  .service-box {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 5px;
  }

  .sevice-shape {
    width: 50%;
    padding: 0;
    bottom: 2%;
    left: 7%;
  }

  .log-in-wrapper {
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
  }

  .login-box {
    font-size: 10px;
    line-height: 20px;
  }

  .wws-box {
    left: 5px;
  }

  .wws-image-box {
    width: 54%;
    height: 301px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wws-shape {
    width: 48%;
    padding: 24px;
    bottom: 9%;
    right: 12%;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 210px;
    right: 32%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 210px;
    left: 32%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small---bottom-large {
    padding-top: 64px;
    padding-bottom: 150px;
  }

  .nav-box {
    align-items: center;
    width: 75vw;
  }

  .button-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .choose-file {
    padding-left: 0;
  }

  .upload-file {
    background-size: 240px;
    width: 227px;
    margin-bottom: 10px;
  }

  .div-block-6 {
    padding-left: 15px;
    padding-right: 10px;
  }

  .client-login {
    justify-content: center;
    align-items: center;
    width: 53%;
    font-size: 9px;
    line-height: 18px;
    display: flex;
  }

  .contact-us-form {
    width: 100%;
    box-shadow: 0 2px 9px #0003;
  }

  .shape-box-2 {
    width: 60%;
    top: -14px;
    left: 55px;
  }

  .shape-box-2.small-s-box {
    width: 45%;
    top: -54px;
    left: 48px;
  }

  .shape-box-2.small {
    width: 77%;
    inset: 12% 0% auto auto;
  }

  .course-form-wrapper {
    width: 100%;
    box-shadow: 0 2px 9px #0003;
  }

  .course-image-box {
    width: 100%;
    height: 336px;
  }

  .uui-text-size-medium-2 {
    font-size: .8rem;
  }

  .uui-icon-featured-outline-large-2 {
    width: 3rem;
    height: 3rem;
  }

  .uui-layout16_item {
    height: 248px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .uui-layout16_item.hexa-block {
    width: 100%;
  }

  .uui-layout16_item-list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
  }

  .uui-layout16_item-list.mid-item-list {
    grid-template-columns: 1fr;
  }

  .uui-layout16_content.flex-hexa {
    flex-flow: wrap;
  }

  .sheading {
    font-size: 20px;
    line-height: 30px;
  }

  .scontent {
    font-size: 13px;
  }

  .terms-heading.big {
    font-size: 18px;
    line-height: 29px;
  }

  .values-info {
    font-size: 15px;
  }

  .values-accent {
    font-size: 25px;
  }

  .cheader {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 22px;
  }

  .cheader.requirements {
    justify-content: center;
    display: flex;
  }

  .coretrade-info.lrb-line {
    width: 100%;
  }

  .coretrade-info.rb-line {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    display: flex;
  }

  .coretrade-info.requirements70 {
    width: 66.66%;
    padding-left: 20px;
  }

  .coretrade-info.parth {
    width: 33.33%;
  }

  .coretrade-info.last-line {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    display: flex;
  }

  .coretrade-info.first, .coretrade-info.second {
    width: 33.33%;
  }

  .c-name-info.width100 {
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .content-wrapper-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-field-2 {
    width: 46%;
  }

  .button {
    font-size: 14px;
    line-height: 20px;
  }

  .cname-2.left-align {
    text-align: center;
    justify-content: center;
    margin-right: 0;
    padding-left: 0;
  }

  .cname-2.fee {
    text-align: center;
    justify-content: center;
    margin-right: 0;
    padding-left: 0;
    font-size: 22px;
  }

  .cname {
    display: block;
  }

  .cname.big {
    text-align: center;
    justify-content: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .course-details-box.no-b--boarder {
    padding-right: 0;
  }

  .course-details-box.no-b--boarder.course-fee {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .div-block-7 {
    flex-wrap: wrap;
  }

  .select-field {
    width: 47%;
  }

  .select-field._39width {
    width: 100%;
    margin-bottom: 10px;
  }

  .a-button-primary {
    width: 100%;
  }

  .registration-wrapper.contact-wrapper {
    padding-top: 0;
  }

  .project-link-box {
    height: 200px;
  }

  .project-link-box._2 {
    height: 240px;
    padding-bottom: 5%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .course-box {
    flex-wrap: wrap;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-10 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .recruitement-box {
    width: 44%;
  }

  .arrow-box {
    width: 5%;
  }

  .c-list {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    font-size: 7px;
    line-height: 14px;
  }

  .div-block-12 {
    width: 48%;
  }

  .course-list-wrapper {
    border-radius: 0;
    flex-wrap: wrap;
    padding: 5px 10px 5px 5px;
    display: flex;
    position: relative;
    top: 0;
    overflow: auto;
  }

  .course-list-wrapper.hide {
    top: 0;
  }

  .clist-header {
    font-size: 9px;
  }

  .logo-slider-box {
    justify-content: space-between;
  }

  .logo-box {
    width: 30%;
    height: 75px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .logo-box.guardian {
    width: 18%;
  }

  .course-dropdown.course.w--open {
    right: -104%;
  }

  .apply-button {
    background-size: 240px;
    width: 227px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .apply-button.download {
    background-size: contain;
    width: 165px;
  }

  .apply-file {
    padding-left: 0;
  }

  .apply-file.form-button {
    border-left-style: none;
  }

  .nc-icon {
    top: -8px;
  }

  .course-image-wrapper {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .category-heading {
    font-size: 14px;
  }

  .category-list {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .attache-resume {
    background-size: 240px;
    width: 227px;
    margin-bottom: 10px;
  }
}

#w-node-_809ea076-dcbd-f960-8fd9-2eef81c28e6c-7b7fab04, #w-node-_49447702-7575-e4bf-78d6-a9fb9d0d6cfa-7b7fab04, #w-node-_5049800d-771c-f2af-4fbc-e17bd80e31dd-7b7fab04, #w-node-_195b84de-a083-0ba3-4756-958cc50a4a97-7b7fab04, #w-node-_1a138ccd-bd2a-ccba-35bb-ed82b07db784-7b7fab04, #w-node-dc257803-4e93-b3b7-7727-aad9f654f65d-f654f652, #w-node-dc257803-4e93-b3b7-7727-aad9f654f664-f654f652, #w-node-dc257803-4e93-b3b7-7727-aad9f654f672-f654f652, #w-node-dc257803-4e93-b3b7-7727-aad9f654f679-f654f652, #w-node-dc257803-4e93-b3b7-7727-aad9f654f680-f654f652, #w-node-_14074680-d3c0-b57d-3764-0988d5ff902c-1a169d05, #w-node-_14074680-d3c0-b57d-3764-0988d5ff903c-1a169d05, #w-node-_14074680-d3c0-b57d-3764-0988d5ff904c-1a169d05, #w-node-_14074680-d3c0-b57d-3764-0988d5ff905c-1a169d05, #w-node-_14074680-d3c0-b57d-3764-0988d5ff906c-1a169d05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-de8c52b4-34e0-0dcd-b878-cd846998719e-69987198 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-a934003a, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-6a7a1974, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-8a4e6561, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-e568dac0, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-bf4a19c3, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-47032c1b, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-b839d151, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-f7a54bb7, #w-node-_6e22a8af-5b23-9f2a-719a-61386fadb549-ec090061, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-1e5cfa7e, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-8a58e9d2, #w-node-b53acce1-cc73-ae3e-59cf-80b954ddc0b6-7ba856ad, #w-node-b53acce1-cc73-ae3e-59cf-80b954ddc0b6-4e53889e, #w-node-b53acce1-cc73-ae3e-59cf-80b954ddc0b6-2d992b2f, #w-node-b53acce1-cc73-ae3e-59cf-80b954ddc0b6-f1a01e8e, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-bbf3cb88, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-5403330d, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-5f49cff5, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-2b96b801, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-db3f33ee, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-54fc7261, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-a3b39578, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-7cf539f9, #w-node-_7104474e-36b5-ee7a-3efb-4f5136892123-dbb0c7f7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-7b7fab04, #w-node-b585a4cf-123c-da1a-f989-6840027b1dd0-7b7fab04, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-f0b613b4, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-a934003a, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-6a7a1974, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-8a4e6561, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-e568dac0, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-bf4a19c3, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-47032c1b, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-b839d151, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-f7a54bb7, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-ec090061, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-1e5cfa7e, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-8a58e9d2, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-7ba856ad, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-6b871e66, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-00725cc1, #w-node-_8152a07a-8f06-5289-4ddb-84bcb65096f6-00725cc1, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-11e32a57, #w-node-b585a4cf-123c-da1a-f989-6840027b1dd0-11e32a57, #w-node-_29ffa16e-94e4-1b60-6a06-693de33bda16-11e32a57, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-4e53889e, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-2d992b2f, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-f1a01e8e, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-bbf3cb88, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-5403330d, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-5f49cff5, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-2b96b801, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-db3f33ee, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-54fc7261, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-c28835a8, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-607296e3, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-a3b39578, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-7cf539f9, #w-node-e801e6f4-a817-bc45-5f13-5ad3ffc4e868-dbb0c7f7 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-de8c52b4-34e0-0dcd-b878-cd846998719e-69987198 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Atlanta College';
  src: url('../fonts/Atlanta-College.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*new css*/

@media (min-width: 992px) {
    html.w-mod-js:not(.w-mod-ix) [data-w-id="87e0c645-82d4-fadd-2bc6-9c660dd991e3"] {
        opacity: 1 !important;
    }
}

.uui-layout54_content {
  flex: 1;
}

.course-image-box-new {
  flex: 1;
  display: flex;
  justify-content: center;
}

.scissor {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
}

/*SEARCH NEW DESKTOP*/
.search-popup{
    width:350px;
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
    display:none;
    position:absolute;
    top:70px;
    right:0;
    z-index:99999;
}

.search-popup.active{
    display:block;
}

.search-box-wrap{
    display:flex;
    align-items:center;
    gap:8px;
    padding:8px;
    background:#f5f5f5;
}

.search-box-wrap input{
    flex:1;
    height:42px;
    border:1px solid #ccc;
    border-radius:5px;
    padding:0 12px;
    font-size:15px;
    box-sizing:border-box;
}

.search-btn{
    width:45px;
    height:42px;
    border:none;
    border-radius:5px;
    background:#8CC63E;
    color:#fff;
    cursor:pointer;
    font-size:18px;
    display:flex;
    align-items:center;
    justify-content:center;
}

#searchResults{
    max-height:350px;
    overflow-y:auto;
}

.search-item{
    display:block;
    padding:10px 12px;
    border-top:1px solid #eee;
    color:#333;
    text-decoration:none;
    line-height:22px;
}

.search-item:hover{
    background:#f5f5f5;
}

.result-count{
    padding:12px;
    color:#777;
    border-top:1px solid #ddd;
}
.search-icon-box{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #8cc63f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 15px;
}

.search-icon-box img{
    width: 42px;
    height: 42px;
    object-fit: contain;
}

/* HIDE SEARCH IN MOBILE & TABLET */

@media screen and (max-width: 991px){

  .search-icon-box,
  .search-popup{
    display:none !important;
  }

}

div#results a {
    color: blue;
    font-size: 20px;
    line-height: 30px;
}



/* Desktop Mega Menu Scroll Fix */
@media (min-width: 992px){

  .nav-box{
    position: relative;
  }

  .course-list-wrapper{
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;

    width: 100% !important;
    max-height: 80vh !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;

    z-index: 99999 !important;

    background: #297ec1;

    padding: 20px !important;

    box-sizing: border-box;

    gap: 40px;

    display: none;
  }

  /* OPEN MENU */
  .course-list-wrapper.active{
    display: flex !important;
  }

  /* SCROLLBAR */
  .course-list-wrapper::-webkit-scrollbar{
    width: 7px;
  }

  .course-list-wrapper::-webkit-scrollbar-track{
    background: transparent;
  }

  .course-list-wrapper::-webkit-scrollbar-thumb{
    background-color: rgba(255,255,255,0.7); !important;
    border-radius: 10px;
  }

}


/* MOBILE + TABLET */
@media (max-width: 991px){

  .course-list-wrapper{

    width: 100% !important;

    max-height: 80vh !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;

    padding: 20px !important;

    box-sizing: border-box;

    display: none;

    -webkit-overflow-scrolling: touch;
  }

  /* OPEN MENU */
  .course-list-wrapper.active{
    display: block !important;
  }

  /* MOBILE SCROLLBAR */
  .course-list-wrapper::-webkit-scrollbar{
    width: 5px;
  }

  .course-list-wrapper::-webkit-scrollbar-thumb{
   background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
  }

}


/* OPTIONAL */
body{
  overflow-x: hidden;
}
.c-image.rboarder.j1 {
    background-image: url(../images/s-Globally-harmonised-system-for-chemical-users-course.jpg);
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.c-image.rboarder.k1 {
    background-image: url(../images/s-Operate-reach-truck.jpg);
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.c-image.rboarder.l1 {
    background-image: url(../images/S-Fire-safety-awareness-course.jpg);
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.c-image.rboarder.m1 {
    background-image: url(../images/s-Work-at-height-rescue-course.jpg);
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.c-image.rboarder.n1 {
    background-image: url(../images/S-Iso-9001-2015-quality-management-system-internal-auditor-course.jpg);
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}



