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

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

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

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

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

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

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

@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: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.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: "Brands 400";
  src: url('../fonts/Brands-Regular-400.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 {
  --black: #252324;
  --white: #fff;
  --primary: #e96930;
  --pale-grey: #ddd;
  --transparent: #fff0;
  --silver: #b7b5b5;
  --cookies-bg: #0009;
  --secondary: #750002;
  --third: #400;
}

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

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

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

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

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

.body {
  background-color: var(--black);
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.banner-header {
  width: 100%;
  color: var(--white);
  letter-spacing: 1px;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.p {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
  transition: all .5s cubic-bezier(.86, 0, .433, .464);
}

.p.black {
  color: var(--black);
}

.p.black._20b {
  margin-top: 10px;
  margin-bottom: 20px;
}

.p._20b {
  margin-bottom: 20px;
}

.p._20b.blk {
  color: var(--black);
}

.p._0b {
  margin-bottom: 0;
}

.p._20t {
  margin-top: 20px;
}

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

.button-outline.blk {
  background-color: var(--black);
  color: var(--pale-grey);
}

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

.body-section._0b {
  background-color: var(--transparent);
  padding-bottom: 100px;
}

.body-section.blk {
  background-color: var(--black);
}

.body-section.blk._60b {
  padding-bottom: 60px;
}

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

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

.body-section.mid {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.body-section.black {
  background-color: var(--black);
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.mid {
  justify-content: flex-start;
  align-items: center;
}

.hero-bg-grad {
  background-image: linear-gradient(77deg, var(--black) 26%, var(--transparent)), url('../images/flat-roof.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 750px;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: sticky;
}

.hero-div {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  transition: all .2s ease-in-out;
}

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  width: 98%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

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

.service-top-image {
  background-image: url('../images/roofing-18.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/roofing-10.webp');
  background-position: 50%;
  background-size: cover;
}

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

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

.service-number {
  color: var(--primary);
  margin-top: 25px;
  font-family: Oswald, 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(--white);
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 40px;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.service-header.blk {
  color: var(--black);
}

.service-text {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.service-text.blk {
  color: var(--black);
}

.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);
  text-decoration: none;
  transition: color .45s ease-in-out;
}

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

.service-link {
  background-color: var(--primary);
  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-sub {
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.para {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 16px;
}

.para.black {
  color: var(--black);
}

.para.tp {
  margin-top: 20px;
}

.img-div {
  width: 46%;
  box-shadow: -15px 17px 0 0 var(--primary);
  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;
  display: flex;
}

.img-div.jome1 {
  background-image: url('../images/WhatsApp-Image-2026-06-10-at-12.31.12-20.webp');
  min-height: 400px;
}

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

.inner-img.rr1 {
  background-image: url('../images/533013131_122110225826962999_6197343434519954470_n.webp');
}

.inner-img.fr {
  background-image: url('../images/WhatsApp-Image-2026-06-10-at-12.31.12.webp');
}

.inner-img.ldw {
  background-image: url('../images/701537902_122161523384962999_8261121084510760816_n.jpg');
}

.inner-img.svs {
  background-image: url('../images/531768556_122110212260962999_5877527133018951801_n.webp');
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
}

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

.right-side.content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.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 {
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-link-text {
  max-width: 800px;
  color: var(--silver);
  text-align: right;
  border-bottom: 1px #dfdfdf;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.footer-list-item {
  color: var(--black);
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

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

.footer-list-item.w--current {
  color: var(--black);
}

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

.footer-section-title {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

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

.footer-section {
  background-color: var(--white);
  border-top: 1px solid #e0e0e080;
  padding-top: 60px;
}

.footer-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--black);
  border-top: 1px solid #ffffff80;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-p {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.header-social-media {
  color: var(--black);
  display: flex;
}

.header-social-icon {
  color: var(--primary);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  font-family: "Brands 400", Arial, 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 {
  width: auto;
  height: auto;
  color: var(--white);
  margin-right: 28px;
  font-size: 1.8em;
}

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

.full-width-image-section {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.full-width-image-section.para-img {
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.para-img._60, .full-width-image-section._60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.full-width-image-section.svs {
  background-image: url('../images/chimneys.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.full-width-image-section.lw {
  background-image: url('../images/AdobeStock_2019699734.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.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 {
  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: 16px;
  transition: all .3s;
}

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

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

.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;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.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: 16px;
  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 {
  width: 100%;
}

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

.lrg-heading {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
}

.lrg-heading._20b {
  margin-bottom: 20px;
}

.lrg-heading._20b.white, .lrg-heading.white {
  color: var(--white);
}

.red-heading {
  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 {
  height: 450px;
  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;
  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._0 {
  padding-top: 0;
}

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

.project2 {
  height: 450px;
  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;
  text-decoration: none;
}

.project3 {
  height: 450px;
  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;
  text-decoration: none;
}

.h2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  overflow: visible;
}

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

.h2.black {
  color: var(--black);
}

.h3-large {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.h3-large.b-30 {
  color: var(--white);
  text-transform: uppercase;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 200;
  display: flex;
}

.h3-large.b-30.blk {
  color: var(--black);
}

.footer-logo {
  width: 250px;
}

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

.list-head {
  color: var(--white);
  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;
}

.list-head.blk {
  color: var(--black);
}

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

.comment-column {
  border: 1px solid var(--silver);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

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

.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 {
  width: 100%;
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.single-comments {
  text-align: left;
  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 {
  margin-top: 5px;
}

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

.top-links {
  color: var(--white);
  text-align: right;
  margin-bottom: 5px;
  font-size: 16px;
  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: 0;
  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 {
  background-color: #0000;
  justify-content: space-between;
  width: 90%;
  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: none;
}

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

.background-image.rr1 {
  background-image: url('../images/roofing-4.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
}

.background-image.fr {
  background-image: url('../images/WhatsApp-Image-2026-06-10-at-12.31.12-2.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 350px;
}

.background-image.big {
  background-image: linear-gradient(#00000080, #00000080), url('../images/roofing-20.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 400px;
}

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

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

.hyperlink.blk {
  color: var(--black);
  text-decoration: underline;
}

.hyperlink.blk:hover {
  color: var(--primary);
}

.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: var(--black);
}

.h3 {
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

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

.h3-logo {
  background-image: url('../images/Bright-Heights-roofing---new-white.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/Bright-Heights-roofing---new-white.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%;
  margin-top: 20px;
  display: grid;
}

.list-wrapper.bp {
  margin-top: 20px;
}

.list-wrapper.fp {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

.list-wrapper._3.bp {
  margin-bottom: 20px;
}

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

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

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

.co-logo-2 {
  width: 156px;
  height: 123px;
}

.service-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.service-banner.fr1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-06-10-at-12.31.12.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner.ldw {
  background-image: linear-gradient(#00000080, #00000080), url('../images/703588388_122161523288962999_5703905581185537157_n.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.service-banner.nr {
  background-image: linear-gradient(#00000080, #00000080), url('../images/chimneys.webp');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner.fs {
  background-image: linear-gradient(#00000080, #00000080), url('../images/download.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner.ct, .service-banner.gal {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.service-banner.sm {
  padding-top: 0;
  padding-bottom: 10px;
}

.service-banner.svs {
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-06-10-at-12.31.11-10.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-banner.rr {
  background-image: linear-gradient(#00000080, #00000080), url('../images/roofing-4.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.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);
  width: 32px;
  height: 32px;
  color: var(--white);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  display: flex;
}

.google-maps {
  background-color: var(--black);
  width: 100%;
  color: var(--white);
  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: 0;
  margin-bottom: 40px;
}

.grid._2 {
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.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 {
  width: 100%;
  color: var(--white);
  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 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.list._3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.list._3col._0b {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  margin-bottom: 20px;
}

.list-item {
  border: 2px none var(--primary);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  padding: 15px;
  list-style-type: none;
  display: flex;
  box-shadow: 5px 8px 5px #00000080;
}

.list-item.orange {
  border-radius: 20px;
}

.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(--primary);
  color: var(--white);
  border-radius: 0;
  margin-top: 20px;
  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(--black);
  transform: translate(0, -6px);
}

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

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

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

.section.cta {
  background-image: linear-gradient(90deg, var(--white) 26%, #fff0 57%), url('../images/AdobeStock_336818927.webp');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.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;
  padding-bottom: 0;
  font-size: 57px;
  line-height: 60px;
}

.button-container {
  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.email.blk {
  color: var(--black);
}

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

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

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

.fs-cc-prefs_button {
  border: 2px solid 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(--primary);
  color: var(--primary);
  background-color: #fff;
}

.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_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: var(--white);
  margin-right: 24px;
}

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

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

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

.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: 10px;
  transition: color .2s;
  display: flex;
}

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

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

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

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: var(--primary);
}

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

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

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

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

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

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

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  font-weight: 400;
  text-decoration: 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_submit-hide, .fs-cc-prefs_checkbox-label {
  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-prefs_overlay {
  z-index: -1;
  background-color: var(--cookies-bg);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.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(--primary);
  color: var(--primary);
  background-color: #f5f5f5;
}

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

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

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

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

.lottie {
  height: 200px;
}

.form-white-bg {
  width: 65%;
  color: var(--black);
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.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.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-family: Poppins, sans-serif;
  line-height: 22px;
}

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

.section-title {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.section-title.cta {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

.container-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2.z {
  flex-flow: row;
}

.contact-left {
  width: 30%;
}

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

.form-2 {
  width: 100%;
}

.cta-text-2 {
  color: var(--primary);
  margin-top: 10px;
}

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

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

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

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

.live-chat-bottom-text {
  font-size: 10px;
}

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

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

.chat-section {
  background-color: #b7b5b5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

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

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

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

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

.whatsapp-container {
  z-index: 30;
  background-color: var(--black);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-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);
}

.whatsapp-chat {
  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: none;
  overflow: hidden;
}

.livechat-button {
  background-color: var(--black);
  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(--primary);
}

.top-section {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.hero-text {
  max-width: 900px;
  color: var(--white);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.h3-heading {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.faq-div {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--pale-grey);
  width: 100%;
}

.tab-dropdown {
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
}

.tab-toggle {
  width: 100%;
}

.tab-dropdown-container.w--open {
  border-top: 1px solid var(--pale-grey);
  background-color: var(--black);
  padding: 20px;
  position: relative;
}

.p-2 {
  font-size: 16px;
  line-height: 26px;
}

.p-2._0b {
  margin-bottom: 0;
}

.faq-title {
  color: var(--black);
  white-space: pre-wrap;
}

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

.grid-3x3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.divgrid {
  border: 2px dashed var(--primary);
  padding: 15px;
}

.subheading {
  font-size: 17px;
  font-weight: 500;
}

.subheading.blk {
  color: var(--black);
  font-size: 18px;
}

.grid-list {
  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-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

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

.grid-list._3 {
  grid-template-rows: auto;
}

.list-item2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-2 {
  margin-top: 10px;
  padding-left: 20px;
  list-style-type: disc;
}

.footer-links {
  color: var(--black);
  text-decoration: none;
}

.image {
  width: 32px;
  height: 32px;
}

.hero-nav-menu {
  color: #1a1a1a;
  letter-spacing: -3.2px;
  text-transform: capitalize;
  font-size: 64px;
  line-height: 100%;
}

.hero-nav-menu._02 {
  color: #757474;
  position: absolute;
}

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

.hero-navbar {
  background-color: #0000;
  border-bottom: 1px solid #00000026;
  width: 100%;
  position: static;
}

.hero-title {
  color: var(--white);
  letter-spacing: 0;
  font-family: Oswald, sans-serif;
  font-size: 51px;
  font-weight: 500;
  line-height: 60px;
}

.hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-wrapper, .nav-menu-single {
  overflow: hidden;
}

.tertiary-button-arrow-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-img {
  object-fit: cover;
  width: 100%;
  height: 700px;
  max-height: 800px;
}

.hero-sub-title {
  color: var(--white);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 155.556%;
}

.tertiary-button-line-wrap {
  background-color: #1a1a1a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
  position: relative;
}

.hero-sub-title-flex {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-right {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.hero-nav-menu-wrapper {
  background-color: #00000080;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-nav-menu-wrap {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  height: 100%;
  max-height: 100%;
  padding: 20px 40px 23px;
  display: flex;
}

.hero-nav-menu-number-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-nav-menu-number {
  color: #757474;
  font-size: 18px;
  font-weight: 500;
  line-height: 166.667%;
}

.hero-nav-menu-number._02 {
  color: #1a1a1a;
  position: absolute;
}

.hero-title-inner-wrap {
  overflow: hidden;
}

.hero-left {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 20px;
  display: flex;
}

.hero-left.border-right {
  border-right: 1px solid #ddd;
}

.hero-nav-content-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  display: flex;
}

.img-overly {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.display-none {
  display: none;
}

.hero-nav-menu-single-wrap {
  grid-column-gap: 4px;
  color: #1a1a1a;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: inline-flex;
}

.humbarger-wrap {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.tertiary-button-text-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tertiary-button-text._02 {
  color: var(--white);
  position: absolute;
}

.sub-title {
  color: #757474;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 150%;
}

.sub-title.mb-12 {
  margin-bottom: 12px;
}

.sub-title.medium {
  font-weight: 500;
}

.navbar-time-text {
  color: #757474;
  font-size: 18px;
  font-weight: 500;
  line-height: 166.667%;
}

.hero-nav-menu-text-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tertiary-button-line {
  background-color: #ddd;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-branding-img {
  border-radius: 8px;
  width: 100%;
  max-width: 230px;
}

.tertiary-button-arrow._02 {
  position: absolute;
}

.hero-nav-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.tertiary-button {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.tertiary-button.width-100 {
  width: 100%;
}

.tertiary-button.width-100:hover {
  color: var(--primary);
}

.hero-nav-bottom-link {
  color: #1a1a1a;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 166.667%;
}

.img-wrap {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.hero-branding-flex {
  grid-column-gap: 16px;
  max-width: 439px;
  display: inline-flex;
}

.hero-left-content {
  width: 100%;
  max-width: 670px;
  padding-bottom: 14px;
  padding-right: 20px;
}

.hero-branding-wrap {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.hero-branding-title {
  color: #1a1a1a;
  letter-spacing: -.18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 155.556%;
}

.tertiary-button-inner-flex {
  grid-column-gap: 41px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.hero-nav-menu-inner-flex {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.tablet-on {
  display: none;
}

.hero-title-wrap {
  margin-bottom: 128px;
}

.background-video {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.l-projects-container-l {
  grid-column-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.slide-2 {
  padding-top: 4rem;
  position: static;
}

.cta-sidebar {
  color: var(--white);
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
}

.sm-box-small-light {
  background-color: #fff;
  width: 3px;
  height: 3px;
  position: absolute;
}

.testimonial-slider-large {
  border-top: 1px solid #e6e6e6;
  padding: 0 0 3rem;
}

.about-image-wrap {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.contact-detail {
  color: #adadad;
  border-bottom: 1px solid #ffffff1a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.menu-open {
  grid-row-gap: .4rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 2rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.about-period {
  color: #fff;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.feature-name {
  color: #333;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.arch-service-icon {
  position: absolute;
  top: auto;
}

.testimonial-slider-nav {
  overflow-wrap: normal;
  font-size: .3rem;
}

.pointer-gray {
  border: 1px solid #adadad;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-block {
  border: 1px solid #585858;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 253px;
  height: 253px;
  display: flex;
  position: relative;
}

.headline-global-light {
  color: #fff;
  letter-spacing: -.0125rem;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 2.375rem;
  font-weight: 500;
}

.headline-global-light._50 {
  color: #fff;
  width: 50%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.facts-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  padding-top: 2rem;
  padding-right: 3rem;
  display: grid;
}

.padding-medium {
  padding-top: 2rem;
}

.services-collection-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 8rem;
}

.mission {
  z-index: 5;
  min-height: auto;
  position: relative;
  overflow: visible;
}

.heading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-large.light {
  color: #fff;
  letter-spacing: -.05rem;
  padding-top: 4rem;
  font-size: 5.5rem;
  font-weight: 400;
}

.slider {
  width: 100%;
  min-height: 100%;
  position: static;
}

.client-wrap-4 {
  border-bottom: 1px solid #494949;
  border-left: 1px solid #494949;
  border-right: 1px solid #494949;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  padding-left: 3rem;
  padding-right: 3rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.client-wrap-4:hover {
  background-color: #292929;
}

.query-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  padding-left: 0;
  display: grid;
}

.mission-features {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  height: 390px;
  display: flex;
}

.mission-headline {
  color: #333;
  letter-spacing: -.0125rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 3rem;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.1;
}

.mission-headline._50 {
  width: 50%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.team-slider {
  position: relative;
}

.history-grid {
  grid-column-gap: 2rem;
  grid-row-gap: .5rem;
  grid-template-columns: 15px 1fr;
}

.about-features {
  color: #fff;
  letter-spacing: -.0125rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2;
}

.feature-number {
  color: #fff;
  width: 5%;
  font-size: .875rem;
  line-height: 1.4;
}

.wh-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 160px;
  padding-top: 1rem;
  font-weight: 300;
  display: flex;
}

.copy-right {
  color: #666;
  letter-spacing: -.05rem;
  padding-left: 4rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.team-introduction {
  padding-top: 7rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.subheading-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9;
}

.subheading-2.white, .subheading-2.light {
  color: #fff;
  font-weight: 400;
}

.about-hero-wrap {
  border-bottom: 1px solid #fff;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.mission-container {
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.footer-links-wrap {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.sec-navigation-link {
  color: #adadad;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  transition: color .3s;
}

.sec-navigation-link:hover {
  color: #fff;
}

.fact-introduction {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.sidebar {
  z-index: 10;
  border: 1px none var(--black);
  background-color: var(--black);
  width: 100%;
  height: 100px;
  color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.l-projects-container-r {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #585858;
  height: 3rem;
  padding-top: .625px;
  padding-bottom: .625px;
}

.text-field:lang(en) {
  color: #e4e4e4;
}

.text-field.message {
  padding-top: 1.2rem;
  padding-bottom: 10rem;
}

.text-field.half {
  width: 50%;
}

.padding-small {
  height: .5rem;
}

.contact-details-wrap {
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 2rem;
  display: flex;
}

.clients {
  background-color: #242424;
  width: 100vw;
}

.footer-links-2 {
  color: #adadad;
  text-align: center;
  font-size: .875rem;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
}

.footer-links-2:hover {
  color: #fff;
}

.about-wrap {
  background-color: #242424;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 3rem;
  display: grid;
}

.history-image {
  object-fit: cover;
  width: 250px;
  height: 250px;
}

.history-image-wrap-4 {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: 38% 0% 0% 27%;
  box-shadow: 5px 5px 15px 10px #0000001a;
}

.testimonial-slider-two {
  background-color: #0000;
}

.team-member-name-two {
  z-index: 5;
  color: #fff;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
}

.navbar-links {
  flex-flow: column;
  display: flex;
}

.bl-btn {
  z-index: 20;
  background-color: var(--white);
  transform-origin: 0%;
  width: 105%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0% -5%;
}

.bl-btn.dark {
  background-color: #666;
}

.subheading-wrap {
  border-top: 1px solid #aaa;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.sm-link {
  color: #666;
  text-align: center;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  position: absolute;
}

.feature-title {
  color: #fff;
  letter-spacing: -.0125rem;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.padding-large {
  padding-top: 4rem;
}

.bg-overlay {
  background-color: #000c;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  position: absolute;
}

.testimonial-quote {
  color: #333;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.testimonial-quote._60 {
  text-align: center;
}

.close {
  cursor: pointer;
  background-color: #333;
  width: 20px;
  height: 1px;
  position: absolute;
  inset: 3% 10% auto auto;
}

.about-team {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.l-project-name {
  color: #333;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9;
}

.history {
  background-color: #242424;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.navbar-link {
  color: #666;
  text-align: left;
  letter-spacing: -.5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s, padding .4s;
}

.navbar-link:hover {
  color: var(--primary);
  padding-left: .5rem;
}

.navbar-link.w--current {
  color: var(--primary);
}

.navbar-link.padding {
  padding-top: 2rem;
}

.history-content {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.pointer {
  border: 1px solid #999;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tl-btn {
  z-index: 20;
  background-color: var(--white);
  width: 105%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.tl-btn.dark {
  background-color: #666;
}

.external-links-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem 3rem 4rem 4rem;
  display: flex;
}

.mission-desciption {
  border-top: 1px solid #aaa;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  padding-top: 1rem;
  display: flex;
}

.hostory-container {
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.query-btn {
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: -.0125rem;
  cursor: pointer;
  background-color: #3898ec00;
  padding: 1rem;
  font-size: .9375rem;
  font-weight: 300;
  line-height: 1;
  transition: color .3s;
  position: absolute;
  inset: 0%;
}

.query-btn:hover {
  color: #fff;
}

.latest-projects {
  min-height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: visible;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.lates-project-img-wrap {
  flex-flow: column;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.services-collection-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.main-wrapper {
  flex-flow: column;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  margin-left: -5.5rem;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.query-btn-container {
  cursor: pointer;
  width: 140px;
  height: 45px;
  margin-top: 2rem;
  position: relative;
}

.container-4 {
  margin-left: auto;
  margin-right: auto;
}

.heading-wrap {
  color: #333;
}

.heading-wrap.padding-3 {
  margin-bottom: 0;
  padding-left: 3rem;
}

.feature-content {
  display: block;
  overflow: hidden;
}

.l-projects-button-wrap {
  z-index: 10;
  width: 8rem;
  height: 3rem;
  position: absolute;
  inset: auto auto 5% 0%;
}

.sm-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 3rem 3rem;
  display: flex;
}

.fact-number {
  color: #333;
  letter-spacing: -.3rem;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 2px;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
}

.fact-number.left {
  justify-content: flex-start;
  align-items: center;
}

.fact-number.right {
  padding-right: 0;
  font-size: 5rem;
}

.social-wrap, .emal-phone-wrap {
  grid-column-gap: 1rem;
  display: flex;
}

.client-wrap-5 {
  border-bottom: 1px solid #494949;
  border-right: 1px solid #494949;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  padding-left: 3rem;
  padding-right: 3rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.client-wrap-5:hover {
  background-color: #292929;
}

.about-features-wrap {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: auto 3rem 2rem;
}

.about-features-wrap.top {
  inset: 2rem 3rem auto;
}

.team-member-image-two {
  filter: grayscale(67%);
  object-fit: cover;
  border-radius: 100%;
  width: 250px;
  max-width: none;
  height: 250px;
  position: absolute;
}

.video-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  inset: auto auto 4rem 3rem;
}

.slider-image {
  filter: grayscale(55%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.connection-vertical {
  background-color: #adadad;
  width: 1px;
  height: 150px;
  margin-bottom: .5rem;
}

.client-wrap-1 {
  border: 1px solid #494949;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  padding-left: 3rem;
  padding-right: 3rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.client-wrap-1:hover {
  background-color: #292929;
}

.section-heading-wrap {
  align-items: center;
  display: flex;
}

.team-memmbers {
  justify-content: flex-end;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.clients-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 8rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.slide-1 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  position: static;
}

.testimonial-info-two {
  justify-content: center;
  align-items: center;
  display: flex;
}

.regular {
  z-index: 10;
  color: #fff;
  letter-spacing: -.0125rem;
  width: 51%;
  min-width: 40ch;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3;
  position: absolute;
  inset: auto auto 10% 5%;
}

.team-heading-wrap {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.arrow-open {
  filter: invert();
  flex: none;
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
}

.slide-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/roofing-5.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 4rem;
  position: static;
}

.hero {
  min-width: 100%;
  height: 100vh;
  min-height: 100vh;
  padding-left: 0;
}

.fact-box {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 270px;
  min-width: 100%;
  height: 250px;
  min-height: 250px;
  display: flex;
}

.fact-box.border-b, .fact-box.border-tb {
  border-bottom: 1px solid #aaa;
}

.line {
  background-color: var(--white);
  width: 20px;
  height: 1px;
}

.sm-box {
  cursor: pointer;
  border: 1px solid #999;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.facts-headline {
  letter-spacing: -.0125rem;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.1;
}

.container-history {
  width: 100vw;
  padding-top: 0;
  padding-left: 5.5rem;
  overflow: hidden;
}

.button-wrap-2 {
  z-index: 10;
  width: 8rem;
  height: 3rem;
  position: absolute;
  inset: auto 5% 10% auto;
}

.connection-horizontal {
  background-color: #adadad;
  width: 1px;
  height: 150px;
  margin-bottom: .5rem;
  display: none;
}

.sm-box-small {
  background-color: #666;
  width: 3px;
  height: 3px;
  position: absolute;
}

.vertical-divider {
  background-color: #aaa;
  width: 1px;
  max-width: 1px;
  display: block;
}

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

.latest-project-img {
  object-fit: cover;
  width: 100%;
  height: 300%;
  min-height: 300%;
}

.collection-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.l-projects-btn-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.copyright {
  color: #adadad;
  justify-content: flex-end;
  align-items: stretch;
  padding-right: 3rem;
  font-size: .875rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.collection-item {
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.history-heading {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.container-global {
  padding-top: 0;
  padding-left: 5.5rem;
  overflow: hidden;
}

.about-introduction {
  color: #fff;
  max-width: 50ch;
  margin-top: 3rem;
  margin-bottom: 0;
  padding-bottom: 2rem;
  padding-right: 2rem;
  font-size: .9375rem;
  font-weight: 300;
}

.contact-details {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #242424;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  padding-top: 2rem;
}

.contact-headline {
  color: #fff;
  letter-spacing: -.0125rem;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 2.375rem;
  font-weight: 500;
}

.l-projects-content {
  height: 100%;
  padding-top: 0;
  padding-bottom: 3rem;
  padding-right: 1rem;
  position: relative;
}

.studio {
  z-index: 5;
  min-height: auto;
  margin-top: -200vh;
  position: relative;
}

.studio.home {
  margin-top: 0;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.l-projects-icon-wrap {
  opacity: .3;
  justify-content: flex-start;
  align-items: center;
  width: 130px;
  height: 120px;
  position: relative;
}

.history-image-wrap-5 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: 38% 0% 0% 27%;
  box-shadow: 5px 5px 15px 10px #0000001a;
}

.p-intro {
  z-index: 10;
  color: #666;
  letter-spacing: -.0125rem;
  margin-bottom: 0;
  padding-right: 1rem;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.3;
}

.fact-number-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fact-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 8rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: grid;
}

.history-image-wrap-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: 0%;
  box-shadow: 5px 5px 15px 10px #0000001a;
}

.email-title {
  color: #adadad;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.3;
}

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

.logo-wrap {
  padding-top: 0;
  padding-left: 0;
}

.form-block {
  flex-flow: column;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-right: 3rem;
}

.collection-item-right {
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.image-container {
  object-fit: cover;
  width: 100%;
  height: 33%;
  min-height: 0;
  overflow: hidden;
}

.image-container.bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.image-container.top {
  flex-flow: column;
  display: flex;
}

.image-container.middle {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.normal-paragraph {
  color: #333;
  letter-spacing: -.0125px;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

.contact-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.testimonial-author-name {
  color: #333;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.email-wrap {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 160px;
  padding-top: .5rem;
  font-weight: 300;
  display: flex;
}

.history-image-wrap-1 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: 0%;
  box-shadow: 5px 5px 15px 10px #0000001a;
}

.team-member-text {
  z-index: 5;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 300;
}

.page-wrapper {
  padding-left: 5.5rem;
  display: flex;
  overflow: hidden;
}

.history-image-wrap-3 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: 38% 0% 0% 27%;
  box-shadow: 5px 5px 15px 10px #0000001a;
}

.team-block-info {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.team-slider-arrow {
  display: none;
}

.menu-links {
  flex-flow: column;
  display: flex;
}

.rl-btn {
  z-index: 20;
  background-color: #fff;
  width: 1px;
  height: 120%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rl-btn.dark {
  background-color: #666;
}

.contact-brief {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 500px;
  padding-bottom: 2rem;
  padding-left: 3rem;
  display: flex;
}

.button-container-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.sm-box-small-gray {
  background-color: #adadad;
  width: 3px;
  height: 3px;
  position: absolute;
}

.address-wrap {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 160px;
  padding-top: 1rem;
  padding-left: 2rem;
  font-weight: 300;
}

.ll-btn {
  z-index: 20;
  background-color: #fff;
  width: 1px;
  height: 120%;
  position: absolute;
  inset: -20% auto 0% 0%;
}

.ll-btn.dark {
  background-color: #666;
}

.client-wrap-2 {
  border-top: 1px solid #494949;
  border-bottom: 1px solid #494949;
  border-right: 1px solid #494949;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  padding-left: 3rem;
  padding-right: 3rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.client-wrap-2:hover {
  background-color: #292929;
}

.team-slider-nav {
  filter: invert();
  margin-top: 24px;
  font-size: .4rem;
  line-height: 1.5;
  position: static;
  bottom: -60px;
}

.services {
  background-color: #fff;
  min-height: 60vh;
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.contact-introduction {
  color: #fff;
  max-width: 50ch;
  margin-top: 3rem;
  margin-bottom: 0;
  padding-bottom: 2rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 400;
}

.team-paragraph {
  color: #333;
  letter-spacing: -.0125px;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

.team-paragraph.light {
  color: #cecece;
  font-weight: 400;
}

.latest-projects-wrapper {
  height: 520px;
  margin-top: 10rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.project-container {
  height: 400px;
}

.studio-features {
  flex-flow: column;
  margin-top: 3rem;
  padding-right: 3rem;
  display: flex;
}

.feature-text {
  color: #fff;
  letter-spacing: -.0125px;
  max-width: 60ch;
  margin-bottom: 0;
  margin-left: 3.4rem;
  padding-bottom: 2rem;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.feature-headline {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  border-bottom: 1px solid #cecece;
  grid-template-rows: auto;
  grid-template-columns: 10% 80% 10%;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.counter-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-height: 100px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.team {
  background-color: #242424;
}

.client-wrap-3 {
  border-top: 1px solid #494949;
  border-bottom: 1px solid #494949;
  border-right: 1px solid #494949;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  padding-left: 3rem;
  padding-right: 3rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.client-wrap-3:hover {
  background-color: #292929;
}

.history-images {
  grid-template-rows: 200px 200px 200px 200px 200px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 50%;
  position: relative;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.cta-collaborate {
  z-index: 10;
  background-color: var(--black);
  text-align: center;
  letter-spacing: -.0125rem;
  padding: 1rem 1rem .6rem;
  font-size: .9375rem;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  inset: 0%;
}

.cta-collaborate.dark {
  color: #666;
  font-weight: 500;
}

.navbar-wrapper {
  z-index: 11;
  background-color: #fff;
  border-right: 1px solid #585858;
  flex-flow: column;
  justify-content: space-between;
  width: 20rem;
  height: 100vh;
  padding: 4rem 2rem 2rem;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.projects-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: grid;
}

.social-media {
  background-color: var(--black);
  border-radius: 15px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  display: flex;
}

.fact-title {
  color: #333;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.l-projects-text {
  color: #333;
  letter-spacing: -.0125px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.l-projects-text._60ch {
  max-width: 60ch;
}

.pointer-light {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1-hero {
  z-index: 10;
  color: #fff;
  width: 100%;
  max-width: 900px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  position: absolute;
  inset: auto 60px 20% 5%;
}

.about-container {
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.our-mission-wrap {
  flex-flow: column;
  padding-top: 7rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.footer {
  background-color: #242424;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.outro-text {
  color: #fff;
  max-width: 50ch;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  font-size: .875rem;
  font-weight: 300;
}

.nav-menu-2 {
  background-color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 320px;
  margin-top: -10px;
  padding: 60px 20px;
  display: flex;
}

.nav-bar {
  z-index: 500;
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 10px auto;
  display: block;
  position: sticky;
  top: 0;
}

.menu-button-3 {
  margin-top: 10px;
  margin-right: 40px;
}

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

.mask-3 {
  background-image: linear-gradient(#00000080, #00000080);
}

.image-5 {
  margin-left: 40px;
}

.line-2 {
  background-color: #333;
  width: 20px;
  height: 1px;
}

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

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

.solution-icon {
  width: 100px;
}

.list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.list-3._2col {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-columns: 1fr 1fr;
}

.solution-top-2 {
  z-index: 999;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.solution-wrap-2 {
  z-index: 999;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
  position: relative;
}

.heading-three-2 {
  color: #010101;
  letter-spacing: -.96px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 132%;
}

.heading-three-2.white {
  color: #fff;
  font-family: Oswald, sans-serif;
}

.section-content {
  color: #fff;
  height: 100%;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 162.5%;
  list-style-type: none;
}

.section-content.top {
  margin-top: 40px;
  font-size: 20px;
}

.link {
  color: #fff;
}

.container-6 {
  max-width: 1312px;
  padding-left: 16px;
  padding-right: 16px;
}

.list-item-2 {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 500;
}

.solution-top-right-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section-overlay-2 {
  z-index: 99;
  background-image: linear-gradient(#00000094, #00000094), url('../images/flat-roof.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.solution-area-2 {
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.btn-primary-2 {
  color: #010101;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 26px;
  text-decoration: none;
  transition: letter-spacing .4s, background-color .4s, color .4s;
}

.btn-primary-2:hover {
  color: #fff;
  letter-spacing: 1px;
  background-color: #010101;
}

.solution-title-2 {
  color: #010101;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.solution-card-2 {
  background-color: #fff;
  border-radius: 16px;
  height: 100%;
  min-height: 100%;
  padding: 30px;
  text-decoration: none;
}

.solution-card-2._1st {
  height: 100%;
}

.left-arrow, .right-arrow {
  display: none;
}

.menu-div {
  height: 78vh;
}

.logo {
  background-image: url('../images/Bright-Heights-roofing---new-white.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.accordion-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.accordion-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-title {
  color: #010101;
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.heading-five {
  color: #010101;
  text-align: left;
  letter-spacing: -.8px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 132%;
}

.heading-five.black {
  color: var(--white);
}

.accordion-content {
  color: #4a4a4a;
  padding-top: 10px;
  line-height: 171%;
}

.accordion-item {
  background-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #e8edee;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 24px;
}

.accordion {
  width: 100%;
}

.hyperlink-2 {
  color: #010101;
}

.hyperlink-2:hover {
  color: #6a6a6a;
}

.accordion-body {
  padding-top: 0;
  overflow: hidden;
}

.plus {
  background-color: #010101;
  width: 2px;
  height: 13px;
  position: absolute;
}

.minus {
  background-color: #010101;
  width: 14px;
  height: 2px;
}

.faq-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.bullet-list.black {
  color: var(--black);
}

.p.mid {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1280px) {
  .img-div.jome1 {
    background-image: url('../images/WhatsApp-Image-2026-06-10-at-12.31.12-20.webp');
  }

  .inner-img.fr {
    background-image: url('../images/WhatsApp-Image-2026-06-10-at-12.31.12.webp');
  }

  .background-image.fr {
    background-image: url('../images/WhatsApp-Image-2026-06-10-at-12.31.12-2.webp');
  }

  .service-banner.fr1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-06-10-at-12.31.12.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .service-banner.svs {
    background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-06-10-at-12.31.11-10.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .l-projects-container-l {
    grid-template-columns: 1fr 1fr;
  }

  .headline-global-light {
    max-width: 80%;
  }

  .facts-grid {
    grid-template-columns: 1fr 1px 1fr;
  }

  .services-collection-left {
    grid-row-gap: 90px;
    flex-flow: column;
    margin-bottom: 4rem;
  }

  .client-wrap-4 {
    height: 260px;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .mission-headline {
    max-width: 80%;
  }

  .team-slider {
    max-width: 100vw;
  }

  .l-projects-container-r {
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
  }

  .history-image, .history-image-wrap-4 {
    width: 350px;
    height: 350px;
  }

  .subheading-wrap {
    align-items: center;
  }

  .team-slide-wrapper {
    width: auto;
    margin-right: 5%;
  }

  .external-links-wrap {
    justify-content: space-between;
    padding-bottom: 2rem;
  }

  .team-slider-wrapper {
    margin-top: 0;
    padding-left: 0%;
  }

  .services-collection-right {
    grid-row-gap: 90px;
    flex-flow: column;
  }

  .social-wrap {
    order: 1;
  }

  .client-wrap-5, .client-wrap-1 {
    height: 260px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section-heading-wrap {
    align-items: center;
  }

  .team-memmbers {
    padding-bottom: 3rem;
  }

  .facts-headline {
    max-width: 80%;
  }

  .vertical-divider {
    justify-content: center;
    align-items: center;
  }

  .collection-list-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-item {
    grid-template-columns: 50% 50%;
  }

  .contact-details {
    grid-template-columns: 1fr .75fr .25fr;
  }

  .contact-headline {
    max-width: 80%;
  }

  .history-image-wrap-5 {
    width: 350px;
    height: 350px;
  }

  .history-image-wrap-2 {
    width: 350px;
    height: 350px;
    top: 10%;
    left: 10%;
  }

  .form-block {
    padding-right: 3rem;
  }

  .collection-item-right {
    grid-template-columns: 50% 50%;
  }

  .history-image-wrap-1 {
    width: 350px;
    height: 350px;
    top: 10%;
    left: 10%;
  }

  .history-image-wrap-3 {
    width: 350px;
    height: 350px;
  }

  .menu-links {
    flex-flow: column;
    display: flex;
  }

  .client-wrap-2 {
    height: 260px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .studio-features {
    padding-right: 4rem;
  }

  .client-wrap-3 {
    height: 260px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .about-container {
    padding-left: 0;
  }
}

@media screen and (min-width: 1440px) {
  .img-div.jome1 {
    background-image: url('../images/WhatsApp-Image-2026-06-10-at-12.31.12-20.webp');
  }

  .inner-img {
    background-image: url('../images/WhatsApp-Image-2026-06-10-at-12.31.12-21.webp');
  }

  .inner-img.fr {
    background-image: url('../images/WhatsApp-Image-2026-06-10-at-12.31.12.webp');
  }

  .full-width-image-section.svs {
    background-image: url('../images/WhatsApp-Image-2026-06-10-at-12.31.12-2.webp');
  }

  .background-image.rr1 {
    background-image: url('../images/WhatsApp-Image-2026-06-10-at-12.31.12-13.webp');
    background-position: 50% 0;
  }

  .background-image.fr {
    background-image: linear-gradient(#0000, #0000), url('../images/WhatsApp-Image-2026-06-10-at-12.31.12-2.webp');
  }

  .background-image.big {
    background-image: url('../images/WhatsApp-Image-2026-06-10-at-12.31.12-8.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .service-banner.fr1 {
    background-image: url('../images/WhatsApp-Image-2026-06-10-at-12.31.12.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .service-banner.nr {
    background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-06-10-at-12.31.11-6.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .service-banner.svs {
    background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-06-10-at-12.31.11-10.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.cta {
    background-image: linear-gradient(90deg, var(--white) 26%, #fff0 57%), url('../images/WhatsApp-Image-2026-06-10-at-12.31.11-14.webp');
    background-position: 0 0, 50% 60%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-title {
    font-size: 50px;
  }

  .l-projects-container-l {
    grid-column-gap: 4rem;
    grid-template-columns: 1fr 1.5fr;
  }

  .about-period {
    padding-bottom: 4rem;
    font-size: .875rem;
  }

  .headline-global-light {
    max-width: 70%;
  }

  .headline-global-light._50 {
    margin-bottom: 4rem;
  }

  .services-collection-left {
    display: block;
  }

  .heading-large.light {
    padding-top: 6rem;
  }

  .client-wrap-4 {
    height: 320px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .query-wrap {
    grid-column-gap: 0rem;
    grid-template-columns: 50% 50%;
  }

  .mission-headline {
    max-width: 70%;
  }

  .history-grid {
    order: 1;
    align-self: flex-end;
  }

  .fact-introduction {
    justify-content: space-between;
  }

  .l-projects-container-r {
    grid-column-gap: 4rem;
    grid-template-columns: 1.25fr 1fr;
  }

  .history-image {
    width: 550px;
    height: 550px;
  }

  .history-image-wrap-4 {
    width: 550px;
    height: 550px;
    top: 30%;
    left: 5%;
  }

  .subheading-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-quote._60 {
    width: 70%;
  }

  .l-project-name {
    margin-top: 2rem;
  }

  .navbar-link.w--current {
    color: var(--primary);
  }

  .history-content {
    align-items: stretch;
    width: 50%;
  }

  .external-links-wrap {
    padding-bottom: 5rem;
  }

  .latest-projects {
    padding-top: 8rem;
  }

  .heading-wrap {
    margin-bottom: 12rem;
  }

  .feature-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: flex;
  }

  .testimonial-content {
    padding-top: 3rem;
  }

  .form {
    max-width: 70%;
  }

  .client-wrap-5, .client-wrap-1 {
    height: 320px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section-heading-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .team-memmbers {
    padding-bottom: 3rem;
  }

  .arrow-open {
    width: 24px;
  }

  .facts-headline {
    max-width: 70%;
  }

  .button-wrap-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about-introduction {
    padding-bottom: 4rem;
  }

  .contact-details {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    grid-template-columns: 1fr .75fr .25fr;
  }

  .contact-headline {
    max-width: 70%;
  }

  .history-image-wrap-5 {
    width: 550px;
    height: 550px;
    top: 30%;
    left: 4%;
  }

  .history-image-wrap-2 {
    width: 550px;
    height: 550px;
    left: -9%;
  }

  .collection-item-right {
    grid-column-gap: 5rem;
    grid-row-gap: 0rem;
  }

  .normal-paragraph {
    min-width: auto;
    max-width: 80ch;
  }

  .contact-form {
    padding-left: 4rem;
  }

  .history-image-wrap-1 {
    width: 550px;
    height: 550px;
    left: -10%;
  }

  .history-image-wrap-3 {
    width: 550px;
    height: 550px;
    inset: 30% 0% 0% 5%;
  }

  .client-wrap-2 {
    height: 320px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .services {
    width: 100vw;
  }

  .contact-introduction {
    padding-bottom: 4rem;
  }

  .team-paragraph {
    min-width: auto;
    max-width: 80ch;
  }

  .latest-projects-wrapper {
    height: 620px;
    margin-top: 5rem;
  }

  .project-container {
    height: 500px;
  }

  .studio-features {
    padding-right: 7rem;
  }

  .feature-text {
    max-width: 80ch;
  }

  .team {
    width: 100vw;
  }

  .client-wrap-3 {
    height: 320px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .history-images {
    width: 50%;
  }

  .l-projects-text {
    min-width: auto;
    max-width: 80ch;
    font-size: 1rem;
  }

  .outro-text {
    padding-bottom: 2rem;
  }

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

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

  .solution-wrap-2 {
    padding-top: 60px;
  }

  .section-overlay-2 {
    border-radius: 20px;
  }

  .accordion {
    width: 100%;
    max-width: none;
  }

  .faq-wrap {
    grid-template-columns: 1fr 660px;
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .body-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    max-width: 1800px;
  }

  .hero-bg-grad {
    height: 950px;
  }

  .service-grid {
    width: 100%;
  }

  .img-div.jome1 {
    justify-content: space-around;
  }

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

  .whatsapp-chat {
    display: none;
  }

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

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

  .hero-title {
    color: var(--white);
    font-weight: 500;
  }

  .hero-grid {
    grid-template-columns: 1.04fr 1fr;
    height: auto;
  }

  .hero-wrapper {
    height: auto;
  }

  .hero-img {
    max-height: 916px;
  }

  .hero-sub-title {
    font-size: 24px;
    line-height: 125%;
  }

  .hero-sub-title-flex {
    margin-bottom: 32px;
  }

  .hero-nav-menu-wrap {
    max-width: 51%;
    padding-bottom: 40px;
  }

  .sub-title {
    font-size: 18px;
  }

  .sub-title.medium {
    line-height: 166.667%;
  }

  .hero-left-content {
    width: 100%;
    max-width: 690px;
    padding-right: 0;
  }

  .l-projects-container-l {
    grid-column-gap: 6rem;
    grid-template-columns: 1fr 1.5fr;
  }

  .about-period {
    letter-spacing: -.0125rem;
    margin-bottom: 0;
    padding-bottom: 4rem;
    font-size: .9375rem;
    line-height: 1.5;
  }

  .headline-global-light {
    max-width: 60%;
  }

  .headline-global-light._50 {
    max-width: 40%;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }

  .services-collection-left {
    width: 100%;
  }

  .heading-large {
    padding-left: 3rem;
  }

  .heading-large.light {
    padding-top: 6rem;
  }

  .client-wrap-4 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .mission-headline {
    max-width: 60%;
  }

  .mission-headline._50 {
    max-width: 35%;
    margin-top: 6rem;
    margin-bottom: 0;
  }

  .l-projects-container-r {
    grid-column-gap: 6rem;
    grid-template-columns: 1.5fr 1fr;
  }

  .footer-links-2 {
    color: #b6b6b6;
    text-decoration: none;
    transition: all .3s;
  }

  .about-wrap {
    padding-left: 3rem;
  }

  .history-image {
    object-fit: cover;
    width: 700px;
    height: 700px;
  }

  .history-image-wrap-4 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 700px;
    height: 700px;
    margin-bottom: .5rem;
    display: flex;
    top: 14%;
    left: 11%;
    overflow: hidden;
  }

  .testimonial-quote._60 {
    width: 60%;
  }

  .about-team {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .team-slide-wrapper {
    margin-right: -2%;
  }

  .history-content {
    width: 40%;
  }

  .external-links-wrap {
    padding-right: 6rem;
  }

  .mission-desciption {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .main-wrapper {
    align-items: center;
    width: 100vw;
    min-width: 100vw;
    height: auto;
    min-height: 100vh;
  }

  .feature-content {
    padding-bottom: 0;
  }

  .fact-number.right {
    padding-right: 0;
  }

  .client-wrap-5, .client-wrap-1 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .team-memmbers {
    justify-content: center;
    align-items: center;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .facts-headline {
    max-width: 60%;
  }

  .collection-list-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
  }

  .collection-item {
    grid-template-columns: 65% 35%;
  }

  .about-introduction {
    letter-spacing: -.0125rem;
    margin-bottom: 0;
    padding-bottom: 4rem;
    line-height: 1.2;
  }

  .contact-details {
    grid-column-gap: 11rem;
    grid-row-gap: 11rem;
    grid-template-columns: .75fr .25fr .25fr;
  }

  .contact-headline {
    max-width: 60%;
  }

  .l-projects-content {
    padding-right: 0;
  }

  .history-image-wrap-5 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 700px;
    height: 700px;
    margin-bottom: .5rem;
    display: flex;
    top: 14%;
    left: -10%;
    overflow: hidden;
  }

  .fact-number-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .history-image-wrap-2 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 700px;
    height: 700px;
    margin-bottom: .5rem;
    display: flex;
    overflow: hidden;
  }

  .container-5 {
    max-width: 100%;
  }

  .collection-item-right {
    grid-template-columns: 50% 50%;
    justify-content: start;
    justify-items: start;
    min-width: 100%;
  }

  .contact-form {
    justify-content: space-between;
    align-items: stretch;
  }

  .history-image-wrap-1 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 700px;
    height: 700px;
    overflow: hidden;
  }

  .history-image-wrap-3 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 700px;
    height: 700px;
    margin-bottom: .5rem;
    display: flex;
    top: 14%;
    left: -10%;
    overflow: hidden;
  }

  .client-wrap-2 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .team-slider-nav {
    margin-top: 3rem;
    display: none;
  }

  .services {
    width: 100vw;
  }

  .contact-introduction {
    letter-spacing: -.0125rem;
    margin-bottom: 0;
    padding-bottom: 4rem;
    line-height: 1.2;
  }

  .studio-features {
    margin-top: 7rem;
  }

  .feature-text {
    color: #fff;
    max-width: 80ch;
  }

  .team, .featured-projects {
    width: 100vw;
  }

  .client-wrap-3 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .history-images {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 60%;
  }

  .feature-box {
    flex-flow: column;
    display: flex;
  }

  .about-container {
    padding-left: 0%;
  }

  .outro-text {
    letter-spacing: -.0125rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
    line-height: 1.2;
  }

  .solution-wrap-2 {
    padding-top: 60px;
  }

  .heading-three-2 {
    font-weight: 700;
  }

  .heading-five {
    color: #010101;
    letter-spacing: -.8px;
    font-size: 40px;
    line-height: 132%;
  }

  .accordion {
    width: 100%;
    max-width: none;
  }

  .accordion-body {
    padding-right: 20px;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .banner-header {
    flex-direction: column;
    font-size: 50px;
    line-height: 60px;
  }

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

  .body-section._0b {
    padding-bottom: 60px;
  }

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

  .hero-bg-grad {
    background-image: linear-gradient(90deg, var(--black) 26%, var(--transparent)), url('../images/flat-roof.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-div {
    width: 90%;
  }

  .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-top: 20px;
  }

  .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 {
    width: 100%;
  }

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

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

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

  .footer-div {
    flex-direction: column;
    place-content: center;
    justify-items: stretch;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .full-width-image-section, .full-width-image-section.para-img {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .co-logo {
    width: 151px;
  }

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

  .logo-link {
    width: 156px;
  }

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

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

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

  .burger-menu {
    color: var(--white);
  }

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

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

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

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

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

  .project1 {
    margin-bottom: 10px;
  }

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

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

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

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

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

  .project2 {
    margin-bottom: 10px;
  }

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

  .comment-column {
    padding: 30px;
  }

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

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

  .top-div {
    width: 95%;
  }

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

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

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

  .icon-5 {
    color: #fff;
  }

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

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

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

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

  .buttons.dark {
    margin-top: 0;
  }

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

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

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

  .lb-img {
    height: 180px;
  }

  .dropdown-toggle {
    background-color: var(--white);
    width: 100%;
    color: var(--black);
    text-align: right;
  }

  .form-white-bg {
    width: 100%;
    margin-top: 40px;
  }

  .container-2.z {
    flex-flow: column;
  }

  .contact-left {
    width: 100%;
  }

  .whatsapp-block {
    z-index: 500;
    display: flex;
  }

  .whatsapp-chat {
    display: none;
  }

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

  .menu2.w--open {
    position: relative;
  }

  .container-3 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-navbar {
    background-color: #fff;
    display: none;
  }

  .hero-title {
    width: 305px;
  }

  .hero-grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero-wrapper {
    height: auto;
  }

  .hero-img {
    max-height: 474px;
  }

  .hero-sub-title {
    line-height: 150%;
  }

  .hero-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-nav-menu-wrapper {
    display: block;
  }

  .hero-left.border-right {
    border-right-style: none;
    justify-content: flex-start;
    padding-top: 0;
  }

  .hero-nav-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-logo-link {
    padding-left: 0;
  }

  .sub-title {
    font-size: 14px;
    line-height: 142.857%;
  }

  .navbar-time-text {
    font-size: 16px;
    line-height: 150%;
  }

  .hero-branding-img {
    max-width: 181px;
  }

  .hero-branding-flex {
    flex-flow: column;
    width: 100%;
    max-width: 181px;
    padding-bottom: 20px;
  }

  .hero-left-content {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-branding-wrap {
    display: none;
  }

  .tablet-on {
    display: block;
  }

  .hero-title-wrap {
    width: 100%;
    max-width: 305px;
    margin-bottom: 0;
  }

  .l-projects-container-l {
    grid-template-columns: 1fr;
    display: flex;
  }

  .testimonial-slider-nav {
    margin-top: 0;
    padding-top: 1rem;
    left: 0%;
    right: 0;
  }

  .pointer-gray {
    justify-content: center;
    align-items: center;
    margin-top: 3px;
  }

  .headline-global-light._50 {
    width: 100%;
  }

  .facts-grid {
    grid-template-columns: 1fr 1px 1fr;
    padding-top: 4rem;
  }

  .services-collection-left {
    flex-flow: column;
    margin-bottom: 2rem;
    display: flex;
  }

  .heading-large.light {
    font-size: 4.5rem;
  }

  .client-wrap-4 {
    height: 170px;
  }

  .query-wrap {
    flex-flow: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  .mission-features {
    width: 100%;
    height: auto;
    padding-top: 2rem;
  }

  .fetures-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .mission-headline {
    padding-left: 2rem;
    font-size: 2rem;
  }

  .mission-headline._50 {
    width: 100%;
    max-width: 70%;
  }

  .mission-container {
    flex-flow: column;
  }

  .footer-links-wrap {
    padding-right: 2rem;
  }

  .l-projects-container-r {
    display: flex;
  }

  .contact-details-wrap {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .history-image-wrap-4 {
    align-self: center;
    inset: 0% 0% 0% 32%;
  }

  .padding-large {
    padding-top: 2rem;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-quote._60 {
    font-size: 1.2rem;
  }

  .l-project-name {
    margin-top: 0;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .history-content {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
    inset: 0%;
  }

  .external-links-wrap {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mission-desciption {
    width: 100%;
    padding-top: 2rem;
  }

  .hostory-container {
    flex-flow: column;
    height: 90vh;
    position: relative;
  }

  .lates-project-img-wrap {
    order: -1;
    height: 450px;
    min-height: auto;
  }

  .services-collection-right {
    flex-flow: column;
    display: flex;
  }

  .container-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-wrap.padding-3 {
    padding-left: 2rem;
  }

  .l-projects-button-wrap {
    margin-top: 77px;
    position: static;
  }

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

  .client-wrap-5 {
    border-left: 1px solid #494949;
    height: 170px;
  }

  .client-wrap-1 {
    height: 170px;
  }

  .clients-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .regular {
    font-size: .875rem;
    left: 7%;
  }

  .connection-horizontal {
    display: none;
  }

  .copyright {
    padding-left: 2rem;
  }

  .collection-item {
    flex-flow: column;
    display: flex;
  }

  .history-heading {
    line-height: 1.3;
  }

  .container-global {
    max-width: 100vw;
  }

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

  .l-projects-content {
    flex-flow: column;
    padding-top: 2rem;
    padding-right: 0;
    display: flex;
  }

  .history-image-wrap-5 {
    align-self: center;
    inset: 0% 0% 0% 32%;
  }

  .fact-container {
    flex-flow: column;
    align-items: stretch;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .history-image-wrap-2 {
    inset: 0%;
  }

  .container-5 {
    max-width: 680px;
  }

  .collection-item-right {
    flex-flow: column;
    display: flex;
  }

  .contact-form {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .history-image-wrap-1 {
    inset: 0%;
  }

  .history-image-wrap-3 {
    align-self: center;
    inset: 0% 0% 0% 32%;
  }

  .contact-brief {
    justify-content: flex-start;
    height: auto;
    padding-left: 2rem;
  }

  .client-wrap-2 {
    border-left: 1px solid #494949;
    height: 170px;
  }

  .services {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .latest-projects-wrapper {
    height: auto;
    margin-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .studio-features {
    padding-right: 0;
  }

  .feature-text {
    margin-left: 3rem;
  }

  .client-wrap-3 {
    border-left: 1px solid #494949;
    height: 170px;
  }

  .history-images {
    width: 50%;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% 25%;
  }

  .testimonial-slide {
    flex-flow: column;
  }

  .projects-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .social-media {
    margin-top: 2rem;
  }

  .h1-hero {
    width: 90%;
    max-width: 90%;
    font-size: 3rem;
    left: 7%;
    right: 40px;
  }

  .solution-top-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .solution-wrap-2 {
    grid-template-columns: 1fr 1fr;
    padding-top: 64px;
  }

  .solution-area-2 {
    z-index: 5;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .accordion-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .accordion-body {
    padding-right: 20px;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .banner-header {
    font-size: 40px;
    line-height: 50px;
  }

  .p {
    font-size: 15.5px;
  }

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

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

  .hero-div {
    width: 90%;
    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-list-item {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1.25fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-section-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .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: 40px;
  }

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

  ._3x1-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

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

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

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

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

  .comment-column._2 {
    padding: 20px;
  }

  .timeline {
    text-align: left;
  }

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

  .top-container-black {
    width: 90%;
  }

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

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

  .h3-logo {
    width: 260px;
  }

  .list-wrapper, .list-wrapper._2col, .list-wrapper._3.bp {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .buttons {
    text-align: center;
  }

  .buttons.banner {
    display: none;
  }

  .section.cta {
    background-image: linear-gradient(90deg, var(--white) 26%, #fff0), url('../images/AdobeStock_336818927.webp');
    background-position: 0 0, 50% 60%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-container {
    margin-bottom: 40px;
  }

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

  .lb-img {
    height: 150px;
  }

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

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

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

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

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

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

  .whatsapp-container {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .hero-text {
    font-size: 15.5px;
  }

  .grid-list._2x1, .grid-list._3 {
    grid-template-columns: 1fr;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-title {
    letter-spacing: -3px;
    font-size: 60px;
    line-height: 100%;
  }

  .hero-grid {
    grid-row-gap: 32px;
  }

  .hero-img {
    min-height: 461px;
    max-height: 461px;
  }

  .hero-sub-title-flex, .navbar-time-text, .hero-branding-flex {
    display: none;
  }

  .hero-left-content {
    padding-bottom: 0;
    padding-right: 0;
  }

  .l-projects-container-l {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial-slider-large {
    padding: 0;
  }

  .feature-name {
    font-size: .875rem;
  }

  .headline-global-light._50 {
    font-size: 2rem;
    line-height: 1.1;
  }

  .facts-grid {
    grid-template-rows: .75fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .services-collection-left {
    margin-bottom: 2rem;
  }

  .heading-large.light {
    font-size: 3rem;
  }

  .client-wrap-4 {
    height: 150px;
    padding: 1rem 5rem;
  }

  .fetures-container {
    flex-flow: column;
  }

  .mission-headline {
    padding-left: 2rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .mission-headline._50 {
    max-width: 100%;
  }

  .history-grid {
    padding-top: .2rem;
  }

  .team-introduction {
    flex-flow: column;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mission-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-links-wrap {
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .l-projects-container-r {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .padding-small {
    height: 1rem;
  }

  .contact-details-wrap {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .history-image-wrap-4 {
    left: 19%;
  }

  .about-team {
    width: 100%;
    padding-top: 2rem;
  }

  .history {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-left: 15%;
    margin-right: 0%;
  }

  .history-content {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .external-links-wrap {
    width: 100%;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hostory-container {
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lates-project-img-wrap {
    margin-top: 1rem;
  }

  .services-collection-right {
    display: flex;
  }

  .container-4 {
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-wrap.padding-3 {
    padding-right: 2rem;
  }

  .testimonial-content {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
  }

  .client-wrap-5 {
    border-left: 1px solid #494949;
    height: 150px;
    padding: 1rem 5rem;
  }

  .connection-vertical {
    height: 100%;
  }

  .client-wrap-1 {
    height: 150px;
    padding: 1rem 5rem 1rem 3rem;
  }

  .clients-grid {
    margin-bottom: 4rem;
  }

  .regular {
    bottom: 21%;
  }

  .team-heading-wrap {
    width: 100%;
  }

  .slide-3 {
    padding-top: 3rem;
  }

  .fact-box {
    grid-column-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    width: 120px;
    height: 100px;
    min-height: 100px;
    margin-bottom: 2rem;
  }

  .fact-box.border-b, .fact-box.border-tb {
    grid-column-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    width: 120px;
    height: 120px;
    min-height: 120px;
    padding-right: .2rem;
  }

  .facts-headline {
    font-size: 2rem;
  }

  .button-wrap-2 {
    inset: auto auto 12% 7%;
  }

  .connection-horizontal {
    height: 100%;
    display: none;
  }

  .vertical-divider {
    display: none;
  }

  .copyright {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 1rem;
    padding-right: 0;
  }

  .collection-item {
    height: 100%;
  }

  .history-heading {
    margin-top: 2px;
    padding-bottom: 0;
    font-size: .875rem;
  }

  .about-introduction {
    line-height: 1.2;
  }

  .l-projects-content {
    padding-bottom: 2rem;
  }

  .history-image-wrap-5 {
    left: 19%;
  }

  .fact-number-wrap {
    width: 120px;
    margin-right: 2rem;
  }

  .fact-container {
    padding-bottom: 4rem;
  }

  .container-5 {
    max-width: 390px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-block {
    padding-right: 0;
  }

  .image-container.bottom {
    margin-top: -1px;
  }

  .contact-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .history-image-wrap-3 {
    left: 19%;
  }

  .contact-brief {
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .client-wrap-2 {
    border-top-style: none;
    border-bottom-style: none;
    border-left: 1px solid #494949;
    height: 150px;
    padding: 1rem 5rem;
  }

  .services {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .latest-projects-wrapper {
    margin-top: 4rem;
  }

  .client-wrap-3 {
    border-left: 1px solid #494949;
    height: 150px;
    padding: 1rem 5rem;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 0;
  }

  .projects-wrapper {
    grid-template-columns: 1fr;
    padding-bottom: 6rem;
  }

  .fact-title {
    margin-top: -1.8rem;
    font-size: .875rem;
  }

  .h1-hero {
    bottom: 30%;
  }

  .our-mission-wrap {
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 30% 70%;
  }

  .solution-top-2, .solution-wrap-2 {
    grid-template-columns: 1fr;
  }

  .solution-top-right-2 {
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
  }
}

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

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

  .button-outline {
    font-size: 14.5px;
  }

  .body-section {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-section._0b {
    padding-bottom: 30px;
  }

  .body-section.np {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container {
    width: 85%;
  }

  .hero-bg-grad {
    background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(171deg, var(--black) 11%, var(--transparent) 52%), url('../images/flat-roof.webp');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    height: 48vh;
    padding-top: 0;
  }

  .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: 20px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

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

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

  .img-div {
    min-height: 250px;
    box-shadow: -8px 6px 0 0 var(--white);
    margin-top: 30px;
    margin-bottom: 0;
  }

  .inner-img {
    min-height: 250px;
    margin-top: 0;
  }

  .section-h1-wrapper.display-flex {
    margin-top: 20px;
  }

  .footer-col {
    width: 100%;
  }

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

  .footer-grid {
    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-div {
    align-items: center;
    width: 100%;
    padding-bottom: 80px;
  }

  .header-social-icon {
    color: var(--primary);
    margin-left: 10px;
  }

  .header-social-icon.margin-right-none.l {
    margin-left: 0;
  }

  .full-width-image-section, .full-width-image-section.para-img {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-cta-wrapper.margin-left-auto {
    display: block;
  }

  .co-logo {
    width: 150px;
    height: 122.438px;
  }

  .navbar {
    text-align: center;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .logo-link {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .dropdown-link {
    background-color: var(--pale-grey);
    color: var(--black);
    text-align: right;
    font-size: 16px;
    display: block;
  }

  .contact-div {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .service-nav-text {
    margin-left: 20px;
  }

  .contact-section {
    padding-top: 12px;
    position: relative;
  }

  .nav-link {
    text-align: right;
    font-size: 16px;
  }

  .nav-link.w--current {
    text-align: right;
  }

  .banner-red {
    margin-left: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .lrg-heading {
    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: 20px;
    grid-row-gap: 20px;
  }

  .gallery-sub {
    margin-top: 10px;
    font-size: 13px;
  }

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

  .white-section._0 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .project2, .project3 {
    height: 250px;
  }

  .h2.b-30 {
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
  }

  .h3-large.b-30 {
    font-size: 38px;
  }

  .footer-logo {
    width: 160px;
  }

  .footer-logo-link {
    margin-bottom: 0;
  }

  .list-head {
    text-align: left;
    font-size: 14.5px;
    line-height: 25px;
  }

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

  .comment-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 20px;
  }

  .comment-column._2 {
    margin-right: 0;
  }

  .bullet-font-icon-2 {
    flex: none;
  }

  .timeline {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    font-size: 14.5px;
  }

  .single-comments {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-links {
    text-align: center;
    line-height: 23px;
  }

  .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 {
    background-color: var(--black);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3 {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.35;
  }

  .h3-logo, .h3-logo.w--current {
    width: 200px;
  }

  .list-wrapper, .list-wrapper._2col, .list-wrapper._3.bp {
    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;
  }

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

  .service-nav {
    padding-top: 20px;
    padding-bottom: 0;
  }

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

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

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

  .service-banner.awc {
    height: 200px;
    font-family: Poppins, sans-serif;
  }

  .service-banner.fs {
    height: 200px;
  }

  .service-banner.ct, .service-banner.gal {
    height: 200px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-banner.test {
    height: 200px;
  }

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

  .service-banner._60 {
    height: 200px;
  }

  .service-ban-head {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
  }

  .service-ban-text {
    width: 90%;
    margin-top: 20px;
  }

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

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

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

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

  .bullet-font-icon-4 {
    flex: none;
  }

  .buttons {
    margin-bottom: 10px;
  }

  .buttons.dark {
    width: 100%;
  }

  .buttons.banner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .section.cta {
    padding: 30px 10px;
  }

  .top-text.cta {
    font-size: 30px;
    line-height: 40px;
  }

  .button-container {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .lb-img {
    height: 120px;
  }

  .dropdown-toggle {
    background-color: var(--black);
    color: var(--white);
    padding-left: 40px;
  }

  .button {
    text-align: center;
    width: 100%;
  }

  .button.email {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .button-2 {
    margin-bottom: 10px;
  }

  .button-2.dark {
    width: auto;
  }

  .section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .section-title.cta {
    width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .container-2 {
    width: 85%;
  }

  .container-2.z {
    width: 95%;
  }

  .cta-text-2 {
    width: 100%;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .whatsapp-container {
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button {
    width: 90%;
  }

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

  .h3-heading {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.35;
  }

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

  .humbarger-wrap {
    width: 32px;
    height: 32px;
  }

  .hero-nav-bottom-link {
    font-size: 14px;
    line-height: 150%;
  }

  .about-period {
    max-width: none;
    padding-top: 0;
    padding-bottom: 2rem;
    padding-right: 1rem;
  }

  .feature-name {
    text-align: left;
    margin-top: 0;
    margin-bottom: .2rem;
    padding-bottom: 0;
  }

  .testimonial-slider-nav {
    margin-top: 0;
    position: static;
  }

  .team-block {
    width: 170px;
    height: 170px;
  }

  .headline-global-light._50 {
    font-size: 1.3125rem;
    line-height: 1.2;
  }

  .services-collection-left {
    height: 100%;
    margin-bottom: 3rem;
  }

  .client-wrap-4 {
    height: 130px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .fetures-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .mission-headline {
    padding-left: 0;
    padding-right: 1rem;
    font-size: 1.3125rem;
  }

  .mission-headline._50 {
    max-width: 100%;
  }

  .team-slider {
    width: 190px;
  }

  .history-grid {
    grid-column-gap: 0rem;
    width: 100%;
  }

  .wh-wrap {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
  }

  .copy-right {
    padding-left: 2rem;
  }

  .subheading-2 {
    font-size: 1.3125rem;
  }

  .mission-container {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .footer-links-wrap {
    grid-column-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1rem;
    padding-left: 1rem;
  }

  .sidebar {
    width: 3.5rem;
  }

  .l-projects-container-r {
    padding-left: 0;
    display: block;
  }

  .contact-details-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonials-2 {
    margin-bottom: -2rem;
  }

  .footer-links-2 {
    text-align: left;
  }

  .about-wrap {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .history-image-wrap-4 {
    width: 230px;
    height: 230px;
    inset: 0% 0% 0% 2%;
  }

  .feature-title {
    font-size: 1rem;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-quote._60 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .l-project-name {
    margin-top: 1rem;
    font-size: 1.3125rem;
    line-height: 1.3;
  }

  .history {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .team-slide-wrapper {
    width: 175px;
    height: 175px;
    margin-left: 0%;
    margin-right: 12%;
  }

  .history-content {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .external-links-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mission-desciption {
    padding-top: 1rem;
  }

  .hostory-container {
    height: 70%;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .team-slider-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 190px;
    margin-top: 0;
  }

  .services-collection-right {
    display: flex;
  }

  .query-btn-container {
    left: 0;
  }

  .container-4 {
    flex-flow: column;
    max-width: none;
    height: 400px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-wrap {
    padding-left: 1rem;
  }

  .heading-wrap.padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-content {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fact-number {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .social-wrap {
    flex-flow: column;
  }

  .client-wrap-5 {
    height: 130px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .about-features-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    left: 1rem;
  }

  .about-features-wrap.top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    left: 1rem;
    right: 1rem;
  }

  .team-member-image-two {
    width: 170px;
    height: 170px;
  }

  .video-heading {
    font-size: 3rem;
    bottom: 12rem;
    left: 1rem;
    right: 1px;
  }

  .connection-vertical {
    width: 90%;
    height: 1%;
    margin-top: 10px;
    margin-left: .5rem;
    padding-right: 1rem;
    display: none;
  }

  .client-wrap-1 {
    height: 130px;
    padding-right: 3rem;
  }

  .team-memmbers {
    justify-content: center;
    align-items: center;
  }

  .clients-grid {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .regular {
    width: auto;
    min-width: auto;
    max-width: 40ch;
    font-size: .75rem;
    line-height: 1.4;
    inset: 72% 5% auto 1rem;
  }

  .hero {
    justify-content: center;
    align-items: center;
    height: 60vh;
    min-height: 60vh;
    padding-left: 0;
    display: flex;
  }

  .fact-box.border-b {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 160px;
    min-height: 160px;
    padding-top: 0;
  }

  .fact-box.border-tb {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 160px;
    min-height: 160px;
  }

  .facts-headline {
    font-size: 1.3125rem;
    line-height: 1.2;
  }

  .container-history {
    height: auto;
    padding-left: 3.5rem;
  }

  .button-wrap-2 {
    bottom: 10%;
    left: 1rem;
  }

  .connection-horizontal {
    width: 90%;
    height: 1%;
    margin-top: 10px;
    margin-left: .5rem;
    padding-right: 1rem;
    display: block;
  }

  .latest-project-img {
    padding-left: 1rem;
  }

  .collection-list-2 {
    flex-flow: column;
    height: 100%;
    display: flex;
  }

  .l-projects-btn-container {
    left: 1rem;
  }

  .copyright {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 1rem;
    padding-right: 0;
  }

  .collection-item {
    height: 100%;
    margin-bottom: 0;
  }

  .history-heading {
    text-align: left;
    margin-top: .5rem;
    margin-bottom: 1rem;
  }

  .container-global {
    padding-left: 3.5rem;
  }

  .l-projects-content {
    order: 1;
    padding-bottom: 0;
    padding-left: 1rem;
  }

  .history-image-wrap-5 {
    width: 230px;
    height: 230px;
    inset: 0% 0% 0% 2%;
  }

  .fact-number-wrap {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fact-container {
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .history-image-wrap-2 {
    width: 230px;
    height: 230px;
  }

  .container-5 {
    max-width: 190px;
  }

  .collection-item-right {
    flex-flow: column;
    height: 100%;
    display: flex;
  }

  .normal-paragraph {
    font-size: .875rem;
    line-height: 1.4;
  }

  .testimonial-author-name {
    text-align: center;
  }

  .email-wrap {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    max-width: 160px;
  }

  .history-image-wrap-1 {
    width: 230px;
    height: 230px;
  }

  .history-image-wrap-3 {
    width: 230px;
    height: 230px;
    inset: 0% 0% 0% 2%;
  }

  .contact-brief {
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-container-2 {
    margin-top: 35px;
  }

  .address-wrap {
    align-self: flex-start;
    padding-left: 0;
  }

  .client-wrap-2 {
    height: 130px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .team-slider-nav {
    margin-left: -1.9rem;
    font-size: .3rem;
  }

  .contact-introduction {
    max-width: none;
    padding-right: 1rem;
  }

  .team-paragraph {
    font-size: .875rem;
    line-height: 1.4;
  }

  .team-paragraph.light {
    font-size: .9375rem;
  }

  .latest-projects-wrapper {
    height: 100%;
    padding-left: 0;
    padding-right: 1rem;
  }

  .project-container {
    height: 350px;
    padding-right: 1rem;
  }

  .feature-text {
    font-weight: 300;
  }

  .counter-box {
    justify-content: flex-start;
    align-items: flex-start;
    width: 41px;
  }

  .client-wrap-3 {
    height: 130px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .history-images {
    display: none;
    position: absolute;
  }

  .testimonial-slide {
    justify-content: flex-start;
  }

  .mask {
    margin-left: -5px;
  }

  .navbar-wrapper {
    width: auto;
    padding-left: 1rem;
  }

  .projects-wrapper {
    grid-template-columns: 1fr;
    padding-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fact-title {
    text-align: left;
    margin-top: .5rem;
    margin-bottom: 1rem;
  }

  .l-projects-text {
    font-size: .75rem;
    line-height: 1.4;
  }

  .h1-hero {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 36px;
    left: 1rem;
  }

  .our-mission-wrap {
    padding-top: 2rem;
  }

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

  .outro-text {
    max-width: none;
    padding-right: 1rem;
    font-size: .9375rem;
  }

  .solution-top-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .solution-wrap-2 {
    padding-top: 30px;
  }

  .heading-three-2.white {
    font-size: 40px;
    line-height: 100%;
  }

  .solution-area-2 {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .btn-primary-2 {
    display: none;
  }

  .solution-title-2 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .accordion-title {
    font-size: 20px;
    font-weight: 500;
  }

  .accordion-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion {
    width: 95%;
  }

  .hyperlink-2 {
    color: #010101;
  }

  .hyperlink-2:hover {
    color: #6a6a6a;
  }
}

#w-node-dcd4e3fb-6cf5-32cc-258f-0e9f042a145d-6ec452d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_537eb800-5d01-85b5-f37f-70351b28e5a2-1b28e59f {
  place-self: center;
}

#w-node-_537eb800-5d01-85b5-f37f-70351b28e5a5-1b28e59f, #w-node-_537eb800-5d01-85b5-f37f-70351b28e5ca-1b28e59f {
  place-self: start;
}

#w-node-_537eb800-5d01-85b5-f37f-70351b28e5da-1b28e59f, #w-node-_88f425dc-20a8-f778-eb7a-3268425ced98-6ec452d7, #w-node-_88f425dc-20a8-f778-eb7a-3268425ced9c-6ec452d7, #w-node-_88f425dc-20a8-f778-eb7a-3268425ceda0-6ec452d7, #w-node-_88f425dc-20a8-f778-eb7a-3268425ceda4-6ec452d7, #w-node-_22b05db6-2aa4-df0a-f464-0cf99b1783dc-6ec452d7, #w-node-ad34a5b1-6143-ffb7-e850-61b2b85005e6-6ec452d7, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c21-6ec452d9, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c27-6ec452d9, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c2d-6ec452d9, #w-node-b0b8f46c-144c-f8cb-6e8a-70c289d43a7c-6ec452da, #w-node-f91131d2-4e95-9fc6-8d34-efd977b630e7-6ec452da, #w-node-_351c13a7-707a-9614-2a09-a32c005087e8-6ec452da, #w-node-dd9141e5-c48b-01b3-8369-ba3b053f5357-6ec452da, #w-node-b6ff4515-e335-5a47-aee3-c6a7cb320ef7-6ec452da, #w-node-c90f7d64-ec59-95c6-cd57-8a4a64c18f0d-6ec452da, #w-node-_0cc81321-8a9a-fe46-658c-65e00dcaf700-6ec452da, #w-node-ab7ae640-4b5e-3a78-8362-04c7e722df33-6ec452da, #w-node-_82dc3b08-1f38-5b3b-711b-f201a00ffc57-6ec452da, #w-node-_789decf7-6580-413e-0f33-2ef1b61c760e-6ec452da, #w-node-_444841fc-4e32-ec57-f2c7-ed5feb8d78cc-6ec452da, #w-node-ba9faa26-c502-1489-ff19-4423f54e4402-6ec452da, #w-node-_82f5d97c-7f6a-d6a8-9c6b-85547260bb87-6ec452da, #w-node-fe39d36e-6bac-e9ee-2e8e-57fa0a58ec4d-6ec452da, #w-node-_4fb1a7a6-a080-31bc-7623-990189514bd0-6ec452da, #w-node-c47b5d54-20e9-1e8e-0ab2-7ef1f3a60ef6-6ec452da, #w-node-_95a6a4da-0aa9-e3d6-3269-9ce50c392228-6ec452da, #w-node-_67e6d3b9-bafb-f0a5-8704-227081d9719f-6ec452da, #w-node-_8da8fcc4-4f90-bac3-c988-eb00343b5e1a-6ec452da, #w-node-fc60336d-7356-9e27-f929-b6f1c3e9a777-6ec452da, #w-node-_8574c0b0-3991-38fd-a9e0-f860369ab7df-6ec452da, #w-node-_85b8a2ba-0a0b-15a2-0588-9a5996eb988f-6ec452da, #w-node-_6794b4e4-9008-d74a-6b4c-4fb5adf52e7d-6ec452da, #w-node-a4250fb9-7374-d4ae-cfaf-f8566fe92dd7-6ec452da, #w-node-_66aeed70-3052-644b-83ef-4f068a63a183-6ec452da, #w-node-abcee03f-bcd8-09f3-04aa-d3bae13a45e7-6ec452da, #w-node-cd731796-251c-e05e-dccc-2e56b80b8c33-6ec452da, #w-node-cc4b141e-c5a2-024e-2af2-45f6374600fc-6ec452da, #w-node-e9ac6c07-cd02-381e-d569-067a20e59ff5-6ec452da, #w-node-_029c65bb-e850-10e4-1144-d29642144890-6ec452da, #w-node-_3ebd3ba4-0d01-7f4d-f382-b57f3643bc36-6ec452db, #w-node-_3ebd3ba4-0d01-7f4d-f382-b57f3643bc3a-6ec452db, #w-node-_3ebd3ba4-0d01-7f4d-f382-b57f3643bc3e-6ec452db, #w-node-_3ebd3ba4-0d01-7f4d-f382-b57f3643bc42-6ec452db, #w-node-e208340a-4022-a5a8-8e30-c6bc3c1c3e81-6ec452db, #w-node-e208340a-4022-a5a8-8e30-c6bc3c1c3e85-6ec452db, #w-node-e208340a-4022-a5a8-8e30-c6bc3c1c3e89-6ec452db, #w-node-e208340a-4022-a5a8-8e30-c6bc3c1c3e8d-6ec452db, #w-node-e208340a-4022-a5a8-8e30-c6bc3c1c3e91-6ec452db, #w-node-e208340a-4022-a5a8-8e30-c6bc3c1c3e95-6ec452db, #w-node-e208340a-4022-a5a8-8e30-c6bc3c1c3e99-6ec452db, #w-node-e208340a-4022-a5a8-8e30-c6bc3c1c3e9d-6ec452db, #w-node-e208340a-4022-a5a8-8e30-c6bc3c1c3ea1-6ec452db, #w-node-e208340a-4022-a5a8-8e30-c6bc3c1c3ea5-6ec452db, #w-node-_825bea70-e365-aac8-5607-daae28858d4a-6ec452db, #w-node-f1f0e6f0-9d51-2aa3-5b57-6cc864a39a94-6ec452db, #w-node-_022874e5-50df-0a1b-2029-534c754d2913-6ec452db, #w-node-_278a1689-67d4-fcc9-6c9e-a3e1a81b7917-6ec452db, #w-node-fde091f7-f4ec-d8ab-e82f-698f1b90ce19-6ec452db, #w-node-dfe3df01-ef6a-2b64-a222-f781a795222e-6ec452db, #w-node-c12cd6ae-f5ae-8ea7-8b7e-872e6ae1b1f7-6ec452db, #w-node-fed015ea-8c2a-b075-8664-f04692d2934f-6ec452db, #w-node-_26fafaed-4dcb-2b35-c41c-9a5c87ba258e-6ec452db, #w-node-fe106640-1b18-18f9-5f6f-a8804e4a598b-6ec452db, #w-node-_05533e8d-bf5d-daf1-761f-c239e42b2b4c-6ec452db, #w-node-_66753606-6d26-4025-d92f-438d11514451-6ec452db, #w-node-_9c18ab8d-65e4-cc01-08b2-5bd857b5bdb9-6ec452db, #w-node-_14c861c3-82b9-691c-71e5-c79194703f46-6ec452db, #w-node-_5630998b-d30e-6fe2-7410-50795136d7e4-6ec452db, #w-node-_5630998b-d30e-6fe2-7410-50795136d7e8-6ec452db, #w-node-_5630998b-d30e-6fe2-7410-50795136d7ec-6ec452db, #w-node-_5630998b-d30e-6fe2-7410-50795136d7f0-6ec452db, #w-node-_5630998b-d30e-6fe2-7410-50795136d7f4-6ec452db, #w-node-bc6c33bf-3194-4a5b-af6e-b8b267ab59e6-d96542d3, #w-node-bc6c33bf-3194-4a5b-af6e-b8b267ab59ea-d96542d3, #w-node-bc6c33bf-3194-4a5b-af6e-b8b267ab59ee-d96542d3, #w-node-bc6c33bf-3194-4a5b-af6e-b8b267ab59f2-d96542d3, #w-node-_3ebd3ba4-0d01-7f4d-f382-b57f3643bc36-d96542d3, #w-node-_3ebd3ba4-0d01-7f4d-f382-b57f3643bc3a-d96542d3, #w-node-_3ebd3ba4-0d01-7f4d-f382-b57f3643bc3e-d96542d3, #w-node-_3ebd3ba4-0d01-7f4d-f382-b57f3643bc42-d96542d3, #w-node-_3ebd3ba4-0d01-7f4d-f382-b57f3643bc46-d96542d3, #w-node-_3ebd3ba4-0d01-7f4d-f382-b57f3643bc4a-d96542d3, #w-node-_3ebd3ba4-0d01-7f4d-f382-b57f3643bc4e-d96542d3, #w-node-_3ebd3ba4-0d01-7f4d-f382-b57f3643bc52-d96542d3, #w-node-bd6cda22-7057-35d8-d729-06f2c3fcb215-204d145a, #w-node-bd6cda22-7057-35d8-d729-06f2c3fcb219-204d145a, #w-node-bd6cda22-7057-35d8-d729-06f2c3fcb21d-204d145a, #w-node-bd6cda22-7057-35d8-d729-06f2c3fcb221-204d145a, #w-node-_2d4c16e3-3f15-8492-3404-e9b7365dd9b8-204d145a, #w-node-_5cef0229-6117-b674-49cf-e67cc9658b5d-204d145a, #w-node-c54de2d8-3214-9b91-a32d-403d0bc19daa-204d145a, #w-node-_3ac3522f-e084-195b-0f9f-c7e3eabfa237-204d145a, #w-node-d26e6b7f-a97d-ae0b-8f25-80d51d8bba1f-0cb68ebb, #w-node-d26e6b7f-a97d-ae0b-8f25-80d51d8bba23-0cb68ebb, #w-node-d26e6b7f-a97d-ae0b-8f25-80d51d8bba27-0cb68ebb, #w-node-d26e6b7f-a97d-ae0b-8f25-80d51d8bba2b-0cb68ebb, #w-node-e76a128b-430c-270b-92ad-cd1d30110821-0cb68ebb, #w-node-d34c2b23-8f7b-56fe-9223-0729fbc443f5-0cb68ebb, #w-node-_529b26a4-8253-8e0c-d43c-cd6e6f633ec4-0cb68ebb, #w-node-_3fa36ee2-178e-ff1e-0e41-32ba51cce2d5-0cb68ebb, #w-node-b10fc948-304f-b83c-0e0b-2fba3708a904-84af95fd, #w-node-b10fc948-304f-b83c-0e0b-2fba3708a908-84af95fd, #w-node-b10fc948-304f-b83c-0e0b-2fba3708a90c-84af95fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_6bf644a7-8c59-32f0-3c3c-a6d9d529ea0f-6ec452de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_537eb800-5d01-85b5-f37f-70351b28e5a2-1b28e59f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_537eb800-5d01-85b5-f37f-70351b28e5d7-1b28e59f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_537eb800-5d01-85b5-f37f-70351b28e5da-1b28e59f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_537eb800-5d01-85b5-f37f-70351b28e5a5-1b28e59f, #w-node-_537eb800-5d01-85b5-f37f-70351b28e5ca-1b28e59f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c21-6ec452d9, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c27-6ec452d9, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c2d-6ec452d9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_537eb800-5d01-85b5-f37f-70351b28e5a2-1b28e59f, #w-node-_537eb800-5d01-85b5-f37f-70351b28e5a5-1b28e59f, #w-node-_537eb800-5d01-85b5-f37f-70351b28e5ca-1b28e59f {
    justify-self: start;
  }

  #w-node-_537eb800-5d01-85b5-f37f-70351b28e5d7-1b28e59f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_537eb800-5d01-85b5-f37f-70351b28e5da-1b28e59f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@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: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.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: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.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;
}