:root {
  --five: #101840;
  --white: #fff;
  --orange-one: #f47629;
  --black: #000;
  --third: #f1ebdd;
  --ss: #f7f0e0;
  --first-color: #223144;
  --sec: #44687b;
  --four: #cbc2b3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

.first-sec {
  background-color: var(--five);
  padding-top: 20px;
  padding-bottom: 20px;
}

.containers-1400 {
  max-width: 1380px;
  padding-left: 20px;
  padding-right: 20px;
}

.containers-1400.center {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.containers-1400._1340 {
  max-width: 1280px;
}

.first-d1 {
  justify-content: space-between;
  display: flex;
}

.fd1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.lb-one {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  letter-spacing: .2px;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.lb-one:hover {
  color: var(--orange-one);
}

.image {
  flex: none;
  width: 22px;
}

.div-block {
  background-color: var(--orange-one);
  width: 2px;
  height: 20px;
}

.social-icons-d1 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.social-icons-d1._20 {
  margin-top: 5px;
}

.social-icons-d1._20.display-none, .social-icons-d1.hidden.display-none {
  display: none;
}

.image-2 {
  width: 26px;
  transition: all .22s;
}

.image-2:hover {
  transform: translate(0, -5px);
}

.navbar {
  background-color: var(--white);
  padding-top: 18px;
  padding-bottom: 18px;
}

.main-nd1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  color: #000;
  letter-spacing: 1px;
  font-family: Exo, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 46px;
}

.nav-link {
  color: #000;
  letter-spacing: .2px;
  padding: 10px 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .22s;
}

.nav-link:hover {
  color: var(--orange-one);
}

.nav-button-wrap {
  padding-left: 10px;
}

.lb-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  letter-spacing: .2px;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.lb-two:hover {
  color: var(--orange-one);
}

.lb-two.white {
  color: var(--orange-one);
  margin-top: 10px;
}

.div-block-2 {
  background-color: var(--orange-one);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.image-3 {
  width: 26px;
}

.nav-menu {
  text-align: center;
  align-items: center;
  display: flex;
}

.hero-section {
  height: auto;
  padding-top: 100px;
  padding-bottom: 110px;
  position: relative;
}

.slider-now {
  z-index: -1;
  background-color: #ddd0;
  height: auto;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  flex-flow: column;
  display: flex;
}

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

.overlay {
  z-index: -1;
  background-image: linear-gradient(#0000001a, #0000001a);
  position: absolute;
  inset: 0%;
}

.left {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  background-color: #101840e6;
  border-radius: 5px 45px 45px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 600px;
  padding: 35px 30px;
  display: flex;
}

.small-line {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 2px solid var(--orange-one);
  color: var(--white);
  letter-spacing: .8px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 13px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.small-line.sl1 {
  border-bottom-style: none;
  border-bottom-color: var(--five);
  color: var(--five);
  padding-bottom: 0;
}

.small-line.sl1.w {
  color: var(--white);
}

.image-5 {
  width: 31px;
}

.head-one {
  color: var(--white);
  letter-spacing: 1.2px;
  font-family: Exo, sans-serif;
  font-size: 53px;
  font-weight: 700;
  line-height: 80px;
}

.paragraph-one {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.paragraph-one.p01 {
  max-width: 486px;
}

.lb-three {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--orange-one);
  color: var(--white);
  letter-spacing: .4px;
  border-radius: 30px;
  align-items: center;
  margin-top: 15px;
  padding: 13px 13px 13px 15px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.lb-three.same {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: var(--five);
  text-transform: capitalize;
  padding: 16px 17px;
  font-size: 15px;
}

.image-6 {
  width: 24px;
}

.section {
  background-color: var(--third);
  padding-top: 16px;
  padding-bottom: 16px;
  overflow: hidden;
}

.paint-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paint-sec.color {
  background-color: var(--five);
  background-image: url('../images/pattern_bg_6-1.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.paint-sec.top-20 {
  padding-top: 10px;
}

.paint-sec.contact-1 {
  border-top: 2px dashed var(--five);
}

.paint-sec.oh {
  overflow: hidden;
}

.marquee-box {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  width: 100%;
  display: flex;
}

.mbd1 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex: none;
  display: flex;
}

.mbd2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  align-items: center;
  display: flex;
}

.tb-1 {
  color: var(--black);
  letter-spacing: .2px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-7 {
  width: 26px;
}

.full-main-d1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.inner-d1 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.inner-d1._33 {
  width: 28%;
}

.inner-d1._34 {
  align-items: flex-end;
  width: 37%;
}

.inner-d1._34._1 {
  width: 29%;
}

.inner-d1.id1 {
  max-width: 559px;
}

.head-two {
  color: var(--five);
  letter-spacing: 1.2px;
  margin-bottom: 12px;
  font-family: Exo, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 57px;
}

.head-two.white {
  color: var(--white);
}

.paragraph-two {
  color: #000000e0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-two.p01 {
  max-width: 486px;
}

.paragraph-two.max-1 {
  max-width: 331px;
  margin-bottom: 0;
}

.paragraph-two.max-2 {
  max-width: 331px;
}

.paragraph-two.max-3 {
  max-width: 323px;
}

.paragraph-two.max-4 {
  max-width: 282px;
}

.paragraph-two.white {
  color: #fffffff5;
}

.paragraph-two.white.max-7 {
  max-width: 350px;
  margin-bottom: 0;
}

.paragraph-two.white.max-8 {
  max-width: 369px;
}

.paragraph-two.white.max-9 {
  max-width: 339px;
}

.paragraph-two.max-5 {
  flex: 1;
  max-width: 364px;
}

.paragraph-two.max-6 {
  max-width: 592px;
}

.head-three {
  color: var(--five);
  letter-spacing: .1px;
  margin-top: 15px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
}

.head-three.htz {
  margin-top: 10px;
}

.head-three.ht2 {
  margin-bottom: 15px;
  font-size: 21px;
}

.lb-three-b {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: var(--five);
  color: var(--white);
  letter-spacing: .5px;
  border-radius: 30px;
  align-items: center;
  margin-top: 20px;
  padding: 16px 17px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.lb-three-b:hover {
  background-color: var(--orange-one);
}

.lb-three-b.same {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: var(--five);
  text-transform: capitalize;
  padding: 16px 17px;
  font-size: 15px;
}

.lb-three-b.color, .lb-three-b.c2 {
  background-color: var(--orange-one);
}

._33-2 {
  flex-flow: column;
  align-items: center;
  width: 35%;
  display: flex;
}

.numbers-w {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 435px;
  display: flex;
  position: relative;
}

.nw1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-6 {
  z-index: 1;
  background-color: #f4762961;
  border-radius: 50%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  display: flex;
}

.div-block-7 {
  background-color: var(--orange-one);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.div-block-8 {
  flex: 1;
}

.text-block {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.image-8 {
  border-radius: 10%;
  width: 380px;
  height: 525px;
}

.div-block-9 {
  z-index: -1;
  background-color: #10184099;
  width: 1px;
  height: 55%;
  position: absolute;
  inset: 91px auto auto 45px;
}

.two-col {
  flex-flow: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.two-col.center {
  align-items: center;
  width: 100%;
}

._50-percent {
  width: 50%;
}

._50-percent.center {
  flex-flow: column;
  align-items: center;
  display: flex;
}

._50-percent.right, .div-block-10 {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.spacer-60 {
  height: 0;
  margin-top: 60px;
}

.wrap-slider {
  width: 100%;
  max-width: 1340px;
}

.slider-new {
  background-color: #ddd0;
  height: 100%;
  overflow: hidden;
}

.div-put {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 568px;
  display: flex;
}

.blue {
  border-radius: 25px;
  flex-flow: column;
  flex: none;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.br1 {
  border-bottom-width: 15px;
  border-bottom-color: var(--five);
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: url('../images/clip.svg');
  mask-image: url('../images/clip.svg');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
}

.br2 {
  background-color: var(--white);
  text-align: center;
  flex-flow: column;
  flex: 1;
  align-items: center;
  width: 100%;
  margin-top: -64px;
  padding: 74px 23px 25px;
  display: flex;
  -webkit-mask-image: url('../images/up.svg');
  mask-image: url('../images/up.svg');
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.slide-nav {
  margin-top: 80px;
  display: flex;
  position: static;
}

.div-block-12 {
  z-index: 5;
  background-color: var(--third);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  margin-top: -58px;
  margin-bottom: -1px;
  display: flex;
  position: relative;
  top: 9px;
}

.div-block-13 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.head-three-1 {
  color: var(--five);
  letter-spacing: .1px;
  margin-top: 15px;
  margin-bottom: 14px;
  font-family: Exo, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 33px;
}

.head-three-1.htz {
  margin-top: 10px;
}

.head-three-1.ht2 {
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 31px;
}

.image-9 {
  width: 100%;
  height: 293px;
  transition: all .22s;
}

.image-9:hover {
  transform: scale(1.1);
}

.image-10 {
  width: 46px;
}

.mask {
  width: 421px;
  height: 100%;
  overflow: visible;
}

.right-arrow {
  background-color: var(--orange-one);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.right-arrow.left-1 {
  right: 5%;
}

.icon {
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.img-wrapper-1 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 610px;
  display: flex;
  position: relative;
}

.iw1 {
  border-radius: 25px;
  position: relative;
  -webkit-mask-image: url('../images/About-image-mask-1.png');
  mask-image: url('../images/About-image-mask-1.png');
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.image-11 {
  width: 430px;
}

.background-video {
  border-radius: 18px;
  width: 310px;
  height: 200px;
  margin-top: 20px;
}

.div-block-14 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--orange-one);
  color: var(--white);
  letter-spacing: .1px;
  text-transform: uppercase;
  border-radius: 12px;
  align-items: center;
  padding: 14px 13px;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  position: absolute;
  inset: 8% auto auto 442px;
}

.image-12 {
  border-radius: 16px;
  width: 264px;
  position: absolute;
  inset: auto 22px 158px auto;
}

.image-13 {
  flex: none;
  width: 35px;
}

.block-quote {
  border-left-color: var(--orange-one);
  color: var(--black);
  letter-spacing: .5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}

.block-quote.bq1 {
  max-width: 563px;
  margin-bottom: 15px;
}

.img-wrapper-2 {
  width: 100%;
  max-width: 415px;
}

.form-wrap-1 {
  background-color: var(--ss);
  text-align: center;
  background-image: url('../images/pattern_bg_5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  flex-flow: column;
  align-items: center;
  padding: 30px;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-14 {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.div-block-16 {
  background-color: var(--orange-one);
  color: var(--white);
  letter-spacing: .3px;
  border-radius: 10px;
  padding: 12px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.div-block-17 {
  margin-top: 25px;
}

.div-block-18 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.text-field {
  color: #000c;
  letter-spacing: .2px;
  border: 1px #000;
  border-radius: 10px;
  height: 48px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-field::placeholder {
  color: #000000e6;
}

.submit-button {
  background-color: var(--five);
  color: var(--white);
  letter-spacing: .5px;
  border-radius: 10px;
  padding: 15px 20px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .28s;
}

.submit-button:hover {
  background-color: var(--orange-one);
}

.form-block {
  margin-bottom: 0;
}

.div-block-19 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: center;
  margin-top: 25px;
  text-decoration: none;
  display: flex;
}

.tb-2 {
  color: var(--five);
  letter-spacing: .2px;
  text-transform: capitalize;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.tb-2.t21 {
  font-size: 20px;
  font-weight: 600;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.div-block-20.display-none {
  display: none;
}

.image-15 {
  flex: none;
  width: 66px;
}

.div-block-21 {
  flex-flow: column;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-16 {
  width: 22px;
}

.image-16.i {
  filter: invert();
}

.div-block-23 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.text-block-2 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 31px;
}

.text-block-3 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.center-d1 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.product-grid-1 {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-g {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: flex;
}

.produc-1 {
  background-color: var(--white);
  border-radius: 25px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  display: flex;
  overflow: hidden;
}

.br2-copy {
  text-align: left;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.br1-copy {
  border-bottom-width: 15px;
  border-bottom-color: var(--five);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: url('../images/clip.svg');
  mask-image: url('../images/clip.svg');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
}

.image-9-copy {
  width: 100%;
  height: 260px;
  transition: all .22s;
}

.image-9-copy:hover {
  transform: scale(1.1);
}

.div-block-24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  align-items: center;
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.image-17 {
  flex: none;
  width: 26px;
}

.animateion-wrap {
  width: 100%;
  margin-top: 25px;
}

.button-margin-40 {
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.product-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  display: grid;
  overflow: hidden;
}

.contact-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 25px;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  padding: 40px 30px;
  display: flex;
  box-shadow: 0 1px 15px #0000001a;
}

.div-block-25 {
  background-color: var(--ss);
  background-image: url('../images/pattern_bg_5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 40%;
  padding: 25px;
}

.div-block-26 {
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  margin-top: 10px;
  display: flex;
}

.div-block-27 {
  width: 100%;
  margin-top: 20px;
}

.form {
  flex-flow: column;
  display: flex;
}

.form-f1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 22px;
  display: flex;
}

.form-f1-i1 {
  flex: 1;
}

.field-lab-1 {
  color: #101840e0;
  letter-spacing: .2px;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-field-2 {
  color: #000;
  letter-spacing: .2px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px solid #0006;
  border-radius: 8px;
  height: 47px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-field-2::placeholder {
  color: #000000b3;
}

.text-field-2.t1 {
  background-image: url('../images/contact-2.png');
}

.text-field-2.t2 {
  background-image: url('../images/email-6.png');
}

.text-field-2.t3 {
  background-image: url('../images/telephone-1.png');
}

.text-field-2.t4 {
  background-color: #f3f3f300;
  background-image: none;
}

.text-field-2.t5 {
  color: #000000b3;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff0;
  background-image: url('../images/down-arrow.png');
}

.text-field-2.t6 {
  background-image: url('../images/pencil.png');
  background-position: 99% 9%;
  background-size: 23px;
  height: auto;
  min-height: 120px;
}

.lb-three-b-c {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: var(--five);
  color: var(--white);
  letter-spacing: .5px;
  border-radius: 30px;
  align-items: center;
  margin-top: 0;
  padding: 16px 25px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.lb-three-b-c:hover {
  background-color: var(--third);
  color: var(--black);
}

.lb-three-b-c.same {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: var(--five);
  text-transform: capitalize;
  padding: 16px 17px;
  font-size: 15px;
}

.lb-three-b-c.color, .lb-three-b-c.c2 {
  background-color: var(--orange-one);
}

.div-block-28 {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.image-18 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.success-message {
  background-color: var(--five);
  color: var(--white);
  border-radius: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.div-block-29 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.tb-6 {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.forth-bar {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.forth-bar-d1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--five);
  background-image: url('../images/pattern_bg_6-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  flex-flow: column;
  flex: none;
  padding: 30px 20px;
  display: flex;
}

.review-box {
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.div-block-30 {
  margin-top: 20px;
}

.stars-div {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.forth-bar-main {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  flex: none;
  display: flex;
}

.img-17 {
  width: 23px;
}

.div-block-31 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.img-18 {
  width: 30px;
}

.paragraph-three {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-three.black {
  color: #000000e6;
}

.paragraph-three.black.small.sp1 {
  max-width: 300px;
}

.div-block-32 {
  flex-flow: column;
  display: flex;
}

.text-block-6 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.img-19 {
  border-radius: 50%;
  width: 70px;
}

.footer-sec {
  background-color: var(--five);
  background-image: url('../images/pattern_bg_6-1.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 800px;
  padding-top: 80px;
  padding-bottom: 20px;
}

.footer-main-d1 {
  display: flex;
}

.footer-f1 {
  width: 33%;
}

.footer-l {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-size: 35px;
  font-weight: 800;
  line-height: 36px;
  text-decoration: none;
  transition: all .2s;
}

.footer-l:hover {
  color: #aa0606;
}

.paragraph-one-2 {
  opacity: .87;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-one-2.p01 {
  max-width: 296px;
  font-size: 15px;
}

.div-block-33 {
  background-color: #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  transform: rotate(-45deg);
}

.div-block-33.db1 {
  width: 30px;
  height: 30px;
}

.image-19 {
  opacity: .8;
  width: 15px;
}

.lb-two-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: .5px;
  background-color: #aa0606;
  border: 1.8px maroon;
  border-radius: 32px;
  align-items: center;
  margin-top: 20px;
  padding: 12px 14px 12px 11px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.lb-two-button.ltb1 {
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 15px;
}

.footer-logo {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.brand-c {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 46px;
}

.footer-f2 {
  flex-flow: column;
  align-items: flex-start;
  width: 22%;
  display: flex;
}

.div-block-34 {
  flex-flow: column;
  display: flex;
}

.tb-footer {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.footer-links {
  grid-row-gap: 17px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 27px;
  display: flex;
}

.lb-footer-1 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.lb-footer-1:hover {
  color: var(--orange-one);
}

.footer-f3 {
  width: 22%;
}

.footer-f4 {
  width: 23%;
}

.footer-links-copy {
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 27px;
  display: flex;
}

.last-bar {
  border-top: 2px solid var(--white);
  justify-content: center;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.div-block-35 {
  display: flex;
}

.text-block-7 {
  color: #ffffffe6;
  letter-spacing: .2px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-11 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.lb-footer-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.lb-footer-2:hover {
  color: #aa0606;
}

.slide {
  height: 100%;
  margin-right: 20px;
}

.success-message-2 {
  background-color: var(--five);
  color: var(--white);
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.lb-three-l {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: var(--five);
  color: var(--white);
  letter-spacing: .5px;
  border-radius: 30px;
  align-items: center;
  margin-top: 20px;
  padding: 16px 17px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.lb-three-l.same {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: var(--five);
  text-transform: capitalize;
  padding: 16px 17px;
  font-size: 15px;
}

.lb-three-l.color, .lb-three-l.c2 {
  background-color: var(--orange-one);
}

.whatsapp {
  cursor: pointer;
  background-color: #0aa9f8;
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: none;
  position: static;
}

.whatsapp:hover {
  background-color: #0842a2;
}

.image-20 {
  padding: .55rem .65rem .65rem .75rem;
}

.image-21, .image-22 {
  width: 15rem;
}

@media screen and (max-width: 991px) {
  .nav-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: none;
  }

  .nav-menu {
    background-color: var(--third);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-section {
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .div-block-3 {
    height: 100%;
  }

  .image-4.i41 {
    object-position: 0% 100%;
  }

  .div-block-4 {
    background-color: #101840e6;
    max-width: 530px;
  }

  .head-one {
    font-size: 47px;
    line-height: 70px;
  }

  .paint-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paint-sec.top-20 {
    padding-top: 0;
  }

  .full-main-d1 {
    grid-row-gap: 60px;
    flex-flow: column;
    align-items: center;
  }

  .inner-d1._33 {
    width: 100%;
  }

  .inner-d1._34 {
    align-items: flex-start;
    width: 100%;
  }

  .inner-d1.id1 {
    max-width: 100%;
  }

  .head-two {
    margin-top: 15px;
    font-size: 43px;
  }

  .paragraph-two.max-1, .paragraph-two.max-2, .paragraph-two.max-3, .paragraph-two.max-4, .paragraph-two.white.max-7, .paragraph-two.max-6 {
    max-width: 100%;
  }

  .lb-three-b {
    margin-top: 15px;
  }

  ._33-2 {
    align-items: flex-start;
    width: 100%;
  }

  .numbers-w {
    max-width: 100%;
  }

  .image-8 {
    object-position: 0% 0%;
    width: 100%;
  }

  .two-col {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .two-col.gap-0 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .two-col.swap {
    flex-flow: column-reverse;
  }

  ._50-percent {
    width: 100%;
  }

  ._50-percent.center, .div-block-10 {
    align-items: flex-start;
  }

  .right-arrow.left-1 {
    right: 8%;
  }

  .img-wrapper-1 {
    align-items: flex-start;
    max-width: 100%;
  }

  .image-11 {
    width: 530px;
  }

  .background-video {
    width: 340px;
  }

  .div-block-14 {
    left: 542px;
  }

  .image-12 {
    width: 300px;
    bottom: 169px;
    right: 50px;
  }

  .block-quote.bq1, .img-wrapper-2 {
    max-width: 100%;
  }

  .center-d1 {
    text-align: left;
    align-items: flex-start;
  }

  .product-grid-1, .product-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .contact-wrapper {
    flex-flow: column;
    max-width: 100%;
    padding-top: 30px;
  }

  .div-block-25, .div-block-26 {
    width: 100%;
  }

  .footer-sec {
    padding-top: 65px;
  }

  .footer-main-d1 {
    grid-column-gap: 16px;
    grid-row-gap: 55px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-f1 {
    width: 100%;
  }

  .footer-l {
    padding-left: 0;
  }

  .paragraph-one-2.p01 {
    max-width: 400px;
  }

  .footer-f2, .footer-f3, .footer-f4 {
    width: 100%;
  }

  .last-bar {
    justify-content: flex-start;
  }

  .menu-button {
    background-color: var(--five);
    color: var(--white);
    border-radius: 50%;
    font-size: 27px;
  }

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

@media screen and (max-width: 767px) {
  .first-sec {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .lb-one.hidden, .div-block.hidden {
    display: none;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-2 {
    width: 48px;
    height: 48px;
  }

  .image-3 {
    width: 21px;
  }

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

  .image-4.i41 {
    object-position: 10% 100%;
  }

  .div-block-4 {
    max-width: 460px;
  }

  .small-line {
    margin-bottom: 0;
  }

  .image-5 {
    width: 30px;
  }

  .head-one {
    font-size: 40px;
    line-height: 61px;
  }

  .paint-sec {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .full-main-d1 {
    grid-row-gap: 55px;
  }

  .head-two {
    font-size: 38px;
    line-height: 56px;
  }

  .paragraph-two.white.max-9 {
    max-width: 100%;
  }

  .numbers-w {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
  }

  .div-block-6 {
    width: 80px;
    height: 80px;
  }

  .div-block-9 {
    height: 58%;
    top: 82px;
    left: 39px;
  }

  .div-put {
    height: 549px;
  }

  .br2 {
    padding-bottom: 20px;
  }

  .image-9 {
    height: 281px;
  }

  .right-arrow.left-1 {
    right: 12%;
  }

  .icon {
    font-size: 21px;
  }

  .image-11 {
    width: 400px;
  }

  .background-video {
    width: 260px;
  }

  .div-block-14 {
    flex-flow: column;
    font-size: 17px;
    left: 421px;
  }

  .image-12 {
    width: 260px;
    bottom: 122px;
    right: -9px;
  }

  .form-wrap-1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .product-grid-1 {
    grid-template-columns: 1fr;
  }

  .image-9-copy {
    height: 331.859px;
  }

  .button-margin-40 {
    margin-top: 30px;
  }

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

  .contact-wrapper {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-25 {
    padding: 15px;
  }

  .forth-bar {
    margin-top: 50px;
  }

  .img-19 {
    width: 65px;
  }

  .footer-sec {
    padding-top: 50px;
  }

  .footer-main-d1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-l {
    font-size: 34px;
  }

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

  .last-bar {
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .whatsapp {
    z-index: 1000;
    background-color: var(--orange-one);
    display: flex;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
  }

  .whatsapp:hover {
    background-color: var(--five);
  }

  .image-20 {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .first-sec {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .containers-1400.nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .first-d1 {
    justify-content: center;
  }

  .social-icons-d1.hidden {
    display: none;
  }

  .navbar {
    padding-top: 14px;
    padding-bottom: 15px;
  }

  .brand {
    font-size: 42px;
  }

  .brand.w--current {
    font-size: 40px;
    line-height: 42px;
  }

  .lb-two.hidden {
    display: none;
  }

  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
  }

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

  .image-4.i41 {
    object-position: 50% 50%;
  }

  .div-block-4 {
    background-color: #101840db;
    max-width: 100%;
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    width: 27px;
  }

  .head-one {
    font-size: 31px;
    line-height: 51px;
  }

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

  .paragraph-one.p01 {
    max-width: 100%;
    overflow: visible;
  }

  .lb-three {
    margin-top: 10px;
    font-size: 15px;
  }

  .image-6 {
    width: 23px;
  }

  .paint-sec {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .paint-sec.color {
    background-size: cover;
    padding-top: 50px;
  }

  .marquee-box, .mbd1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tb-1 {
    font-size: 15px;
  }

  .image-7 {
    width: 25px;
  }

  .full-main-d1 {
    grid-row-gap: 45px;
  }

  .head-two {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 42px;
  }

  .paragraph-two {
    font-size: 15px;
    line-height: 27px;
  }

  .paragraph-two.white.max-8 {
    max-width: 318px;
  }

  .paragraph-two.max-5 {
    max-width: 100%;
  }

  .paragraph-two.ptz {
    margin-bottom: 5px;
  }

  .head-three.htz {
    margin-bottom: 9px;
  }

  .lb-three-b {
    margin-top: 10px;
  }

  .numbers-w {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nw1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-6 {
    width: 70px;
    height: 70px;
  }

  .div-block-7 {
    width: 45px;
    height: 45px;
  }

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

  .image-8 {
    height: auto;
  }

  .div-block-9 {
    height: 34vh;
    top: 67px;
    left: 34px;
  }

  .two-col {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .spacer-60 {
    margin-top: 50px;
  }

  .div-put {
    height: 539px;
  }

  .br2 {
    margin-top: -57px;
    padding-top: 74px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-nav {
    margin-top: 60px;
  }

  .div-block-12 {
    width: 80px;
    height: 80px;
    margin-top: -59px;
    margin-bottom: 0;
    top: 24px;
  }

  .image-9 {
    height: 215px;
  }

  .image-10 {
    width: 42px;
  }

  .mask {
    width: 320px;
  }

  .right-arrow {
    width: 46px;
    height: 46px;
  }

  .right-arrow.left-1 {
    right: 17%;
  }

  .icon {
    font-size: 18px;
  }

  .image-11 {
    width: 100%;
  }

  .background-video {
    width: 100%;
    margin-top: 15px;
  }

  .div-block-14 {
    padding: 10px;
    font-size: 15px;
    inset: -6% 2% auto auto;
  }

  .image-12 {
    border-radius: 8px;
    width: 120px;
    bottom: 230px;
    right: -10px;
  }

  .image-13 {
    width: 33px;
  }

  .block-quote.bq1 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .form-wrap-1 {
    padding: 25px 20px;
  }

  .image-14 {
    width: 152px;
    height: 152px;
  }

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

  .tb-2.t21 {
    font-size: 19px;
  }

  .image-16 {
    width: 21px;
  }

  .text-block-2 {
    font-size: 33px;
  }

  .image-9-copy {
    height: 213.389px;
  }

  .button-margin-40 {
    margin-top: 15px;
  }

  .contact-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding: 20px;
  }

  .form-f1 {
    flex-flow: column;
  }

  .text-field-2 {
    background-size: 24px;
  }

  .text-field-2.t6 {
    background-position: 95% 9%;
    background-size: 22px;
    min-height: 130px;
  }

  .forth-bar {
    margin-top: 40px;
  }

  .img-17 {
    width: 22px;
  }

  .footer-sec {
    padding-top: 45px;
  }

  .footer-main-d1 {
    grid-row-gap: 28px;
  }

  .footer-l {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .footer-links, .footer-links-copy {
    margin-top: 20px;
  }

  .last-bar {
    grid-row-gap: 27px;
    margin-top: 20px;
    padding-top: 20px;
  }

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

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

  .lb-three-l {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lb-three-l.color {
    margin-top: 15px;
  }

  .menu-button {
    font-size: 27px;
  }

  .whatsapp {
    background-color: var(--orange-one);
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .whatsapp:hover {
    background-color: var(--first-color);
  }
}


