@font-face {
  font-family: Fa brands;
  src: url('../fonts/FA-Brands.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;
}

:root {
  --cream: #fffeec;
  --wood-brown: #2d382d;
  --white: white;
  --black: #222;
  --olive-green: #796f4c;
  --90-brown: #402f1de6;
  --transparent: #fff0;
  --light-brown: #c7b7a6;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

.hero-section {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
}

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

.white-section.fs-cc-prefs_space-small {
  background-color: var(--wood-brown);
}

.lg-img-section {
  background-color: var(--cream);
  padding-top: 60px;
  padding-bottom: 60px;
}

.bottom-section {
  background-color: var(--wood-brown);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.body {
  background-color: var(--wood-brown);
  color: var(--cream);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.arrow-upright {
  margin-left: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.body-div {
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.body-div.dark {
  background-color: var(--wood-brown);
  justify-content: space-between;
  align-items: stretch;
  padding: 60px;
  display: flex;
}

.body-div.brown {
  background-color: var(--wood-brown);
  padding: 60px;
  box-shadow: 0 20px 30px #0000008c;
}

.p {
  color: var(--cream);
  font-family: Poppins, sans-serif;
}

.p._30b {
  margin-bottom: 30px;
}

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

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

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

.p.cream.top {
  margin-bottom: 20px;
}

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

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

.heading {
  color: var(--cream);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 46px;
}

.heading.green {
  color: var(--cream);
}

.heading.green.d {
  color: var(--wood-brown);
}

._2-col-div {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

._3x2-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 50%;
}

._6-box-div {
  border: 1px solid var(--olive-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  margin-top: -1px;
  margin-left: -1px;
  padding: 40px 30px;
  display: flex;
}

._6-box-div.black {
  border-color: var(--olive-green);
  background-color: var(--cream);
  color: var(--wood-brown);
  background-image: linear-gradient(#fffeec8c, #fffeec8c), url('../images/Contact-Section.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
}

._6-box-div.empty {
  border-width: 0;
}

._40-div {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

._40-div._100 {
  width: 100%;
}

.counterup {
  color: var(--wood-brown);
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.box-text {
  color: var(--wood-brown);
  margin-bottom: 0;
  padding-left: 3px;
  font-size: 14px;
  line-height: 24px;
}

.box-text.brown {
  color: var(--wood-brown);
  text-transform: capitalize;
}

._4-box-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 80%;
  margin-top: 40px;
}

._4-box-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._4-box-div.img {
  border: 10px solid var(--cream);
  background-image: url('../images/Gallery3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-heading {
  border-bottom: 1px solid var(--olive-green);
  color: var(--wood-brown);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.box-heading.cream {
  border-bottom-color: var(--cream);
  color: var(--cream);
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.h2 {
  color: var(--cream);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.h2.brown {
  color: var(--cream);
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 44px;
}

.h2.h3 {
  color: var(--cream);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
}

.h2.green {
  color: var(--wood-brown);
}

.dark-left {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.dark-left._50 {
  width: 50%;
}

.model-button {
  border: 1px solid var(--cream);
  background-color: var(--cream);
  color: var(--black);
  letter-spacing: 1px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 10px 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.model-button:hover {
  border: 1px solid var(--cream);
  background-color: var(--wood-brown);
  color: var(--cream);
}

.footer-links {
  color: var(--wood-brown);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.back-to-top-div {
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.back-to-top-link {
  z-index: 5;
  border: 2px solid var(--cream);
  background-color: var(--wood-brown);
  color: var(--cream);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.back-to-top-link:hover {
  background-color: var(--olive-green);
  color: var(--wood-brown);
}

.btt-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.bottom-container {
  flex-direction: column;
  align-items: center;
  width: 48%;
  padding: 40px;
  display: flex;
}

.bottom-container._2 {
  background-color: var(--wood-brown);
  width: 48%;
  padding-left: 60px;
}

.bottom-container._1 {
  background-color: var(--wood-brown);
  padding-right: 60px;
}

.bottom-link {
  color: var(--cream);
  text-align: center;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.bottom-link.brown {
  color: var(--cream);
  font-size: 17px;
  line-height: 28px;
}

.icons {
  color: var(--cream);
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
}

.bottom-title {
  border-bottom: 2px solid var(--olive-green);
  color: var(--cream);
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 30px;
}

.social-media-div {
  margin-top: 10px;
  display: flex;
}

.sm-link {
  margin-right: 15px;
  text-decoration: none;
}

.sm-icon {
  color: var(--cream);
  font-family: Fa brands, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.sm-icon.fb {
  font-size: 28px;
  line-height: 38px;
}

.sm-icon.insta {
  margin-right: 0;
}

.bottom-text {
  color: var(--cream);
  text-align: center;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.bottom-div {
  justify-content: space-between;
  align-items: stretch;
  width: 97%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.round-img {
  z-index: 1;
  background-color: var(--cream);
  filter: drop-shadow(0 5px 10px #000000bf);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin: auto -50px 20px;
  padding: 10px;
  display: flex;
  position: relative;
}

.round-img.w--current {
  filter: drop-shadow(0 5px 10px #0000008c);
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.project-div {
  flex-direction: column;
  align-items: stretch;
  width: 55%;
  margin-top: 60px;
  display: flex;
}

.project-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-right: 5px;
  display: flex;
}

.view-project {
  color: var(--wood-brown);
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.project-img-div {
  background-image: url('../images/IMG-20241003-WA0056_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 400px;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

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

.list.size {
  place-items: center start;
  width: 50%;
}

.list-item {
  color: var(--wood-brown);
  align-items: center;
  display: flex;
}

.bullet-icon {
  color: #000;
  background-color: #fff;
  border: 2px solid #afafaf;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  display: flex;
}

.bullet-icon.round {
  border-width: 1px;
  border-color: var(--olive-green);
  background-color: var(--olive-green);
  color: var(--wood-brown);
  border-radius: 48px;
  flex: none;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
}

.fa-2.dark {
  color: var(--cream);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bullet-heading {
  color: var(--cream);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bullet-heading.cream {
  color: var(--cream);
}

.bullet-heading.green {
  color: var(--olive-green);
}

.font-awsome {
  font-family: "Fa Solid 900", sans-serif;
}

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

.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-prefs_trigger, .fs-cc-manager_trigger {
  display: none;
}

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

.image-div {
  background-image: url('../images/Loft-Conversion-10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
}

.image-div.map {
  background-image: none;
}

.image-div.s2-3 {
  background-image: url('../images/IMG-20241003-WA0026_1.webp');
  background-position: 0 0;
}

.image-div.s3-3 {
  background-image: url('../images/IMG-20241003-WA0045_1.webp');
}

.image-div.s4-3 {
  background-image: url('../images/Renovations2-2.webp');
}

.image-div.s5-2 {
  background-image: url('../images/rsj-3.webp');
  background-position: 65%;
}

.google-map {
  filter: drop-shadow(0 5px 10px #0003) sepia(40%);
  color: var(--wood-brown);
  height: 100%;
}

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

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

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--wood-brown);
  color: var(--olive-green);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
}

.hyperlink:hover {
  box-shadow: inset 0 -65px 0 0 var(--wood-brown);
  color: var(--cream);
}

.hyperlink.cream {
  box-shadow: inset 0 -2px 0 0 var(--cream);
  color: var(--cream);
}

.hyperlink.cream:hover {
  box-shadow: inset 0 -65px 0 0 var(--cream);
  color: var(--wood-brown);
}

.whatsapp-block {
  z-index: 90;
  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;
}

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

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

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

.live-icon-chat {
  background-color: var(--olive-green);
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 3px;
}

._2-lines {
  letter-spacing: -10px;
  margin-right: 10px;
  font-size: 40px;
  line-height: 40px;
}

.img-section {
  background-image: url('../images/Banner1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.side-slider {
  width: 80%;
  height: 400px;
  margin-top: auto;
  margin-bottom: auto;
}

.slide-nav {
  font-size: 10px;
  line-height: 10px;
  display: none;
}

.left-arrow {
  color: var(--wood-brown);
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-left: -20%;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-left: -12%;
  display: flex;
  inset: 0% auto 0% 0%;
}

.left-arrow-icon {
  color: var(--olive-green);
  justify-content: center;
  align-items: center;
  width: 50px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.right-arrow-icon {
  color: var(--olive-green);
  justify-content: center;
  align-items: center;
  width: 50px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  inset: 0% auto 0% 0%;
}

.slide-1 {
  background-image: url('../images/Building-Services4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Building-Services2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-container {
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  padding-bottom: 20px;
  display: flex;
}

.slider-div {
  width: 97%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-sub {
  color: var(--wood-brown);
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 29px;
  font-weight: 400;
}

.social-link-circle {
  z-index: 1;
  border: .1em solid var(--wood-brown);
  border-radius: 50%;
  width: 130%;
  height: 130%;
  display: none;
  position: absolute;
}

.contact-logo {
  object-fit: contain;
  border: 1px #000;
  border-radius: 500px;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: 8% 7% auto auto;
}

.giant-header {
  font-family: Montserrat, sans-serif;
  font-size: 5vw;
  font-weight: 100;
  line-height: 1em;
}

.giant-header.contact {
  color: var(--cream);
  margin-top: 7px;
  margin-bottom: 9px;
  font-family: Poppins, sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
}

.giant-header.contact.bold {
  color: var(--cream);
  font-family: Oswald, sans-serif;
  font-size: 4vw;
  font-weight: 500;
}

.footer-header-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-header-wrap.left {
  align-items: flex-start;
  width: 97%;
  max-width: 1500px;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}

.underline-button-wrap {
  filter: invert();
  color: #000;
  padding-bottom: 7px;
  text-decoration: none;
  position: relative;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 97%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.button-text-2 {
  color: #000;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: opacity .2s;
}

.button-text-2:hover {
  opacity: .5;
}

.top-line-wrap {
  color: #000;
  justify-content: flex-end;
  margin-top: 21px;
  font-size: 18px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.social-1-link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: 1em;
  display: flex;
  position: relative;
}

.social-1-link-block.invert {
  color: var(--wood-brown);
  text-decoration: none;
}

.footer-img {
  object-fit: contain;
  border: 1px #000;
  border-radius: 500px;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: 8% 7% auto auto;
}

.footer-img.static {
  border-radius: 10px;
  width: 135px;
  height: 135px;
  top: 0%;
  right: 0%;
}

.top-line {
  direction: rtl;
  background-color: #000;
  justify-content: flex-end;
  height: 1px;
  margin-bottom: 5px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.outline-hover-social-wrap {
  margin-top: 20px;
  display: flex;
}

.email-text {
  color: #000;
  text-transform: lowercase;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: opacity .2s;
}

.email-text:hover {
  opacity: .5;
}

.grid-context-wrap {
  flex-direction: column;
  width: 100%;
  margin-right: 16px;
  display: flex;
}

.footer-paragraph-2 {
  color: #000;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
}

.footer-grid-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5%;
  display: flex;
}

.footer-grid-wrap.footer-wrap-2 {
  margin-top: 21px;
}

.footer-contact-section-splash {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.main-form {
  width: 100%;
  margin-top: 5px;
}

.bottom-line-4 {
  background-color: var(--olive-green);
  border-radius: 5px;
  height: 1px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.underline-button-2 {
  filter: invert();
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.icon-fa {
  color: var(--wood-brown);
  font-family: Fa brands, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.wrapper-image {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-image.left {
  transform-origin: 0%;
}

.wrapper-image.right {
  transform-origin: 100%;
}

.location-strip-section {
  z-index: 2;
  border-top: 1px solid var(--wood-brown);
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location-strip-section:hover {
  background-image: url('../images/ORG__DSC8298.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.feat-event-info-wrap {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.event-header-wrap {
  flex-flow: column;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.location-strip-content {
  z-index: 2;
  background-color: var(--cream);
  align-items: center;
  width: 100%;
  min-height: 80%;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.location-strip-content:hover {
  background-color: var(--cream);
}

.footer-btn-text {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
}

.outline-btn-text {
  float: left;
  clear: none;
  color: var(--cream);
  letter-spacing: 1px;
  flex: none;
  margin-right: 5px;
  font-weight: 400;
  line-height: 1em;
}

.arrow-button-secondary {
  z-index: 10;
  border: 1px solid #b3b3b3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  height: 45px;
  padding: 1rem 20px;
  transition: border-color .25s;
  display: flex;
}

.arrow-button-secondary:hover {
  border-color: #b3b3b380;
}

.arrow-button-secondary.pad-right-1rem {
  border-color: var(--cream);
  height: 40px;
  margin-right: .5rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.button-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.wave-text-up-btn {
  color: #2e2e2e;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3a3a3a;
  background-image: linear-gradient(#fff, #fff);
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wave-text-up-btn.pad-right-1rem {
  background-image: linear-gradient(to bottom, var(--olive-green), var(--olive-green));
  color: var(--cream);
  margin-right: .5rem;
}

.location-header-md {
  color: var(--wood-brown);
  text-align: center;
  margin: 10px auto 0;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.location-background {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.location-background:hover {
  background-image: url('../images/ORG__DSC8298.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.box {
  display: flex;
}

.plus {
  color: var(--wood-brown);
  margin-bottom: 5px;
  font-size: 80px;
  line-height: 80px;
}

.text-block {
  color: var(--wood-brown);
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 34px;
}

.solid-fa {
  margin-right: 2px;
  font-family: "Fa Solid 900", sans-serif;
}

.cards-section {
  background-color: var(--cream);
  position: relative;
}

.tagline {
  color: #e9d3c8;
  letter-spacing: -.006em;
  border-bottom: 1px solid #e9d3c8;
  margin-bottom: 1.25rem;
  margin-left: 8px;
  margin-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.wrapper-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-title {
  width: 50%;
  margin-bottom: 48px;
}

.section-title.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-title._0 {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.card {
  color: #0c0d0d;
  flex-direction: column;
  text-decoration: none;
  transition: color .25s, border-color .25s;
  display: flex;
}

.card:hover, .card:focus {
  color: #a46242;
}

.card-image {
  object-fit: cover;
  border-radius: 6px;
  height: 325px;
  margin-bottom: 24px;
}

.heading-2 {
  color: #f2f3f2;
}

.heading-2.l {
  color: var(--wood-brown);
  letter-spacing: -.021em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Oswald, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.heading-2.xs {
  color: var(--wood-brown);
  letter-spacing: -.014em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Oswald, sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
}

.heading-2.xs.w {
  color: var(--cream);
}

.l-g-3-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.l-g-3-col.cards {
  grid-template-columns: 1fr 1fr;
}

.l-g-3-col._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.body-text {
  color: #d7dad8;
  margin-top: 0;
}

.body-text.m {
  color: var(--wood-brown);
  letter-spacing: -.011em;
}

.a-h1-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.2;
}

.a-h1-heading.black {
  color: var(--cream);
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.heading-underline {
  border-bottom: 6px solid var(--olive-green);
  color: var(--olive-green);
}

.a-paragraph-regular {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16.5px;
  line-height: 1.8;
}

.btn-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: auto;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.fa-container {
  z-index: 17;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 30%;
  left: auto;
  right: 0%;
}

.fa-social-2 {
  background-color: var(--wood-brown);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 5px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social-2:hover {
  transform: scale(1.1);
}

.fa-social-2.social-media {
  margin-bottom: 5px;
  font-family: Fa brands, sans-serif;
}

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

.image-div-2._1 {
  background-image: url('../images/Building-Services2.webp');
}

.image-div-2._2 {
  background-image: url('../images/home-extensions-in-romsey-and-the-surrounding-areas.webp');
}

.image-div-2._3 {
  background-image: url('../images/IMG-20241003-WA0019_1.webp');
}

.image-div-2._4 {
  background-image: url('../images/Renovations2.webp');
}

.image-div-2._5 {
  background-image: url('../images/rsj-2.webp');
}

.body-div-2 {
  width: 97%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.left-section {
  padding-bottom: 0;
  padding-left: 0;
  transition: all .2s ease-in-out;
}

.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 {
  opacity: 1;
  color: #fff;
  background-color: #ee0606;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

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

.buttons.dark:hover {
  background-color: var(--olive-green);
  border-style: none;
  border-color: #fff;
  transform: translate(0, -6px);
}

.buttons.dark.w--current:hover {
  background-color: #000;
}

.buttons.dark.side {
  background-color: var(--wood-brown);
  margin-left: 20px;
}

.buttons.auto {
  background-color: var(--olive-green);
  color: #fff;
  border-style: none;
  border-color: #fff;
  border-radius: 0;
  margin-top: auto;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.buttons.auto:hover {
  background-color: var(--olive-green);
  border-style: none;
  border-color: #fff;
  transform: translate(0, -6px);
}

.buttons.auto.w--current:hover {
  background-color: #000;
}

.banner-header {
  color: var(--cream);
  letter-spacing: -1px;
  text-transform: uppercase;
  flex-direction: row;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
}

.hero-bg-grad {
  background-image: linear-gradient(22deg, #0000 53%, #a3a397a3 100%, var(--cream)), url('../images/banner-image_.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 750px;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: sticky;
}

.hero-bg-grad.service1 {
  background-image: linear-gradient(8deg, var(--wood-brown), #fffff678 48%, #fff0), url('../images/New-Build-10.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 550px;
}

.hero-bg-grad.service2 {
  background-image: linear-gradient(26deg, var(--wood-brown), #fffff678 48%, #fff0), url('../images/Home-Extensions.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 550px;
}

.hero-bg-grad.service3 {
  background-image: linear-gradient(29deg, var(--wood-brown), #fffff678 48%, #fff0), url('../images/Loft-Conversion1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 550px;
}

.hero-bg-grad.service4 {
  background-image: linear-gradient(45deg, var(--wood-brown), #fffff678 48%, #fff0), url('../images/Renovation-3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 550px;
}

.hero-bg-grad.service5 {
  background-image: linear-gradient(50deg, var(--wood-brown), #fffff678 48%, #fff0), url('../images/HomeNew.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 550px;
}

.hero-bg-grad.area {
  background-image: linear-gradient(60deg, var(--wood-brown), #fffff678 48%, #fff0), url('../images/Areas-New.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 550px;
}

.hero-bg-grad.galery {
  background-image: linear-gradient(77deg, var(--wood-brown), #fffff678 48%, #fff0), url('../images/Loft-Conversion-10.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 550px;
}

.hero-bg-grad.test {
  background-image: linear-gradient(77deg, var(--wood-brown), #fffff678 48%, #fff0), url('../images/Banner3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 550px;
}

.hero-bg-grad.contact {
  background-image: linear-gradient(77deg, var(--wood-brown), #fffff678 48%, #fff0), url('../images/Banner1.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  height: 550px;
}

.hero-bg-grad.site-map {
  background-image: linear-gradient(77deg, var(--wood-brown), #fffff678 48%, #fff0), url('../images/Home10.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  height: 550px;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  margin-top: 225px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-co-logo {
  width: 400px;
}

.logo-link {
  width: auto;
}

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

.font-awsome-2 {
  background-color: var(--cream);
  color: var(--wood-brown);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-right: 8px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.dropdown-link {
  background-color: var(--wood-brown);
  color: #fff;
  text-align: left;
  padding: 10px 20px;
  font-size: 16.5px;
  transition: all .3s;
}

.dropdown-link:hover {
  background-color: var(--olive-green);
}

.dropdown-link.w--current {
  background-color: var(--olive-green);
  color: var(--cream);
}

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

.nav-bar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

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

.top-links {
  color: var(--wood-brown);
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

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

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

.nav-links {
  color: var(--cream);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.nav-links:hover {
  color: var(--black);
}

.nav-links.w--current {
  color: var(--cream);
}

.contact-top {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.icon-5 {
  margin-right: 20px;
}

.dropdown-toggle {
  color: var(--cream);
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
}

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

.co-logo-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-4 {
  font-size: 18px;
  font-weight: 600;
}

.top-links-div {
  color: var(--cream);
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-size: 16.5px;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.top-links-div:hover {
  color: var(--olive-green);
}

.foot-logo {
  width: 350px;
  margin-bottom: 10px;
}

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

.body-section.white {
  border-top: 1px solid #b7b5b5;
  width: 100%;
}

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

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

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

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

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

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

.service-header {
  color: var(--olive-green);
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 28px;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

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

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

.list-tick {
  color: var(--cream);
  text-align: center;
  font-size: 16px;
}

.section-image {
  border-radius: 4px;
  width: 50%;
  overflow: hidden;
}

.section-image.border-radius-md {
  width: 100%;
  height: 350px;
}

.inner-image {
  background-image: url('../images/home-extensions-service-box.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  transition: all .3s ease-in-out;
  display: flex;
}

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

.inner-image._2 {
  background-image: url('../images/Olivia-3_1.webp');
}

.inner-image._3 {
  background-image: url('../images/rsj-1.webp');
}

.inner-image._4 {
  background-image: url('../images/home-extensions-3.webp');
}

.h-small {
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.nc1 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  display: flex;
}

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

.number-prefix {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cn-text-lower {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 16.5px;
  font-weight: 600;
}

.cn-text-lower.small {
  color: #1c165c;
  margin-top: 10px;
  font-size: 16px;
}

.number-counter-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.counterup-2 {
  color: #fff;
  font-size: 66px;
  font-weight: 800;
  line-height: 50px;
}

.counterup-2.w {
  color: #000;
  font-size: 52px;
  font-weight: 700;
}

.counterup-2.w.small {
  color: #fff;
  font-size: 50px;
}

.orange-gradient {
  background-color: #007d9b;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.grid-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  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._2 {
  color: #fff;
  background-color: #0000;
  border-style: solid;
  border-color: #007d9b;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

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

.button-2.dark {
  color: #fff;
  background-color: #007d9b;
  border: 1px solid #007d9b;
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

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

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

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

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

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

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

.full-width-image-section.para-img {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(to right, #000000cf, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.para-img.home-2 {
  background-image: linear-gradient(to bottom, #191d1973, #191d1973), linear-gradient(90deg, var(--wood-brown), #fff0), url('../images/image-behind-local-building-services.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.left-arrow-icon-2 {
  color: #796f4c;
  justify-content: center;
  align-items: center;
  width: 50px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.right-arrow-icon-2 {
  color: #2d382d;
  justify-content: center;
  align-items: center;
  width: 50px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  inset: 0% auto 0% 0%;
}

.slide-3 {
  background-image: url('../images/Building-Services4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.view-project-2 {
  color: #2d382d;
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.left-arrow-2 {
  color: #2d382d;
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-left: -20%;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

.fs-cc-prefs_button {
  border: 2px solid var(--olive-green);
  background-color: var(--olive-green);
  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(--wood-brown);
  color: var(--wood-brown);
  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-banner_text {
  color: #616161;
  margin-right: 24px;
}

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

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

.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-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

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

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

.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(--wood-brown);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_component {
  z-index: 1000;
  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_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-banner_text-link {
  border-bottom: 2px solid var(--wood-brown);
  color: var(--wood-brown);
  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-banner_close-icon {
  color: var(--wood-brown);
  width: 24px;
  height: 24px;
}

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

.cookie-banner {
  display: flex;
}

.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-banner_button {
  background-color: var(--wood-brown);
  color: #fff;
  text-align: center;
  border: 2px #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-style: solid;
  border-color: var(--wood-brown);
  color: var(--wood-brown);
  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-banner_component {
  z-index: 1000;
  background-color: var(--white);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.img {
  width: 400px;
  height: 400px;
}

.image {
  height: 400px;
}

.list-img {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.d-105-timer-text-2 {
  background-color: var(--light-brown);
  color: #fff;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 20px;
  box-shadow: -2px 2px 5px #0003;
}

.basic-p-block {
  width: 48%;
}

.basic-p-block._w-100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.basic-p-block._w-100.auto {
  flex-flow: row;
  display: flex;
}

.basic-p-block._w-100.auto.gal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.d-105-card-title-2 {
  color: var(--cream);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.d-105-timer-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.d-105-card-wrapper {
  transform-origin: 50% 0;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 10px 20px -15px #fff9;
}

.d-105-image-wrapper {
  transform-origin: 50% 0;
  background-image: url('../images/NordWood_7405.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper.three {
  background-image: url('../images/Olivia-7.webp');
  background-position: 50%;
  background-size: cover;
}

.d-105-image-wrapper.five {
  background-image: url('../images/Olivia-3.webp');
  background-position: 50%;
}

.d-105-image-wrapper.two {
  background-image: url('../images/IMG-20241003-WA0032_1.webp');
}

.d-105-image-wrapper.one {
  background-image: url('../images/IMG-20241003-WA0056_1.webp');
}

.d-105-image-wrapper.four {
  background-image: url('../images/IMG-20241003-WA0015_1.webp');
  background-position: 50% 0;
}

.d-105-3d-wrapper-2 {
  perspective: 1000px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 350px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  overflow: visible;
  box-shadow: -5px 7px 5px #0003;
}

.d-105-recipe-text-2 {
  color: var(--cream);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.d-105-text-wrapper {
  background-color: var(--black);
  height: 40%;
  padding: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.double-content-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mobile-scrolly-thing {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--wood-brown);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 43px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.mob-foot-button {
  color: #fff;
  background-color: #c0131e;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.mob-foot-button:hover {
  background-color: #1a1a1a;
  margin-top: -10px;
}

.mob-foot-button.right-line {
  background-color: var(--wood-brown);
  border-right: 1px solid #fff;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
}

.mob-foot-button.right-line:hover {
  background-color: var(--wood-brown);
}

.mob-foot-linktext {
  text-align: justify;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.sticky-icon {
  margin-right: 6px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 19px;
  line-height: 24px;
}

.sticky-icon.brand {
  min-width: auto;
  min-height: auto;
  max-height: none;
  font-weight: 400;
}

.fb-review {
  width: 100%;
}

._1list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

._1list._2colm {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block, .link-block-2, .link-block-3 {
  text-decoration: none;
}

.icon-6 {
  font-size: 20px;
}

.primary-btn {
  z-index: 1;
  color: #f7f7f2;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.primary-btn.black {
  background-color: #7e7e7e;
  transition: all .2s;
}

.primary-btn.black:hover {
  background-color: #000;
  transform: scale(1.1);
}

.primary-btn.black.top {
  margin-top: 10px;
}

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

.tq {
  background-color: #e2e2e245;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 300;
  display: flex;
}

.hero-banner {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
}

.bold-text {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
}

.icon-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.header-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.div-block-7 {
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.arrow-ddiv {
  background-color: #0000001a;
  width: 40px;
  height: 40px;
}

.ripple {
  z-index: 0;
  color: #fff;
  background-color: #7e7e7e;
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

.slide-4 {
  background-image: url('../images/bg2_1bg2.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4._4 {
  background-image: url('../images/new-msb12.webp');
}

.slide-4._10 {
  background-image: url('../images/new-msb04.webp');
  background-position: 50% 0;
}

.slide-4._8 {
  background-image: url('../images/new-msb11.webp');
}

.slide-4.b {
  background-image: url('../images/new-msb010.webp');
}

.slide-4._11 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Olivia-3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
}

.slide-4._5 {
  background-image: url('../images/new-msb03.webp');
}

.slide-4._9 {
  background-image: url('../images/new-msb02.webp');
  background-position: 50% 0;
}

.slide-4._6 {
  background-image: url('../images/Image3durable-epoxyandresinflooring_1Image3durable epoxyandresinflooring.webp');
}

.slide-4._7 {
  background-image: url('../images/industrial-4.webp');
}

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

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

.btn-text {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

.mid-text {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 300;
  display: flex;
}

.hero-mask {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.left-arrow-3, .right-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-pop {
  width: 30%;
  margin-left: auto;
}

.dropdown-toggle-2 {
  color: #fff;
  text-align: right;
  background-color: #000;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-2:hover {
  background-color: #00aeed;
}

.menu-button-2 {
  z-index: 1;
  text-align: right;
  width: 100%;
  margin-right: 0;
  display: block;
}

.menu-button-2.w--open {
  background-color: #0000;
  margin-right: auto;
  position: static;
}

.icon-2 {
  color: #fff;
  width: 100%;
  font-size: 26px;
  display: block;
}

.dropdown-link-2 {
  color: #fff;
  text-align: right;
  background-color: #000;
}

.dropdown-link-2:hover {
  background-color: #00aeed;
}

.dropdown-link-2.w--current {
  color: #fff;
  background-color: #00aeed;
}

.navbar-2 {
  background-color: #0000;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  z-index: 9999999;
  background-color: #000000ba;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dropdown-2 {
  width: 100%;
}

.nav-link-2 {
  z-index: auto;
  background-color: var(--wood-brown);
  color: #fff;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  overflow: visible;
}

.nav-link-2:hover {
  background-color: var(--olive-green);
}

.nav-link-2.w--current {
  color: #fff;
  background-color: #00aeed;
}

.bold-text-2 {
  color: var(--olive-green);
}

.background-video {
  height: 800px;
}

.background-video-2 {
  position: static;
}

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

@media screen and (min-width: 1920px) {
  .whatsapp-chat-2 {
    display: none;
  }

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

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

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

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

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

  .service-grid {
    width: 100%;
  }

  .container-3, .container-7 {
    max-width: 1800px;
  }

  .double-content-div {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .white-section, .lg-img-section, .bottom-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body-div {
    width: 95%;
  }

  .body-div.dark {
    flex-direction: column;
    padding: 40px;
  }

  .body-div.brown {
    padding: 40px;
  }

  .heading {
    font-size: 45px;
    line-height: 46px;
  }

  ._2-col-div {
    flex-direction: column;
  }

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

  ._6-box-div {
    min-height: auto;
  }

  ._40-div {
    width: 100%;
  }

  .counterup {
    font-size: 70px;
    line-height: 70px;
  }

  ._4-box-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 95%;
  }

  .dark-left {
    align-items: flex-start;
    width: 100%;
  }

  .dark-left._50 {
    width: 100%;
    padding-top: 10px;
  }

  .model-button {
    justify-content: flex-start;
    inset: auto auto 0% 0%;
  }

  .back-to-top-div {
    margin-bottom: 50px;
  }

  .bottom-container._2 {
    width: 100%;
    padding: 80px 20px 40px 30px;
  }

  .bottom-container._1 {
    width: 100%;
    padding: 40px 30px 80px 20px;
  }

  .bottom-div {
    flex-flow: column;
    align-items: center;
    width: 95%;
  }

  .round-img {
    width: 40%;
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .round-img.w--current {
    margin-top: 0;
  }

  .project-div {
    width: 100%;
  }

  .list-item {
    align-items: center;
  }

  .bullet-icon.round {
    width: 32px;
    height: 32px;
  }

  .image-div {
    width: 100%;
    height: 450px;
    margin-top: 40px;
  }

  .image-div.map {
    height: auto;
  }

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

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

  .side-slider {
    width: 100%;
  }

  .left-arrow {
    width: auto;
    margin-left: 0%;
  }

  .right-arrow {
    width: auto;
    margin-left: 0%;
    inset: 0% 0% 0% auto;
  }

  .left-arrow-icon {
    border: 1px solid var(--cream);
    border-radius: 100%;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    margin-left: 10px;
    transition: all .2s;
  }

  .left-arrow-icon:hover {
    background-color: var(--90-brown);
  }

  .right-arrow-icon {
    border: 1px solid var(--cream);
    color: var(--olive-green);
    border-radius: 100%;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    margin-right: 10px;
    transition: all .2s;
  }

  .right-arrow-icon:hover {
    background-color: var(--90-brown);
  }

  .slider-container {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0;
  }

  .slider-div {
    flex-flow: column;
    width: 95%;
    margin-top: 50px;
  }

  .contact-logo {
    width: 120px;
    height: 120px;
  }

  .giant-header.contact {
    margin-bottom: 2px;
    font-size: 5vw;
  }

  .footer-header-wrap {
    width: auto;
  }

  .contact-grid {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .button-text-2 {
    font-size: 14px;
  }

  .top-line-wrap {
    font-size: 12px;
  }

  .footer-img {
    width: 120px;
    height: 120px;
  }

  .footer-img.static {
    width: 95px;
    height: 95px;
  }

  .email-text {
    font-size: 14px;
  }

  .footer-contact-section-splash {
    padding-left: 5%;
    padding-right: 5%;
  }

  .location-strip-section {
    min-height: 80vh;
  }

  .feat-event-info-wrap {
    width: 90%;
  }

  .outline-btn-text {
    font-size: .7rem;
  }

  .arrow-button-secondary {
    top: 15%;
  }

  .location-header-md {
    font-size: 30px;
  }

  .plus {
    font-size: 70px;
    line-height: 70px;
  }

  .section-title {
    width: 100%;
    margin-bottom: 32px;
  }

  .section-title.centered, .section-title._0 {
    width: 75%;
  }

  .l-g-3-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .l-g-3-col.cards, .l-g-3-col._3 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .a-h1-heading, .a-paragraph-regular {
    text-align: left;
  }

  .image-div-2 {
    width: 100%;
    height: 450px;
    margin-top: 40px;
  }

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

  .hero-wrapper {
    width: 90%;
  }

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

  .banner-header {
    flex-direction: column;
    font-size: 42px;
    line-height: 50px;
  }

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

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

  .nav-menu-4 {
    background-color: var(--wood-brown);
  }

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

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

  .nav-bar {
    justify-content: flex-end;
    width: 310px;
    margin-right: 0;
  }

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

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

  .contact-div-2 {
    flex-flow: column;
  }

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

  .nav-links:hover {
    background-color: var(--olive-green);
    color: var(--cream);
  }

  .nav-links.w--current {
    color: var(--cream);
  }

  .contact-top {
    flex-flow: column;
    margin-right: 0;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-toggle {
    color: var(--cream);
    width: 100%;
  }

  .dropdown-toggle:hover {
    background-color: var(--olive-green);
    color: var(--cream);
  }

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

  .dropdown-list {
    position: relative;
  }

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

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

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

  .service-div {
    width: 100%;
  }

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

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

  .section-image.border-radius-md {
    width: 100%;
  }

  .inner-image {
    height: 100%;
    min-height: 400px;
  }

  .h-small {
    letter-spacing: 0;
    font-size: 18px;
  }

  .number-counter-grid {
    grid-template-columns: 1fr;
  }

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

  .left-arrow-icon-2 {
    border: 1px solid #fffeec;
    border-radius: 100%;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    margin-left: 10px;
    transition: all .2s;
  }

  .left-arrow-icon-2:hover {
    background-color: #402f1de6;
  }

  .right-arrow-icon-2 {
    color: #796f4c;
    border: 1px solid #fffeec;
    border-radius: 100%;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    margin-right: 10px;
    transition: all .2s;
  }

  .right-arrow-icon-2:hover {
    background-color: #402f1de6;
  }

  .left-arrow-2 {
    width: auto;
    margin-left: 0%;
  }

  .basic-p-block {
    width: 100%;
    padding-bottom: 30px;
  }

  .basic-p-block._w-100 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .basic-p-block._w-100.auto.gal {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .d-105-3d-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .double-content-div {
    flex-direction: column;
    align-items: center;
  }

  .mobile-scrolly-thing {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    height: 126px;
    display: flex;
  }

  .mob-foot-button {
    flex-flow: column;
  }

  .mob-foot-linktext {
    text-align: center;
    width: 100%;
  }

  .sticky-icon.brand {
    margin-right: 5px;
    padding-left: 0%;
  }

  .hero-banner {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .header-text {
    justify-content: center;
    align-items: flex-end;
    line-height: 45px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }

  .arrow-ddiv {
    display: none;
  }

  .hero-mask {
    height: 100vh;
    min-height: auto;
  }

  .menu-pop {
    width: 100%;
  }

  .dropdown-toggle-2 {
    background-color: #000;
  }

  .menu-button-2 {
    text-align: right;
    background-color: #0000;
  }

  .menu-button-2.w--open {
    background-color: var(--wood-brown);
    text-align: right;
    width: 100%;
  }

  .icon-2 {
    color: #afafaf;
  }

  .nav-menu {
    background-color: #2b2b2b;
  }

  .nav-link-2 {
    text-align: right;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .white-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg-img-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bottom-section {
    padding-bottom: 40px;
  }

  .body-div {
    width: 90%;
  }

  .body-div.dark {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
  }

  .body-div.brown {
    padding: 40px;
  }

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

  ._6-box-div {
    align-items: center;
  }

  ._6-box-div.empty {
    display: none;
  }

  ._4-box-grid {
    grid-template-columns: 1fr;
  }

  ._4-box-div.img {
    min-height: 300px;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 44px;
  }

  .h2.brown {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 46px;
  }

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

  .dark-left, .dark-left._50 {
    width: 100%;
  }

  .model-button {
    margin-top: 20px;
  }

  .back-to-top-div {
    margin-bottom: 30px;
  }

  .bottom-container._2 {
    width: 100%;
    padding-top: 80px;
    padding-left: 20px;
  }

  .bottom-container._1 {
    width: 100%;
    padding-bottom: 70px;
    padding-right: 20px;
  }

  .bottom-div {
    flex-direction: column;
    align-items: center;
  }

  .round-img {
    width: 50%;
    margin: -50px 0;
  }

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

  .list.size {
    width: 100%;
  }

  .image-div {
    height: 350px;
  }

  .image-div.s3-3, .image-div.s4-3, .image-div.s5-2 {
    margin-bottom: 20px;
  }

  .lb {
    height: 290px;
  }

  .img-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider-div {
    width: 90%;
    margin-top: 40px;
  }

  .contact-logo, .footer-img {
    width: 80px;
    height: 80px;
  }

  .grid-context-wrap {
    margin-right: 9px;
  }

  .footer-contact-section-splash {
    min-width: 100vw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-btn-text {
    letter-spacing: 3px;
  }

  .location-header-md {
    font-size: 22px;
  }

  .section-title, .section-title.centered, .section-title._0 {
    width: 100%;
  }

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

  .l-g-3-col {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .a-h1-heading {
    font-size: 45px;
  }

  .fa-container {
    top: 44%;
  }

  .image-div-2 {
    height: 350px;
  }

  .live-chat-top-text-2 {
    color: var(--wood-brown);
  }

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

  .top-section-3 {
    background-color: var(--cream);
  }

  .hero-wrapper {
    width: 100%;
  }

  .left-section {
    width: 90%;
    margin-top: 0;
    padding-right: 0;
  }

  .buttons {
    text-align: center;
  }

  .banner-header {
    margin-top: 60px;
    font-size: 38px;
    line-height: 37px;
  }

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

  .menu-button {
    width: 100%;
  }

  .dropdown-link {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

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

  .nav-bar {
    width: 100%;
  }

  .icon-4 {
    text-align: center;
  }

  .top-links {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
  }

  .contact-div-2 {
    flex-flow: column;
    width: 100%;
  }

  .nav-links {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .contact-top {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
  }

  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    font-size: 15px;
  }

  .co-logo-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

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

  .top-links-div {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
  }

  .foot-logo {
    width: 300px;
  }

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

  .inner-image {
    min-height: 350px;
  }

  .h-small {
    line-height: 12px;
  }

  .orange-gradient {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

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

  .list-img {
    flex-flow: column;
  }

  .basic-p-block._w-100 {
    display: block;
  }

  .basic-p-block._w-100.auto.gal {
    grid-template-columns: 1fr;
  }

  .d-105-3d-wrapper-2 {
    margin-bottom: 20px;
  }

  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mobile-scrolly-thing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .hero-banner {
    height: 60vh;
  }

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

  .arrow-ddiv {
    display: none;
  }

  .hero-mask {
    height: 80vh;
    padding-top: 50px;
  }

  .menu-pop {
    width: 100%;
    padding-top: 0;
  }

  .dropdown-toggle-2 {
    text-align: center;
  }

  .icon-2 {
    color: var(--cream);
    text-align: right;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-link-2, .nav-link-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .white-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .white-section.fs-cc-prefs_space-small {
    padding-bottom: 40px;
  }

  .lg-img-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .footer-section {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .body-div {
    width: 90%;
  }

  .body-div.dark {
    padding: 40px 10px;
  }

  .body-div.brown {
    padding: 20px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .heading.green {
    font-size: 28px;
    line-height: 34px;
  }

  ._6-box-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .counterup {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 60px;
  }

  ._4-box-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  ._4-box-div.img {
    border-width: 6px;
    min-height: 220px;
  }

  .box-heading {
    margin-bottom: 10px;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 34px;
  }

  .h2.brown {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
  }

  .h2.h3 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

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

  .dark-left._50 {
    width: 100%;
    padding-bottom: 20px;
  }

  .model-button {
    margin-top: 20px;
  }

  .footer-links {
    margin-top: 30px;
  }

  .back-to-top-div {
    margin-bottom: 20px;
  }

  .bottom-container._2, .bottom-container._1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bottom-link {
    font-size: 15px;
    line-height: 25px;
  }

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

  .bottom-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .bottom-text {
    font-size: 15px;
    line-height: 25px;
  }

  .bottom-div {
    width: 90%;
  }

  .round-img {
    width: 80%;
    padding: 5px;
  }

  .round-img.w--current {
    position: relative;
  }

  .project-div {
    width: 100%;
    margin-top: 0;
  }

  .view-project {
    text-align: right;
    display: flex;
  }

  .project-img-div {
    min-height: 250px;
  }

  .list {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

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

  .bullet-heading {
    text-align: left;
    font-weight: 400;
  }

  .image-div {
    height: 250px;
  }

  .image-div.s2-3, .image-div.s3-3 {
    margin-bottom: 20px;
  }

  .image-div.s4-3 {
    margin-top: 25px;
  }

  .image-div.s5-2 {
    margin-bottom: 20px;
  }

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

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .whatsapp-block.umhide {
    display: flex;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .img-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .side-slider {
    height: 250px;
  }

  .left-arrow-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .right-arrow-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-right: 10px;
  }

  .slider-container {
    margin-top: 20px;
  }

  .slider-div {
    margin-top: 30px;
  }

  .contact-sub {
    margin-bottom: 9px;
  }

  .contact-logo {
    filter: invert();
    width: 70px;
    height: 70px;
    top: 0%;
    left: auto;
    right: auto;
  }

  .giant-header {
    text-align: center;
    font-size: 20vw;
  }

  .giant-header.contact {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .giant-header.contact.bold {
    text-align: left;
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.2em;
  }

  .footer-header-wrap.left {
    margin-bottom: 2%;
  }

  .contact-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .footer-img {
    filter: invert();
    width: 70px;
    height: 70px;
    top: 3%;
  }

  .footer-paragraph-2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
  }

  .footer-grid-wrap {
    width: 100%;
  }

  .footer-contact-section-splash {
    align-items: center;
    padding: 100px 8% 30px;
  }

  .location-strip-section {
    min-height: 60vh;
    margin-top: 0;
  }

  .location-strip-section:hover {
    background-color: var(--cream);
    background-image: none;
  }

  .feat-event-info-wrap {
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .event-header-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .location-strip-content {
    flex-direction: column;
    justify-content: center;
    min-height: 60%;
    margin-bottom: 0;
    padding-bottom: 5%;
  }

  .footer-btn-text {
    font-size: 14px;
  }

  .outline-btn-text {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .arrow-button-secondary {
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-button-secondary.pad-right-1rem {
    width: 215px;
    min-width: auto;
    height: auto;
    margin-top: 10px;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 18px;
  }

  .button-wrapper {
    flex-flow: column;
  }

  .wave-text-up-btn.pad-right-1rem {
    width: 215px;
    height: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .location-header-md {
    margin-top: 20px;
    font-size: 23px;
    line-height: 1.3;
  }

  .plus {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 60px;
  }

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

  .wrapper-m {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-image {
    height: 275px;
  }

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

  .heading-2.xs {
    font-size: 25px;
    line-height: 1.2;
  }

  .a-h1-heading {
    text-align: left;
    font-size: 32px;
  }

  .a-h1-heading.black {
    font-size: 28px;
  }

  .a-paragraph-regular {
    text-align: left;
  }

  .fa-container {
    top: 35%;
  }

  .fa-social-2 {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
    margin-right: 5px;
  }

  .image-div-2 {
    height: 250px;
  }

  .body-div-2 {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .whatsapp-container-2 {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat-2 {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button-2 {
    width: 90%;
  }

  .left-section {
    width: 95%;
  }

  .buttons {
    margin-bottom: 10px;
  }

  .buttons.dark {
    width: auto;
    margin-top: 10px;
    padding: 16px 32px;
    line-height: 20px;
  }

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

  .buttons.auto {
    width: auto;
  }

  .banner-header {
    flex-direction: column;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 30px;
  }

  .hero-bg-grad {
    height: 80vh;
    padding-top: 150px;
  }

  .hero-bg-grad.service1, .hero-bg-grad.service2, .hero-bg-grad.service3, .hero-bg-grad.service4, .hero-bg-grad.service5, .hero-bg-grad.area, .hero-bg-grad.galery, .hero-bg-grad.test, .hero-bg-grad.contact, .hero-bg-grad.site-map {
    padding-top: 60px;
  }

  .container-2 {
    width: 85%;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-co-logo {
    width: 300px;
  }

  .logo-link {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .font-awsome-2 {
    margin-right: 6px;
  }

  .dropdown-link {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    display: block;
  }

  .nav-bar {
    text-align: center;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .contact-section {
    background-image: linear-gradient(#000, #fff0);
    padding-top: 12px;
  }

  .top-links {
    text-align: center;
    margin: 0;
    line-height: 23px;
  }

  .contact-div-2 {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .nav-links {
    text-align: center;
    font-size: 16px;
  }

  .nav-links.w--current {
    text-align: center;
  }

  .contact-top {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .top-links-div {
    text-align: center;
    margin: 3px 0;
    line-height: 23px;
  }

  .foot-logo {
    display: block;
  }

  .body-section {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-section.white {
    padding-top: 30px;
  }

  .service-paragraph {
    margin-left: 0;
  }

  .service-text {
    font-size: 1rem;
  }

  .service-number {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .service-div {
    height: auto;
  }

  .service-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .service-header {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .service-box-wrapper {
    flex-direction: column;
  }

  .container-3 {
    width: 85%;
  }

  .inner-image {
    min-height: 250px;
  }

  .h-small {
    font-size: 14px;
    line-height: 10px;
  }

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

  .cn-text-lower {
    text-align: center;
    margin-top: 20px;
  }

  .cn-text-lower.small {
    margin-top: 20px;
  }

  .counterup-2 {
    font-size: 55px;
    line-height: 55px;
  }

  .counterup-2.w.small {
    font-size: 60px;
  }

  .orange-gradient {
    overflow: hidden;
  }

  .grid-4 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-items: center;
  }

  .container-7 {
    width: 85%;
  }

  .button-2 {
    margin-bottom: 10px;
  }

  .button-2._2 {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    padding: 10px 20px;
  }

  .button-2.dark {
    width: auto;
    padding: 10px 20px;
  }

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

  .h2-2.b-30 {
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
  }

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

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

  .btn-group {
    justify-content: space-around;
    align-items: flex-end;
    display: flex;
  }

  .left-arrow-icon-2 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .right-arrow-icon-2 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-right: 10px;
  }

  .view-project-2 {
    text-align: right;
    display: flex;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

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

  .image {
    height: 250px;
  }

  .content-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mobile-scrolly-thing {
    z-index: 8888888;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #c0131e;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 45px;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mob-foot-button {
    text-align: center;
    background-color: #0000;
    border-left: 1px solid #5d0099;
    border-right: 1px solid #9003eb;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    padding: 15px 10px 10px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
  }

  .mob-foot-button:hover {
    background-color: #9c02ff;
    background-image: linear-gradient(309deg, #ef532c, #fff0);
    text-decoration: none;
  }

  .mob-foot-button:active {
    background-image: linear-gradient(162deg, #ef532c, #fff0);
    margin-top: -20px;
  }

  .mob-foot-button.w--current {
    background-color: #5d0099;
    border-left-color: #5d0099;
    border-right-color: #5d0099;
  }

  .mob-foot-button.right-line:hover {
    background-color: var(--olive-green);
    background-image: none;
  }

  .mob-foot-linktext {
    color: #eee;
    text-transform: uppercase;
    margin-top: 2px;
    font-family: Open Sans, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
  }

  ._1list._2colm {
    flex-flow: column;
    display: flex;
  }

  .primary-btn {
    margin-top: 20px;
  }

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

  .hero-banner {
    height: auto;
    display: none;
  }

  .header-text {
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 19px;
    font-weight: 500;
    line-height: 20px;
  }

  .arrow-ddiv {
    display: none;
  }

  .mid-text._6 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

  .hero-mask {
    height: 80vh;
    padding-top: 0;
  }

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

  .menu-pop {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }

  .menu-button-2, .icon-2 {
    text-align: right;
  }

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

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

  .nav-link-2 {
    text-align: center;
  }
}

#w-node-_1ecc7c0f-fa9c-9692-0249-960483101e73-618258e2, #w-node-_1ecc7c0f-fa9c-9692-0249-960483101e83-618258e2, #w-node-_1ecc7c0f-fa9c-9692-0249-960483101e93-618258e2, #w-node-_1ecc7c0f-fa9c-9692-0249-960483101ea3-618258e2, #w-node-_16694527-ee65-1471-10f0-5400b23aef3d-618258e2, #w-node-_16694527-ee65-1471-10f0-5400b23aef44-618258e2, #w-node-_16694527-ee65-1471-10f0-5400b23aef45-618258e2, #w-node-_16694527-ee65-1471-10f0-5400b23aef4a-618258e2, #w-node-_16694527-ee65-1471-10f0-5400b23aef4b-618258e2, #w-node-_16694527-ee65-1471-10f0-5400b23aef50-618258e2, #w-node-d28e2563-a03a-9cd7-a6e0-684b2a2cabcc-618258e2, #w-node-d28e2563-a03a-9cd7-a6e0-684b2a2cabd2-618258e2, #w-node-d28e2563-a03a-9cd7-a6e0-684b2a2cabd7-618258e2, #w-node-b966c633-6123-dd18-b8fd-e2af2b6b1d0a-2b6b1d08, #w-node-b966c633-6123-dd18-b8fd-e2af2b6b1d1c-2b6b1d08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2467d3bd-9f82-6b72-400c-06e3375452f8-375452ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_54da5617-30b5-be03-dc43-28d7e866a717-61825920 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1ecc7c0f-fa9c-9692-0249-960483101e73-618258e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2467d3bd-9f82-6b72-400c-06e3375452f8-375452ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands';
  src: url('../fonts/FA-Brands.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;
}