@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6;
  src: url('../fonts/FA6-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 solid;
  src: url('../fonts/FA6-Solid.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 brands;
  src: url('../fonts/FA6-Brands.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arrow right solid;
  src: url('../fonts/arrow-right-solid.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #eceffa;
  --black: black;
  --primary: #f87537;
  --silver: #8a8a8a;
  --banner-overlay: #27272fa6;
  --transparent: #fff0;
  --third: #400;
  --pale-grey: #ddd;
  --secondary: #750002;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--white);
  color: var(--white);
  font-family: Poppins, sans-serif;
}

.banner-header {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: row;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  display: block;
}

.p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.p.w {
  color: var(--white);
}

.button-outline {
  border: 1.5px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 20px 2px;
  margin-top: 20px;
  padding: 15px 32px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-outline:hover {
  border-width: 1.5px;
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.body-section {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-section.notop {
  padding-top: 100px;
  padding-bottom: 0;
}

.body-section.white {
  border-top: 1px solid var(--silver);
}

.body-section.form-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-section._0b {
  padding-bottom: 0;
}

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

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-bg-grad {
  background-image: linear-gradient(77deg, var(--banner-overlay) 26%, var(--transparent)), url('../images/Banner1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
  position: sticky;
}

.hero-bg-grad.service-1 {
  background-image: linear-gradient(77deg, var(--banner-overlay) 26%, var(--transparent)), url('../images/Banner1.webp');
  background-position: 0 0, 100%;
  height: 55vh;
}

.hero-bg-grad.service-2 {
  background-image: linear-gradient(77deg, var(--banner-overlay) 26%, var(--transparent)), url('../images/Banner1.webp');
  background-position: 0 0, 50% 100%;
  background-attachment: scroll, fixed;
  height: 55vh;
}

.hero-bg-grad.service-3 {
  background-image: linear-gradient(77deg, var(--banner-overlay) 26%, var(--transparent)), url('../images/Banner1.webp');
  background-position: 0 0, 50%;
  background-attachment: scroll, fixed;
  height: 55vh;
}

.hero-bg-grad.service-4, .hero-bg-grad.service-5 {
  background-image: linear-gradient(77deg, var(--banner-overlay) 26%, var(--transparent)), url('../images/Banner1.webp');
  background-position: 0 0, 50% 100%;
  background-attachment: scroll, fixed;
  height: 55vh;
}

.left-section {
  flex-flow: column;
  align-items: flex-start;
  width: 47%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 60px;
  transition: all .2s ease-in-out;
  display: flex;
}

.left-section._100 {
  width: 100%;
}

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.service-div {
  border-bottom: 1px solid var(--white);
  height: auto;
  padding-bottom: 20px;
}

.service-top-image {
  background-image: url('../images/Service3.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 350px;
  display: flex;
}

.service-top-image._2 {
  background-image: url('../images/Service-Box-4.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._3 {
  background-image: url('../images/Service-Box-2.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._4 {
  background-image: url('../images/Service1.webp');
  background-position: 50%;
  background-size: cover;
}

.service-number {
  color: var(--primary);
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.service-box-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.service-header {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 40px;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.service-text {
  color: var(--black);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
}

.service-paragraph {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 40px;
  display: flex;
}

.service-light-text {
  color: var(--silver);
  font-size: .9rem;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.service-light-text:hover {
  color: var(--white);
}

.service-link {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: -5px;
  margin-right: -5px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  position: static;
  bottom: 10px;
  right: 10px;
}

.service-link:hover {
  transform: scale(1.2);
}

.small-head {
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.small-sub {
  color: var(--black);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

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

.para {
  color: var(--white);
  width: 60%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.75;
}

.img-div {
  box-shadow: -15px 17px 0 0 var(--third);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  align-items: stretch;
  width: 46%;
  display: flex;
}

.inner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.section-h1-wrapper.top {
  border: 1px solid var(--primary);
  width: 100%;
  margin-top: 60px;
  padding: 20px;
}

.right-side {
  flex: 0 auto;
  width: 45%;
}

.right-side._w---100 {
  width: 100%;
}

.right-side.content {
  width: 48%;
}

.right-side._w-100 {
  width: 100%;
}

.instagram-live-feed {
  background-color: var(--white);
  width: 100%;
  margin-top: 40px;
}

.footer-col.large {
  margin-right: 60px;
}

.footer-list-items {
  padding-left: 0;
  list-style-type: none;
}

.footer-copy-text {
  color: var(--silver);
  text-align: right;
  border-bottom: 1px #dfdfdf;
  padding-bottom: 0;
  font-size: 14px;
  display: inline-block;
}

.footer-link {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.footer-link:hover {
  color: var(--primary);
}

.footer-link.w--current {
  color: var(--white);
}

.footer-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.25fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.footer-section-title {
  color: #b7b5b5;
  margin-bottom: 20px;
  font-size: 1.35em;
  font-weight: 300;
}

.footer-section-title.white {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.8em;
}

.footer-section {
  border-top: 1px solid #e0e0e080;
  padding-top: 60px;
}

.footer-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #a9a9a9;
  border-top: 1px solid #ffffff80;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.footer-p {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 32px;
}

.header-social-media {
  display: flex;
}

.header-social-icon {
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  font-family: Fa6 brands, sans-serif;
  font-size: 1.8em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  color: var(--primary);
  background-color: #0000;
}

.header-social-icon.margin-right-none {
  color: var(--white);
  width: auto;
  height: auto;
  margin-right: 28px;
  font-size: 1.8em;
}

.header-social-icon.margin-right-none:hover {
  color: var(--primary);
  background-color: #0000;
}

.full-width-image-section {
  background-image: linear-gradient(to right, #000000cf, #fff0), url('../images/ionut-vlad-idXQEOxhmvU-unsplash.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.full-width-image-section.para-img {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #0009, #fff0), url('../images/About-Us.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.s1-2 {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #0009, #fff0), url('../images/cladding18.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.s2-2 {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #0009, #fff0), url('../images/reno-banner.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.s3-2 {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #0009, #fff0), url('../images/Loft-Banner.webp');
  background-position: 0 0, 0 0, 50% 30%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.s4-2 {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #0009, #fff0), url('../images/Cladding.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.s5-2 {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #0009, #fff0), url('../images/build3.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.area1 {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #0009, #fff0), url('../images/hengest2.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-full-width {
  flex: 0 auto;
  width: 100%;
}

.nav-cta-wrapper {
  align-items: center;
  display: flex;
}

.nav-cta-wrapper.margin-left-auto {
  justify-content: space-between;
  margin-right: 0;
}

.co-logo {
  width: 150px;
}

.navbar-4 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.logo-link {
  width: auto;
}

.dropdown-link {
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  font-size: 16.5px;
  transition: all .3s;
}

.dropdown-link:hover {
  color: var(--primary);
}

.contact-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  display: flex;
}

.service-nav-text {
  color: var(--white);
  margin-right: 18px;
  transition: all .35s ease-in-out;
}

.service-nav-text:hover {
  color: var(--primary);
}

.contact-section {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
}

.service-dropdown-arrow {
  color: var(--white);
}

.nav-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16.5px;
  font-weight: 300;
  transition: all .3s ease-in-out;
}

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

.nav-link.w--current {
  color: #fff;
}

.nav-link.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.nav-menu-4 {
  width: 100%;
}

.banner-red {
  color: var(--primary);
  margin-left: 0;
  font-size: 62px;
}

.banner-red._15 {
  margin-left: 15px;
  font-size: 45px;
}

.h1 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.h1-red {
  color: var(--primary);
}

.gallery-hover {
  background-image: linear-gradient(to top, #00000073, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 40px;
  transition: all .45s ease-out;
  display: flex;
  box-shadow: 1px 1px 3px #000000bf;
}

.gallery-hover:hover {
  background-color: #0000;
  background-image: linear-gradient(to top, #000000b3 20%, #0000);
  padding-bottom: 170px;
}

.project1 {
  box-shadow: 26px 24px 0 -18px var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(357deg, #1b1b1b99, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 450px;
  text-decoration: none;
}

.services-block-home-2 {
  z-index: 10;
  text-align: center;
  background-color: #0000;
  border: 1px #edeff3;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.gallery-head {
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  text-decoration: none;
  display: flex;
}

._3x1-gallery {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-sub {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

.white-section {
  background-color: var(--white);
  border-top: .5px #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.white-section._100 {
  padding-bottom: 60px;
}

.white-section._0 {
  padding-top: 0;
}

.project2 {
  box-shadow: 25px 24px 0 -18px var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 450px;
  text-decoration: none;
}

.project3 {
  box-shadow: 25px 25px 0 -18px var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(357deg, #1b1b1b99, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 450px;
  text-decoration: none;
}

.h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  overflow: visible;
}

.h2.b-30 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.h3-large {
  color: #3b444d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.5;
}

.h3-large.b-30 {
  color: var(--black);
  text-transform: uppercase;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}

.h3-large.t {
  color: #000;
  text-transform: uppercase;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 37px;
  font-weight: 700;
  line-height: 40px;
  display: block;
}

.h3-large.t.low {
  margin-bottom: 40px;
}

.h3-large.t.low.mid {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.h3-large.t.tall {
  margin-top: 60px;
  margin-bottom: 40px;
}

.image {
  width: 200px;
}

.footer-logo-link {
  margin-bottom: 30px;
}

.foot-div {
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.list-head {
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.list-head.bullet-font-icon-2 {
  margin-right: 10px;
}

.comments {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.comment-column {
  border: 2px solid #c61f2f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 420.009px;
  height: 685px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.comment-column._2 {
  border-style: solid;
  border-color: #ffffff40;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 20px;
}

.bullet-font-icon-2 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.timeline {
  color: var(--white);
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.single-comments {
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
  padding: 0 20px;
  font-size: 16.5px;
  transition: all .2s ease-in-out;
  display: flex;
}

.single-comments:hover {
  transform: translate(15px);
}

.arrow {
  filter: invert();
  margin-top: 5px;
}

.foot-link-lower {
  color: var(--white);
  text-decoration: none;
}

.form {
  color: var(--white);
  width: 100%;
  margin-top: 40px;
}

.top-links {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.top-links:hover {
  color: var(--primary);
}

.top-container-black {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.font-awsome {
  color: var(--white);
  text-align: center;
  margin-right: 8px;
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.font-awsome.email {
  color: var(--white);
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.top-div-2 {
  background-color: #0000;
  justify-content: space-between;
  width: 92%;
  max-width: 1600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-top {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.background-image {
  background-image: linear-gradient(#00000059, #00000059), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 550px;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--white);
  color: var(--white);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -30px 0 0 var(--white);
  color: var(--primary);
}

.hyperlink:visited {
  color: var(--white);
}

.content-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.content-section.orange {
  background-color: #48464680;
  background-image: linear-gradient(#0009, #0009), url('../images/hengest2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text {
  color: var(--white);
  text-transform: uppercase;
}

.h3 {
  color: var(--white);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

.h3.m-bottom-20 {
  color: #005cb9;
  margin-bottom: 20px;
}

.h3-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1500px;
  display: flex;
}

.h3-logo {
  background-image: url('../images/realestate.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450dvh;
  min-height: 200px;
  margin-bottom: 20px;
  display: flex;
}

.h3-logo.w--current {
  background-image: url('../images/realestate.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  min-height: 150px;
  margin-bottom: 20px;
}

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

.top-links-2 {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.top-links-2:hover {
  color: var(--primary);
}

.dropdown-link-2 {
  color: var(--white);
  text-align: left;
  background-color: #000;
  font-size: 16.5px;
  transition: color .45s ease-in-out;
}

.dropdown-link-2:hover {
  color: var(--primary);
}

.dropdown-link-2.w--current {
  color: #f9b328;
}

.service-nav {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.button-fill-2 {
  color: #fdfdfd;
  background-color: #0000;
  border: 1.5px solid #fff;
  border-radius: 2px;
  margin-top: 20px;
  padding: 15px 32px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-fill-2:hover {
  color: #fff;
  background-color: #f91818;
  border-width: 1.5px;
  border-color: #f91818;
}

.button-fill-2.header {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 16px;
  transition-property: all;
  transition-duration: .45s;
}

.button-fill-2.header:hover {
  background-color: var(--black);
  color: #fff;
  border-color: #fff;
}

.service-dropdown-arrow-2 {
  color: #fff;
}

.top-container-black-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.service-navlink-2 {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16.5px;
  font-weight: 400;
  transition: all .45s ease-in-out;
}

.service-navlink-2:hover, .service-navlink-2.w--current {
  color: var(--primary);
}

.service-navlink-2.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.service-nav-text-2 {
  color: #fff;
  margin-right: 18px;
  transition: all .35s ease-in-out;
}

.service-nav-text-2:hover {
  color: #ff8d1a;
}

.co-logo-2 {
  width: 200px;
}

.service-banner {
  background-image: linear-gradient(#000000a6, #000000a6), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.service-ban-head {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.service-ban-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.areas-we-coverr-section {
  width: 100%;
  margin-top: 20px;
}

.areas-list {
  padding-left: 0;
}

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

.areas-list-item.areas-list-flex {
  color: var(--white);
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.font-icon {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  display: flex;
}

.google-maps {
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  margin-top: 25px;
  font-size: 15px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-div-block {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.phone-icon {
  color: var(--white);
  font-family: Fa6 solid, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.text-block {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.contact-page-link {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.form-new {
  color: var(--white);
  width: 100%;
  margin-top: 40px;
  font-size: 15px;
}

.sitemap-list {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.sitemap-link {
  color: #353535;
  margin-bottom: 20px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-text {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
  transition: color .45s ease-in-out;
}

.nav-link-text:hover {
  color: var(--primary);
}

.btn-underline {
  object-fit: fill;
  background-color: #fff;
  height: 2px;
  position: relative;
  box-shadow: inset 0 0 #c7a675;
}

.btn-underline.nav-underline {
  width: 0;
}

.btn-underline.nav-underline.sitempa {
  background-color: #282828;
}

.list {
  padding-left: 0;
}

.list._3-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 10px;
  display: grid;
}

.list._2-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.list._2-row.ban {
  width: 65%;
}

.list._2-row.ban-1 {
  grid-template-columns: 1fr;
  width: 65%;
}

.list.area {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  display: grid;
}

.list.site {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  display: grid;
}

.list-item {
  margin-bottom: 5px;
  list-style-type: none;
  display: flex;
}

.bullet-font-icon-4 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.buttons {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding: 15px 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  transition: all .4s;
}

.buttons:hover {
  background-color: var(--primary);
  opacity: 1;
  color: #fff;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.buttons.dark {
  border-style: none;
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.buttons.dark:hover {
  border-style: none;
  border-color: var(--white);
  background-color: var(--primary);
  transform: translate(0, -6px);
}

.buttons.dark.w--current:hover {
  background-color: var(--black);
}

.buttons.dark.small {
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.buttons._2 {
  border-style: solid;
  border-color: var(--primary);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.buttons._2:hover {
  border-style: solid;
  border-color: var(--pale-grey);
  color: #fff;
  background-color: #000;
  transform: translate(0, -6px);
}

.buttons.banner {
  background-color: var(--primary);
  color: var(--white);
  border-style: none;
  border-color: #000;
  border-radius: 10px 0;
  margin-right: 0;
  padding: 16px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.buttons.banner:hover {
  background-color: var(--black);
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.buttons.email {
  background-color: var(--transparent);
  color: var(--white);
}

.section {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 500;
  position: relative;
}

.section.cta {
  background-image: linear-gradient(to right, var(--white) 26%, #fff0 57%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(90deg, #eceffa 26%, #fff0 57%), url('../images/Quote.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta-text {
  color: var(--primary);
  width: 25%;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.top-text {
  color: #d77474;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-text.cta {
  color: var(--primary);
  text-align: left;
  text-align: left;
  font-weight: 600;
}

.section-tittle {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-tittle.cta {
  color: var(--black);
  width: 30%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

.contact-span {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

.sticky_btn_call {
  z-index: 1000;
  color: #f0f6f8;
  text-align: center;
  background-color: #0000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 80px;
  font-size: 1.9em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: -14px;
}

.sticky_btn_call:hover {
  transform: scale(.9);
}

.lottie-animation {
  color: var(--white);
  width: auto;
  height: auto;
  font-size: 4em;
}

.btn-group {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.gallery {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 260px;
}

.testimonials {
  margin-top: 20px;
}

.dropdown-toggle {
  color: var(--white);
  transition: all .3s;
}

.dropdown-toggle:hover {
  color: var(--primary);
}

.button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 40px;
  font-size: 13px;
  line-height: 22px;
  text-decoration: none;
  transition: all .4s;
}

.button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  transform: translate(0, -5px);
}

.button.email {
  border-color: var(--primary);
  background-color: var(--transparent);
  color: var(--white);
  margin-left: 20px;
}

.button.email:hover {
  border-color: var(--white);
}

.button.dark {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.button.dark:hover {
  border-color: var(--white);
  background-color: var(--black);
}

.navigatio-bar {
  z-index: 999;
  background-color: #1b1b1b03;
  border-radius: 5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0 0% auto;
  overflow: visible;
}

.nav-container {
  border-radius: 5px;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.header-cont-info {
  align-items: center;
  display: flex;
}

.header-link-cont {
  color: #1b1b1b;
  text-decoration: none;
}

.nav-menu {
  text-align: right;
}

.dropdown-list {
  margin-top: 20px;
}

.dropdown-list.w--open {
  background-color: #f0f6f8;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  min-width: 240px;
  margin-top: 0;
}

.header-contact {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-right: auto;
  display: flex;
}

.drop-down-link {
  text-transform: uppercase;
  border-bottom: 1px solid #1b1b1b0d;
  border-left: 5px solid #0000;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

.drop-down-link:hover {
  border-left-color: var(--black);
  background-color: var(--primary);
  color: #fefefe;
  padding-left: 25px;
}

.drop-down-link.w--current {
  border-left-color: var(--black);
  background-color: var(--primary);
  color: var(--white);
}

.drop-down-link.last {
  border-bottom-color: #1b1b1b00;
}

.brand {
  margin-left: 10px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand.w--current {
  margin-right: 20px;
}

.navbar {
  background-color: var(--white);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: visible;
  box-shadow: 0 2px 8px #0003;
}

.dropdown-toggle-2 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.dropdown-toggle-2.nav-link {
  border-right: 1px solid #16252e1a;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 40px;
}

.fa-icon {
  color: #1b1b1b;
  background-color: #ffd900;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-size: 16px;
  display: flex;
}

.fa-icon.sm {
  background-color: var(--black);
  color: var(--white);
  width: 26px;
  height: 26px;
  margin-right: 5px;
  font-family: Fa6 solid, sans-serif;
  font-size: 12px;
}

.nav-link-2 {
  color: #101b22;
  text-transform: uppercase;
  border-right: 1px solid #16252e1a;
  padding: 25px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s ease-in-out;
}

.nav-link-2:hover {
  background-color: var(--primary);
  color: var(--white);
}

.nav-link-2.w--current {
  background-color: var(--white);
  color: var(--black);
}

.nav-link-2.contact-nav {
  background-color: var(--black);
  color: var(--white);
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.nav-link-2.contact-nav:hover {
  background-color: var(--primary);
  color: #f0f6f8;
}

.nav-link-2.contact-nav.call-btn {
  display: none;
}

.image-2 {
  width: 200px;
}

.text-block-3 {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 500;
}

.icon-6 {
  color: var(--black);
}

.banner-span {
  color: var(--primary);
}

.button-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-2:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-2._2 {
  border-style: solid;
  border-color: var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-weight: 700;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.button-2._2:hover {
  background-color: var(--black);
  color: #fff;
  border-style: solid;
  border-color: #eceffa;
  transform: translate(0, -6px);
}

.button-2.w {
  color: #fff;
  background-color: #0000;
  border-style: solid;
  border-color: #fff;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-weight: 700;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.button-2.w:hover {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: #fff;
  transform: translate(0, -6px);
}

.button-2.dark {
  background-color: var(--primary);
  color: #fff;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 20px 40px;
  font-weight: 700;
  line-height: 22px;
}

.button-2.dark:hover {
  background-color: var(--black);
  color: #fff;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button-2.b {
  background-color: var(--black);
  color: #fff;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 20px 40px;
  font-weight: 700;
  line-height: 22px;
}

.button-2.b:hover {
  background-color: var(--primary);
  color: #fff;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button-2.auto {
  background-color: var(--primary);
  color: var(--black);
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
}

.button-2.auto:hover {
  background-color: var(--black);
  color: #fff;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.hyperlink-2 {
  box-shadow: inset 0 -2px 0 0 var(--primary);
  color: var(--black);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.hyperlink-2:hover {
  box-shadow: inset 0 -100px 0 0 var(--primary);
  color: #fff;
}

.hyperlink-2.w {
  color: var(--white);
}

.p-2 {
  color: #000;
  margin-top: 10px;
  font-size: 17.5px;
  line-height: 26px;
}

.h1-red-2 {
  color: var(--primary);
}

.container-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-section-2 {
  background-color: #eceffa;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.inner-img-2 {
  background-image: url('../images/home1.webp');
  background-position: 50% 65%;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img-2.s1-1 {
  background-image: url('../images/New-Build-and-Site-Carpentry-1.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img-2.s2-1 {
  background-image: url('../images/Project3.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
}

.inner-img-2.s3-1 {
  background-image: url('../images/Loft1.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
}

.inner-img-2.s4-1 {
  background-image: url('../images/Cladding-40.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
}

.inner-img-2.s5-1 {
  background-image: url('../images/Home-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.left-side {
  box-shadow: -13px 15px 0 0 var(--primary);
  align-self: stretch;
  align-items: stretch;
  width: 48.5%;
  display: flex;
}

.small-sub-2 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16.5px;
  font-weight: 700;
}

.h1-2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 37px;
  font-weight: 700;
  line-height: 38px;
}

.h1-2.t20 {
  margin-top: 40px;
}

.section-tittle-2 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-tittle-2.cta {
  text-transform: uppercase;
  width: 30%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
}

.container-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-text-2 {
  color: var(--primary);
  width: 25%;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.contact-span-2 {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.fs-cc-banner_component {
  z-index: 1002;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 65px 15px;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

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

.side-socials {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 75px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.side-socials.top {
  z-index: 1000;
  justify-content: center;
  height: 1%;
  top: 50%;
}

.side-social-text {
  font-size: 16px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-manager_icon {
  width: 28px;
  height: 28px;
}

.image-3 {
  background-color: #fff;
  width: 150px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.circle-div-side {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-cc-banner_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  background-color: #f5f5f5;
}

.fs-cc-prefs_button {
  border-style: solid;
  border-width: 2px;
  border-color: #4353ff #4353ff var(--primary);
  background-color: var(--primary);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  background-color: #fff;
}

.fs-cc-prefs_title {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.social-link-2 {
  color: #fff;
  background-color: #ff5050;
  border: 1px solid #ff5050;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link-2:hover {
  color: #ff5050;
  background-color: #fff;
  border: 1px solid #ff5050;
}

.social-link-2.side {
  border-radius: 40px;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-right: 20px;
  font-size: 18px;
}

.social-link-2.side.text-block-3 {
  border-width: 2px;
  border-color: var(--primary);
  background-color: var(--primary);
  font-family: Fa6 brands, sans-serif;
}

.social-link-2.side.text-block-3:hover {
  color: var(--primary);
  background-color: #fff;
}

.social-link-2.side._2 {
  border-width: 2px;
  border-color: var(--primary);
  background-color: var(--primary);
  font-family: Fa6, sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side._2:hover {
  color: var(--primary);
  background-color: #fff;
}

.social-link-2.side._1 {
  border-width: 2px;
  border-color: var(--primary);
  background-color: var(--primary);
  font-family: "Fa 400", sans-serif;
}

.social-link-2.side._1:hover {
  color: var(--primary);
  background-color: #fff;
}

.social-link-2.side._4 {
  border-width: 2px;
  border-color: var(--primary);
  background-color: var(--primary);
  font-family: Fa6 brands, sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side._4:hover {
  color: var(--primary);
  background-color: #fff;
}

.legal {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: none;
  line-height: 30px;
  text-decoration: none;
}

.legal:hover {
  color: var(--white);
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr 2fr .75fr 1fr;
}

.brand-2 {
  width: 350px;
  padding-bottom: 0;
}

.brand-2.w--current {
  width: 300px;
}

.brand-2.foot-new {
  width: auto;
  font-size: 18px;
  text-decoration: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.container-4 {
  width: 90%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 7px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.footer-link-2 {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color .5s ease-in-out;
}

.footer-link-2:hover {
  color: var(--primary);
}

.footer-link-2.no-red:hover {
  color: var(--white);
}

.paragraph {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: capitalize;
  width: 75%;
  font-size: 15px;
  line-height: 28px;
}

.foot-link {
  color: var(--white);
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.foot-link:hover {
  color: #fff;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.social-icon-wrap {
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.footer-detail-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.footer {
  background-color: var(--black);
  background-image: url('../images/Shapes.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-logo {
  margin-bottom: 25px;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_close-icon {
  filter: invert();
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.social-link {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 10px;
  font-family: Fa6 brands, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.social-link:hover {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #0000;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--primary);
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
}

.title {
  color: var(--primary);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
}

.footer-detail-left {
  align-items: center;
  width: 65%;
  min-height: 40px;
  display: flex;
}

.scroll-up {
  z-index: 1000;
  border: 2px solid var(--white);
  background-color: var(--primary);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Fa6 solid, sans-serif;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 1% 1%;
}

.scroll-arrow-up {
  color: #fdfdfd;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

.fs-cc-prefs_label {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.footer-legal {
  border-top: 1px solid #7e828f17;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 40px;
  font-size: 15px;
  display: flex;
}

.footer-legal.copyright {
  margin-top: 10px;
  padding-top: 0;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 13px;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_trigger {
  display: none;
}

.h3-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.h3-2.m-bottom-20 {
  color: #005cb9;
  margin-bottom: 20px;
}

.hyperlink-3 {
  color: #cb1819;
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .45s ease-in-out;
  box-shadow: inset 0 -2px #cb1819;
}

.hyperlink-3:hover {
  color: #fff;
  box-shadow: inset 0 -100px #cb1819;
}

.hyperlink-3.w {
  color: #fff;
  box-shadow: inset 0 -2px #fff;
}

.hyperlink-3.w:hover {
  color: var(--primary);
  box-shadow: inset 0 -100px #fff;
}

.h3-logo-2 {
  background-image: url('../images/company_logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  min-height: 105px;
  margin-bottom: 20px;
  display: flex;
}

.h3-logo-2.w--current {
  background-size: contain;
  width: 225px;
  min-height: 105px;
  margin-bottom: 20px;
}

.bold-text-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.7rem;
}

.intro {
  z-index: 5000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-2 {
  width: 40%;
}

.h2-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  overflow: visible;
}

.h2-2.b-30 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

.para-2 {
  color: #fff;
  width: 60%;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.75;
}

.works-image-grid {
  padding-top: 60px;
}

.works-image-grid.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
  position: relative;
  left: 0%;
}

.works-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 580px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

.works-1:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -60px 200px #15162380;
}

.works-1._1 {
  background-image: url('../images/Project1.webp');
  background-position: 50%;
}

.works-1._2 {
  background-image: url('../images/Extensions-and-Loft-Conversions-4.webp');
  background-position: 50%;
  background-size: cover;
}

.works-1._3 {
  background-image: url('../images/Project3.webp');
  background-position: 50%;
  background-size: cover;
}

.works-texxt-lable {
  background-color: var(--black);
  color: #fff;
  text-transform: uppercase;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

.contact-form-wrapper {
  width: 100%;
}

.heading-under-line {
  background-color: #fff;
  border-radius: 2px;
  width: 80px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 38%;
  display: flex;
}

.left-contact.right {
  background-color: #f87537cc;
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #080f3421;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.cta-text-contact {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 700;
}

.cta-link {
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
}

.icon-7 {
  color: var(--primary);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: Fa6 solid, sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

.heading {
  color: #949494;
  font-size: 1.2em;
  font-weight: 400;
}

.heading.h3 {
  color: #fff;
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.contact-section-2 {
  background-color: var(--primary);
  background-image: linear-gradient(#f87537d1, #f87537d1), url('../images/Palm-Texture.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.get-in-touch-light {
  font-weight: 200;
}

.contact-section-wrapper.flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-5 {
  z-index: 2;
  width: 90%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 10px;
}

.contactform {
  color: #fff;
  width: 100%;
}

.contact-info-text {
  flex-direction: column;
  display: flex;
}

.list-item-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  list-style-type: none;
  display: flex;
}

.list-head-2 {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.list-head-2.w {
  color: var(--white);
}

.p-3 {
  color: #000;
  margin-top: 10px;
  font-size: 17.5px;
  line-height: 26px;
}

.h1-red-3 {
  color: #cb1819;
}

.container-6 {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-icon {
  color: var(--primary);
  margin-right: 10px;
  font-family: "Fa 400", sans-serif;
}

.list-icon.solid {
  font-family: Fa6 solid, sans-serif;
}

.inner-img-3 {
  background-image: url('../images/Home1-2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img-3.home-2 {
  background-image: url('../images/Home2.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img-3.s1-3 {
  background-image: url('../images/Building-Service1.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img-3.s2-3 {
  background-image: none;
  min-height: 500px;
}

.inner-img-3.s3-3 {
  background-image: url('../images/Loft3.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img-3.s4-3 {
  background-image: url('../images/Cladding3.webp');
  background-position: 50%;
  background-size: cover;
}

.inner-img-3.s5-3 {
  background-image: url('../images/Service3.webp');
  background-position: 50%;
  background-size: cover;
}

.left-side-2 {
  align-self: stretch;
  align-items: stretch;
  width: 48.5%;
  display: flex;
  box-shadow: -13px 15px #cb1819;
}

.left-side-2.r {
  box-shadow: 13px -15px 0 0 var(--primary);
  width: 50%;
}

.white-section-2 {
  background-color: #eceffa;
  border-top: .5px #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.white-section-2._100 {
  padding-bottom: 100px;
}

.brand-bands {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-7 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.brand-band-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.brand-icon {
  color: #bdbdbd;
  width: 350px;
  font-size: 5em;
  line-height: 1;
  display: inline-block;
}

.brand-icon._2 {
  width: 280px;
  max-width: none;
}

.mask {
  background-color: var(--white);
  height: auto;
  min-height: 250px;
}

.who-made-comment {
  align-items: center;
  min-height: 80px;
  margin-top: 40px;
  display: flex;
}

.underline {
  background-color: #fb6749;
  border-radius: 6px;
  width: 60%;
  height: 5px;
  line-height: 30px;
  position: absolute;
  inset: 15px 0 auto auto;
}

.underline.testemonials-underline {
  flex: 0 auto;
  width: 20%;
  position: relative;
  left: 0%;
  right: 0;
}

.underline.testemonials-underline.orange {
  background-color: var(--primary);
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: #a4a5a6;
  width: 100%;
}

.left-arrow {
  background-color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow:hover {
  background-color: var(--primary);
  transform: scale(.95);
}

.qoate-symbol {
  color: var(--white);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 40px;
  font-family: Fa6 solid, sans-serif;
  font-size: 60px;
  display: flex;
  position: relative;
}

.customer-title {
  color: #7b7c7d;
}

.testemonial-content-everything {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-8 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-8.test-container {
  max-width: 1500px;
  padding-top: 0;
}

.sub-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

.block-quote {
  color: var(--black);
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}

.slide-nav {
  display: none;
  position: absolute;
}

.slide-3 {
  background-color: var(--white);
  height: auto;
  padding: 15px;
}

.default-btn {
  color: #fdfdfd;
  background-color: #ffd166;
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  transform: scale(.95);
}

.default-btn.margin-top-20 {
  border: 1px solid var(--black);
  background-color: var(--black);
  text-align: center;
  margin-top: 0;
}

.testemonials {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-4 {
  color: #292d33;
  flex: none;
  margin-top: 0;
  font-size: 26px;
  display: block;
  position: static;
  inset: 0%;
}

.right-arrow {
  background-color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.right-arrow:hover {
  background-color: var(--primary);
  color: #fff;
  transform: scale(.95);
}

.testemonials-slider {
  position: static;
}

.testimonials-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.heading-2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.5;
}

.slider-2 {
  background-color: var(--white);
  height: auto;
  position: static;
}

.customer-img {
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.footer-map {
  margin-bottom: -10px;
}

.home-map {
  filter: grayscale(70%);
}

.qoate-symbol-2 {
  color: var(--primary);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 40px;
  font-family: Fa6 solid, sans-serif;
  font-size: 30px;
  display: flex;
  position: relative;
}

.container-9 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-9.test-container {
  max-width: 1500px;
  padding-top: 0;
}

.sub-heading-2 {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.testemonials-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-5 {
  color: var(--white);
  flex: none;
  margin-top: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 26px;
  display: block;
  position: static;
  inset: 0%;
}

.heading-3 {
  color: #292d33;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.top-section-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.chat-block {
  background-color: #2a2c3440;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.chat-section {
  background-color: #b7b5b5;
  background-image: url('../images/WA-Background.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-left: 20px;
  display: flex;
  position: fixed;
  inset: auto 2% 0% auto;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--primary);
  transform: scale(1.05);
}

.livechat-button {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--black);
}

.live-chat-top-text {
  color: var(--black);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.live-icon-chat {
  width: 65px;
  margin-right: 10px;
}

.live-chat-bottom-text {
  color: var(--black);
  font-size: 11px;
}

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.g-thumb {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

.site-link {
  color: var(--black);
  font-size: 17px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.site-link:hover {
  color: var(--primary);
}

.h3-small {
  color: var(--black);
  text-transform: uppercase;
}

.h3-small.w {
  color: var(--white);
  font-size: 24px;
  line-height: 30px;
}

.team-block {
  z-index: 3;
  background-color: var(--primary);
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-line-side {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
}

.team-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.team-text {
  margin-top: 32px;
}

.team-image {
  object-fit: cover;
  object-position: 50% 80%;
  width: 100%;
  height: 100%;
}

.lightbox-link {
  width: 100%;
  height: 375px;
  position: relative;
}

.team-name {
  color: var(--primary);
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.p-4 {
  color: #111;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.7em;
}

.p-4.price-text {
  font-weight: 400;
  line-height: 2;
}

.bold-text-3 {
  font-size: 28px;
}

.team-line-bottom {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 32px;
}

.live-chat-top-text-2 {
  color: var(--black);
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text-2.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-block-2 {
  z-index: 30;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 20px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0;
}

.live-chat-bottom-text-2 {
  color: var(--black);
  font-size: 10px;
}

.live-chat-bottom-text-2.block {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.live-chat-bottom-text-2.bold {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}

.chat-section-2 {
  background-color: #b7b5b5;
  background-image: url('../images/WA-Background.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.chat-block-2 {
  background-color: #8ead9a59;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container-2 {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container-2:hover {
  background-color: #494949;
  transform: scale(1.05);
}

.whatsapp-chat-2 {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.livechat-button-2 {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.livechat-button-2:hover {
  background-color: var(--black);
}

.live-icon-chat-2 {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.live-chat-top-text-3 {
  color: var(--primary);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text-3.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-block-3 {
  z-index: 1001;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-chat-bottom-text-3 {
  color: var(--black);
  font-size: 10px;
}

.live-chat-bottom-text-3.block {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.live-chat-bottom-text-3.bold {
  color: var(--pale-grey);
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.chat-section-3 {
  background-color: #b7b5b5;
  background-image: url('../images/WA-Background.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.chat-block-3 {
  background-color: var(--banner-overlay);
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-chat-3 {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.livechat-button-3 {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button-3:hover {
  background-color: var(--black);
}

.live-icon-chat-3 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.live-chat-top-text-4 {
  color: var(--black);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text-4.block {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.live-chat-bottom-text-4 {
  color: var(--black);
  font-size: 10px;
}

.live-chat-bottom-text-4.block {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.live-chat-bottom-text-4.bold {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.chat-section-4 {
  background-color: #b7b5b5;
  background-image: url('../images/WA-Background.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.chat-block-4 {
  background-color: var(--banner-overlay);
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-chat-4 {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.livechat-button-4 {
  cursor: pointer;
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button-4:hover {
  background-color: var(--primary);
}

.live-icon-chat-4 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.fmb {
  width: 100px;
}

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

.left-1 {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 40px 10px;
  display: flex;
}

.right-2 {
  padding: 10px;
}

.test {
  color: var(--black);
  margin-bottom: 40px;
}

.name {
  color: var(--black);
  font-weight: 600;
}

.bold-text-4 {
  color: var(--primary);
}

.right-arrow-t6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.user-picture-wrapper-t6 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.slider-t6 {
  background-color: #0000;
}

.slide-nav-t6 {
  margin-bottom: 28px;
  display: none;
}

.arrow-wrapper-t6 {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 1px 1px 1px #dfdfdf;
}

.arrow-wrapper-t6:hover {
  transform: scale(1.05);
  box-shadow: 1px 1px 2px #ddd;
}

.user-name-t6 {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
}

.testimonials-t6 {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.quote-t6 {
  text-align: center;
  max-width: 700px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.left-arrow-t6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.testimonials-wrapper {
  border-radius: 8px;
  align-items: center;
  width: 100%;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.user-picture-t6 {
  border-radius: 100px;
  padding: 3px;
}

.company-name-t6 {
  text-align: center;
  margin-top: 11px;
  font-size: 15px;
  font-style: italic;
}

.user-picture-subwrapper-t6 {
  border-radius: 100px;
  box-shadow: 1px 1px 10px #cfcfcf;
}

.testimonials-wrapper-t6 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.user-name-t3 {
  font-size: 16px;
  font-weight: 600;
}

.user-wrapper-t3 {
  margin-bottom: 25px;
  display: flex;
}

.user-picture-t3 {
  border-radius: 100px;
  box-shadow: 1px 1px 3px #b8b8b8;
}

.company-name-t3 {
  color: #c0bbbb;
}

.quote-t3 {
  color: var(--white);
  text-align: left;
  font-size: 17px;
  line-height: 26px;
}

.testimonials-subwrapper-t3 {
  border-radius: 6px;
  max-width: 650px;
  height: 371px;
  margin: 20px;
  padding: 20px;
  box-shadow: 1px 1px 13px 1px #c9c9c94f;
}

.user-name-wrapper-t3 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  margin-left: 18px;
  display: flex;
}

.testimonials-wrapper-2 {
  text-align: center;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 0 13px 1px #c9c9c94f;
}

.testimonials-wrapper-t3 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-t3 {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

._5-stars {
  font-family: Fa6 solid, sans-serif;
  font-size: 22px;
}

.italic-text, .italic-text-2 {
  text-align: left;
}

.b-a {
  width: 100%;
}

.button-3 {
  color: #fff;
  background-color: #c20708;
  border-radius: 4px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-3:hover {
  transform: scale(.95);
}

.slide {
  background-image: linear-gradient(#00000075, #00000075), url('../images/Gallery5.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slider {
  background-color: #131316;
  min-height: 95vh;
  position: static;
}

.h1-3 {
  color: #fff;
  letter-spacing: -1.5px;
  text-transform: capitalize;
  align-items: center;
  margin-bottom: 5px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}

.arrow-icon {
  font-size: .6em;
}

.slide-nav-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow {
  background-color: #c20708;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  display: none;
}

.slider-arrow:hover {
  background-color: #c20708;
}

.slider-arrow.home {
  background-color: var(--primary);
  display: none;
}

.p-5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 26px;
}

.hero-content {
  text-align: center;
  width: 60%;
}

.hero-section {
  height: 100%;
  position: relative;
}

.slider-inner-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Cladding-18.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Cladding-3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.faq {
  width: 100%;
  margin-top: 40px;
}

@media screen and (min-width: 1280px) {
  .social-link:hover {
    border-color: #7e828fdb;
  }
}

@media screen and (min-width: 1920px) {
  .livechat-button:hover, .livechat-button-2:hover, .livechat-button-3:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat-4 {
    display: none;
  }

  .livechat-button-4 {
    transition: all .2s;
  }

  .livechat-button-4:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .banner-header {
    flex-direction: column;
  }

  .body-section, .body-section.form-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-section {
    width: 90%;
    margin-top: 20px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .service-div {
    width: 100%;
  }

  .service-top-image._2 {
    height: 375px;
  }

  .service-box-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .service-paragraph {
    margin-left: 40px;
  }

  .para {
    width: 100%;
  }

  .img-div {
    width: 100%;
    min-height: 400px;
    margin-bottom: 40px;
  }

  .inner-img {
    margin-top: 60px;
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
    margin-top: 40px;
  }

  .right-side, .right-side.content, .right-side._w---100, .right-side.content, .right-side.content, .right-side._w-100 {
    width: 100%;
  }

  .footer-col.large {
    margin-right: 0;
  }

  .footer-copy-text {
    text-align: center;
  }

  .footer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 32px;
    grid-template-columns: 1.25fr 1.25fr 1fr;
  }

  .footer-copy {
    flex-direction: column;
    place-content: center;
    justify-items: stretch;
    display: flex;
  }

  .footer-p {
    font-size: 1.25em;
  }

  .header-social-media {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .header-social-icon {
    color: #fdfdfd;
    background-color: #0000;
    border-right: 1px #353535;
    width: 10%;
    margin-right: 0;
  }

  .header-social-icon.margin-right-none {
    background-color: #0000;
    border-right-style: none;
    border-right-width: 0;
    width: 10%;
    margin-right: 0;
  }

  .div-full-width {
    width: 100%;
  }

  .navbar-4 {
    justify-content: flex-end;
    width: 90%;
  }

  .dropdown-link {
    text-align: right;
    padding: 20px 25px;
    font-size: 16px;
    display: block;
  }

  .contact-div-2 {
    flex-direction: row;
  }

  .nav-link {
    background-color: var(--black);
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

  .icon-4 {
    color: var(--white);
  }

  .banner-red {
    font-size: 50px;
  }

  .banner-red._15 {
    margin-left: 0;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .h1 {
    font-size: 50px;
  }

  .gallery-hover {
    padding-bottom: 60px;
  }

  .project1 {
    margin-bottom: 10px;
  }

  .gallery-head {
    font-size: 28px;
  }

  ._3x1-gallery {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .gallery-sub {
    margin-top: 20px;
    font-size: 15px;
  }

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

  .project2 {
    margin-bottom: 10px;
  }

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

  .top-links {
    font-size: 16px;
    display: flex;
  }

  .font-awsome.email {
    display: block;
  }

  .top-div-2 {
    width: 95%;
  }

  .content-section.orange {
    background-color: var(--third);
  }

  .top-links-2 {
    font-size: 16px;
    display: flex;
  }

  .icon-5 {
    color: #fff;
  }

  .dropdown-link-2 {
    text-align: right;
    padding: 20px 25px;
    font-size: 16px;
    display: block;
  }

  .menu-button-2 {
    background-color: #f94d18;
  }

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

  .button-fill-2.header {
    margin-right: 0;
    display: none;
  }

  .service-navlink-2 {
    text-align: right;
    background-color: #000;
    width: 100%;
    font-size: 16px;
  }

  .service-banner {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .areas-list.areas-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .google-maps {
    width: 100%;
  }

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

  .text-block, .contact-page-link {
    font-size: 16px;
  }

  .nav-link-text {
    text-align: left;
  }

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

  .section.cta {
    padding: 60px 20px;
  }

  .cta-text, .section-tittle.cta {
    width: 100%;
  }

  .btn-group {
    margin-bottom: 50px;
  }

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

  .lb-img {
    height: 180px;
  }

  .dropdown-toggle {
    width: 100%;
  }

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

  .navigatio-bar, .drop-downmenu {
    width: 100%;
  }

  .menu-button-3 {
    color: #f0f6f8;
    background-color: #101b22;
    padding-top: 23px;
    padding-bottom: 23px;
  }

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

  .nav-container {
    border-radius: 0;
    max-width: 1300px;
  }

  .drop-down-link {
    text-transform: uppercase;
  }

  .navbar {
    border-radius: 0;
    width: 100%;
  }

  .dropdown-toggle-2.nav-link {
    width: 100%;
  }

  .nav-link-2 {
    background-color: #f0f6f8;
  }

  .nav-link-2.contact-nav.call-btn {
    color: #21323d;
    background-color: #ffe135;
    height: 100%;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .inner-img-2 {
    min-height: 500px;
    margin-top: 60px;
  }

  .left-side {
    width: 100%;
    margin-bottom: 40px;
  }

  .h1-2 {
    font-size: 50px;
  }

  .section-tittle-2.cta, .cta-text-2 {
    width: 45%;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brand-2 {
    text-align: center;
    width: 500px;
  }

  .scroll-up {
    z-index: 1;
  }

  .para-2 {
    width: 100%;
  }

  .works-image-grid.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    margin-left: 0%;
    position: relative;
  }

  .works-1 {
    width: 100%;
    min-width: 300px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .works-1._1, .works-1._2, .works-1._3 {
    min-height: 400px;
  }

  .left-contact {
    width: 100%;
  }

  .left-contact.right {
    width: 100%;
    margin-top: 40px;
  }

  .contact-section-wrapper.flex {
    flex-direction: column;
  }

  .container-5 {
    width: 90%;
  }

  .inner-img-3 {
    min-height: 500px;
    margin-top: 60px;
  }

  .left-side-2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .left-side-2.r {
    width: 100%;
  }

  .left-arrow {
    background-color: var(--black);
    color: #fff;
    height: 20%;
    bottom: -25%;
    left: auto;
    right: 15%;
  }

  .customer-title {
    font-size: 1.2rem;
  }

  .block-quote {
    font-size: 1.1rem;
  }

  .default-btn.margin-top-20 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-4 {
    color: #fff;
  }

  .right-arrow {
    background-color: var(--black);
    height: 20%;
    margin-left: 20px;
    inset: auto 0% -25% auto;
  }

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

  .heading-2 {
    padding-right: 0;
  }

  .slider-2 {
    position: relative;
  }

  .text-block-5 {
    color: #fff;
  }

  .heading-3 {
    padding-right: 0;
  }

  .gallery-grid, .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .right-arrow-t6 {
    inset: auto 0% 0% auto;
  }

  .left-arrow-t6 {
    inset: auto auto 0% 0%;
  }

  .testimonials-wrapper, .testimonials-wrapper-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-3 {
    font-size: 42px;
    line-height: 1.2;
  }

  .hero-content {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .banner-header {
    margin-top: 100px;
    font-size: 37px;
    line-height: 38px;
  }

  .p {
    font-size: 15.5px;
  }

  .body-section, .body-section.form-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-wrapper {
    width: 100%;
  }

  .hero-bg-grad {
    height: 100vh;
    padding-top: 0;
  }

  .hero-bg-grad.service-1, .hero-bg-grad.service-2, .hero-bg-grad.service-3, .hero-bg-grad.service-4, .hero-bg-grad.service-5 {
    height: 60vh;
  }

  .left-section {
    width: 95%;
    padding-right: 0;
  }

  .inner-img {
    margin-top: 40px;
  }

  .section-h1-wrapper.display-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
  }

  .footer-col {
    text-align: center;
  }

  .footer-copy-text {
    text-align: left;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .footer-section {
    padding-top: 40px;
  }

  .header-social-media {
    justify-content: center;
  }

  .full-width-image-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropdown-link, .nav-link {
    font-size: 15px;
  }

  .banner-red {
    margin-left: 0;
    font-size: 34px;
  }

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

  .white-section {
    padding-top: 40px;
  }

  .h3-large.b-30, .h3-large.t {
    font-size: 3.5em;
  }

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

  .timeline {
    text-align: left;
  }

  .top-links {
    font-size: 15px;
  }

  .top-container-black {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-div-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .top-links-2, .dropdown-link-2 {
    font-size: 15px;
  }

  .dropdown-link-2.w--current {
    color: #f94d18;
  }

  .menu-button-2 {
    background-color: #f9b328;
  }

  .top-container-black-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-navlink-2 {
    font-size: 15px;
  }

  .service-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-ban-text {
    text-align: center;
    width: 80%;
    line-height: 26px;
  }

  .contact-div-block {
    min-height: 180px;
  }

  .text-block, .contact-page-link {
    font-size: 18px;
  }

  .list._2-row, .list.area, .list.site {
    grid-template-columns: 1fr;
  }

  .buttons {
    text-align: center;
  }

  .buttons.banner {
    display: none;
  }

  .section.cta {
    background-image: linear-gradient(90deg, #eceffa, #fff0), url('../images/Quote.webp');
    background-position: 0 0, 50% 33%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .btn-group {
    margin-bottom: 40px;
  }

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

  .lb-img {
    height: 150px;
  }

  .menu-button-3 {
    background-color: var(--primary);
  }

  .dropdown-list.w--open {
    background-color: var(--white);
    width: 100%;
  }

  .header-contact {
    display: none;
  }

  .drop-down-link {
    width: 100%;
  }

  .navbar {
    flex-flow: row;
  }

  .dropdown-toggle-2.nav-link {
    background-color: var(--white);
    text-align: left;
    padding-left: 15px;
  }

  .dropdown-toggle-2.nav-link:hover {
    background-color: var(--primary);
  }

  .nav-link-2 {
    background-color: var(--white);
  }

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

  .p-2 {
    font-size: 15.5px;
  }

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

  .section-tittle-2.cta {
    width: 60%;
    line-height: 38px;
  }

  .side-socials {
    justify-content: flex-end;
    width: 80px;
    height: 80px;
    inset: auto 0% 0% auto;
  }

  .side-socials.top {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .circle-div-side {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .social-link-2.side {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }

  .social-link-2.side.text-block-3, .social-link-2.side._2, .social-link-2.side._1, .social-link-2.side._4 {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }

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

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

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .works-1 {
    min-width: 250px;
  }

  .p-3 {
    font-size: 15.5px;
  }

  .left-side-2.r {
    box-shadow: 11px -13px 0 0 var(--primary);
    width: 100%;
  }

  .brand-band-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .underline {
    width: 50%;
  }

  .left-arrow {
    background-color: var(--black);
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -10%;
    right: 20%;
  }

  .qoate-symbol {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1;
    position: static;
  }

  .container-8 {
    padding-top: 20px;
  }

  .slide-3 {
    margin-left: auto;
    margin-right: 0;
  }

  .right-arrow {
    background-color: var(--black);
    width: 80px;
    height: 80px;
    bottom: -10%;
  }

  .testemonials-slider {
    width: 74%;
    position: static;
  }

  .testimonials-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .qoate-symbol-2 {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1;
    position: static;
  }

  .container-9 {
    padding-top: 20px;
  }

  .testemonials-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-3 {
    font-size: 2rem;
  }

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

  .slider-t6 {
    height: auto;
  }

  .testimonials-t6 {
    padding: 40px 10px;
  }

  .testimonials-wrapper, .testimonials-wrapper-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-t3 {
    padding: 40px 10px;
  }

  .button-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    display: flex;
  }

  .button-3._10 {
    margin-right: 20px;
  }

  .button-div {
    width: 100%;
    display: flex;
  }

  .hero-slider {
    min-height: 80vh;
  }

  .h1-3 {
    font-size: 32px;
  }

  .arrow-icon {
    font-size: .5em;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
  }

  .p-5 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-top: 60px;
    display: flex;
  }

  .slider-inner-content {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .banner-header {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 30px;
  }

  .p {
    font-size: 14.5px;
    line-height: 25px;
  }

  .p.w {
    font-size: 16px;
    line-height: 23px;
  }

  .button-outline {
    font-size: 14.5px;
  }

  .body-section {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-section.white {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .body-section.form-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container {
    width: 85%;
  }

  .hero-bg-grad {
    height: 90vh;
    padding-top: 0;
  }

  .hero-bg-grad.service-1 {
    height: 50vh;
  }

  .hero-bg-grad.service-2 {
    background-position: 0 0, 50%;
    background-attachment: scroll, scroll;
    height: 50vh;
  }

  .hero-bg-grad.service-3 {
    background-attachment: scroll, scroll;
    height: 50vh;
  }

  .hero-bg-grad.service-4, .hero-bg-grad.service-5 {
    background-position: 0 0, 50%;
    background-attachment: scroll, scroll;
    height: 50vh;
  }

  .left-section {
    align-items: flex-start;
    width: 100%;
    margin-top: 80px;
  }

  .service-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .service-div {
    height: auto;
  }

  .service-top-image, .service-top-image._2 {
    height: 250px;
  }

  .service-number {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 50px;
  }

  .service-box-wrapper {
    flex-direction: column;
  }

  .service-header {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .service-text {
    font-size: 1rem;
  }

  .service-paragraph {
    margin-left: 0;
  }

  .small-head {
    flex-direction: row;
  }

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

  .img-div {
    box-shadow: -8px 6px 0 0 var(--white);
    min-height: 250px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .inner-img {
    min-height: 250px;
    margin-top: 0;
  }

  .section-h1-wrapper.display-flex._0 {
    margin-top: 0;
  }

  .section-h1-wrapper.display-flex {
    margin-top: 20px;
  }

  .section-h1-wrapper.top {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col.large {
    margin-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template-columns: 1.25fr;
    padding-bottom: 20px;
  }

  .footer-section-title.white {
    font-size: 1.6em;
  }

  .footer-section {
    padding-top: 30px;
  }

  .footer-copy {
    align-items: center;
    width: 100%;
  }

  .header-social-icon {
    margin-left: 10px;
  }

  .header-social-icon.margin-right-none.l {
    margin-left: 0;
  }

  .full-width-image-section.para-img {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .full-width-image-section.s1-2, .full-width-image-section.s2-2, .full-width-image-section.s3-2, .full-width-image-section.s4-2, .full-width-image-section.s5-2, .full-width-image-section.area1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-cta-wrapper.margin-left-auto {
    display: block;
  }

  .co-logo {
    width: 125px;
  }

  .navbar-4 {
    text-align: center;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .logo-link {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .dropdown-link {
    text-align: center;
    font-size: 16px;
    display: block;
  }

  .contact-div-2 {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .service-nav-text {
    margin-left: 20px;
  }

  .contact-section {
    padding-top: 12px;
  }

  .nav-link {
    text-align: center;
    font-size: 16px;
  }

  .nav-link.w--current {
    text-align: center;
  }

  .icon-4 {
    color: var(--white);
    font-size: 32px;
  }

  .banner-red {
    margin-left: 0;
    font-size: 30px;
  }

  .banner-red._15 {
    font-size: 42px;
  }

  .h1 {
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .gallery-hover {
    padding-bottom: 20px;
  }

  .gallery-hover:hover {
    padding-bottom: 120px;
  }

  .project1 {
    height: 250px;
  }

  .services-block-home-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-head {
    font-size: 22px;
  }

  ._3x1-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gallery-sub {
    margin-top: 10px;
    font-size: 13px;
  }

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

  .white-section._100 {
    padding-top: 60px;
  }

  .project2, .project3 {
    height: 250px;
  }

  .h2.b-30 {
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
  }

  .h3-large.b-30 {
    font-size: 38px;
  }

  .h3-large.t {
    margin-top: 20px;
    font-size: 27px;
    line-height: 31px;
  }

  .h3-large.t.low {
    text-align: left;
    width: 90%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .h3-large.t.tall {
    text-align: center;
    width: 90%;
  }

  .image {
    width: 160px;
  }

  .footer-logo-link {
    margin-bottom: 0;
  }

  .list-head {
    text-align: left;
    line-height: 25px;
  }

  .comment-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    display: grid;
  }

  .comment-column._2 {
    grid-template-rows: auto auto auto;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .bullet-font-icon-2 {
    flex: none;
  }

  .timeline {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .single-comments {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-links {
    text-align: center;
    line-height: 23px;
  }

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

  .top-container-black {
    flex-direction: column;
    padding-top: 0;
    display: none;
  }

  .font-awsome {
    margin-right: 10px;
    font-size: 20px;
  }

  .font-awsome.email {
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
  }

  .contact-top {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .background-image {
    min-height: 400px;
  }

  .content-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .h3 {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.35;
  }

  .h3-logo, .h3-logo.w--current {
    width: 200px;
  }

  .list-wrapper {
    grid-template-columns: 1fr;
  }

  .top-links-2 {
    text-align: center;
    line-height: 23px;
  }

  .top-links-2.top {
    margin-top: 10px;
  }

  .icon-5 {
    color: #fff;
    font-size: 32px;
  }

  .dropdown-link-2 {
    text-align: center;
    font-size: 16px;
    display: block;
  }

  .menu-button-2 {
    background-color: #0000;
  }

  .service-nav {
    padding-top: 12px;
  }

  .button-fill-2.header {
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 14px;
    display: none;
  }

  .top-container-black-2 {
    flex-direction: column;
    padding-top: 0;
  }

  .service-navlink-2 {
    text-align: center;
    font-size: 16px;
  }

  .service-navlink-2.w--current {
    text-align: center;
  }

  .service-nav-text-2 {
    margin-left: 20px;
  }

  .service-nav-text-2:hover {
    color: var(--primary);
  }

  .co-logo-2 {
    width: 200px;
  }

  .service-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-ban-head {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .service-ban-text {
    width: 90%;
    margin-top: 20px;
  }

  .areas-list.areas-grid {
    grid-template-columns: 1fr;
  }

  .contact-div-block {
    min-height: 200px;
  }

  .text-block, .contact-page-link {
    font-size: 16.5px;
  }

  .list._3-row {
    grid-template-columns: 1fr;
  }

  .list._2-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .list._2-row.ban, .list._2-row.ban-1 {
    width: 100%;
  }

  .list.area {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .list.site {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bullet-font-icon-4 {
    flex: none;
  }

  .buttons {
    margin-bottom: 10px;
  }

  .buttons.dark {
    width: auto;
  }

  .buttons.dark.small {
    width: auto;
    padding-left: 40px;
  }

  .buttons._2 {
    width: 161.591px;
    margin-top: 10px;
    margin-left: 0;
  }

  .buttons.banner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .section.cta {
    background-image: linear-gradient(to right, var(--white) 44%, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-image: linear-gradient(90deg, #eceffa 44%, #fff0), url('../images/Quote.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 30px 10px;
  }

  .cta-text {
    width: 100%;
  }

  .section-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle.cta {
    width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .sticky_btn_call {
    width: 70px;
    height: auto;
    bottom: 1%;
    left: auto;
    right: 1%;
  }

  .btn-group {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .lb-img {
    height: 120px;
  }

  .dropdown-toggle {
    padding-left: 40px;
  }

  .button {
    text-align: center;
    width: 100%;
  }

  .button.email {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

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

  .navigatio-bar {
    padding-bottom: 0;
  }

  .menu-button-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-2.contact-nav.call-btn {
    display: none;
  }

  .image-2 {
    width: 180px;
  }

  .button-2 {
    margin-bottom: 10px;
  }

  .button-2._2 {
    width: 161.591px;
    margin-top: 10px;
    margin-left: 0;
  }

  .button-2.w {
    width: 161.591px;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2.dark, .button-2.b, .button-2.auto {
    width: auto;
  }

  .p-2 {
    font-size: 17px;
    line-height: 24px;
  }

  .container-2 {
    width: 85%;
  }

  .body-section-2 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-img-2 {
    min-height: 300px;
    margin-top: 0;
  }

  .inner-img-2.s2-1, .inner-img-2.s3-1, .inner-img-2.s4-1 {
    min-height: 250px;
  }

  .left-side {
    margin-top: 10px;
    margin-bottom: 0;
    box-shadow: -8px 6px #fff;
  }

  .h1-2 {
    font-size: 27px;
    line-height: 32px;
  }

  .section-tittle-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle-2.cta {
    width: 90%;
    font-size: 26px;
    line-height: 30px;
  }

  .container-3 {
    width: 85%;
  }

  .cta-text-2 {
    color: var(--black);
    width: 90%;
    font-size: 14px;
  }

  .fs-cc-manager_component {
    bottom: 57px;
    left: 6px;
  }

  .side-socials {
    justify-content: flex-end;
    height: 120px;
    inset: auto 0% 0% auto;
  }

  .circle-div-side {
    display: none;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .legal {
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 15px;
    line-height: 27px;
  }

  .footer-grid {
    grid-template-rows: auto auto auto;
  }

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

  .brand-2.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link-2, .footer-link-2.no-red {
    letter-spacing: 0;
  }

  .paragraph {
    letter-spacing: 0;
    line-height: 26px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .social-icon-wrap {
    margin-top: 10px;
  }

  .footer-detail-right {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }

  .footer {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/Shapes.svg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-logo {
    width: 165px;
  }

  .social-link {
    margin-left: 0;
  }

  .title {
    letter-spacing: 0;
  }

  .footer-detail-left {
    width: auto;
  }

  .scroll-up {
    z-index: 1000;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .footer-legal {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-legal.copyright {
    margin-top: 30px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .h3-2 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
  }

  .h3-logo-2 {
    width: 200px;
    min-height: 90px;
  }

  .h3-logo-2.w--current {
    width: 200px;
  }

  .intro {
    display: none;
  }

  .lottie-animation-2 {
    width: 90%;
  }

  .h2-2.b-30 {
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
  }

  .para-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .works-1 {
    min-height: 350px;
  }

  .works-texxt-lable {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .heading-under-line {
    margin-top: 0;
  }

  .left-contact.right {
    padding: 15px;
  }

  .icon-7 {
    width: 48px;
    height: 48px;
    font-size: 1.3em;
  }

  .heading.h3 {
    margin-bottom: 10px;
    font-size: 2em;
  }

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

  .contact-info-block {
    padding: 25px;
  }

  .list-head-2 {
    text-align: left;
    line-height: 25px;
  }

  .p-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .container-6 {
    width: 85%;
  }

  .list-icon {
    flex: none;
  }

  .inner-img-3 {
    min-height: 300px;
    margin-top: 0;
  }

  .inner-img-3.s2-3, .inner-img-3.s3-3, .inner-img-3.s4-3 {
    min-height: 250px;
  }

  .left-side-2 {
    margin-top: 60px;
    margin-bottom: 0;
    box-shadow: -8px 6px #fff;
  }

  .left-side-2.r {
    box-shadow: 7px -8px 0 0 var(--primary);
    width: 100%;
    margin-top: 0;
  }

  .white-section-2, .white-section-2._100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brand-icon {
    width: 250px;
  }

  .brand-icon._2 {
    width: 200px;
    margin-bottom: 15px;
  }

  .underline {
    width: 30%;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .qoate-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 2rem;
  }

  .customer-title {
    font-size: 1rem;
  }

  .testemonial-content-everything {
    width: 100%;
    padding-right: 0;
  }

  .container-8.test-container {
    width: 95%;
  }

  .sub-heading {
    font-size: 1.125rem;
  }

  .block-quote {
    font-size: 15px;
    line-height: 22px;
  }

  .slide-3 {
    padding: 0;
  }

  .testemonials {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

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

  .right-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .testemonials-slider {
    width: 100%;
  }

  .testemonials-text {
    width: auto;
    line-height: 1;
  }

  .testimonials-grid {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    flex-direction: column;
    display: flex;
  }

  .heading-2 {
    font-size: 1rem;
  }

  .slider-2 {
    width: 100%;
  }

  .qoate-symbol-2 {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 2rem;
  }

  .container-9.test-container {
    width: 95%;
  }

  .sub-heading-2 {
    font-size: 1.125rem;
  }

  .testemonials-2 {
    overflow: hidden;
  }

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

  .heading-3 {
    font-size: 1rem;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .whatsapp-block {
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0;
    display: flex;
    inset: auto 1% 0% auto;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .livechat-button {
    width: 90%;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

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

  .g-thumb, .lightbox-link {
    height: 300px;
  }

  .whatsapp-block-2 {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .whatsapp-container-2 {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat-2 {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button-2 {
    width: 90%;
  }

  .whatsapp-block-3 {
    margin-bottom: 10px;
    margin-right: 10px;
    display: flex;
    inset: auto 0% 0% auto;
  }

  .whatsapp-chat-3 {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button-3 {
    width: 90%;
  }

  .whatsapp-chat-4 {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button-4 {
    width: 90%;
  }

  .slider-t6 {
    padding-bottom: 60px;
  }

  .testimonials-t6 {
    width: 100%;
  }

  .testimonials-wrapper {
    border-radius: 0;
    width: 100%;
  }

  .user-wrapper-t3 {
    align-items: flex-start;
  }

  .testimonials-subwrapper-t3 {
    height: auto;
  }

  .testimonials-wrapper-2 {
    border-radius: 0;
    width: 100%;
  }

  .testimonials-t3 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-3 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button-div {
    flex-direction: column;
  }

  .h1-3 {
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 1.2;
  }

  .slide-nav-2, .slider-arrow, .slider-arrow.home {
    display: none;
  }

  .p-5 {
    font-size: 14px;
    line-height: 23px;
  }

  .hero-content {
    width: 85%;
  }
}

#w-node-bea3ddf5-4183-e99b-2ca0-39c943567788-6deb23f7 {
  place-self: end;
}

#w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-6deb23f7, #w-node-f144fa74-7035-038d-61cc-54a3e89c38a7-6deb23f7, #w-node-_6eba55bf-997e-67b8-6385-042e8a8d2233-6deb23f7, #w-node-_3ee81e69-aa64-9f71-f0c3-601841aae282-6deb23f7, #w-node-_53003fc4-0c3d-b24a-2c32-1f8231d9a8c6-6deb23f7, #w-node-_53003fc4-0c3d-b24a-2c32-1f8231d9a8c9-6deb23f7, #w-node-_53003fc4-0c3d-b24a-2c32-1f8231d9a8cc-6deb23f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd0ad2e1-afee-e281-a0bb-96772c9227b7-2c9227b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cd0ad2e1-afee-e281-a0bb-96772c9227bc-2c9227b4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-cd0ad2e1-afee-e281-a0bb-96772c9227c9-2c9227b4 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-c2574075-e0e9-0c8b-6492-437ef50a2420-f50a2413, #w-node-c2574075-e0e9-0c8b-6492-437ef50a2429-f50a2413, #w-node-c2574075-e0e9-0c8b-6492-437ef50a2434-f50a2413, #w-node-c2574075-e0e9-0c8b-6492-437ef50a243d-f50a2413 {
  align-self: center;
}

#w-node-_89d1e68c-a1d5-2d8c-9ba5-9856b4500e5a-b34b19c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_71e9e217-5a50-a097-9507-f6be07d38887-b34b19c5 {
  place-self: end;
}

#w-node-e1abe884-59ea-d257-19b1-95b136a3e63b-a4feee10, #w-node-_36466ca8-d290-f55d-d451-202f023158a4-a4feee10, #w-node-_08f4b18d-dc12-cf97-2a08-4d4da26bb606-a4feee10, #w-node-_5f941287-80df-e19c-2dfa-a05f503b4ff5-a4feee10, #w-node-_2606cf4b-7957-3440-7322-4888907311a4-a4feee10, #w-node-c52d8ce9-efa1-71c4-ff1e-312c90a0121f-a4feee10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-6deb23f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd0ad2e1-afee-e281-a0bb-96772c9227b7-2c9227b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bea3ddf5-4183-e99b-2ca0-39c943567787-6deb23f7 {
    justify-self: auto;
  }

  #w-node-cd0ad2e1-afee-e281-a0bb-96772c9227b7-2c9227b4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cd0ad2e1-afee-e281-a0bb-96772c9227bc-2c9227b4 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-cd0ad2e1-afee-e281-a0bb-96772c9227c9-2c9227b4 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_71e9e217-5a50-a097-9507-f6be07d38886-b34b19c5 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bea3ddf5-4183-e99b-2ca0-39c943567787-6deb23f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-cd0ad2e1-afee-e281-a0bb-96772c9227b7-2c9227b4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cd0ad2e1-afee-e281-a0bb-96772c9227bc-2c9227b4 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-cd0ad2e1-afee-e281-a0bb-96772c9227c9-2c9227b4 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_71e9e217-5a50-a097-9507-f6be07d38886-b34b19c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arrow right solid';
  src: url('../fonts/arrow-right-solid.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}