@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 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 Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #000;
  --orange: #eb6711;
  --white: white;
  --dim-grey: #4c4a4b;
  --color: #d6dde4;
  --dark-blue: #282b3d;
  --mid-grey: #7e7e7e;
}

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

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

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

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

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

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

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

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

.body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.ripple {
  z-index: 0;
  background-color: var(--orange);
  color: var(--white);
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

.ripple.dl-btn {
  background-color: #d6dde4;
  right: -20%;
}

.ripple.call {
  background-color: var(--orange);
  width: 565px;
}

.ripple.grey {
  background-color: var(--dim-grey);
  width: 565px;
}

.headt-call-btn {
  display: none;
}

.logo-2 {
  background-color: #0000;
  padding-bottom: 0;
}

.co-logo-link-2.w--current {
  flex: none;
  margin-right: 5px;
}

.dl-link-holder {
  background-color: var(--white);
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f226;
  justify-content: flex-start;
  align-items: center;
  width: 375px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dl-link-holder:hover {
  border-bottom-style: solid;
  padding-left: 30px;
}

.dl-link-holder.w--current {
  background-color: var(--color);
}

.dl-link-holder.lst {
  border-bottom-style: none;
  border-bottom-color: #f7f7f200;
}

.navbar-2 {
  background-color: #0000;
}

.dl-link-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 50px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  position: relative;
}

.drop-down-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 250px;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

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

.drop-down-icon {
  color: var(--dim-grey);
  margin: auto 0 auto 10px;
  position: relative;
}

.dl-menu.w--open {
  background-color: var(--black);
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0;
  overflow: hidden;
}

.dropdown-toggle {
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

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

.header-div-3 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.section-2 {
  z-index: 10;
  border-bottom: 1px #5e5e5e;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.section-2.header-section.nav-verticle {
  z-index: 999;
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.dl-link-2 {
  z-index: 1;
  color: var(--dark-blue);
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link-2 {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.menu-link-2:hover {
  color: var(--orange);
  border-bottom: 1px #f7f7f2;
}

.menu-link-2:focus {
  border-bottom: 1px #000;
}

.menu-link-2.w--current {
  color: var(--black);
  background-color: #0000;
  font-size: 16px;
}

.menu-link-2.w--current:hover {
  color: var(--orange);
}

.logo-div-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 78vh;
}

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

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

.menu-button-image-link {
  background-image: url('../images/IMG_5278.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  display: flex;
}

.menu-button-image-link._3 {
  background-image: url('../images/IMG_3298.webp');
}

.menu-button-image-link._4 {
  background-image: url('../images/IMG_3724.webp');
}

.menu-button-image-link._5 {
  background-image: url('../images/3.webp');
}

.menu-button-image-link._2 {
  background-image: url('../images/IMG_2455.webp');
}

.black-int-link {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}

.menu-button-section {
  z-index: 1;
  background-color: #d6dde4;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.menu-button-div {
  height: 300px;
}

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.menu-label-div {
  background-color: var(--dark-blue);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: -60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  color: var(--dark-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 33px;
  line-height: 40px;
}

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

.content-section.even {
  background-color: #d6dde4;
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-section.even.p-white {
  background-color: #fff;
  background-color: var(--white);
}

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

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

.double-content-div.flex-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.coloured-underline {
  background-color: var(--mid-grey);
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.coloured-underline.b {
  background-color: var(--black);
}

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

.primary-btn {
  z-index: 1;
  background-color: var(--dark-blue);
  color: #f7f7f2;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn.call {
  border: 1px solid var(--dark-blue);
  background-color: var(--dark-blue);
}

.primary-btn.call.o {
  border: 1px solid var(--dark-blue);
  border-radius: 1px;
}

.primary-btn.gallery-btn {
  background-color: #0000;
  border: 1px solid #c0c1af;
}

.primary-btn.gallery-btn.m-center {
  border-color: var(--white);
  color: var(--white);
  margin-top: 60px;
  margin-right: auto;
}

.primary-btn.third {
  background-color: var(--dark-blue);
  width: 260px;
}

.img {
  z-index: 1;
  object-fit: fill;
  background-image: url('../images/IMG_5970.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.img.redevlop {
  background-image: url('../images/851c30d0-3d64-4e72-a31e-1839bbdd0c7f.webp');
  background-position: 50%;
  background-size: cover;
}

.img.redevlop-2 {
  background-image: url('../images/IMG_4269.webp');
  background-position: 50%;
  background-size: cover;
}

.img.reno-1 {
  background-image: url('../images/IMG_5350.webp');
  background-position: 50%;
  background-size: cover;
}

.img.reno-2 {
  background-image: url('../images/IMG_2462.webp');
  background-position: 50%;
  background-size: cover;
}

.img.loft-2 {
  background-image: url('../images/IMG_5967.webp');
  background-position: 50%;
  background-size: cover;
}

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

.img.new-loft._2 {
  background-image: url('../images/Building-Service-Updated.webp');
}

.img.building {
  background-image: url('../images/Building-Service-Updated.webp');
  background-position: 50%;
  background-size: cover;
}

.img.building-new {
  background-image: url('../images/IMG_0881.webp');
  background-position: 50%;
  background-size: cover;
}

.img.stone {
  background-image: url('../images/IMG_5967.webp');
  background-position: 50%;
  background-size: cover;
}

.p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.p.white {
  color: #f7f7f2;
}

.p.p-center {
  text-align: center;
}

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

.basic-p-block._w-100 {
  width: 100%;
}

.basic-p-block._w-100.center-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-image-div {
  z-index: 1;
  border-radius: 0;
  width: 48%;
  position: relative;
}

.pinned-content-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.large-p-block {
  background-color: var(--orange);
  color: var(--white);
  padding: 50px;
  box-shadow: 1px 1px 3px #0000001f;
}

.h2 {
  color: #212121;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 33px;
  font-weight: 700;
  line-height: 42px;
}

.h2.h2-white {
  color: #f7f7f2;
  margin-left: 10px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

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

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

.large-image-section {
  background-color: #d6dde4;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.large-single-image-div {
  background-image: url('../images/4ff6f271-3191-4ffb-bd1f-aac62b8a7b73.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-single-image-div.redevlop {
  background-image: url('../images/IMG_5695.webp');
  background-position: 50%;
  background-size: cover;
}

.large-single-image-div.reno {
  background-image: url('../images/IMG_5949.webp');
  background-position: 50% 30%;
  background-size: cover;
  min-height: 1100px;
}

.large-single-image-div.loft {
  background-image: url('../images/IMG_5970.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 950px;
}

.large-single-image-div.building {
  background-image: url('../images/851c30d0-3d64-4e72-a31e-1839bbdd0c7f.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 1225px;
}

.large-single-image-div.stone {
  background-image: url('../images/IMG_5695.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 600px;
}

.testemonials, .testemonials.projects {
  background-color: var(--dark-blue);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.h2-title {
  color: #000;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 45px;
}

.h2-title.white {
  color: #fff;
}

.h2-title.white.smaller {
  font-size: 30px;
  line-height: 36px;
}

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

.light-text-line {
  background-color: var(--white);
  width: 40px;
  height: 2px;
}

.light-text-line.dark-line {
  background-color: var(--dark-blue);
}

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

.testimonials-grid.work-gallery {
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  display: flex;
}

.h2-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

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

.container-2.test-container {
  padding-top: 0;
}

.container-2.test-container.fluid {
  width: 90%;
  max-width: 1600px;
}

.container-2.test-container.fluid._1300px {
  max-width: 1300px;
}

.grey-content-section {
  background-color: var(--mid-grey);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-content-section.bg-gradiant {
  background-color: var(--mid-grey);
  background-image: linear-gradient(to bottom, #d6dde4 14%, var(--white) 60%, var(--dim-grey) 60%, var(--orange) 60%);
}

.grey-content-section.bg-white {
  background-color: #0000;
}

.grey-content-section.bg-white.p-white {
  background-color: #f7f7f2;
}

.grey-content-section.solid-bg {
  background-color: var(--orange);
}

.grid-image-large-div {
  background-image: url('../images/IMG_1017.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 650px;
}

.double-p-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.grey-dividing-line {
  background-color: var(--dark-blue);
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.grey-dividing-line.line-odd {
  background-color: var(--white);
}

.grid-image-div {
  background-image: url('../images/IMG_5790.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.grid-image-div._3 {
  background-image: url('../images/IMG_1852.webp');
}

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

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

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

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

.works-texxt-lable {
  background-color: var(--orange);
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 30px;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

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

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

.cta-text-contact {
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

.left-contact.right {
  background-color: var(--color);
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #21212117;
}

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

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

.icon-2 {
  background-color: var(--orange);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
}

.heading-3-text {
  color: var(--mid-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.heading-3-text.sm-h3 {
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.heading-3-text.sm-h3.white-h3 {
  color: var(--white);
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.heading-3-right-text {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  background-color: var(--dark-blue);
  padding: 0;
}

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

.container-3.container-fluid {
  width: 100%;
  max-width: none;
}

.heading-3-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  min-height: 425px;
  display: flex;
}

.heading-3-left-image {
  background-image: url('../images/IMG_5790.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

.footer-map {
  filter: grayscale(75%);
  margin-bottom: 0;
}

.foooter-logo {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  display: flex;
}

.footer-brand.w--current {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.list {
  text-align: center;
  flex: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-section-2 {
  background-color: var(--color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.footer-title {
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.footer-contact-link {
  color: var(--dark-blue);
  padding-left: 0;
  padding-right: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

.footer-nav-item {
  color: #fff;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 5px;
  transition: all .2s;
}

.footer-nav-item:hover {
  color: #ffce07;
}

.footer-nav-item.footer-contact {
  color: #fff;
  text-align: left;
  cursor: auto;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-item.footer-contact.auto-cusro {
  color: var(--black);
  cursor: auto;
  font-size: 14px;
}

.text-span-4 {
  background-color: var(--orange);
  color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  display: flex;
}

.contact-link {
  color: var(--dark-blue);
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

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

.footerlinks {
  color: var(--dark-blue);
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-info-div-2 {
  border: 1px solid var(--dark-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.footer-info-div-2._1 {
  border-width: 1px;
  border-color: var(--dark-blue) #c0c1af24;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
}

.footer-info-div-2._1.border-edit {
  border-color: var(--dark-blue);
  border-left-style: solid;
  border-right-style: solid;
}

.footer-contact-links {
  justify-content: space-around;
  width: 100%;
  max-width: none;
  display: flex;
}

.footer-copy-right {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
}

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

.default-list.list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.default-list.list-grid._2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr 1fr 1fr;
}

.default-list.list-grid._4 {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
}

.bullet-list {
  color: var(--black);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.bullet-list.w {
  color: var(--white);
  line-height: 24px;
}

.fa-icon {
  background-color: var(--dark-blue);
  color: var(--orange);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  display: flex;
}

.list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.list-item.z {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.google-maps {
  filter: grayscale(75%);
  background-color: #f7f7f2;
}

.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;
  display: grid;
}

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.h1-light {
  color: #5f5f51;
  font-weight: 400;
}

.service-block._w-img {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.service-block._w-img.flex-direction._30t {
  margin-top: 30px;
}

.gallery-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.content-section-2.p-white {
  background-color: #f7f7f2;
}

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

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

.sitemap-list {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.sitemap-list-item {
  text-align: center;
  padding-top: 0;
  padding-bottom: 10px;
}

.sitemap-link {
  color: #4b4b4b;
  font-weight: 500;
  text-decoration: none;
}

.sitemap-link:hover {
  color: #5f5f51;
}

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

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

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

.whatsapp-container {
  z-index: 30;
  background-color: var(--dark-blue);
  color: var(--orange);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .45s ease-in-out;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

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

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

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

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

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

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

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

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

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

.chat-section {
  background-color: var(--orange);
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.h2-wrap {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.h2-wrap.top {
  margin-top: 40px;
}

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

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

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

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

.announcement-icon {
  border: .5px solid var(--black);
  background-color: var(--orange);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  display: flex;
}

.announcement-bar-2 {
  z-index: 99;
  background-color: var(--orange);
  padding-top: 5px;
  padding-bottom: 5px;
  position: sticky;
  inset: 0% 0% auto;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  flex-flow: row;
  margin-bottom: 3px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.announcement-link {
  color: var(--black);
  padding-left: 5px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.announcement-link:hover {
  color: var(--dark-blue);
}

.announcement-wrapper {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-6 {
  flex-direction: column;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-6.announcement-container {
  width: 90%;
  max-width: none;
}

.announcement-contact {
  background-color: var(--dark-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

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

.banner-content-div {
  background-image: linear-gradient(to right, #1e1d29cc, #fff0), linear-gradient(#0003, #0003);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 60px;
  display: flex;
}

.ban-text-main {
  color: var(--white);
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
}

.ban-small {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
}

.ban-sub {
  color: var(--white);
  margin-top: 5px;
  font-size: 65px;
  font-weight: 200;
  line-height: 60px;
}

.h1-light {
  color: var(--dark-blue);
}

.h2-light {
  font-weight: 400;
}

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

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

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

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

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

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

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

.fmb-link {
  margin-top: 20px;
}

.fmb-foot {
  width: 150px;
  margin-left: 0;
}

.service-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Building-blocks.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.banner-text {
  border-bottom: 5px solid var(--orange);
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

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

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

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.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 {
  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-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.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_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

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

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

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

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

.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_space-medium {
  margin-bottom: 40px;
}

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

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.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_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_trigger {
  display: none;
}

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

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

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

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.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: #616161;
  margin-right: 24px;
}

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

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

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

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

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.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_component {
  z-index: 2147483647;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block {
  color: var(--black);
  font-size: 14px;
}

.side-links {
  z-index: 50;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  inset: auto auto 2% 1%;
}

.side-link {
  background-color: var(--orange);
  color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.side-link:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.side-link.contact {
  color: #fff;
  margin-bottom: 10px;
}

.side-link.contact:hover {
  color: var(--black);
}

.social-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.social-banner._2 {
  grid-template-columns: 1fr 1fr;
  padding-bottom: 10px;
}

.orange-div {
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.orange-div._0 {
  background-color: #0000;
}

.isocn {
  color: var(--white);
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa Solid 900", sans-serif;
  text-decoration: none;
  display: flex;
}

.image-2 {
  width: 120px;
}

.image-3 {
  width: 200px;
}

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

@media screen and (max-width: 991px) {
  .headt-call-btn {
    background-color: var(--dim-grey);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .logo-2 {
    display: block;
  }

  .dl-link-holder {
    background-color: #212121;
    width: 100%;
  }

  .navbar-2 {
    width: 100%;
  }

  .dl-link-img {
    margin-right: 10px;
  }

  .drop-down-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .nav-menu-2 {
    z-index: 1;
    background-color: #f7f7f2;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

  .drop-down-icon {
    margin-right: 10px;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

  .dropdown-toggle {
    background-color: var(--white);
    color: var(--black);
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-toggle:hover {
    background-color: var(--dark-blue);
    color: var(--white);
  }

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

  .header-div-3 {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2.header-section.nav-verticle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dl-link-2 {
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link-2 {
    background-color: var(--white);
    color: var(--dim-grey);
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .menu-link-2:hover {
    background-color: var(--dark-blue);
    color: #f7f7f2;
  }

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

  .menu-link-2.w--current:hover {
    background-color: var(--dark-blue);
    color: var(--white);
  }

  .logo-div-2 {
    justify-content: center;
    align-items: center;
    width: 58%;
  }

  .menu-div-2 {
    width: 100%;
  }

  .menu-button-2 {
    background-color: #5f5f5117;
    border-radius: 9px;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .menu-button-2.w--open {
    color: #5e5e5e;
    text-align: right;
    background-color: #ebebeb;
  }

  .hero-banner {
    padding-top: 80px;
  }

  .menu-button-image-link {
    height: 160px;
  }

  .menu-button-div {
    height: auto;
  }

  .menu-button-group-div {
    grid-column-gap: 10px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr 1fr;
  }

  .h1 {
    font-size: 32px;
  }

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

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

  .img {
    height: 450px;
  }

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

  .single-image-div {
    width: 100%;
    height: 400px;
  }

  .pinned-content-div {
    justify-content: center;
    width: 100%;
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .large-image-section {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .large-single-image-div {
    width: 90%;
    height: auto;
    min-height: 450px;
    position: static;
  }

  .h2-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .h2-div.flex {
    flex-direction: row;
    align-items: center;
  }

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

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

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

  .left-contact {
    width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

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

  .heading-3-right-text {
    width: 100%;
  }

  .heading-3-wrapper {
    flex-direction: column-reverse;
  }

  .heading-3-left-image {
    width: 100%;
    margin-top: 0;
  }

  .footer-brand.w--current {
    min-height: 180px;
  }

  .footer-info-div-2 {
    width: 100%;
    padding: 40px 20px;
  }

  .footer-info-div-2._1 {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    padding: 40px 20px;
  }

  .footer-contact-links {
    flex-direction: column;
  }

  .footer-copy-right {
    justify-content: center;
  }

  .google-maps {
    width: 100%;
  }

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

  .service-block._w-img.flex-direction {
    flex-direction: column;
    display: flex;
  }

  .inner-services-content {
    width: 100%;
  }

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

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

  .h2-wrap {
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .announcement-wrapper {
    flex-direction: row;
  }

  .container-6.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .banner-text {
    padding-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .headt-call-btn {
    background-color: var(--orange);
  }

  .logo-2 {
    width: 150px;
  }

  .navbar-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .dl-link-img {
    margin-right: 20px;
  }

  .drop-down-wrapper {
    background-color: #fff;
    margin-top: 0;
  }

  .dropdown-toggle:hover {
    background-color: var(--dark-blue);
    color: #fff;
  }

  .header-div-3 {
    flex-direction: column;
  }

  .section-2 {
    z-index: 100;
    position: sticky;
  }

  .section-2.header-section.nav-verticle {
    position: relative;
  }

  .menu-link-2 {
    width: 100%;
  }

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

  .menu-div-2 {
    width: 100%;
  }

  .hero-banner {
    padding-top: 0;
  }

  .menu-button-section, .menu-button-group-div {
    display: none;
  }

  .h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .img {
    height: 350px;
  }

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

  .large-p-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-single-image-div {
    width: 100%;
    height: auto;
    min-height: 350px;
  }

  .h2-title {
    font-size: 34px;
  }

  .testimonials-grid {
    grid-template-rows: auto auto 81px;
    grid-template-columns: 1fr;
  }

  .h2-div {
    flex-wrap: wrap;
  }

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

  .grid-image-large-div, .grid-image-div {
    height: 250px;
  }

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

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

  .cta-link {
    font-size: 16px;
  }

  .heading-3-text {
    margin-bottom: 10px;
  }

  .heading-3-right-text {
    width: 100%;
    margin-top: 5px;
  }

  .heading-3-wrapper {
    flex-direction: column;
  }

  .heading-3-left-image {
    width: 100%;
  }

  .footer-section-2 {
    padding-bottom: 60px;
  }

  .footerlinks {
    width: 100%;
  }

  .footer-info-div-2 {
    justify-content: flex-start;
  }

  .footer-info-div-2._1 {
    justify-content: center;
  }

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

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

  .announcement-bar-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .announcement-contact-info {
    padding-left: 5px;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .announcement-contact-info.margin-right-20.hide {
    display: none;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-6.announcement-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .announcement-contact {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    padding: 20px 40px;
  }

  .works-12, .works-3 {
    min-width: 250px;
  }

  .service-banner {
    min-height: 300px;
  }

  .banner-text {
    text-align: center;
    padding-top: 10px;
    font-size: 34px;
    line-height: 40px;
  }

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

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

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

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

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

  .social-banner {
    grid-column-gap: 0px;
  }
}

@media screen and (max-width: 479px) {
  .ripple.dl-btn {
    right: -41%;
  }

  .headt-call-btn {
    background-color: var(--orange);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .logo-2 {
    margin-top: -5px;
  }

  .co-logo-link-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .co-logo-link-2.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  .dl-link-holder {
    background-color: var(--white);
  }

  .navbar-2 {
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
    position: static;
  }

  .dl-link-img {
    width: 43px;
    height: 43px;
    display: none;
  }

  .drop-down-wrapper {
    margin-top: 0;
  }

  .nav-menu-2 {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    position: relative;
  }

  .drop-down-icon {
    margin-right: 0;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

  .dropdown-toggle:hover {
    background-color: var(--dark-blue);
  }

  .icon {
    text-align: center;
  }

  .header-div-3 {
    flex-direction: column;
    padding: 0;
  }

  .section-2.header-section.nav-verticle {
    padding-top: 0;
    position: sticky;
  }

  .menu-link-2 {
    text-align: left;
  }

  .menu-link-2:hover {
    background-color: var(--dark-blue);
    color: var(--white);
  }

  .logo-div-2 {
    align-items: center;
    width: 95%;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .menu-div-2 {
    text-align: center;
    width: 100%;
    margin-top: 0;
  }

  .menu-button-2 {
    color: #f7f7f2;
    background-color: #212121;
    border-radius: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .menu-button-2:hover {
    border-radius: 0;
  }

  .menu-button-2.w--open {
    background-color: var(--orange);
    color: #fff;
    text-align: center;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 50vh;
  }

  .menu-button-section {
    display: none;
  }

  .h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  .img {
    height: 250px;
  }

  .p, .p.white {
    font-size: 14px;
  }

  .pinned-content-div {
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    background-color: var(--orange);
    box-shadow: none;
    padding: 20px;
  }

  .h2 {
    font-size: 24px;
    line-height: 33px;
  }

  .large-image-section {
    flex-direction: column;
    padding-bottom: 0;
  }

  .large-single-image-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 20px;
  }

  .large-single-image-div.loft, .large-single-image-div.building, .large-single-image-div.stone {
    min-height: 250px;
  }

  .testemonials {
    overflow: hidden;
  }

  .testemonials.projects {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-title {
    margin-left: 0;
    font-size: 26px;
    line-height: 29px;
  }

  .h2-title.white {
    font-size: 22px;
    line-height: 31px;
  }

  .h2-title.white.smaller {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 22px;
  }

  .testemonials-text {
    line-height: 1;
  }

  .light-text-line {
    margin-bottom: 15px;
    margin-right: 5px;
  }

  .light-text-line.dark-line {
    display: none;
  }

  .testimonials-grid {
    grid-row-gap: 35px;
  }

  .h2-div {
    align-items: center;
    margin-bottom: 10px;
  }

  .h2-div.flex {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .container-2.test-container {
    width: 95%;
    position: relative;
  }

  .grey-content-section {
    margin-top: 60px;
  }

  .grey-content-section.bg-gradiant {
    margin-top: 0;
  }

  .grey-content-section.bg-white.p-white {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grey-content-section.solid-bg {
    margin-top: 0;
  }

  .works-texxt-lable {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .works-1 {
    min-height: 350px;
  }

  .cta-text-contact {
    text-align: center;
  }

  .contact-info-block {
    padding: 25px;
  }

  .contact-info-block.m-bottom-20 {
    place-content: center;
    place-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .contact-info-block.m-bottom-20.m-top-60 {
    margin-top: 20px;
  }

  .cta-link {
    text-align: center;
    font-size: 12px;
  }

  .icon-block {
    margin-bottom: 20px;
    margin-right: 0;
  }

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

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

  .icon-2 {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 17px;
    line-height: 25px;
  }

  .heading-3-right-text {
    padding: 40px 20px;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .list {
    text-align: center;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .footer-contact-link {
    font-size: 15px;
    line-height: 22px;
  }

  .footer-nav-item.footer-contact {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .text-span-4 {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 5px;
    font-size: 17px;
    font-weight: 400;
  }

  .footer-info-div-2 {
    width: 100%;
  }

  .footer-info-div-2._1 {
    border-width: 1px;
    border-right-color: var(--dark-blue);
    border-bottom-style: solid;
    border-left-color: var(--dark-blue);
  }

  .footer-info-div-2._1.border-edit {
    padding-left: 20px;
  }

  .footer-contact-links {
    flex-direction: column;
    align-items: center;
  }

  .default-list.list-grid, .default-list.list-grid._2, .default-list.list-grid._4 {
    grid-template-columns: 1fr;
  }

  .bullet-list.w {
    font-size: 14px;
  }

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

  .areas-list-item.areas-list-flex {
    font-size: 14px;
  }

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

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

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

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

  .whatsapp-block {
    z-index: 999;
    margin-bottom: 10px;
    margin-right: 10px;
    display: flex;
    inset: auto 0% 0% auto;
  }

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

  .announcement-icon {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: .7em;
    display: flex;
  }

  .announcement-bar-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
  }

  .announcement-contact-info.hide {
    display: none;
  }

  .announcement-link {
    font-size: 13px;
  }

  .announcement-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    line-height: 8px;
  }

  .announcement-contact {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 13px;
    display: none;
  }

  .banner-content-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ban-text-main, .ban-sub {
    font-size: 32px;
    line-height: 38px;
  }

  .works-12, .works-3 {
    min-height: 350px;
  }

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

  .banner-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

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

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

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

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

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .text-span-5 {
    display: block;
  }

  .image-2 {
    width: 80px;
  }

  .image-3 {
    width: 120px;
  }
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-19555e21 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b513-19555e21 {
  align-self: auto;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-19555e21, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b520-19555e21, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b523-19555e21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930 {
  align-self: center;
}

#w-node-baebbdf4-afd3-017d-4cdd-459c208bfeb5-19555e22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8877303d-5f89-11bb-fcb3-82e02fa066a2-19555e26, #w-node-_9b66bcfb-151e-b03f-bf7b-da7410580e29-19555e26, #w-node-_498dcf99-07c6-5a4a-dbbd-ca2d9c8513a5-19555e26, #w-node-_718fff3a-dc56-ae85-d450-8c7586ae381a-19555e26, #w-node-fbc7a34e-1512-0fe4-2cb3-6b2473045f41-19555e26, #w-node-_6b4deaf4-cbd5-1629-73e6-08f5ef0066b4-19555e26, #w-node-ab10a376-6f76-e559-605a-b13507301045-19555e26, #w-node-_843f14b5-1b86-b48c-85a7-8a97457a193d-19555e26, #w-node-aa140270-fddc-4daf-9fb9-614c9471e1d1-19555e26, #w-node-_7e69e2ac-fa7c-5fd4-0253-763a1605260f-19555e26, #w-node-b862998a-1174-3390-e97a-ccc8e450dba0-19555e26, #w-node-f7c89f66-efd5-b318-5a59-a7c6bd6cebd6-19555e26, #w-node-a9dfdab8-342b-b708-987b-a8788b5beeab-19555e26, #w-node-_5c2dbe2d-58f9-be32-7c37-4d84dc1e73d4-19555e26, #w-node-_5e2fd881-7bc2-65ad-a7ec-ac42282c46ce-19555e26, #w-node-_3d9f4fb8-af35-9b2f-9d35-6cba79f26f38-19555e26, #w-node-c80880c8-ceb3-0afd-dbb4-8c77d34e7d3e-19555e26, #w-node-_5a8ef7dd-f90a-13fa-78c8-d8accf491316-19555e26, #w-node-_791a7a39-8d39-21dd-3f69-98567ea4e7cd-19555e26, #w-node-_4fe5bbf7-5822-7199-0a0c-854f15d21325-19555e26, #w-node-c4f54b46-c7cd-30f2-0d6d-63a82c7ae461-19555e26, #w-node-_486bfa5f-49c6-eff8-8cb8-cdc40b253ab2-19555e26, #w-node-_1211a0d1-e51c-2ccf-bcaa-fa922bc943dc-19555e26, #w-node-f2c2ff3f-d9bc-91cd-f2b2-28a3223ddb8a-19555e26, #w-node-c96df41e-74d2-5e68-51c3-a0b625b72df4-19555e26, #w-node-_1d061d69-a1f6-b090-46de-a034552d6265-19555e26, #w-node-cf7622ac-be53-8969-ec7b-32ace28d810f-19555e26, #w-node-dc1c0f2d-a543-309b-0d53-e6d5a2d1c206-19555e26, #w-node-ccfecf4e-8b47-561b-4cee-a76a58d2d5f9-19555e26, #w-node-_493ca13d-6066-0ed6-ad1f-16f5406f027b-19555e26, #w-node-_42811b43-9f18-f529-831b-d493bbbaa618-19555e26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56a7cf03-0ac0-758e-0d5e-eb4e77b1fba9-19555e29 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-19555e21, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-19555e21, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-19555e21 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51b-19555e21 {
    justify-self: auto;
  }

  #w-node-_41630135-08f1-7b76-ad30-ff90f7d32590-0cbbf40a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_41630135-08f1-7b76-ad30-ff90f7d3259a-0cbbf40a {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d192433c-c92f-ebbb-b529-ca7df7f90939-f7f90930 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d192433c-c92f-ebbb-b529-ca7df7f90946-f7f90930 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d192433c-c92f-ebbb-b529-ca7df7f9094f-f7f90930 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_41630135-08f1-7b76-ad30-ff90f7d32590-0cbbf40a {
    justify-self: center;
  }

  #w-node-_41630135-08f1-7b76-ad30-ff90f7d3259a-0cbbf40a {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }
}


@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 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 Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}