:root {
  --white: white;
  --black: black;
}

.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;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/HomePage2.1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.navbar-no-shadow {
  position: absolute;
  inset: 5% 4% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #01506e00;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  background-color: #01506e;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #86a4af;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border: 1px #000;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 4%;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 43px;
  display: block;
}

.button {
  background-color: #01506e;
  border-radius: 10px;
  margin-top: 15px;
  margin-left: 4%;
}

.hero-heading-center {
  background-color: #262626;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -29px;
  padding: 40px 0;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: #01506e;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
}

.hero-wrapper {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.shadow-two {
  border-right: 1px #000;
  border-radius: 10px;
  width: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.centered-heading-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
}

.centered-heading-copy.margin-bottom-32px {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.hero-heading-center-2 {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -8px;
  margin-bottom: -10px;
  padding: 40px 30px 0;
  position: relative;
}

.hero-wrapper-3 {
  background-image: url('../images/HomePage3.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.hero-heading-left {
  background-color: #262626;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.section-2 {
  background-color: #000;
}

.hero-wrapper-3-copy {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.hero-wrapper-4 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.margin-bottom-24px-4 {
  color: #fff;
  margin-bottom: 24px;
}

.shadow-two-2 {
  border-radius: 10px;
  box-shadow: 0 4px 24px #96a3b514;
}

.button-2 {
  background-color: #224155;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-2:hover {
  color: #fff;
  background-color: #00bece;
  font-family: Montserrat, sans-serif;
}

.button-3 {
  background-color: #013763;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-3:hover {
  background-color: #05506e;
}

.hero-heading-left-copy {
  background-color: #000;
  border: 1px #000;
  margin-top: -2px;
  padding: 20px 30px;
  position: relative;
}

.hero-wrapper-4-copy, .hero-wrapper-4-copy-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-2-copy {
  background-color: #00bece;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-2-copy:hover {
  background-color: #01506e;
}

.section-3 {
  background-image: url('../images/multiethnic-team-collaborating-project.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
}

.section-4 {
  background-image: linear-gradient(#6783a1c2, #6783a1c2), url('../images/about-us-.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  min-height: 40vh;
  position: static;
  top: auto;
  bottom: auto;
}

.div-block-232 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-3 {
  color: #000;
  font-size: 40px;
}

.quick-stack {
  padding-left: 40px;
  padding-right: 40px;
}

.grid-10 {
  display: none;
}

.cell {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.cell-2 {
  background-color: #fff;
}

.call-to-action {
  background-color: #253444;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/markus-winkler-afW1hht0NSs-unsplash.jpg');
  background-position: 0 0, 50%;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  margin-bottom: 0;
  padding: 40px 140px;
  display: flex;
  position: static;
}

.heading-5 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.paragraph-5 {
  color: #fff;
}

.button-4 {
  background-color: #02becd;
  border-radius: 10px;
  padding: 20px 100px;
  font-size: 20px;
  font-weight: 700;
  transition: border-radius .2s, background-color .2s;
}

.button-4:hover {
  background-color: #f88930;
  border-radius: 40px;
}

.centered-heading-copy {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-copy.margin-bottom-32px {
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
}

.centered-heading-copy-copy.margin-bottom-32px {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.centered-heading-copy-copy.margin-bottom-32px {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.centered-gcopy-copy {
  text-align: center;
  margin-bottom: 16px;
}

.centered-gcopy-copy.margin-bottom-32px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.gheading-copy-copy {
  text-align: center;
  margin-bottom: 16px;
}

.gheading-copy-copy.margin-bottom-32px {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.centered-heading-copy-copy {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-copy-copy.margin-bottom-32px {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
}

.heading-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.image-15 {
  height: 50px;
}

.heading-37 {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}

.columns-7 {
  background-color: #0000;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px;
}

.heading-42 {
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
}

.solutions-card {
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  padding: 10px;
  display: block;
}

.heading-44 {
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
}

.div-block-28 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid #ebeef3;
  border-radius: 5px;
  padding: 10px;
}

.image-10 {
  max-width: 100%;
  height: 50px;
}

.column-5 {
  padding-top: 0;
  padding-bottom: 40px;
}

.column-5.solutions-card {
  padding: 10px;
}

.div-block-33 {
  background-color: #fff;
  border: 2px solid #ebeef3;
  border-radius: 5px;
  padding: 10px;
}

.div-block-48 {
  background-color: #dde0e7;
  border-radius: 20px;
  height: 3px;
}

.div-block-16 {
  background-color: #f2f2f3;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/about-us-.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: -4px;
  padding: 20px 100px 40px;
  display: block;
  position: static;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-30 {
  background-color: #fff;
  border: 2px solid #ebeef3;
  border-radius: 5px;
  padding: 10px;
}

.div-block-31 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid #ebeef3;
  border-radius: 5px;
  padding: 10px;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-39, .heading-41 {
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
}

.div-block-36 {
  background-color: #fff;
  border: 2px solid #ebeef3;
  border-radius: 5px;
  padding: 10px;
}

.heading-45 {
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-35, .div-block-29 {
  background-color: #fff;
  border: 2px solid #ebeef3;
  border-radius: 5px;
  padding: 10px;
}

.column-6 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-6.solutions-card {
  padding: 10px;
}

.image-18 {
  filter: hue-rotate(151deg);
  height: 50px;
}

.columns-8 {
  background-color: #0000;
  border-radius: 5px;
  padding: 10px;
}

.heading-43 {
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
}

.div-block-34 {
  background-color: #fff;
  border: 2px solid #ebeef3;
  border-radius: 5px;
  padding: 10px;
}

.heading-46 {
  color: #253444;
  font-weight: 500;
}

.heading-38 {
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
}

.heading-47 {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}

.heading-48, .heading-49 {
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
}

.div-block-233 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid #ebeef3;
  border-radius: 5px;
  padding: 10px;
}

.image-19 {
  max-width: 100%;
  height: 50px;
}

.column-7 {
  padding-top: 0;
  padding-bottom: 40px;
}

.column-7.solutions-card {
  padding: 10px;
}

.div-block-234 {
  background-color: #dde0e7;
  border-radius: 20px;
  height: 3px;
}

.div-block-235 {
  background-color: #f2f2f3;
  background-image: radial-gradient(circle closest-side, #fffffffa, #ffffffe6 53%, #f3f3f3), url('../images/Brand-guidelines.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 2130px;
  background-attachment: scroll, fixed;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 20px 100px 40px;
  display: block;
  position: static;
}

.div-block-236 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-237 {
  background-color: #fff;
  border: 2px solid #ebeef3;
  border-radius: 5px;
  padding: 10px;
}

.div-block-238 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid #ebeef3;
  border-radius: 5px;
  padding: 10px;
}

.div-block-239 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-50, .heading-51, .heading-52 {
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
}

.div-block-240 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-241 {
  background-color: #fff;
  border: 2px solid #ebeef3;
  border-radius: 5px;
  padding: 10px;
}

.image-20 {
  filter: hue-rotate(151deg);
  height: 50px;
}

.columns-9 {
  background-color: #0000;
  border-radius: 5px;
  padding: 10px;
}

.heading-53, .heading-54 {
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
}

.section-5 {
  background-color: #121111;
  background-image: linear-gradient(45deg, #000002, #fff0), url('../images/standard-quality-control-concept-m.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, contain;
  border: 1px #000;
  margin-top: 0;
  padding: 20px 40px;
}

.contact-button {
  background-color: #01506e;
  border-radius: 10px;
  margin-top: 15px;
  margin-left: 4%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.contact-button:hover {
  background-color: #6783a1;
  font-family: Montserrat, sans-serif;
}

.contact-button-copy {
  background-color: #01506e;
  border-radius: 10px;
  margin-top: 15px;
  margin-left: 0%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.footer-dark {
  background-color: #262626;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 51px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #01506e;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: #6783a1;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-21, .image-22, .image-23 {
  background-color: #fff;
  border-radius: 5px;
}

.div-block-242 {
  color: #00d4ff00;
  background-color: #121111;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.grid-11 {
  display: none;
  overflow: visible;
}

.paragraph-30 {
  opacity: .75;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.contact-icon {
  background-color: #336799;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.form-block-03 {
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.contact-text {
  color: #86a4af;
  margin-bottom: 1px;
  padding-left: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.bu {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.bu:hover {
  opacity: .8;
}

.bu.in-form-copy {
  text-align: center;
  background-color: #86a4af;
  border-radius: 10px;
  width: 100%;
}

.bu.in-form-copy:hover {
  background-color: #00aeea;
}

._2-questions-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-method {
  color: #3b2ae5;
  align-items: center;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method:hover {
  opacity: .8;
}

.contact-method.no-link:hover {
  opacity: 1;
}

.contact-method-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

.heading-18 {
  color: #01506e;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.image-3 {
  color: #00aeea;
}

.text-field-inform {
  color: #000;
  border: 3px solid #01506e;
  border-radius: 10px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
}

.content-wrap-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.form-03-outer-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#000 21%, #0000003d);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: grid;
}

.form-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.div-block-244 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.section-6 {
  background-color: #141313;
  background-image: linear-gradient(#00000091, #00000091), url('../images/HomePage3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  padding: 128px 30px 20px;
  display: flex;
}

.heading-55, .heading-55-copy {
  align-items: center;
  display: flex;
}

.section-for-security {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/Mask-Group-1.png');
  background-position: 0 0, 50% 24%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.nav-for-security {
  position: absolute;
  inset: 5% 4% auto;
}

.security-hero {
  background-color: #262626;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding: 20px 30px;
  position: relative;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block-245 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-56 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.heading-57 {
  color: #01506e;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-58 {
  font-family: Montserrat, sans-serif;
}

.subtitle {
  z-index: 10;
  color: #42aeea;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.body-display {
  color: #606670;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.4em;
}

.overlay {
  background-color: #060b1499;
  position: absolute;
  inset: 0%;
}

.services-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  display: grid;
  position: relative;
}

.heading-24 {
  color: #00aeea;
}

.div-block-270 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.card-left-line {
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.paragraph-33 {
  color: #fff;
}

.background {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background.service-two {
  background-image: url('../images/innovation-technology-be-creative-futuristic-concept.jpg');
}

.background.service-one {
  background-image: url('../images/help-desk-customer-service-word.jpg');
  background-position: 50%;
  background-size: cover;
}

.background.service-three {
  background-image: url('../images/close-up-environment-sign-collection.jpg');
}

.background.service-four {
  background-image: url('../images/standard-quality-control-collage-concept.jpg');
}

.rotate-text {
  white-space: nowrap;
  transform: rotate(-90deg);
}

.rotate-text.right {
  transform: rotate(90deg);
}

.services-card-2 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 300px;
  padding: 20px 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.services-card-2:hover {
  z-index: 1;
}

.card-bottom-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px;
}

.heading-25 {
  color: #00aeea;
  font-size: 20px;
}

.description-2 {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.vertical-line-fill {
  background-color: #fff;
  width: 100%;
  height: 24px;
}

.vertical-line-fill.blank {
  opacity: 0;
  background-color: #fff;
}

.section-8 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-8.small-top-padding {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Background-security.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  margin-bottom: 0;
  padding: 20px 30px;
}

.heading-26 {
  color: #00aeea;
  font-size: 20px;
}

.card-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto;
}

.background-cover-2 {
  z-index: 3;
  background-color: #fff;
  border-radius: 10px;
  width: 110%;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.background-wrapper {
  z-index: 2;
  border-radius: 0;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-23 {
  color: #00aeea;
  font-size: 20px;
}

.section-name {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: grid;
}

.services-cards-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -55px;
  display: grid;
}

.service-card-description-2 {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.bold-text-37 {
  font-size: 20px;
}

.horizontal-line-fill {
  background-color: #fff;
  width: 24px;
  height: 100%;
}

.horizontal-line-fill.blank {
  opacity: 0;
  background-color: #bfc5d5;
}

.outline-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px #000;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: 0;
  padding: 0;
  position: relative;
}

.card-right-line {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px -1px auto;
}

.bold-text-36 {
  color: #fff;
  font-size: 30px;
}

.what-we-offer {
  text-align: center;
  margin-bottom: 16px;
}

.what-we-offer.margin-bottom-32px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
}

.grid-12 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-271 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-272 {
  background-image: linear-gradient(#00000080, #00000080);
  border: 2px solid #01506e;
  border-radius: 10px;
  padding: 10px;
}

.div-block-272:hover {
  background-image: linear-gradient(#020202cc, #020202cc), url('../images/Group-4916.png');
  background-position: 0 0, 49%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

.heading-59 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.paragraph-34 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.bold-text-39, .bold-text-40 {
  color: #fff;
}

.bold-text-41 {
  color: #01506e;
  font-family: Montserrat, sans-serif;
}

.security-hero-copy {
  background-color: #262626;
  background-image: linear-gradient(135deg, #0000 16%, #050505 85%), url('../images/Mask-Group-10.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding: 20px 30px;
  position: relative;
}

.main {
  position: absolute;
  inset: 5% 4% auto;
}

.footer-dark-2 {
  background-color: #262626;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  color: #01506e;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #01506e;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.section-for-fuel-copy {
  background-image: linear-gradient(#00000087, #00000087), url('../images/Contruction.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.fuel-for-hero {
  background-color: #262626;
  background-image: linear-gradient(#000000d6, #000000d6), url('../images/Shabi-Renovation3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding: 40px 30px;
  display: block;
  position: relative;
}

.container-copy {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-copy {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.teaser-section {
  background-color: #000;
}

.heading-20 {
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.copy-small-copy {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.teaser-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img._1 {
  z-index: 4;
  border-radius: 10px;
}

.teaser-img._4 {
  z-index: 1;
}

.teaser-img._2 {
  z-index: 3;
}

.teaser-img._3 {
  z-index: 2;
}

.div-block-263 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.bold-text-29 {
  color: #336799;
  font-family: Montserrat, sans-serif;
}

.title1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.teaser-copy {
  max-width: 650px;
  padding-right: 20%;
}

.p-xs-start {
  padding-top: 1em;
}

.teaser-copy-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-left: 40px;
  display: flex;
}

.bold-text-28 {
  color: #336799;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.p-teaser-img-wrap {
  border-radius: 10px;
  height: 90vh;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.bold-text-30 {
  color: #336799;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
}

.teaser-column {
  width: 50%;
  position: relative;
}

.teaser-grid {
  align-items: stretch;
  display: flex;
}

.copy-small-copy-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.teaser-img-tablet-down {
  display: none;
}

.teaser-container {
  max-width: 1920px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
}

.bold-text-30-copy {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.paragraph-35 {
  color: #fffdfd;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-273 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.bold-text-54 {
  color: #fff;
}

.hero-split-6-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  padding-bottom: 10px;
  display: flex;
}

.bold-text-56 {
  color: #fff;
}

.hero-wrapper-8-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.margin-bottom-24px-11 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.hero-heading-left-6 {
  background-color: #f5f7fa;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/cleaning-service.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.bold-text-57 {
  color: #fff;
  font-size: 30px;
}

.bold-text-58 {
  color: #fff;
  font-size: 38px;
}

.heading-28 {
  color: #00aeea;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.heading-32 {
  text-align: center;
}

.heading-27 {
  color: #00aeea;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
}

.shadow-two-11 {
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-wrapper-8-copy-copy {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-274 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-275 {
  background-color: #00aeea00;
  border-radius: 10px;
  padding: 10px;
}

.bold-text-55 {
  color: #fff;
}

.div-block-276 {
  margin-top: 10px;
  padding-top: 20px;
}

.paragraph-36 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.div-block-277 {
  flex-flow: column;
  justify-content: center;
  margin-bottom: 20px;
  display: block;
}

.bold-text-58-copy {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.hero-wrapper-8-copy-copy {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.hero-fuel-shabi {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.hero-shabi-copy {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.paragraph-37 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.teaser-section-copy {
  background-color: #000;
}

.paragraph-38 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.paragraph-39 {
  color: #fff;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.footer-dark-2-copy {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.image-24 {
  border-radius: 10px;
}

.section-for-cleaning {
  background-image: linear-gradient(#00000087, #00000087), url('../images/2940.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.hero-cleaning-copy-copy {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-278 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-9 {
  flex-direction: column;
  display: flex;
}

.security-s {
  background-color: #121111;
  background-image: linear-gradient(135deg, #000000e3, #ffffff08), url('../images/contact.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px #000;
  margin-top: 0;
  padding: 20px 30px;
}

.text-block {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.icon {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.dropdown-list {
  width: 208.083px;
}

.dropdown-list.w--open {
  border-radius: 10px;
  width: auto;
  max-width: none;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-25 {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 5px;
}

.image-26, .image-27 {
  background-image: linear-gradient(#fff, #fff);
}

.hero-heading-left-6-copy {
  background-color: #f5f7fa;
  background-image: linear-gradient(#000c, #000c), url('../images/Shabi-Renovation2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.image-28, .image-29, .image-30 {
  background-image: linear-gradient(#fff, #fff);
}

.shadow-two-11-copy, .shadow-two-11-copy-copy {
  border-radius: 10px;
  margin-bottom: -20px;
  box-shadow: 0 4px 24px #96a3b514;
}

.image-31 {
  background-image: linear-gradient(#fff, #fff);
}

.image-32, .image-33 {
  background-color: #fff;
}

.image-34 {
  text-shadow: 0 1px 1px #0003;
  border-radius: 10px;
  margin-right: 0;
}

.contact-method-copy {
  color: #3b2ae5;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method-copy.no-link {
  align-items: flex-start;
  display: flex;
}

.card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  flex-direction: column;
  transition: all .2s;
  display: flex;
}

.card:hover {
  transform: scale(1.05);
}

.card-image {
  object-fit: cover;
  width: 400px;
  height: 300px;
}

.media-icon {
  width: 32px;
  height: 32px;
}

.list {
  grid-column-gap: 32px;
  flex: none;
  margin-right: 32px;
  display: flex;
}

.section-10 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.profession {
  color: #475467;
  line-height: 1.5;
}

.media-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.wrapper {
  justify-content: flex-start;
  display: flex;
}

.horizontal-between-center {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.relative {
  position: relative;
}

.relative.rounded-20 {
  border-radius: 20px;
  overflow: hidden;
}

.name {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}

.section-10-copy {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scroll-inner {
  align-items: flex-end;
  width: 300vw;
  height: 50%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.heading-60 {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.content-wrapper {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.text-wrapper {
  z-index: 1;
  position: relative;
}

.sticky-container {
  width: 100%;
  height: 600vw;
  display: flex;
  position: relative;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.scroll-card {
  background-color: #fff;
  border: .0625rem solid #83838329;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  height: 20%;
  min-height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.logo-bar-section {
  background-image: linear-gradient(#262626, #262626);
  padding: 20px;
  overflow: hidden;
}

.logo-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.logo-box {
  border: 1px solid #181823;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 140px;
  display: flex;
}

.div-block-279 {
  background-image: linear-gradient(#ffffff80, #ffffff80);
}

.div-block-280 {
  background-image: linear-gradient(#fff, #fff);
}

.div-block-281 {
  background-image: linear-gradient(#000, #000);
  display: flex;
}

.div-block-282 {
  background-image: linear-gradient(#fff, #fff);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-283 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-284 {
  background-image: linear-gradient(#000000eb, #000000eb);
}

.div-block-285, .div-block-286, .div-block-287 {
  background-color: #fff;
}

.div-block-288 {
  background-color: #fffdfd;
}

.div-block-289 {
  background-color: #fff;
}

.contact-method-copy {
  color: #3b2ae5;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method-copy {
  color: #3b2ae5;
  align-items: center;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method-copy:hover {
  opacity: .8;
}

.contact-method-copy.no-link:hover {
  opacity: 1;
}

.contact-method-copy-copy {
  color: #3b2ae5;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method-copy-copy:hover {
  opacity: .8;
}

.contact-method-copy-copy.no-link {
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-method-copy-copy.no-link:hover {
  opacity: 1;
}

.contact-text-copy {
  color: #86a4af;
  margin-bottom: 1px;
  padding-left: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.image-35 {
  border-radius: 10px;
}

.bold-text-30-copy-copy {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.html-embed {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy-copy:focus-visible, .nav-link-copy-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-c-link-copy {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-c-link-copy:hover {
  color: #86a4af;
}

.nav-c-link-copy:focus-visible, .nav-c-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-c-link-copy.w--current {
  border: 1px #000;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-clealink-copy {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-clealink-copy:hover {
  color: #86a4af;
}

.nav-clealink-copy:focus-visible, .nav-clealink-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-clealink-copy.w--current {
  border: 1px #000;
}

.nav-c-copy {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-c-copy:hover {
  color: #86a4af;
}

.nav-c-copy:focus-visible, .nav-c-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-c-copy.w--current {
  border: 1px #000;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3 {
  color: #01506e;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-link-copy-copy:focus-visible, .nav-link-copy-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.c {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.c:hover {
  color: #86a4af;
}

.c:focus-visible, .c[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.c.w--current {
  border: 1px #000;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy.w--current {
  border: 1px #000;
}

.nav-link-copy-copy:focus-visible, .nav-link-copy-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy-copy.w--current {
  border: 1px #000;
  border-bottom: 2px solid #6883a1;
}

.div-block-290 {
  width: 110.656px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-copy {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-copy:hover {
  color: #86a4af;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy.w--current {
  border: 1px #000;
  border-bottom: 2px solid #6883a1;
}

.image-36 {
  font-size: 20px;
}

.conatct-section {
  background-color: #121111;
  background-image: linear-gradient(45deg, #000002, #fff0), url('../images/standard-quality-control-concept-m.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, contain;
  border: 1px #000;
  margin-top: 0;
  padding: 20px 40px;
}

.nav-link-copy-copy {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-copy-copy:hover {
  color: #86a4af;
}

.nav-link-copy-copy:focus-visible, .nav-link-copy-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy-copy.w--current {
  border: 1px #000;
}

@media screen and (min-width: 1440px) {
  .nav-link {
    font-size: 16px;
  }

  .nav-link.w--current {
    border-bottom: 5px solid #6783a1;
    font-size: 16px;
  }

  .heading {
    font-size: 40px;
    line-height: 50px;
  }

  .centered-heading.margin-bottom-32px {
    font-size: 40px;
  }

  .hero-wrapper {
    justify-content: space-between;
  }

  .margin-bottom-24px {
    font-size: 16px;
    line-height: 30px;
  }

  .centered-heading-copy {
    font-size: 40px;
  }

  .margin-bottom-24px-3 {
    font-size: 16px;
  }

  .margin-bottom-24px-4 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 30px;
  }

  .button-2 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .button-3 {
    font-size: 16px;
  }

  .button-2-copy {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .centered-heading-copy-copy.margin-bottom-32px, .centered-gcopy-copy.margin-bottom-32px, .gheading-copy-copy.margin-bottom-32px {
    font-size: 24px;
  }

  .heading-6 {
    font-size: 40px;
  }

  .contact-button {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .contact-button-copy {
    font-size: 16px;
  }

  .title-small {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .footer-link {
    font-size: 16px;
    line-height: 30px;
  }

  .footer-copyright-center {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .paragraph-30 {
    font-size: 24px;
    line-height: 30px;
  }

  .form-block-03 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-text {
    font-size: 18px;
  }

  .heading-18 {
    font-size: 40px;
    line-height: 44px;
  }

  .form-03-outer-div {
    justify-content: space-between;
    justify-items: center;
  }

  .subtitle {
    font-size: 14px;
  }

  .paragraph-33 {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-36, .what-we-offer.margin-bottom-32px {
    font-size: 40px;
  }

  .heading-59 {
    font-size: 24px;
  }

  .paragraph-34 {
    font-size: 16px;
    line-height: 30px;
  }

  .bold-text-39 {
    font-size: 24px;
  }

  .title-small-2 {
    font-size: 16px;
  }

  .footer-link-2 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 30px;
  }

  .bold-text-29 {
    font-size: 30px;
  }

  .bold-text-28 {
    font-size: 24px;
    line-height: 40px;
  }

  .bold-text-30 {
    font-size: 40px;
  }

  .copy-small-copy-2 {
    font-size: 16px;
    line-height: 30px;
  }

  .bold-text-30-copy {
    font-size: 40px;
  }

  .bold-text-54 {
    color: #fff;
    font-size: 24px;
  }

  .bold-text-56 {
    color: #989898;
  }

  .margin-bottom-24px-11 {
    font-size: 16px;
    line-height: 30px;
  }

  .bold-text-57 {
    font-size: 40px;
  }

  .bold-text-58 {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
  }

  .heading-28 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
  }

  .bold-text-55 {
    color: #fff;
    font-size: 24px;
  }

  .paragraph-36 {
    font-size: 16px;
  }

  .bold-text-58-copy {
    font-size: 55px;
  }

  .paragraph-37 {
    margin-top: 10px;
    font-size: 16px;
  }

  .paragraph-38, .paragraph-39, .text-block {
    font-size: 16px;
  }

  .image-34 {
    margin-right: 20px;
  }

  .profession, .contact-text-copy {
    font-size: 18px;
  }

  .bold-text-30-copy-copy {
    font-size: 24px;
  }

  .nav-c-link-copy {
    font-size: 16px;
  }

  .nav-c-link-copy.w--current {
    border-bottom: 5px solid #6783a1;
    font-size: 16px;
  }

  .nav-clealink-copy {
    font-size: 16px;
  }

  .nav-clealink-copy.w--current {
    border-bottom: 5px solid #6783a1;
    font-size: 16px;
  }

  .nav-c-copy {
    font-size: 16px;
  }

  .nav-c-copy.w--current {
    border-bottom: 5px solid #6783a1;
    font-size: 16px;
  }

  .c {
    font-size: 16px;
  }

  .c.w--current {
    border-bottom: 5px solid #6783a1;
    font-size: 16px;
  }

  .nav-link-copy {
    font-size: 16px;
  }

  .nav-link-copy.w--current {
    border-bottom: 5px solid #6783a1;
    font-size: 16px;
  }

  .nav-link-copy-copy {
    font-size: 16px;
  }

  .nav-link-copy-copy.w--current {
    border-bottom: 5px solid #6783a1;
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link, .nav-link.w--current {
    font-size: 20px;
  }

  .heading {
    font-size: 50px;
    line-height: 60px;
  }

  .centered-heading.margin-bottom-32px {
    font-size: 44px;
  }

  .margin-bottom-24px, .margin-bottom-24px-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .margin-bottom-24px-4 {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    line-height: 30px;
  }

  .button-2, .button-3 {
    font-size: 22px;
  }

  .button-2-copy {
    font-size: 20px;
  }

  .centered-heading-copy-copy.margin-bottom-32px, .centered-gcopy-copy.margin-bottom-32px, .gheading-copy-copy.margin-bottom-32px {
    font-size: 26px;
  }

  .centered-heading-copy-copy.margin-bottom-32px {
    font-size: 30px;
  }

  .contact-button {
    padding: 10px 20px;
    font-size: 24px;
  }

  .footer-content {
    grid-column-gap: 117px;
  }

  .footer-block {
    margin-right: -47px;
  }

  .title-small {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
  }

  .footer-link {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-copyright-center {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .paragraph-30 {
    font-size: 26px;
  }

  .contact-text {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-18 {
    font-size: 40px;
  }

  .text-field-inform {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 20px;
  }

  .form-03-outer-div {
    margin-left: auto;
    margin-right: auto;
  }

  .body-display.small {
    font-size: 24px;
  }

  .paragraph-33 {
    text-align: center;
  }

  .what-we-offer.margin-bottom-32px {
    font-size: 44px;
  }

  .paragraph-34 {
    font-size: 20px;
  }

  .bold-text-39 {
    font-size: 26px;
  }

  .footer-content-2 {
    margin-left: 20px;
  }

  .title-small-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-link-2 {
    font-size: 20px;
  }

  .copy-small-copy {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-29 {
    font-size: 24px;
  }

  .bold-text-30 {
    font-size: 44px;
  }

  .copy-small-copy-2, .margin-bottom-24px-11 {
    font-size: 20px;
  }

  .bold-text-57 {
    font-size: 35px;
  }

  .bold-text-58 {
    font-size: 44px;
  }

  .paragraph-36 {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-58-copy {
    font-size: 40px;
  }

  .paragraph-37, .paragraph-38, .paragraph-39 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block {
    font-size: 20px;
  }

  .image-34 {
    margin-right: 82px;
  }

  .contact-text-copy, .nav-link-copy, .nav-link-copy.w--current, .nav-link-copy, .nav-link-copy.w--current, .nav-link-copy, .nav-link-copy.w--current, .nav-link-copy, .nav-link-copy.w--current, .nav-link-copy-copy, .nav-link-copy-copy.w--current, .nav-c-link-copy, .nav-c-link-copy.w--current, .nav-link-copy, .nav-link-copy.w--current, .nav-clealink-copy, .nav-clealink-copy.w--current, .nav-c-copy, .nav-c-copy.w--current, .nav-link-copy-copy, .nav-link-copy-copy.w--current, .c, .c.w--current, .nav-link-copy, .nav-link-copy.w--current, .nav-link-copy, .nav-link-copy.w--current, .nav-link-copy, .nav-link-copy.w--current, .nav-link-copy-copy, .nav-link-copy-copy.w--current, .nav-link-copy, .nav-link-copy.w--current, .nav-link-copy-copy, .nav-link-copy-copy.w--current {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-2, .hero-wrapper-3, .hero-wrapper-3-copy, .hero-wrapper-4, .hero-wrapper-4-copy, .hero-wrapper-4-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .cell-2 {
    align-items: center;
  }

  .call-to-action {
    background-color: #ebeef3;
  }

  .centered-heading-copy-copy.margin-bottom-32px {
    text-align: center;
  }

  .solutions-card {
    height: 35vh;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .div-block-16, .div-block-235 {
    padding-bottom: 10px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .cell-3 {
    justify-content: center;
    align-items: center;
  }

  .form-block-03 {
    margin-top: 20px;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .form-03-outer-div {
    grid-template-columns: 1fr;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .body-display.small {
    color: #fff;
  }

  .overlay {
    background-color: #0000;
    background-image: linear-gradient(#101010c9, #fff0);
  }

  .bold-text-38 {
    color: #00aeea;
  }

  .section-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-8.small-top-padding {
    padding-top: 60px;
  }

  .background-cover-2 {
    width: 0%;
  }

  .services-cards-2 {
    grid-template-columns: 1fr 1fr;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .container-copy {
    max-width: 728px;
  }

  .hero-wrapper-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .teaser-img {
    border-radius: 10px;
    position: relative;
    inset: auto;
  }

  .title1 {
    font-size: 3em;
  }

  .teaser-copy {
    margin-top: 1.5em;
    margin-bottom: 5em;
  }

  .teaser-copy-wrap {
    flex-direction: column-reverse;
    height: auto;
    padding-left: 0;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-column {
    width: 100%;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .hero-split-6-copy {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-wrapper-8-copy, .hero-wrapper-8-copy-copy, .hero-wrapper-8-copy-copy, .hero-fuel-shabi, .hero-shabi-copy, .hero-cleaning-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .card {
    grid-row-gap: 16px;
  }

  .card:hover {
    margin-right: 64px;
  }

  .card-image {
    width: 320px;
    height: 240px;
  }

  .media-icon {
    width: 24px;
    height: 24px;
  }

  .profession {
    font-size: 14px;
  }

  .name {
    font-size: 18px;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .logo-bar-section {
    padding: 20px 10px;
  }

  .logo-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-box {
    flex-direction: row;
    align-items: center;
    width: auto;
  }

  .nav-link-copy, .nav-link-copy-copy, .nav-c-link-copy, .nav-link-copy, .nav-clealink-copy, .nav-c-copy, .nav-link-copy-copy, .c, .nav-link-copy, .nav-link-copy, .nav-link-copy, .nav-link-copy-copy, .nav-link-copy, .nav-link-copy-copy {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 100vh;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #a6b1bf;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    background-color: #86a4af;
    margin-right: 8px;
  }

  .heading {
    margin-top: 90px;
    font-size: 25px;
    line-height: 40px;
  }

  .button {
    margin-top: 13px;
  }

  .hero-heading-center, .hero-heading-right, .hero-heading-center-2, .hero-heading-left, .hero-subscribe-left, .hero-heading-left-copy {
    padding: 60px 15px;
  }

  .quick-stack {
    overflow: visible;
  }

  .grid-10 {
    grid-template-rows: auto auto auto auto auto auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .call-to-action {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .solutions-card {
    height: 35vh;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .column-5.solutions-card {
    margin-bottom: 40px;
  }

  .div-block-16 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-7.solutions-card {
    margin-bottom: 40px;
  }

  .div-block-235 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-5 {
    background-image: linear-gradient(#000000a6, #000000a6), linear-gradient(45deg, #000002, #fff0), url('../images/standard-quality-control-concept-m.jpg');
    background-position: 0 0, 0 0, 100% 0;
    background-repeat: repeat, repeat, repeat-y;
    background-size: auto, auto, contain;
  }

  .contact-button, .contact-button-copy {
    margin-top: 13px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .div-block-243 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-243-copy {
    background-color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .form-03-outer-div {
    justify-content: stretch;
  }

  .section-for-security {
    height: 100vh;
  }

  .security-hero, .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .vertical-line-fill.blank {
    opacity: 1;
  }

  .section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-8.small-top-padding {
    padding-top: 36px;
  }

  .section-name {
    display: none;
  }

  .services-cards-2 {
    grid-template-columns: 1fr;
  }

  .horizontal-line-fill.blank {
    opacity: 1;
  }

  .grid-12 {
    flex-direction: column;
    display: flex;
  }

  .security-hero-copy {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Mask-Group-10.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding: 60px 15px;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .section-for-fuel-copy {
    height: 100vh;
  }

  .fuel-for-hero {
    padding: 60px 15px;
  }

  .div-block-263 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title1 {
    font-size: 2.6em;
  }

  .teaser-copy {
    padding-right: 0%;
  }

  .teaser-copy-wrap {
    flex-direction: column-reverse;
  }

  .teaser-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-heading-left-6 {
    padding: 60px 15px;
  }

  .footer-dark-2-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-for-cleaning {
    height: 100vh;
  }

  .icon-2 {
    color: #fafafa;
  }

  .hero-heading-left-6-copy {
    padding: 60px 15px;
  }

  .card {
    margin-right: 0;
  }

  .card:hover {
    margin-right: 0;
    transform: none;
  }

  .card-image {
    width: 280px;
    height: 210px;
  }

  .media-icons {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .heading-60 {
    font-size: 1.75rem;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .logo-box {
    align-items: center;
  }

  .nav-link-copy, .nav-link-copy-copy, .nav-c-link-copy, .nav-link-copy, .nav-clealink-copy, .nav-c-copy, .nav-link-copy-copy, .c, .nav-link-copy, .nav-link-copy, .nav-link-copy, .nav-link-copy-copy, .nav-link-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .conatct-section {
    background-image: linear-gradient(#000000a6, #000000a6), linear-gradient(45deg, #000002, #fff0), url('../images/standard-quality-control-concept-m.jpg');
    background-position: 0 0, 0 0, 100% 0;
    background-repeat: repeat, repeat, repeat-y;
    background-size: auto, auto, contain;
  }

  .nav-link-copy-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .heading {
    margin-top: 20px;
    padding-top: 49px;
    font-size: 20px;
    line-height: 35px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-heading-copy {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .div-block-232 {
    flex-direction: row;
  }

  .call-to-action {
    border-radius: 0;
    align-items: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .button-4 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 15px;
  }

  .centered-heading-copy, .centered-heading-copy-copy, .centered-heading-copy-copy, .centered-gcopy-copy, .gheading-copy-copy, .centered-heading-copy-copy {
    margin-bottom: 24px;
  }

  .solutions-card {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-28 {
    padding-top: 20px;
  }

  .div-block-16 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-30 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-31 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-29, .column-6.solutions-card, .div-block-233 {
    padding-top: 20px;
  }

  .div-block-235 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-237 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-238 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-241 {
    padding-top: 20px;
  }

  .section-5 {
    background-size: auto, auto, cover;
  }

  .container-2 {
    max-width: none;
  }

  .grid-11 {
    flex-direction: column;
    display: flex;
  }

  .paragraph-30 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .contact-icon {
    min-width: 22px;
    min-height: 22px;
  }

  .form-block-03 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2-questions-wrap {
    flex-direction: column;
  }

  .contact-method {
    margin-bottom: 10px;
  }

  .contact-method-wrap {
    flex-direction: column;
  }

  .heading-18 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

  .text-field-inform {
    margin-left: 0;
    margin-right: 0;
  }

  .form-03-outer-div {
    justify-content: center;
  }

  .section-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    max-width: none;
  }

  .overlay {
    background-image: linear-gradient(#101010, #cdcdcd4a);
  }

  .what-we-offer {
    margin-bottom: 24px;
  }

  .container-4, .container-copy {
    max-width: none;
  }

  .hero-split-6-copy {
    margin-top: 10px;
  }

  .hero-wrapper-8-copy {
    margin-bottom: 0;
  }

  .bold-text-57 {
    font-size: 20px;
  }

  .bold-text-58 {
    text-align: center;
    font-size: 25px;
  }

  .heading-28 {
    font-size: 18px;
  }

  .heading-32, .heading-27 {
    text-align: center;
  }

  .bold-text-58-copy {
    text-align: center;
    font-size: 25px;
  }

  .hero-wrapper-8-copy-copy, .hero-fuel-shabi, .hero-shabi-copy {
    margin-bottom: 0;
  }

  .logo-box {
    flex-direction: column;
  }

  .div-block-285 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-method-copy, .contact-method-copy-copy {
    margin-bottom: 10px;
  }

  .conatct-section {
    background-size: auto, auto, cover;
  }
}

#w-node-_1aaa5535-30e5-f723-e712-3a3c54bb265b-1133e2d3 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_1aaa5535-30e5-f723-e712-3a3c54bb265c-1133e2d3, #w-node-_1aaa5535-30e5-f723-e712-3a3c54bb2665-1133e2d3 {
  grid-column: span 2 / span 2;
}

#w-node-_41dc9f41-9f13-b668-0736-f9da323b48d5-323b48cf, #w-node-_41dc9f41-9f13-b668-0736-f9da323b48de-323b48cf, #w-node-_41dc9f41-9f13-b668-0736-f9da323b48e7-323b48cf, #w-node-_8fcc849f-00a7-00d0-b717-25f130003dc8-697fc4b8, #w-node-_57c890bf-5278-24b0-4f51-77c957bbc294-697fc4b8, #w-node-_8179df77-208a-45cd-2eb3-1019d1f729b3-697fc4b8, #w-node-a5856cec-4702-bc6e-34b1-49f0452fbc38-697fc4b8, #w-node-d49be97d-311d-fb0d-09aa-026bec0e8be7-697fc4b8, #w-node-_4978450c-e909-ddcf-dec2-88b926eff80b-697fc4b8, #w-node-_8299bd78-a10d-293c-38de-8d06bae87322-697fc4b8, #w-node-ce7e77f3-ac52-d540-1588-e073c3293396-697fc4b8, #w-node-_8577640b-cf31-6a03-0eb0-5856a8cf1e94-697fc4b8, #w-node-_6a829f2a-b57e-b8d3-b2ac-92351d061600-697fc4b8, #w-node-_7350e067-c559-801f-bf32-6b1e8ac549b8-697fc4b8, #w-node-_93ab0004-6e41-5585-85c0-a02da2f530c8-697fc4b8, #w-node-fa6e095e-3cd6-401e-238c-49f5be10c877-697fc4b8, #w-node-_3a9afd21-88c7-20c6-72c0-72a1bbc94779-697fc4b8, #w-node-_341b5e29-6fbe-7c93-769b-95bc1bd86d04-697fc4b8, #w-node-_6370db29-0550-50a7-3d34-54ed94a6a4ff-697fc4b8, #w-node-_6370db29-0550-50a7-3d34-54ed94a6a508-697fc4b8, #w-node-_6370db29-0550-50a7-3d34-54ed94a6a513-697fc4b8, #w-node-ecd09960-b093-16a5-87dc-431af83b4037-3b7a2614, #w-node-ecd09960-b093-16a5-87dc-431af83b4040-3b7a2614, #w-node-ecd09960-b093-16a5-87dc-431af83b4049-3b7a2614, #w-node-_9cd0acc5-7b39-d041-c24e-ac10a0821e6e-c0e2fe83, #w-node-_9cd0acc5-7b39-d041-c24e-ac10a0821e77-c0e2fe83, #w-node-_9cd0acc5-7b39-d041-c24e-ac10a0821e80-c0e2fe83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1aaa5535-30e5-f723-e712-3a3c54bb265b-1133e2d3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2.5fr 1fr 2fr 2.75fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1aaa5535-30e5-f723-e712-3a3c54bb265b-1133e2d3 {
    display: none;
  }

  #w-node-_00fa9cb6-5c4e-ef35-ff11-f1dd71a272e8-1133e2d3, #w-node-_7fea8f40-6ed1-a90a-9411-a3bca95da611-1133e2d3, #w-node-_44291833-d2f5-697a-1d96-805b5eb4129c-1133e2d3, #w-node-_19f1324f-aa86-d9bc-056a-2f9bc753b83d-1133e2d3, #w-node-_49cbce20-af5d-eafd-0c5c-c12f8e0cafdf-1133e2d3, #w-node-_3e2502c8-4eda-846c-c1f3-7702ea03ceae-1133e2d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1aaa5535-30e5-f723-e712-3a3c54bb265b-1133e2d3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr .5fr 1fr;
  }
}
