.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Productsans, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Productsans, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
}

.main-container {
  position: relative;
  overflow: hidden;
  height: 110vh;
  max-width: 100vw;
}

.banner-container {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.88)), to(rgba(0, 0, 0, 0.88))), url('../images/bg-img.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.88)), url('../images/bg-img.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.car-bg-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
  background-position: 0px 0px;
}

.nan-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.mt-div {
  margin-top: 40px;
  margin-left: 100px;
}

.menu-wrap {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px 30px;
  -webkit-transition: all 360ms ease-in-out;
  transition: all 360ms ease-in-out;
  font-family: Productsans, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.link:hover {
  color: #3aacc2;
}

.link.w--current {
  font-family: Productsans, sans-serif;
  color: #3aacc2;
  font-weight: 300;
}

.link._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3aacc2;
  font-size: 16px;
}

.dropdown {
  margin-top: 40px;
  letter-spacing: 0.5px;
}

.dropdown-toggle {
  padding: 20px 42px 20px 30px;
  -webkit-transition: all 360ms ease-in-out;
  transition: all 360ms ease-in-out;
  color: #fff;
  letter-spacing: 1px;
}

.dropdown-toggle:hover {
  color: #3aacc2;
}

.dropdown-toggle._2 {
  margin-top: 40px;
}

.dropdown-toggle.white:hover {
  color: #fff;
}

.banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo {
  width: 90%;
}

.body {
  font-family: Productsans, sans-serif;
  font-weight: 300;
}

.icon {
  margin-right: 16px;
  line-height: 14px;
}

.h1 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Productsans, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p1 {
  margin-bottom: 0px;
  font-family: Productsans, sans-serif;
  color: #fff;
  line-height: 25px;
  font-weight: 100;
  letter-spacing: 1.4px;
}

.p1.color {
  color: #3f3f3f;
}

.p1.left-margin {
  margin-left: 56px;
}

.p1.about {
  font-weight: 400;
}

.line {
  width: 3px;
  height: 40px;
  margin-right: 20px;
  background-color: #349aaf;
}

.span {
  font-family: Productsans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn.color {
  position: -webkit-sticky;
  position: sticky;
  font-family: Productsans, sans-serif;
  color: #000;
  font-weight: 500;
}

.btn.top-m {
  margin-top: 30px;
}

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-left: 20px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #3aacc2;
  border-radius: 100%;
}

.social-media-wrapper {
  display: none;
  width: 100%;
  max-width: 1200px;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-icon {
  width: 32%;
}

.f-icon.size {
  width: 62%;
}

.stacker-parking-container {
  padding: 70px 40px;
  background-color: #61bcc8;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.sup {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sub-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Productsans, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.sub-heading.color {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #3aacc2;
  font-size: 40px;
  line-height: 55px;
}

.sub-heading.color.w {
  color: #fff;
}

.sub-heading.size {
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 65px;
  font-weight: 700;
}

.sub-heading.size.prod {
  margin-top: 10px;
  font-family: Productsans, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 45px;
  text-align: center;
}

.sub-heading.color2 {
  color: #fff;
  font-size: 45px;
  line-height: 58px;
}

.sub-heading.s1 {
  margin-bottom: 5px;
  margin-left: 5px;
  font-family: 'Sf ui display 58646a511e3d9', sans-serif;
  color: #515151;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
}

.sub-heading.black-color {
  color: #181818;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.white-circle {
  position: absolute;
  top: 4px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #fff;
}

.img {
  position: relative;
  z-index: 1;
  width: 15%;
}

.our-expertise-container {
  padding: 100px 40px;
}

.wrapper2 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-container {
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c1 {
  padding-right: 20px;
  border: 1px solid #000;
}

.c1.r-padding {
  padding-right: 0px;
  padding-left: 30px;
}

.c1.sup {
  padding-right: 10px;
  padding-left: 10px;
}

.tb {
  font-family: 'Sf ui display 58646eddcae92', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.h2 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Productsans, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

.h2.color {
  margin-bottom: 20px;
}

.h2.color.z {
  color: #fff;
}

.btn-wrap {
  display: inline-block;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2f2f2f;
}

.btn-wrap.super {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.btn-wrap.flax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}

.play {
  width: 18px;
  margin-top: -5px;
  margin-right: 15px;
}

.play.top {
  margin-top: -7px;
  color: #000;
}

.play.top.width {
  width: 12px;
}

.car-parking-container {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  border-top: 1px solid #e8e8e8;
}

.col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col1.sup {
  width: 45%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col1.size {
  position: -webkit-sticky;
  position: sticky;
  left: 1px;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  background-color: #f2f2f2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/pexels-thisisengineering-3862135-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/pexels-thisisengineering-3862135-1.jpg');
  background-position: 0px 0px, 70% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.col1.size._2 {
  position: relative;
  z-index: 10;
  width: 46%;
  padding-left: 40px;
  background-color: #f2f2f2;
}

.col2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 59.5%;
}

.html-embed {
  width: 20px;
  line-height: 10px;
}

.v-line {
  display: block;
  width: 1px;
  height: 55px;
  background-color: #555;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  padding: 20px 20px 60px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/car-parking-lift.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/car-parking-lift.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.col.sup {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/garage-car-parking-lift-500x500.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/garage-car-parking-lift-500x500.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.about-us-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 100px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #383737;
}

.wapper-wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-img-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.images {
  position: relative;
  z-index: 1;
  width: 55%;
}

.col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h-line {
  position: absolute;
  right: 0%;
  bottom: 170px;
  z-index: 15;
  width: 20%;
  height: 2px;
  margin-left: auto;
  background-color: #3aacc2;
}

.customers-container {
  position: relative;
  display: none;
  height: 130vh;
}

.customer-wrap {
  height: 100vh;
  padding-top: 80px;
  background-color: #3aacc2;
}

.customer-content-wrap {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.html {
  width: 25px;
  margin-top: 15px;
  margin-right: 30px;
  color: #fff;
  line-height: 14px;
}

.html.size {
  width: 10px;
  margin-top: 0px;
  margin-right: 10px;
}

.html.size.top {
  width: 22px;
  margin-top: 9px;
  margin-right: 20px;
}

.col-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.white-wrap {
  width: 80%;
  padding: 40px 20px 40px 70px;
  background-color: #fff;
}

.img-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 28%;
}

.img2 {
  position: relative;
  z-index: 1;
  width: 100%;
}

.tb2 {
  margin-bottom: 10px;
  margin-left: 5px;
  color: #000;
  font-size: 13px;
  letter-spacing: 1.4px;
}

.tb2.no {
  margin-bottom: 0px;
}

.review-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.star-icon {
  width: 15px;
  margin-right: 8px;
  color: #f3c059;
}

.customer-img-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.car-img {
  position: absolute;
  top: 462px;
  width: 95%;
}

.contact-container {
  padding: 140px 40px;
  border-top: 1px none #343434;
}

.contact-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.grid-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col3.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col3._2 {
  color: #3aacc2;
}

.col3.links {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.span1 {
  color: #3aacc2;
}

.button {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid #3aacc2;
  background-color: transparent;
  color: #3aacc2;
  font-size: 30px;
  font-weight: 500;
}

.button.color {
  margin-top: 20px;
  margin-left: 30px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom-color: #fff;
  color: #fff;
  font-size: 18px;
}

.footer-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding: 100px 40px 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3aacc2;
}

.grid2 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 0.5fr 0.75fr 1fr;
  grid-template-columns: 0.5fr 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link2 {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}

.link2._2 {
  margin-bottom: 10px;
  margin-left: 0px;
  color: #333;
}

.image {
  width: 50%;
}

.right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb3 {
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  font-weight: 500;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider {
  overflow: hidden;
  height: auto;
  background-color: transparent;
}

.mask {
  overflow: visible;
  width: 50%;
}

.slide-nav {
  display: none;
}

.right-arrow {
  right: 43%;
  width: 55px;
  height: 65px;
  border-width: 1px;
  border-color: #000;
  border-radius: 0% 100% 100% 0%;
  background-color: hsla(0, 0%, 49.3%, 0);
  background-image: url('../images/Mask-Group-3_1.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 22px;
}

.left-arrow {
  left: 43%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 65px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px;
  border-color: #000;
  border-radius: 50% 0% 0% 50%;
  background-color: rgba(70, 70, 70, 0);
  background-image: url('../images/Mask-Group-3.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-nav-2 {
  display: none;
}

.col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.right2 {
  left: auto;
  top: auto;
  right: -4.5%;
  bottom: -29%;
  width: 30px;
  height: 200px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 43.3%, 0);
  background-image: url('../images/Mask-Group-3_1.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 12px;
}

.left {
  left: auto;
  top: auto;
  right: 0.2%;
  bottom: -97px;
  width: 30px;
  height: 200px;
  border-radius: 100%;
  background-color: rgba(85, 85, 85, 0);
  background-image: url('../images/Mask-Group-3.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 12px;
}

.slider-2 {
  height: auto;
  background-color: transparent;
}

.footer-copyright {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  position: relative;
  top: 15px;
  color: #fff;
  font-weight: 100;
  letter-spacing: 1.3px;
}

.icon-2 {
  margin-left: 35px;
  font-size: 18px;
}

.icon-3 {
  margin-left: 0px;
  font-size: 18px;
}

.navbar {
  width: 70%;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-banner-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.84)), to(rgba(20, 20, 20, 0.84))), url('../images/Mask-Group-5.jpg');
  background-image: linear-gradient(180deg, rgba(20, 20, 20, 0.84), rgba(20, 20, 20, 0.84)), url('../images/Mask-Group-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.about-banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.heading {
  margin-bottom: 10px;
  margin-left: 30px;
  font-family: Productsans, sans-serif;
  font-size: 55px;
  line-height: 80px;
  letter-spacing: 0.5px;
}

.image-2 {
  width: 42px;
}

.image-2.mission {
  position: absolute;
  left: -20%;
  top: 3%;
  right: auto;
  bottom: auto;
  width: 17px;
}

.about-sec-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-2-wrapper {
  position: relative;
  top: -85px;
  width: 50%;
  padding: 60px 60px 60px 40px;
  background-color: #3aacc2;
  color: #fff;
}

.text-block-2 {
  font-family: Productsans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.6px;
}

.why-choose-us-section {
  position: relative;
  overflow: hidden;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.why-choose-us-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-choose-us-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  display: none;
  margin-top: 10px;
  color: #3aacc2;
  font-size: 40px;
  letter-spacing: 0.5px;
}

.heading-2.white {
  display: block;
  font-family: Productsans, sans-serif;
  color: #fff;
}

.heading-2.b {
  display: block;
  font-family: Productsans, sans-serif;
  font-size: 48px;
  line-height: 60px;
}

.image-3 {
  position: absolute;
  left: -7%;
  top: auto;
  right: auto;
  bottom: auto;
  display: none;
}

.paragraph {
  width: 80%;
  margin-bottom: 60px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}

.paragraph.list {
  margin-bottom: 2px;
}

.paragraph.white {
  width: 82%;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
}

.paragraph.center {
  font-family: Productsans, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.list-2 {
  display: none;
  margin-top: 40px;
}

.image-4 {
  position: absolute;
  top: 30%;
  right: 0px;
  display: none;
  width: 40%;
}

.image-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 40%;
}

.about-banner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.expert-section {
  display: none;
  height: 80vh;
}

.expert-image {
  width: 40%;
  background-image: url('../images/WhatsApp-Image-2020-11-24-at-2.33.07-PM.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.expert-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 0px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #3aacc2;
}

.expert-heading-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  width: 7%;
  margin-right: 20px;
}

.horizontal-scroll-section {
  position: relative;
  height: 400vh;
  background-image: linear-gradient(122deg, #363636, #191919);
}

.horizontal-scroll-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
}

.horizontal-scroll-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 390vh;
  padding-top: 40px;
  padding-bottom: 100px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.div-block-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.our-mission-content {
  position: relative;
  width: 18%;
  margin-right: 140px;
}

.text-block-3 {
  font-family: Productsans, sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.heading-3 {
  font-family: Productsans, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.our-mission-image-block {
  position: relative;
  width: 20%;
  margin-right: 60px;
}

.heading-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-left: 20px;
  font-family: Productsans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.products-horizontal-scroll {
  position: relative;
  display: block;
  height: 400vh;
}

.our-mission-mobile-sec {
  display: none;
}

.contact-banner-section {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.84)), to(rgba(20, 20, 20, 0.84))), url('../images/Mask-Group-5.jpg');
  background-image: linear-gradient(180deg, rgba(20, 20, 20, 0.84), rgba(20, 20, 20, 0.84)), url('../images/Mask-Group-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.contact-banner-wrapper {
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-banner-content {
  position: relative;
  display: block;
  width: 79%;
  margin: 60px auto 40px;
  color: #fff;
}

.contact-heading-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  position: absolute;
  left: -7%;
  top: 18%;
  right: auto;
  bottom: auto;
  width: 34px;
}

.heading-5 {
  margin-bottom: 20px;
  font-family: Productsans, sans-serif;
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
}

.paragraph-2 {
  font-family: Productsans, sans-serif;
  color: #e1e1e1;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.form-div {
  display: none;
  width: 90%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 6px 20px 3px rgba(0, 0, 0, 0.15);
}

.text-block-4 {
  margin-bottom: 40px;
  font-family: Productsans, sans-serif;
  color: #646464;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.form-blocks {
  width: 80%;
}

.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  width: 40%;
  margin-right: 40px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: transparent transparent silver;
  color: #b0b0b0;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.text-field::-webkit-input-placeholder {
  color: #bfbfbf;
}

.text-field:-ms-input-placeholder {
  color: #bfbfbf;
}

.text-field::-ms-input-placeholder {
  color: #bfbfbf;
}

.text-field::placeholder {
  color: #bfbfbf;
}

.text-field._2 {
  width: 100%;
  margin-bottom: 40px;
}

.text-field._2.msg {
  width: 80%;
  height: 150px;
  margin-bottom: 0px;
}

.text-area-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.submit-button {
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: 2px solid #3aacc2;
  background-color: rgba(56, 152, 236, 0);
  color: #3aacc2;
  font-size: 17px;
  font-weight: 700;
}

.image-9 {
  width: 20px;
  margin-right: 20px;
}

.products-horizontal-scroll-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
}

.products-horizontal-scroll-content {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550vh;
  height: 100vh;
  padding-left: 36%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.scroll-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-decoration: none;
}

.scroll-products._1 {
  width: auto;
  height: 100%;
}

.circle-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none #000;
  border-radius: 50%;
  background-color: #f2f2f2;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-decoration: none;
}

.products-mobile-section {
  display: none;
}

.product-page-section {
  position: relative;
  top: -136px;
  height: 200vh;
  margin-bottom: -120px;
}

.product-page-section._1 {
  height: 155vh;
}

.product-page-section._2 {
  height: 180vh;
}

.product-left-block {
  position: absolute;
  left: 0%;
  top: 138px;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 50%;
  padding: 0px 5%;
  background-color: #3aacc2;
  color: #fff;
}

.left-content-block {
  padding-top: 50px;
  padding-bottom: 40px;
  letter-spacing: 0.5px;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Productsans, sans-serif;
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.line-prod {
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
}

.heading-7 {
  margin-bottom: 15px;
  font-family: Productsans, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.paragraph-3 {
  margin-bottom: 140px;
  font-family: Productsans, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.paragraph-3.contact {
  margin-bottom: 0px;
}

.list-item {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
}

.right-prod {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 25%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  margin-left: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 160%;
  max-width: 200%;
}

.image-10._2 {
  width: 110%;
}

.image-10.s {
  width: 100%;
}

.nav-blue-div {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.list-3 {
  font-family: Productsans, sans-serif;
}

.image-11 {
  width: 12px;
  margin-left: 10px;
}

.link-block-2 {
  display: none;
}

.mobile-menu {
  display: none;
}

.product-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f2f2f2;
}

.nav-products {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: block;
  padding-top: 110px;
  background-color: #3aacc2;
  -webkit-transform: translate(100vw, 0px);
  -ms-transform: translate(100vw, 0px);
  transform: translate(100vw, 0px);
}

.product-nav-div {
  display: -ms-grid;
  display: grid;
  width: 50%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-block-4 {
  margin-bottom: 0px;
  font-family: 'Sf ui display 58646be638f96', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
  text-decoration: none;
}

.cancel {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  padding: 5px;
}

.image-13 {
  width: 25px;
}

.background-video {
  width: 100%;
  height: 100%;
}

.image-14 {
  width: 130%;
  max-width: 130%;
}

.product-menu-heading {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-5 {
  margin-bottom: -20px;
  font-family: Productsans, sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.breadcrumb {
  margin-top: 30px;
  font-family: Productsans, sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.product-open {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.product-open:hover {
  color: #e7e7e7;
}

.link-2 {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #e7e7e7;
}

.related-products-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.related-products-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.related-product {
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.related-white-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f2f2f2;
}

.image-15 {
  width: 120%;
  max-width: 200%;
}

.image-15.s {
  width: 78%;
}

.text-block-6 {
  margin-top: 20px;
  font-family: Productsans, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.heading-8 {
  font-family: Productsans, sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

._2nd-sec-video-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 200px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video-2 {
  z-index: 10;
  overflow: visible;
}

.html-embed-2 {
  width: 90%;
  height: 90%;
}

.grid {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 60px;
  -ms-grid-columns: 0.25fr 0.75fr;
  grid-template-columns: 0.25fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.quality-section {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #3aacc2;
}

.quality-wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.slider-3 {
  margin-bottom: 60px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.slide-2 {
  width: 30%;
  margin-right: 20px;
  margin-left: 20px;
}

.slider-div {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  margin-top: 40px;
  font-family: Productsans, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-8 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-family: Productsans, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
}

.image-16 {
  width: 30%;
}

.text-block-9 {
  font-family: Productsans, sans-serif;
}

.text-block-10 {
  font-family: Productsans, sans-serif;
}

.block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  -webkit-transition: box-shadow 360ms ease-in-out;
  transition: box-shadow 360ms ease-in-out;
  text-align: center;
}

.block:hover {
  border-color: #c4c4c4;
  box-shadow: 0 2px 50px -1px rgba(58, 172, 194, 0.7);
}

.block.contact {
  height: 250px;
  padding: 40px 20px 40px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-width: 0px;
}

.image-17 {
  width: 70px;
  margin-bottom: 20px;
  color: #3aacc2;
}

.text-block-11 {
  font-family: Productsans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.text-block-11.contact {
  margin-bottom: 20px;
}

.text-block-12 {
  font-family: Productsans, sans-serif;
  color: #949494;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.text-block-12.contact {
  text-align: left;
}

.download {
  display: block;
  padding: 15px 20px;
  background-color: #3aacc2;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  color: #fff;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.download:hover {
  background-color: #fff;
  color: #3aacc2;
}

.download.submit {
  margin-top: 40px;
}

.text-block-14 {
  font-family: Productsans, sans-serif;
}

.text-block-15 {
  font-family: Productsans, sans-serif;
}

.text-block-16 {
  font-family: Productsans, sans-serif;
}

.text-block-17 {
  font-family: Productsans, sans-serif;
}

.text-block-18 {
  font-family: Productsans, sans-serif;
}

.text-block-19 {
  font-family: Productsans, sans-serif;
}

.text-block-20 {
  font-family: Productsans, sans-serif;
}

.whatsapp-link {
  margin-bottom: 20px;
  padding: 5px;
}

.image-18 {
  width: 40px;
}

.btns-fixed {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 3%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slider-4 {
  width: 80%;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.right-arrow-3 {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.slide-nav-4 {
  display: none;
}

.slide-3 {
  margin-right: 40px;
}

.links-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.links-block._2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-19 {
  width: 90%;
}

.contact-grid-section {
  padding-top: 40px;
}

.get-in-touch-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-bottom: 20px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-grid-wrapper {
  max-width: 1440px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form {
  width: 50%;
  background-color: #f6f6f6;
}

.map {
  width: 50%;
  background-color: #f6f6f6;
}

.form-block {
  padding-right: 60px;
  padding-left: 60px;
}

.text-field-2 {
  height: 80px;
  border-radius: 10px;
}

.horizontal {
  margin-right: 20px;
}

.horizontal._2 {
  margin-right: 0px;
  margin-left: 20px;
}

.horizontal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.text-field-3 {
  border-radius: 20px;
}

.form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button-2 {
  margin-top: 20px;
}

.html-embed-3 {
  height: 100%;
}

.call-link {
  color: #949494;
  text-decoration: underline;
}

.email {
  color: #949494;
}

.our-product-section {
  display: none;
  overflow: hidden;
}

.our-product-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.col2-scroller {
  width: 54%;
}

.slider-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.right-arrow-4 {
  left: -1%;
  top: auto;
  right: auto;
  bottom: 12%;
  z-index: 50;
  width: 80px;
  height: 100px;
  background-color: #3aacc2;
}

.left-arrow-4 {
  left: -11%;
  top: auto;
  right: auto;
  bottom: 12%;
  z-index: 50;
  width: 80px;
  height: 100px;
  background-color: #3aacc2;
}

.slide-nav-5 {
  display: none;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 36%;
  height: 100%;
}

.html-embed-4 {
  width: 100px;
}

.parent {
  padding: 10px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.blue-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 25%;
  background-color: #f6f6f6;
}

@media screen and (min-width: 1280px) {
  .wrapper.sup {
    width: 95%;
  }

  .sub-heading.size {
    font-family: Productsans, sans-serif;
  }

  .sub-heading.size.prod {
    font-family: Productsans, sans-serif;
  }

  .sub-heading.black-color {
    font-family: Productsans, sans-serif;
  }

  .h2 {
    font-family: Productsans, sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  .button {
    font-family: Productsans, sans-serif;
  }

  .link2 {
    font-family: Productsans, sans-serif;
  }

  .tb3 {
    font-family: Productsans, sans-serif;
  }

  .left {
    right: 0%;
  }

  .contact-banner-content {
    margin-top: 100px;
  }

  .heading-5.about {
    font-size: 50px;
  }

  .text-block-13 {
    font-family: Productsans, sans-serif;
  }

  .contact-grid-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .left-arrow-4 {
    left: -9%;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper.sup {
    width: 90%;
  }

  .sub-heading.color {
    font-size: 55px;
    line-height: 70px;
  }

  .col1.size {
    width: 100%;
  }

  .images {
    width: 56%;
  }

  .footer-container {
    padding-top: 80px;
  }

  .link2 {
    font-size: 15px;
  }

  .right-arrow {
    right: 44%;
  }

  .left-arrow {
    left: 44%;
  }

  .about-banner-content {
    margin-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    margin-bottom: 0px;
    margin-left: 40px;
  }

  .image-3 {
    left: -10%;
  }

  .contact-banner-content {
    margin-top: 160px;
  }

  .heading-5.about {
    font-size: 68px;
  }

  .form-div {
    padding: 60px;
  }

  .form-flex {
    margin-bottom: 40px;
  }

  .text-field._2 {
    margin-bottom: 50px;
  }

  .products-horizontal-scroll-content {
    padding-left: 39%;
  }

  .scroll-products {
    padding-right: 10px;
    padding-left: 10px;
  }

  .product-page-section {
    height: 175vh;
  }

  .paragraph-3 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 32px;
  }

  .nav-products {
    padding-top: 130px;
    -webkit-transform: translate(100vw, 0px);
    -ms-transform: translate(100vw, 0px);
    transform: translate(100vw, 0px);
  }

  .product-nav-div {
    grid-column-gap: 40px;
    grid-row-gap: 70px;
  }

  .link-block-4 {
    font-size: 38px;
  }

  .contact-grid-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .get-in-touch-wrapper {
    max-width: 1200px;
  }

  .contact-grid-wrapper {
    max-width: 1200px;
  }

  .left-arrow-4 {
    left: -11%;
  }

  .div-block-4 {
    width: 39%;
  }
}

@media screen and (min-width: 1920px) {
  .car-bg-wrap {
    padding-bottom: 60px;
  }

  .nan-container {
    max-width: 1500px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .link {
    font-size: 16px;
  }

  .dropdown-toggle {
    font-size: 16px;
  }

  .banner-content {
    max-width: 1500px;
  }

  .logo {
    width: 85%;
  }

  .h1 {
    font-size: 65px;
    line-height: 95px;
  }

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

  .line {
    height: 45px;
  }

  .span {
    font-size: 20px;
  }

  .btn {
    font-size: 16px;
  }

  .social-media-wrapper {
    max-width: 1500px;
  }

  .f-icon {
    width: 38%;
  }

  .f-icon.size {
    width: 70%;
  }

  .stacker-parking-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper {
    max-width: 1500px;
  }

  .wrapper.sup {
    width: 88%;
    height: 85vh;
  }

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

  .sub-heading.color {
    font-size: 65px;
    line-height: 95px;
  }

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

  .sub-heading.size.prod {
    font-size: 32px;
  }

  .sub-heading.color2 {
    font-size: 60px;
    line-height: 82px;
  }

  .sub-heading.black-color {
    font-size: 60px;
    line-height: 76px;
  }

  .white-circle {
    top: -4px;
    width: 180px;
    height: 180px;
  }

  .img {
    width: 16%;
  }

  .our-expertise-container {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .c1 {
    padding-right: 70px;
    border-style: none;
  }

  .c1.r-padding {
    padding-left: 110px;
  }

  .tb {
    font-size: 22px;
    line-height: 34px;
  }

  .h2 {
    font-size: 22px;
  }

  .h2.color {
    font-size: 25px;
  }

  .play {
    margin-top: -7px;
  }

  .col1 {
    width: 38%;
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .col {
    height: 85vh;
    padding: 40px 40px 80px;
  }

  .wapper-wrap {
    max-width: 1500px;
  }

  .images {
    width: 56%;
  }

  .h-line {
    bottom: 200px;
    width: 24%;
  }

  .customers-container {
    position: relative;
    height: 120vh;
  }

  .customer-wrap {
    padding-top: 220px;
  }

  .customer-content-wrap {
    max-width: 1500px;
  }

  .html.size.top {
    margin-top: 16px;
  }

  .col-3 {
    width: 55%;
  }

  .white-wrap {
    padding: 80px 100px 80px 140px;
  }

  .img-wrap {
    width: 100%;
  }

  .img2 {
    width: 30%;
  }

  .tb2 {
    font-size: 16px;
  }

  .customer-img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .car-img {
    top: 680px;
    width: 88%;
  }

  .contact-container {
    border-top-style: none;
  }

  .contact-wrapper {
    max-width: 1500px;
  }

  .footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    padding-top: 80px;
  }

  .grid2 {
    max-width: 1500px;
  }

  .link2 {
    font-size: 20px;
  }

  .link2._2 {
    margin-bottom: 20px;
  }

  .tb3 {
    font-size: 30px;
    line-height: 50px;
  }

  .right-arrow {
    right: 44%;
    width: 70px;
    height: 90px;
    background-position: 20% 50%;
  }

  .left-arrow {
    left: 44.2%;
    width: 70px;
    height: 90px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 87% 50%;
  }

  .right2 {
    right: -5.7%;
    bottom: -25%;
    width: 47px;
  }

  .left {
    right: 0%;
    bottom: -25%;
    width: 45px;
    background-position: 50% 50%;
  }

  .slider-2 {
    height: 50vh;
  }

  .footer-copyright {
    max-width: 1500px;
  }

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

  .icon-2 {
    margin-right: 10px;
    margin-left: 45px;
  }

  .icon-3 {
    margin-left: 5px;
  }

  .navbar {
    margin-left: -50px;
  }

  .heading {
    margin-bottom: 0px;
    margin-left: 40px;
    font-size: 75px;
    line-height: 95px;
  }

  .image-2 {
    width: 44px;
  }

  .image-2.mission {
    left: -9%;
  }

  .about-2-wrapper {
    top: -100px;
    padding: 70px 100px 70px 60px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 32px;
  }

  .why-choose-us-wrapper {
    max-width: 1500px;
  }

  .heading-2 {
    font-size: 45px;
  }

  .heading-2.b {
    font-size: 50px;
    line-height: 64px;
  }

  .image-3 {
    width: 40px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph.white {
    font-size: 22px;
    line-height: 35px;
  }

  .paragraph.center {
    font-size: 22px;
    line-height: 35px;
  }

  .image-4 {
    top: 22%;
    width: 38%;
  }

  .image-5 {
    width: 38%;
  }

  .about-banner-wrapper {
    max-width: 1500px;
  }

  .image-6 {
    width: 5%;
  }

  .horizontal-scroll-content {
    padding-left: 120px;
  }

  .our-mission-content {
    width: 16%;
  }

  .heading-3 {
    margin-top: 30px;
    font-size: 50px;
    line-height: 60px;
  }

  .heading-4 {
    left: auto;
    right: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 36px;
  }

  .contact-banner-wrapper {
    max-width: 1500px;
  }

  .contact-banner-content {
    margin-top: 250px;
  }

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

  .heading-5.about {
    font-size: 75px;
    line-height: 66px;
  }

  .paragraph-2 {
    font-size: 22px;
    line-height: 36px;
  }

  .form-div {
    padding: 70px;
  }

  .text-block-4 {
    margin-bottom: 60px;
    font-size: 25px;
    line-height: 30px;
  }

  .text-field {
    width: 40%;
    margin-right: 100px;
    padding-top: 20px;
    padding-bottom: 22px;
    font-size: 22px;
    line-height: 22px;
  }

  .text-field._2.msg {
    padding-top: 10px;
  }

  .submit-button {
    font-size: 22px;
  }

  .submit-button-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-9 {
    width: 22px;
  }

  .product-page-section {
    height: 210vh;
  }

  .product-page-section._1 {
    height: 150vh;
  }

  .product-left-block {
    padding-top: 0px;
  }

  .heading-6 {
    font-size: 65px;
    line-height: 75px;
  }

  .line-prod {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .heading-7 {
    margin-bottom: 30px;
    font-size: 35px;
  }

  .paragraph-3 {
    margin-bottom: 220px;
    font-size: 26px;
    line-height: 41px;
  }

  .list-item {
    font-size: 23px;
    line-height: 40px;
  }

  .product-circle {
    width: 400px;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-products {
    padding-top: 150px;
    -webkit-transform: translate(100vw, 0px);
    -ms-transform: translate(100vw, 0px);
    transform: translate(100vw, 0px);
  }

  .product-nav-div {
    max-width: 1500px;
    grid-row-gap: 69px;
  }

  .link-block-4 {
    font-size: 48px;
    line-height: 70px;
  }

  .cancel {
    padding: 10px;
  }

  .product-menu-heading {
    max-width: 1500px;
  }

  .text-block-5 {
    font-size: 22px;
  }

  .div-block-3 {
    max-width: 1500px;
  }

  .breadcrumb {
    margin-top: 40px;
    font-size: 18px;
    line-height: 25px;
  }

  ._2nd-sec-video-div {
    width: 260px;
  }

  .background-video-2 {
    width: 260px;
  }

  .html-embed-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid {
    max-width: 1500px;
  }

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

  .quality-wrapper {
    max-width: 1500px;
  }

  .slider-3 {
    margin-bottom: 60px;
  }

  .text-block-7 {
    font-size: 21px;
    line-height: 36px;
  }

  .text-block-8 {
    font-size: 20px;
    line-height: 30px;
  }

  .slide-nav-3 {
    bottom: -10px;
  }

  .block {
    height: 350px;
  }

  .image-17 {
    width: 80px;
  }

  .image-18 {
    width: 55px;
  }

  .slider-4 {
    width: 70%;
    height: 100%;
  }

  .mask-2 {
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .contact-grid-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .get-in-touch-wrapper {
    max-width: 1500px;
  }

  .contact-grid-wrapper {
    max-width: 1500px;
  }

  .our-product-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .our-product-wrapper {
    max-width: 1500px;
  }

  .left-arrow-4 {
    left: -8%;
  }

  .blue-back {
    width: 28%;
  }
}

@media screen and (max-width: 991px) {
  .nan-container._2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mt-div {
    display: none;
  }

  .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    color: #3aacc2;
  }

  .link._2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dropdown {
    margin-top: 0px;
  }

  .dropdown-toggle {
    color: #3aacc2;
  }

  .h1 {
    font-size: 50px;
    line-height: 73px;
  }

  .wrapper {
    text-align: center;
  }

  .sub-heading.color {
    font-size: 33px;
  }

  .sub-heading.size {
    font-size: 38px;
    line-height: 48px;
  }

  .sub-heading.size.prod {
    font-size: 28px;
    line-height: 40px;
  }

  .sub-heading.color2 {
    font-size: 38px;
    line-height: 50px;
  }

  .sub-heading.black-color {
    font-size: 35px;
    line-height: 48px;
  }

  .img {
    width: 22%;
  }

  .grid-container {
    grid-column-gap: 20px;
    grid-row-gap: 17px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-container.contact {
    grid-row-gap: 21px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .c1.r-padding {
    padding-left: 10px;
  }

  .tb {
    font-size: 15px;
    line-height: 24px;
  }

  .h2 {
    font-size: 16px;
  }

  .play.top {
    width: 16px;
  }

  .car-parking-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .col1 {
    padding-right: 20px;
  }

  .col1.size {
    width: 100%;
    padding-right: 10px;
    padding-left: 15px;
  }

  .v-line {
    display: none;
  }

  .about-img-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col-2 {
    padding-left: 0px;
  }

  .h-line {
    bottom: 144px;
  }

  .customer-content-wrap {
    width: 90%;
  }

  .img-wrap {
    left: 4%;
    width: 32%;
  }

  .button {
    font-size: 23px;
  }

  .button.color {
    font-size: 18px;
  }

  .footer-container {
    height: 100vh;
    padding-top: 60px;
  }

  .grid2 {
    grid-row-gap: 30px;
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
  }

  .tb3 {
    font-size: 20px;
  }

  .slider {
    width: 100%;
  }

  .mask {
    width: 70%;
  }

  .right-arrow {
    right: 38%;
  }

  .left-arrow {
    left: 38%;
  }

  .right2 {
    right: -7%;
    bottom: -23%;
  }

  .left {
    right: 0%;
    bottom: -93px;
  }

  .footer-copyright {
    width: 90%;
    margin-bottom: 10px;
  }

  .navbar {
    position: relative;
    z-index: 1000;
    width: 100%;
  }

  .nav-menu {
    display: none;
    background-color: #fff;
  }

  .menu-button {
    display: none;
    margin-top: 40px;
    border: 1px solid #3aacc2;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #3aacc2;
  }

  .heading {
    margin-top: 10px;
    font-size: 51px;
  }

  .image-2 {
    width: 40px;
  }

  .about-2-wrapper {
    width: 75%;
  }

  .why-choose-us-wrapper {
    width: 85%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-3 {
    width: 30px;
  }

  .paragraph {
    width: 80%;
  }

  .paragraph.white {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph.center {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-5 {
    bottom: 0%;
  }

  .about-banner-wrapper {
    width: 90%;
  }

  .expert-section {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .expert-content-wrapper {
    padding: 40px 30px;
  }

  .horizontal-scroll-content {
    width: 330vh;
  }

  .our-mission-content {
    margin-right: 120px;
  }

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

  .our-mission-image-block {
    width: 18%;
  }

  .heading-4 {
    font-size: 25px;
  }

  .contact-banner-section {
    height: 70vh;
  }

  .contact-banner-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-8 {
    top: 20%;
    width: 26px;
  }

  .form-blocks {
    width: 100%;
  }

  .text-field._2.msg {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-area-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .products-horizontal-scroll-content {
    width: 450vh;
    padding-left: 40%;
  }

  .product-page-section {
    top: -130px;
    height: 215vh;
  }

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

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

  .paragraph-3 {
    font-size: 15px;
  }

  .right-prod {
    padding: 20px;
  }

  .link-block-2 {
    position: absolute;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 56px;
    margin-bottom: 10px;
    padding: 10px 10px 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #3aacc2;
    background-color: rgba(58, 172, 194, 0);
  }

  .link-block-2.b {
    background-color: #3aacc2;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .mobile-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: block;
    overflow: hidden;
    padding-top: 100px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #3aacc2;
    -webkit-transform: translate(100vw, 0px);
    -ms-transform: translate(100vw, 0px);
    transform: translate(100vw, 0px);
    color: #fff;
  }

  .mobile-menu-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 50px 40px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .link-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 20px 40px 20px 0px;
    font-family: 'Sf ui display 58646be638f96', sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.5px;
    text-decoration: none;
  }

  .drop-down-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .automatic-tab {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: block;
    padding-top: 100px;
    background-color: #3aacc2;
    -webkit-transform: translate(100vw, 0px);
    -ms-transform: translate(100vw, 0px);
    transform: translate(100vw, 0px);
  }

  .automatic-tab.semi {
    z-index: 12;
  }

  .back-button-block {
    margin-bottom: 40px;
  }

  .image-12 {
    width: 30px;
    cursor: pointer;
  }

  .product-circle._2 {
    width: 250px;
    height: 250px;
  }

  .nav-products {
    display: block;
  }

  .related-products-wrapper {
    width: 90%;
  }

  .related-products-wrapper._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .related-product {
    width: 40%;
  }

  .grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: stretch;
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .quality-wrapper {
    width: 90%;
  }

  .slide-2 {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .text-block-8 {
    width: 80%;
  }

  .block.contact {
    padding-left: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider-4 {
    width: 100%;
  }

  .image-19 {
    width: 100%;
  }

  .get-in-touch-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .map {
    overflow: hidden;
    width: 50%;
  }

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

  .horizontal {
    margin-right: 0px;
  }

  .right-arrow-4 {
    left: -3%;
  }

  .left-arrow-4 {
    left: -18%;
  }

  .div-block-4 {
    width: 40%;
  }

  .blue-back {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .main-container {
    height: auto;
  }

  .banner-container {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36));
    background-position: 0px 0px;
  }

  .h1 {
    font-size: 46px;
    line-height: 69px;
  }

  .wrapper.sup {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sub-heading.color {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sub-heading.size {
    font-size: 36px;
  }

  .sub-heading.size.prod {
    font-size: 26px;
  }

  .img {
    width: 30%;
  }

  .grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-container.contact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .c1 {
    padding-right: 0px;
  }

  .c1.r-padding {
    padding-left: 0px;
  }

  .c1.sup {
    padding-right: 9px;
    padding-left: 0px;
  }

  .tb {
    font-size: 14px;
  }

  .car-parking-container {
    padding-bottom: 40px;
  }

  .col1 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .col1.sup {
    width: 100%;
  }

  .col2 {
    position: static;
    width: 100%;
  }

  .col {
    height: 70vh;
  }

  .about-us-container {
    padding-top: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wapper-wrap {
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-img-wrap {
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .col-2 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .h-line {
    bottom: 321px;
  }

  .customers-container {
    display: none;
    height: 160vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .customer-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col-3 {
    margin-left: 100px;
  }

  .car-img {
    top: 704px;
  }

  .grid-wrap {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button.color {
    font-size: 18px;
  }

  .footer-container {
    padding-top: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid2 {
    grid-auto-columns: 1fr;
    grid-row-gap: 35px;
    -ms-grid-columns: 0.25fr 0.5fr;
    grid-template-columns: 0.25fr 0.5fr;
  }

  .image {
    width: 90%;
  }

  .tb3 {
    font-size: 18px;
  }

  .right-arrow {
    right: 39%;
  }

  .left-arrow {
    left: 39%;
  }

  .footer-copyright {
    bottom: 9%;
  }

  .text-block {
    top: 0px;
  }

  .about-banner-sec {
    height: 80vh;
  }

  .heading {
    font-size: 50px;
  }

  .image-2 {
    width: 35px;
  }

  .about-2-wrapper {
    top: 0px;
    width: 100%;
    padding-right: 40px;
  }

  .text-block-2 {
    text-align: center;
  }

  .why-choose-us-heading {
    margin-bottom: 25px;
  }

  .heading-2.white {
    font-size: 38px;
  }

  .heading-2.b {
    font-size: 45px;
  }

  .image-3 {
    width: 25px;
  }

  .paragraph {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.5px;
  }

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

  .paragraph.center {
    font-size: 16px;
    line-height: 25px;
  }

  .list-2 {
    margin-top: 35px;
  }

  .image-4 {
    top: 40%;
    right: -56px;
    z-index: -1;
  }

  .image-5 {
    width: 48%;
  }

  .expert-section {
    height: 105vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .expert-image {
    width: 100%;
    height: 100%;
  }

  .expert-content-wrapper {
    width: 100%;
  }

  .expert-heading-block {
    width: 100%;
  }

  .contact-banner-section {
    height: 65vh;
  }

  .contact-banner-wrapper {
    width: 90%;
  }

  .contact-banner-content {
    width: 78%;
  }

  .image-8 {
    left: -11%;
    width: 22px;
  }

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

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

  .form-div {
    width: 100%;
    padding: 35px;
  }

  .text-field {
    width: 45%;
    margin-right: 0px;
    font-size: 15px;
  }

  .products-horizontal-scroll-content {
    padding-left: 45%;
  }

  .scroll-products {
    width: 11%;
  }

  .circle-white {
    width: 160px;
    height: 160px;
  }

  .products-mobile-section {
    display: none;
  }

  .product-page-section {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-left-block {
    position: static;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
  }

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

  .right-prod {
    position: static;
    width: 100%;
  }

  .nav-blue-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-block-3 {
    font-size: 22px;
  }

  .background-video {
    position: absolute;
    height: 100vh;
  }

  .related-products-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .related-products-wrapper._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .related-product._2 {
    width: 50%;
    margin-bottom: 40px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .html-embed-2 {
    width: 100%;
  }

  .grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .quality-section {
    padding-bottom: 60px;
  }

  .slide-2 {
    width: 50%;
  }

  .text-block-7 {
    font-size: 14px;
    line-height: 26px;
  }

  .text-block-8 {
    width: 100%;
  }

  .block.contact {
    border-width: 1px;
  }

  .image-19 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .get-in-touch-wrapper {
    margin-bottom: 40px;
  }

  .content._1 {
    width: 55%;
  }

  .form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form {
    width: auto;
  }

  .map {
    width: 100%;
    height: 50vh;
  }

  .div-block-4 {
    width: 45%;
  }

  .blue-back {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 46%;
  }
}

@media screen and (max-width: 479px) {
  .main-container {
    height: 80vh;
  }

  .banner-container {
    height: 80vh;
  }

  .car-bg-wrap {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    background-image: none;
    background-position: 0px 0px;
  }

  .nan-container._2.no-space {
    padding-right: 0px;
    padding-left: 0px;
  }

  .banner-content {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo {
    width: 78%;
  }

  .h1 {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 30px;
    line-height: 45px;
  }

  .wrap {
    padding-bottom: 10px;
  }

  .p1 {
    font-size: 13px;
    line-height: 22px;
  }

  .p1.color {
    line-height: 22px;
  }

  .p1.left-margin {
    margin-left: 0px;
  }

  .btn.color.hide {
    display: none;
  }

  .circle {
    padding: 8px;
  }

  .f-wrap._2 {
    margin-right: 0px;
  }

  .stacker-parking-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sub-heading {
    margin-top: 0px;
    font-size: 25px;
  }

  .sub-heading.color {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 44px;
  }

  .sub-heading.size.prod {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
  }

  .sub-heading.color2 {
    font-size: 39px;
  }

  .sub-heading.black-color {
    font-size: 34px;
    line-height: 45px;
  }

  .white-circle {
    width: 110px;
    height: 110px;
  }

  .img {
    width: 50%;
  }

  .our-expertise-container {
    padding: 60px 20px;
  }

  .grid-container {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .h2.color {
    font-size: 17px;
  }

  .btn-wrap.flax {
    font-size: 13px;
  }

  .car-parking-container {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .col1 {
    padding-left: 20px;
  }

  .col {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-us-container {
    height: auto;
    padding-right: 0px;
    padding-bottom: 220px;
    padding-left: 0px;
  }

  .wapper-wrap {
    width: 90%;
  }

  .images {
    width: 80%;
  }

  .col-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .customers-container {
    overflow: hidden;
    height: 122vh;
  }

  .customer-content-wrap {
    width: 90%;
  }

  .html.size.top {
    margin-right: 15px;
  }

  .col-3 {
    width: 100%;
    margin-left: 0px;
  }

  .white-wrap {
    width: 100%;
    padding-left: 20px;
  }

  .img-wrap {
    left: 0%;
    width: 40%;
  }

  .img2 {
    top: -22px;
  }

  .car-img {
    top: 806px;
  }

  .contact-container {
    padding: 100px 0px;
  }

  .contact-wrapper {
    width: 90%;
  }

  .col3._2 {
    width: 100%;
  }

  .col3.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button {
    font-size: 20px;
  }

  .button.color {
    margin-left: 0px;
    font-size: 13px;
  }

  .footer-container {
    height: auto;
    padding: 60px 15px 100px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid2 {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-row-gap: 30px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .link2 {
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 13px;
  }

  .link2._2 {
    margin-right: 0px;
  }

  .right {
    display: none;
  }

  .tb3 {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
  }

  .div-block {
    margin-left: 0px;
  }

  .mask {
    width: 100%;
  }

  .right-arrow {
    left: auto;
    top: auto;
    right: -6%;
    bottom: 0%;
  }

  .left-arrow {
    left: auto;
    top: auto;
    right: 7%;
    bottom: 0%;
  }

  .slide2 {
    width: 100%;
  }

  .col-wrap {
    padding-top: 100px;
    padding-left: 0px;
  }

  .right2 {
    left: auto;
    top: auto;
    right: -6%;
    bottom: -20%;
  }

  .left {
    left: auto;
    top: auto;
    right: 3%;
    bottom: -20%;
  }

  .slider-2 {
    width: 100%;
  }

  .footer-copyright {
    right: auto;
    bottom: 0%;
    width: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-block {
    margin-top: 10px;
    font-size: 13px;
  }

  .menu-button {
    padding: 15px;
  }

  .heading {
    font-size: 42px;
  }

  .image-2 {
    width: 30px;
  }

  .about-2-wrapper {
    padding: 45px 20px;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 25px;
  }

  .why-choose-us-wrapper {
    width: 90%;
  }

  .heading-2 {
    font-size: 31px;
  }

  .heading-2.white {
    font-size: 35px;
  }

  .heading-2.b {
    font-size: 35px;
    text-align: center;
  }

  .image-3 {
    display: none;
  }

  .paragraph.white {
    font-size: 14px;
  }

  .paragraph.center {
    font-size: 15px;
    line-height: 23px;
  }

  .image-4 {
    display: none;
  }

  .image-5 {
    left: 0px;
    right: auto;
    bottom: -9%;
    width: 70%;
    max-width: 132%;
  }

  .expert-section {
    height: 125vh;
  }

  .expert-image {
    width: 100%;
  }

  .image-6 {
    display: none;
  }

  .horizontal-scroll-section {
    display: none;
  }

  .horizontal-scroll-content {
    width: 310vh;
  }

  .our-mission-content.mobile {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    text-align: center;
  }

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

  .our-mission-image-block.mobile {
    width: 90%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    color: #fff;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .products-horizontal-scroll {
    display: none;
  }

  .our-mission-mobile-sec {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#191919));
    background-image: linear-gradient(180deg, #363636, #191919);
    color: #fff;
  }

  .mission-mobile-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-banner-content {
    width: 100%;
  }

  .image-8 {
    display: none;
  }

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

  .paragraph-2 {
    font-size: 13px;
  }

  .form-div {
    padding: 40px 20px;
  }

  .form-flex {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-field {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-field._2 {
    margin-bottom: 20px;
  }

  .text-field._2.msg {
    height: 140px;
  }

  .submit-button {
    font-size: 15px;
  }

  .image-9 {
    width: 16px;
  }

  .circle-white {
    width: 70px;
    height: 70px;
  }

  .products-mobile-section {
    display: block;
    background-color: #f2f2f2;
  }

  .products-mobile-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
  }

  .products-mobile-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .product-page-section._1 {
    height: auto;
  }

  .product-page-section._2 {
    height: auto;
  }

  .left-content-block {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .heading-6 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 60px;
  }

  .line-prod {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

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

  .paragraph-3.contact {
    text-align: center;
  }

  .list-item {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .right-prod {
    overflow: hidden;
  }

  .list-3 {
    padding-left: 30px;
  }

  .mobile-menu-links {
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-block-3 {
    margin-bottom: 10px;
  }

  .product-circle {
    width: 250px;
    height: 250px;
  }

  .product-circle._2 {
    width: 220px;
    height: 220px;
  }

  .related-products-wrapper {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .related-product {
    width: 80%;
    margin-bottom: 40px;
  }

  .related-product._2 {
    width: 70%;
  }

  .heading-8 {
    font-size: 30px;
  }

  .grid {
    width: 100%;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slide-2 {
    width: 100%;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .block.contact {
    padding-left: 0px;
  }

  .image-17 {
    width: 60px;
    margin-bottom: 0px;
  }

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

  .text-block-12 {
    font-size: 14px;
  }

  .btns-fixed {
    bottom: 1%;
  }

  .links-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .links-block._2.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-19 {
    width: 90%;
  }

  .get-in-touch-wrapper {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .content._1 {
    width: 71%;
  }

  .form {
    padding-bottom: 40px;
  }

  .form-content {
    padding-right: 40px;
    padding-left: 40px;
  }
}

#w-node-01c7b41d6b0d-02048d37 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-9f930d5b59ec-02048d37 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e0f8be024896-02048d37 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (min-width: 1920px) {
  #w-node-bb9ae5982a20-c74fbd4f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-9742e4c7d246-c74fbd4f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-01c7b41d6b0d-02048d37 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-9f930d5b59ec-02048d37 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e0f8be024896-02048d37 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-785b8536c3a0-8536c393 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-785b8536c3a0-8536c393 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-594978818651-8536c393 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf ui display 58646a6b80d5a';
  src: url('../fonts/sf-ui-display-black-58646a6b80d5a.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf ui display 586470160b9e5';
  src: url('../fonts/sf-ui-display-heavy-586470160b9e5.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf ui display 58646b33e0551';
  src: url('../fonts/sf-ui-display-light-58646b33e0551.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf ui display 58646eddcae92';
  src: url('../fonts/sf-ui-display-semibold-58646eddcae92.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf ui display 58646be638f96';
  src: url('../fonts/sf-ui-display-medium-58646be638f96.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf ui display 58646a511e3d9';
  src: url('../fonts/sf-ui-display-bold-58646a511e3d9.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf ui display 58646e9b26e8b';
  src: url('../fonts/sf-ui-display-thin-58646e9b26e8b.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf ui display 58646b19bf205';
  src: url('../fonts/sf-ui-display-ultralight-58646b19bf205.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}