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

@font-face {
  font-family: "Pro 300";
  src: url('../fonts/Pro-Light-300.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: #fff;
  --dim-grey\<deleted\|variable-341a7e94\>: #4c4a4b;
  --silver: #939598;
  --red: #ed1c24;
  --third: #3a3a3a;
  --mid-grey\<deleted\|variable-f61a06a9\>: #7e7e7e;
}

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

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

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

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

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

.header-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 0 10px;
  display: flex;
}

.header-div-2.announcement-div {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.announcement-barn-link {
  color: #f7f7f2;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.announcement-barn-link.trust {
  align-items: center;
  padding-top: 5px;
  padding-left: 10px;
}

.announcement-barn-link.test {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  text-transform: uppercase;
  font-weight: 500;
}

.announcement-bar {
  z-index: 1;
  background-color: var(--silver);
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

.trust-pilot {
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.fa-social {
  border: 1px solid var(--black);
  background-color: var(--red);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
}

.quote-btn {
  border: 1px solid var(--black);
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  transition: all .3s;
}

.quote-btn:hover {
  background-color: var(--silver);
}

.announcement-contact-block {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-ann-block {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.contact-ann-block.auto-m {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.contact-ann-block.footer {
  justify-content: space-around;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.header-contact {
  border-left: 1px solid #5f5f5130;
  flex: none;
  margin-left: 0;
  padding-left: 0;
}

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

.ripple.dl-btn {
  background-color: var(--silver);
  right: -20%;
}

.ripple.call {
  width: 565px;
}

.ripple.gallery-btn-ripple {
  background-color: var(--silver);
}

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

.main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.main-block.pad {
  margin-bottom: 5px;
}

.logo-2 {
  object-fit: contain;
  background-color: #0000;
  width: auto;
  height: 80px;
  padding-bottom: 0;
  display: inline-block;
}

.co-logo-link-2.w--current {
  flex: none;
  height: auto;
  margin-right: 0;
}

.dl-link-holder {
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f226;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  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(--silver);
}

.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 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.drop-down-icon {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  margin: auto 0 auto 10px;
  position: relative;
}

.nav-link-text {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
}

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

.dropdown-toggle {
  color: var(--silver);
  letter-spacing: -.5px;
  text-transform: capitalize;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px 10px 10px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

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

.fonticon {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-family: "Fa 300";
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.fonticon.blue {
  background-color: var(--red);
  color: var(--white);
  border-radius: 0;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.header-div-3 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 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: 110;
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
}

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

.menu-link {
  color: var(--silver);
  letter-spacing: -.5px;
  text-transform: capitalize;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

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

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

.mobile-block {
  color: #ffea00;
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

.mobile-block.lig-text {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

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

.menu-div-2 {
  margin-left: auto;
}

.h-link {
  color: var(--silver);
  letter-spacing: -.5px;
  font-size: 14px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.h-link:hover {
  color: var(--red);
}

.hero-banner {
  background-color: var(--black);
  height: auto;
}

.hero-mask {
  height: 100vh;
}

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

.slide-2.one {
  background-image: linear-gradient(#0006, #0006), linear-gradient(#000000bf, #bfbfbf00 58%, #fff0), url('../images/grey-large-kitchen.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.slide-2.two {
  background-image: linear-gradient(#0006, #0006), linear-gradient(#000000bf, #b5b5b538 58%, #fff0), url('../images/grey-living-room.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.slide-2.three {
  background-image: linear-gradient(#0006, #0006), linear-gradient(#000000bf, #b5b5b538 58%, #fff0), url('../images/small-black-kitchen.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

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

.menu-button-image-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  text-decoration: none;
  display: flex;
}

.menu-button-image-link._1 {
  background-image: url('../images/extended-right-side.webp');
}

.menu-button-image-link._1.edit {
  background-image: url('../images/garden-extension.webp');
  height: 290px;
}

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

.menu-button-image-link._2.edit {
  background-image: url('../images/large-garden-room.webp');
  height: 290px;
}

.menu-button-image-link._3 {
  background-image: url('../images/large-extension.webp');
  height: 290px;
}

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

.menu-button-image-link._4.service {
  background-image: url('../images/outside-front-extension.webp');
  height: 290px;
}

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

.menu-button-image-link._5.edit {
  background-image: url('../images/building-services.webp');
  height: 290px;
}

.black-int-link {
  z-index: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: -.5px;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-button-section {
  z-index: 100;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #9395981a;
  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(--black);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 34px;
  line-height: 38px;
}

.h1.h1-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

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

.content-section.even.p-white {
  background-color: #fff;
  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(--red);
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.coloured-underline.underline-center {
  margin-left: auto;
  margin-right: auto;
}

.btn-text {
  z-index: 1;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
}

.primary-btn {
  z-index: 1;
  border: 2px solid var(--red);
  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.cad {
  margin-top: 0;
}

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

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

.primary-btn.m-auto {
  border: 1px solid var(--white);
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
}

.img {
  z-index: 1;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.p {
  letter-spacing: -.5px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

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

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

.basic-p-block._100 {
  width: 100%;
  margin-top: 20px;
}

.img-div {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 48%;
  position: relative;
}

.img-div.home-1 {
  background-image: url('../images/barner-conversion.webp');
  background-position: 100%;
}

.img-div.home-1.change {
  background-image: url('../images/house-extension.webp');
  background-position: 50%;
}

.img-div.home-1.change.new {
  background-image: url('../images/about-us.webp');
}

.img-div.google {
  background-image: none;
}

.img-div.ext-1 {
  background-image: url('../images/large-patio-garden.webp');
}

.img-div.ext-1.change {
  background-image: url('../images/extension-page.webp');
}

.img-div.ext-1.change.new {
  background-image: url('../images/outside-new-extension.webp');
}

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

.img-div.garden-1.new {
  background-image: url('../images/small-room.webp');
}

.img-div.land-1 {
  background-image: url('../images/small-hard-landscape.webp');
}

.img-div.land-1.change {
  background-image: url('../images/hard-land.webp');
  background-position: 50%;
}

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

.pinned-content-div._100 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

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

.large-p-block._100 {
  box-shadow: none;
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
}

.h2 {
  color: var(--white);
  letter-spacing: -1.5px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 600;
}

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

.h2.h2-white.lg-text {
  color: #f7f7f2;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 100px;
  padding-right: 60px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  display: block;
}

.h2.h2-white.lg-text.edit-padding {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
}

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

.large-image-section.low-p-bottom {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.large-image-section.low-p-bottom.p-white {
  background-color: #f7f7f2;
}

.large-image-section.white {
  background-color: #ffffff12;
}

.large-single-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  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.home-2 {
  background-image: url('../images/maranda.webp');
}

.large-single-image-div.home-2.change {
  background-image: url('../images/renovated-room.webp');
  background-position: 50%;
}

.large-single-image-div.home-2.change.home-1 {
  background-image: url('../images/about-us.webp');
  min-height: 700px;
}

.large-single-image-div.ext-2 {
  background-image: url('../images/extension-service.webp');
}

.large-single-image-div.ext-2.new {
  background-image: url('../images/mid-build.webp');
}

.large-single-image-div.ext-2.new._100 {
  width: 100%;
}

.large-single-image-div.garden-2 {
  background-image: url('../images/garden-office.webp');
}

.large-single-image-div.garden-2.edit {
  background-image: url('../images/garden-room.webp');
  background-position: 100%;
}

.large-single-image-div.garden-2.edit._100 {
  width: 100%;
}

.large-single-image-div.land-2 {
  background-image: url('../images/hard-landscaping.webp');
  background-position: 50% 100%;
}

.large-single-image-div.land-2.change {
  background-image: url('../images/patio.webp');
}

.large-single-image-div.land-2.change._100 {
  width: 100%;
}

.left-arrow {
  background-color: var(--silver);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  font-weight: 300;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 80px -17% auto;
  overflow: hidden;
}

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

.text-block-2 {
  flex: none;
  margin-top: 0;
  font-family: "Fa Regular 400", sans-serif;
  font-size: 26px;
  font-weight: 400;
  display: block;
  position: static;
  inset: 0%;
}

.testemonials {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

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

.testemonials-slider {
  border-left: 1px #c0c1af24;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.customer-titkle {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.testemonial-content-everything {
  border: 1px solid #ffffff4f;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 40px;
  display: flex;
}

.testemonial-content-everything.black {
  border: 1px solid var(--white);
  background-color: #000;
  padding: 24px;
}

.h2-title {
  color: var(--white);
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 40px;
  font-weight: 300;
}

.h2-title.white {
  color: var(--white);
  letter-spacing: -2px;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

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

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

.qoate-symbol {
  color: var(--red);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 90px;
  line-height: 1;
  display: flex;
  position: relative;
}

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

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

.right-arrow {
  background-color: var(--silver);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 0 -17% auto;
}

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

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

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

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

.underline.testemonials-underline.gray {
  background-color: var(--black);
  width: 100%;
}

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

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

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

.mask {
  height: auto;
  min-height: 250px;
}

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

.h2-div.m-bottom-30 {
  justify-content: center;
  margin-bottom: 30px;
}

.h2-div.flex.center {
  justify-content: center;
}

.slide {
  height: auto;
  padding: 15px;
}

.slider {
  background-color: #0000;
  height: auto;
  position: static;
}

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

.customer-img {
  border: 1px solid var(--red);
  background-image: url('../images/CHECK-A-TRADE-thin.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.grey-content-section {
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-content-section.bg-gradiant {
  background-color: var(--black);
  padding-top: 80px;
  padding-bottom: 80px;
}

.grey-content-section.bg-white {
  background-color: #0000;
  padding-top: 130px;
  padding-bottom: 100px;
}

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

.grey-content-section.solid-bg {
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
}

.grid-image-large-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

.grid-image-large-div.home-3 {
  background-image: url('../images/house-lights.webp');
}

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

.grey-dividing-line {
  background-color: #5f5f5163;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.grey-dividing-line.line-odd {
  background-color: #f7f7f236;
}

.grid-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.grid-image-div.home-4 {
  background-image: url('../images/inside-new-kitchen.webp');
}

.grid-image-div.home-5 {
  background-image: url('../images/Banner2.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(--red);
  color: var(--white);
  letter-spacing: -.5px;
  text-transform: capitalize;
  padding: 15px 30px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

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

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

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

.works-1.h2-div {
  background-image: url('../images/large-garden-room.webp');
  min-height: 100%;
}

.works-1._3 {
  background-image: url('../images/banner-16.webp');
}

.cta-text-contact {
  color: var(--silver);
  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: 20px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

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

.cta-link {
  color: var(--white);
  font-size: 15px;
  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 {
  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(--white);
  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(--red);
  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(--white);
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  display: inline-flex;
}

.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-weight: 500;
  display: block;
}

.heading-3-right-text {
  background-color: var(--third);
  background-image: url('../images/colorkit.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  background-color: #5f5f51;
  padding: 0;
}

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

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

.container-3.announcement-container {
  width: 90%;
  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: 400px;
  display: flex;
}

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

.instagram {
  margin-bottom: 0;
}

.foooter-logo {
  object-fit: contain;
  width: 110%;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  width: 100%;
  display: flex;
}

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

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

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

.fb-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 20px;
  display: flex;
}

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

.footer-title {
  border-bottom: 3px none var(--silver);
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 3px 10px;
  font-size: 17px;
  font-weight: 700;
}

.footer-contact-link {
  color: var(--white);
  letter-spacing: -.5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

.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(--white);
  cursor: auto;
}

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

.contact-link {
  color: var(--white);
  letter-spacing: -.5px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

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

.contact-link.w--current {
  color: var(--red);
}

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

.contact-link.black.w--current {
  color: var(--black);
}

.footerlinks {
  color: var(--white);
  text-align: center;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

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

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

.footer-info-div-2._1.border-edit {
  border-left-style: solid;
  border-right-style: solid;
  justify-content: flex-start;
}

.footer-social-link {
  background-color: var(--red);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.footer-social-link:hover {
  color: #c0c1af;
  background-color: #0000;
  border: 1px solid #c0c1af;
}

.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: 20px;
  padding-right: 0;
  display: flex;
}

.default-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: block;
}

.default-list._3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  list-style-type: disc;
  display: grid;
}

.default-list._2-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  list-style-type: square;
  display: grid;
}

.default-list.no-top {
  margin-top: 0;
}

.bullet-list {
  color: var(--white);
  letter-spacing: -.5px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

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

.fa-icon {
  color: var(--white);
  background-image: url('../images/webclip.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  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;
  font-weight: 400;
  display: flex;
}

.list-item {
  color: var(--red);
  margin-bottom: 10px;
  list-style-type: square;
  transition: all .3s;
}

.list-item:hover {
  transform: translate(10px);
}

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

.list-item.left {
  margin-left: 20px;
}

.google-maps {
  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: 400;
  display: flex;
}

.top-block {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

.contact-content {
  background-color: var(--red);
  text-align: left;
  border-radius: 8px;
  width: 100%;
  padding: 30px;
  transition: all .3s ease-in-out;
  box-shadow: -1px 1px 3px #00000045;
}

.contact-content:hover {
  transform: translate(-5px, -5px);
}

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

.section-1-white.p-white {
  background-color: #fff;
}

.heading-1-small {
  color: #333333a1;
  font-weight: 300;
}

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

.telephone {
  color: #fff;
}

.telephone.office-number {
  padding-left: 20px;
}

.telephone.office-number.contact-type {
  color: var(--white);
  padding-bottom: 10px;
  padding-left: 0;
}

.telephone.office-number.contact-type.m-bottom-10 {
  color: #fff;
  margin-bottom: 10px;
}

.contact-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  display: inline-block;
}

.contact-type-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

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

.contact-page-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  display: grid;
}

.ripple-2 {
  z-index: 0;
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -27% auto auto;
}

.ripple-2.gallery-btn-ripple {
  background-color: #c0c1af;
}

.ripple-2.gallery-btn-ripple.enquiry {
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  width: 540px;
}

.h1-light {
  color: var(--red);
  font-weight: 400;
}

.primary-btn-2 {
  z-index: 1;
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.primary-btn-2.gallery-btn.m-center {
  margin-top: 60px;
  margin-right: auto;
}

.primary-btn-2.gallery-btn.m-center.enquiry {
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  width: 240px;
}

.list-default {
  padding-left: 10px;
}

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

.list-item-2 {
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  transition: padding .3s;
  display: flex;
}

.list-item-2:hover {
  padding-left: 20px;
}

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

.service-block._w-img.m-bottom-40._100 {
  width: 100%;
  display: block;
}

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

.h3-service-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
}

.h3-service-text.m-none {
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 22px;
}

.h3-service-text.h3-light {
  color: #f7f7f2;
}

.h3-service-text.h3-light.m-none.h224 {
  font-size: 24px;
}

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

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

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

.lb-img {
  width: 100%;
}

.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: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.trust-reviews {
  margin-bottom: 0;
  padding-top: 20px;
}

.live-chat-text {
  color: var(--white);
  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;
}

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

.livechat-button:hover {
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
}

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

.whatsapp-container:hover {
  background-color: var(--red);
  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: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

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

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

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

.live-chat-bottom-text {
  color: var(--silver);
  font-size: 10px;
  line-height: 16px;
}

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

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

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

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

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

.fa-social-2 {
  border: .5px solid var(--white);
  color: var(--white);
  background-color: #000000b0;
  border-radius: 0;
  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 {
  color: var(--red);
  transform: scale(1.1);
}

.fa-social-2.fixed {
  color: #61983c;
  background-color: #fff;
  border: 2px solid #e5605c;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.fa-social-2.fixed:hover {
  color: #fff;
}

.fa-social-2.fixed.phone {
  border-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  font-family: "Fa Solid 900", sans-serif;
}

.fa-social-2.fixed.phone:hover {
  color: #61983c;
}

.fa-social-2.fixed.reduce {
  margin-top: 0;
}

.fa-social-2.fixed.reduce:hover {
  color: #61983c;
}

.fa-social-2.social-media {
  background-color: #000000b0;
  font-family: "Fa Brands 400", sans-serif;
}

.fa-container {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 30% 0% 50% auto;
}

.hyperlink {
  color: var(--white);
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

.icon-3 {
  margin-right: 10px;
}

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

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

.fs-cc-banner_close-icon {
  color: var(--black);
  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 20px 20px;
}

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

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

.checkatrade {
  margin-bottom: 0;
}

.fmb {
  background-image: url('../images/FMB.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;
}

.fmb.footer {
  text-align: center;
  background-image: none;
  width: auto;
  height: auto;
}

.bullet-icon {
  background-image: url('../images/webclip.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 35px;
  height: 35px;
}

.brick-lottie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100px;
  display: inline-flex;
}

.googlemap {
  background-image: url('../images/map-1.webp');
  background-position: 50% 68%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
}

.banner-services {
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
}

.banner-text {
  border-bottom: 2px solid var(--red);
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 2px 0 1px var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.5;
  transition: all .3s ease-in-out;
}

.banner-text:hover {
  transform: scale(1.1);
}

.gallery-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

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

.border {
  border: 1px solid var(--red);
  margin-bottom: 10px;
  padding: 6px;
}

.heading-3 {
  text-transform: uppercase;
  font-weight: 400;
}

.div-block {
  display: flex;
}

.left-div, .right-div {
  width: 48%;
}

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

.slogan-text {
  z-index: 2;
  background-color: var(--red);
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  line-height: 1.5;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.slogan-text:hover {
  transform: scale(1.1);
}

.div-block-3 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.text-block-3 {
  border-radius: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.banner-content {
  z-index: 90;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.text-block-4 {
  letter-spacing: 5px;
}

.welcome-text {
  letter-spacing: 5px;
  font-size: 34px;
  font-weight: 300;
}

.banner-text-main {
  background-color: var(--red);
  color: var(--white);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 8px 20px;
  font-size: 66px;
  font-weight: 700;
  line-height: 68px;
}

.text-span-5 {
  font-weight: 400;
}

.text-span-6 {
  color: var(--white);
  font-weight: 400;
}

.announcement-link {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.announcement-link:hover {
  color: #ef233c;
}

.announcement-time {
  color: #fff;
  font-size: 1em;
  font-weight: 100;
}

.announcement-bar-2 {
  z-index: 400;
  background-color: var(--black);
  width: 100%;
  height: 45px;
  position: fixed;
}

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

.announcement-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 1em;
  line-height: 1.5;
  display: flex;
}

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

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

.announcement-contact {
  color: #fff;
  background-color: #ef233c;
  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: #212529;
}

.tex-whitet-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.contact-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.p-2 {
  color: var(--white);
  letter-spacing: -.5px;
  margin-bottom: 0;
}

.p-2.light {
  font-weight: 300;
}

.footer-l-colum {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.copyright {
  border-top: 1px solid #6b8478;
  padding-top: 70px;
}

.footer-contact {
  padding-bottom: 140px;
}

.footer-heading {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .5s;
}

.footer-link:hover {
  opacity: .5;
}

.footer-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.contact-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .5s;
  display: flex;
}

.contact-item:hover {
  opacity: .5;
}

.footer-copyright {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.item-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 0;
  font-family: "Pro 300", Arial, sans-serif;
  font-size: 18px;
  display: flex;
}

.title-text {
  font-weight: 600;
}

.footer-colum {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-low {
  background-color: var(--third);
  color: #fff;
  padding-top: 140px;
}

.contact-text {
  border-bottom: 1px solid var(--white);
  flex: 1;
  padding-bottom: 20px;
}

.container-6 {
  width: 90%;
  max-width: 1300px;
}

.footer-r-colum {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}

.footer-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  place-items: center start;
}

.optimism-cta-2 {
  color: #181818;
  background-color: #f3f3f3;
  background-image: linear-gradient(#00000061, #00000061), url('../images/bAN5-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grain-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.large-circle-link {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border: 1px #8c9fac33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto auto -100px;
  overflow: hidden;
}

.small-width {
  max-width: 450px;
}

.body-display {
  color: #fff;
  letter-spacing: -.5px;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.link-hover-fill {
  background-color: var(--red);
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.stacked-content {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 72px;
  padding-right: 72px;
  display: grid;
  position: relative;
}

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

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

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

.hyperlink-2.white:hover {
  color: #485e11;
  box-shadow: inset 0 -2100px #fff;
}

.grain {
  z-index: 1;
  opacity: .02;
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.grain.in-block {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: auto;
}

.heading-4 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
}

.action-content {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  border-left: 1px solid #8c9fac33;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 800px;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 200px;
  display: grid;
  position: relative;
}

.button-text-4 {
  z-index: 20;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  transform: rotate(18deg);
}

.content-wrapper {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.grid-wrapper-2 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.light {
  color: var(--white);
  font-weight: 700;
}

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

.p-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 25px;
  transition: all .2s;
  display: flex;
}

.p-card:hover {
  border-radius: 40px;
}

.projects-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.card-text {
  color: var(--black);
  letter-spacing: -.5px;
  margin-top: 0;
  font-size: 20px;
  line-height: 26px;
}

.p-card_text {
  color: #3c5f4e;
  text-align: left;
  font-weight: 600;
}

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

.text-line {
  background-color: #3c5f4e;
  width: 100%;
  height: 1px;
}

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

.activ-heading {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h1-2 {
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.icon_motion {
  filter: grayscale();
  width: 30px;
  height: 30px;
}

.sticky-icon-div {
  z-index: 800;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 32% 0% auto auto;
  overflow: hidden;
}

.fa-icon-2 {
  color: #fff;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-right: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 21px;
  text-decoration: none;
  display: flex;
}

.fa-icon-2.brand {
  font-family: "Fa Brands 400", sans-serif;
  text-decoration: none;
  display: flex;
}

.fa-icon-2.brand.check {
  background-image: url('../images/whatsapp-brands-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.sticky-icon {
  width: 50px;
  height: 50px;
}

.sticky-icon._1 {
  border: 1.5px solid var(--white);
  background-color: var(--red);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  display: flex;
}

.sticky-icon._1.red {
  background-color: var(--red);
}

.sticky-icon._1.yellow {
  background-color: var(--red);
  color: var(--white);
  flex-flow: row;
}

.sticky-icon._1.blue {
  background-color: var(--red);
}

.sticky-text {
  color: #fff;
  letter-spacing: -.5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: auto;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sticky-text.black {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.acc-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

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

.check {
  width: 300px;
}

.f-m-b {
  width: 200px;
}

.lottie-icon {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.about-heading {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 490px;
  display: flex;
}

.about-image {
  border-radius: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 46%;
  display: flex;
  overflow: hidden;
}

.about-icon {
  z-index: 10;
  background-color: #dde7e1;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
  position: absolute;
  top: 41px;
  left: -102px;
  overflow: hidden;
}

.about-heading-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--third);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 54%;
  padding: 45px 60px;
  display: flex;
  position: relative;
}

.list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.img_about {
  object-fit: cover;
  flex: 1;
  height: 100%;
  max-height: 600px;
}

.list-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h1-3 {
  color: var(--white);
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: .9;
}

.float-icon {
  position: relative;
}

.button-hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #60a072;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 300px;
  display: flex;
  position: absolute;
  top: 100%;
}

.button-icon {
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 11px;
  display: flex;
  position: relative;
}

.button-text {
  font-size: 16px;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.button-dark {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #3c5f4e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 68px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .hyperlink-2:hover {
    color: #fff;
    box-shadow: inset 0 -100px #485e11;
  }
}

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

@media screen and (max-width: 991px) {
  .header-div-2 {
    width: 100%;
  }

  .announcement-bar {
    display: none;
  }

  .announcement-contact-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .headt-call-btn {
    background-color: var(--red);
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .dl-link-holder {
    background-color: var(--black);
    width: 100%;
  }

  .navbar-2 {
    width: 100%;
  }

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

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

  .nav-menu {
    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(--red);
    color: var(--white);
  }

  .icon {
    color: var(--red);
  }

  .header-div-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

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

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

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

  .menu-link:hover {
    background-color: var(--red);
    color: var(--white);
  }

  .logo-div-2 {
    justify-content: flex-start;
    width: 58%;
  }

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

  .menu-button-2 {
    background-color: #5f5f5117;
    border-radius: 9px;
  }

  .menu-button-2.w--open {
    background-color: var(--white);
    color: var(--red);
    text-align: right;
  }

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

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

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

  .menu-button-group-div {
    grid-column-gap: 10px;
    grid-row-gap: 70px;
    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;
  }

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

  .img-div.google {
    height: auto;
  }

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

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

  .h2.h2-white.lg-text.edit-padding {
    text-align: right;
    margin-left: 0;
    font-size: 28px;
  }

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

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

  .left-arrow {
    inset: auto auto -15% 2.5%;
  }

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

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

  .testemonials-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .customer-titkle {
    font-size: .9rem;
  }

  .qoate-symbol {
    font-size: 60px;
  }

  .who-made-comment {
    margin-top: 20px;
  }

  .right-arrow {
    bottom: -15%;
    left: 2.5%;
    right: 0;
  }

  .block-quote {
    font-size: 16px;
  }

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

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

  .h2-div.flex.center {
    justify-content: center;
  }

  .slide {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .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-text {
    margin-bottom: 15px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 20px;
  }

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

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

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

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

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

  .fb-div {
    justify-content: center;
  }

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

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

  .footer-info-div-2._1.border-edit {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

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

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

  .contact-content {
    flex-direction: column;
    display: flex;
  }

  .contact-page-info {
    grid-template-columns: 1fr;
  }

  .service-block._w-img.m-bottom-40.flex-reverse-bespok {
    flex-direction: column-reverse;
    display: flex;
  }

  .service-block._w-img.m-bottom-40.flex-best, .service-block._w-img.flex-direction {
    flex-direction: column;
    display: flex;
  }

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

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

  .fa-container {
    top: 40%;
  }

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

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

  .welcome-text {
    font-size: 24px;
    line-height: 28px;
  }

  .banner-text-main {
    font-size: 36px;
    line-height: 42px;
  }

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

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

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

  .container-6 {
    max-width: 1300px;
  }

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

  .optimism-cta-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .large-circle-link {
    width: 180px;
    height: 180px;
    position: relative;
    left: 0;
  }

  .body-display {
    text-align: left;
  }

  .stacked-content {
    padding-left: 48px;
    padding-right: 48px;
  }

  .heading-4 {
    text-align: left;
  }

  .action-content {
    text-align: center;
    border-left-style: none;
    place-items: center start;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
  }

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

  .projects-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .about-icon {
    inset: -705px auto auto 537px;
  }

  .about-heading-block {
    padding-left: 45px;
    padding-right: 45px;
  }

  .about-content {
    flex-flow: column;
  }

  .float-icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .announcement-barn-link {
    font-size: 14px;
  }

  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

  .header-contact {
    border-left-style: none;
    margin-left: 0;
    padding-left: 5px;
  }

  .main-block {
    width: 100%;
  }

  .logo-2 {
    height: 70px;
  }

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

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

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

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

  .menu-link {
    width: 100%;
  }

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

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

  .hero-mask {
    height: 350px;
  }

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

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

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

  .primary-btn.gallery-btn.m-center {
    margin-top: 40px;
  }

  .img {
    height: 350px;
  }

  .img-div {
    height: 250px;
  }

  .h2.h2-white.lg-text.edit-padding {
    flex: 0 auto;
    margin-top: 10px;
    margin-left: 0;
    font-size: 24px;
  }

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

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

  .large-single-image-div.home-2.change.home-1 {
    min-height: 450px;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -5%;
  }

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

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

  .testemonials-slider {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

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

  .qoate-symbol {
    margin-left: 0;
    padding-right: 60px;
    position: static;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
    bottom: -5%;
  }

  .underline {
    width: 50%;
  }

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

  .h2-div {
    margin-bottom: 0;
  }

  .slide {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    justify-content: center;
    align-items: center;
    width: auto;
    position: static;
  }

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

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

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

  .grey-dividing-line, .grey-dividing-line.line-odd {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

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

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

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

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

  .heading-3-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .heading-3-text.sm-h3.white-h3 {
    line-height: 30px;
  }

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

  .container-3.announcement-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

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

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

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

  .contact-block {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

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

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

  .banner-text {
    font-size: 30px;
  }

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

  .left-div, .right-div {
    width: 100%;
  }

  .div-block-2 {
    display: block;
  }

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

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

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

  .banner-text-main {
    margin-top: 10px;
  }

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

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

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

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

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-circle-link {
    width: 160px;
    height: 160px;
  }

  .stacked-content {
    padding-left: 36px;
    padding-right: 36px;
  }

  .p-card {
    width: 250px;
  }

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

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

  .about-image, .about-heading-block {
    width: 100%;
  }

  .about-content {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .header-div-2 {
    flex-direction: column;
  }

  .headt-call-btn {
    font-size: 14px;
  }

  .main-block {
    justify-content: center;
    margin-bottom: 5px;
  }

  .logo-2 {
    margin-bottom: 0;
  }

  .co-logo-link-2 {
    text-align: center;
    width: 100%;
  }

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

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

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

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

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

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

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

  .icon {
    color: var(--white);
    text-align: center;
  }

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

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

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

  .mobile-block.lig-text {
    margin-right: 0;
  }

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

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

  .menu-button-2 {
    background-color: var(--third);
    color: var(--black);
    border-radius: 0;
    width: 100%;
    display: flex;
  }

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

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

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 300px;
  }

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

  .h1 {
    letter-spacing: -1px;
    font-size: 22px;
    line-height: 32px;
  }

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

  .coloured-underline {
    margin-bottom: 20px;
  }

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

  .primary-btn.gallery-btn.m-center {
    margin-top: 30px;
  }

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

  .img {
    height: 250px;
  }

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

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

  .large-p-block {
    box-shadow: none;
    background-color: #0000;
    padding: 0;
  }

  .h2 {
    font-size: 24px;
  }

  .h2.h2-white.lg-text.edit-padding {
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
    font-size: 18px;
  }

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

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

  .large-single-image-div.home-2.change.home-1 {
    min-height: 300px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    font-size: 13px;
    bottom: -3%;
  }

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

  .testemonials {
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
  }

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

  .customer-titkle {
    font-size: 1rem;
  }

  .testemonial-content-everything {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .h2-title.white {
    letter-spacing: -1.5px;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
  }

  .h2-title.white.smaller {
    font-size: 22px;
  }

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

  .qoate-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 32px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    margin-left: 60px;
    bottom: -3%;
    left: 0%;
  }

  .underline {
    width: 30%;
  }

  .block-quote {
    font-size: 15px;
  }

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

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

  .h2-div {
    margin-bottom: 0;
  }

  .h2-div.m-bottom-30 {
    flex-direction: column;
  }

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

  .slide {
    padding: 0;
  }

  .container-2.test-container {
    position: relative;
  }

  .customer-img {
    min-width: 60px;
    min-height: 60px;
  }

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

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

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

  .grey-dividing-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

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

  .cta-text-contact {
    margin-bottom: 0;
  }

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

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

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

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

  .left-contact.right {
    margin-top: 10px;
    padding: 0;
  }

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

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

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

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

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

  .list {
    text-align: center;
  }

  .fb-div {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

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

  .footer-nav-item.footer-contact {
    flex-flow: column;
    justify-content: center;
    margin-bottom: 10px;
  }

  .footer-nav-item.footer-contact.auto-cusro {
    flex-flow: column;
    font-size: 15px;
  }

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

  .footer-info-div-2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-info-div-2._1 {
    border-width: 1px;
    border-bottom-style: solid;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-social-link {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

  .list-item-2:hover {
    padding-left: 0;
  }

  .h3-service-text.m-none {
    text-align: center;
    padding-left: 0;
    font-size: 22px;
  }

  .h3-service-text.h3-light.m-none {
    margin-top: 5px;
  }

  .h3-service-text.h3-light.m-none.h224 {
    margin-top: 0;
  }

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

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

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

  .livechat-button {
    width: 90%;
  }

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

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

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

  .fa-container {
    top: 65%;
  }

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

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

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

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

  .banner-text {
    font-size: 25px;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

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

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

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

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

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

  .welcome-text {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 22px;
  }

  .banner-text-main {
    letter-spacing: -.5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 28px;
  }

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

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

  .announcement-icon {
    font-size: 1.2em;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
  }

  .announcement-contact {
    width: 100%;
  }

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

  .footer-l-colum {
    width: 100%;
  }

  .copyright {
    padding-top: 50px;
  }

  .footer-contact {
    padding-bottom: 50px;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-colum {
    text-align: center;
    justify-content: center;
    align-items: stretch;
  }

  .contact-low {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3 {
    font-size: 32px;
  }

  .body-display {
    font-size: 18px;
  }

  .stacked-content {
    grid-row-gap: 36px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 28px;
  }

  .action-content {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-card {
    width: 100%;
  }

  .card-text {
    font-size: 18px;
    line-height: 24px;
  }

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

  .projects {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .activ-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .about-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .about-heading-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding: 20px;
  }

  .about-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: block;
  }

  .about-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .img_about {
    max-height: 300px;
  }

  .list-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .float-icon {
    display: none;
    overflow: hidden;
  }
}

#w-node-_17ef6961-5229-11ca-1ccf-308d9a770bbd-7414e35c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a89af07-0e79-e9a8-a8d9-8512866facd4-7414e35c {
  place-self: end;
}

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

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

#w-node-_2b49dcd4-1c0d-9e9a-edee-a3b92aa5dee9-7414e35c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2b49dcd4-1c0d-9e9a-edee-a3b92aa5deeb-7414e35c {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_7a2c0010-2ecd-8ace-3977-b88238adb87f-7414e35c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_7a2c0010-2ecd-8ace-3977-b88238adb880-7414e35c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#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-_74fd45c8-586b-f819-0aa2-8eabe8d439c8-6bf056dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_188f44b0-2245-4df8-4d1b-dacc1ce3222d-6cc2d15c, #w-node-_366de47b-07c3-f45c-7193-54b3b06dcc5e-6cc2d15c, #w-node-_0be5e477-0930-2227-103f-ee4310649a05-6cc2d15c, #w-node-_6ba1a15c-fd46-a8c7-3814-39214d5771fe-f3ae896c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ba1a15c-fd46-a8c7-3814-39214d577202-f3ae896c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d50ee035-8395-8c6a-ae16-552986aae45d-f3ae896c, #w-node-d50ee035-8395-8c6a-ae16-552986aae461-f3ae896c, #w-node-d50ee035-8395-8c6a-ae16-552986aae465-f3ae896c, #w-node-d50ee035-8395-8c6a-ae16-552986aae469-f3ae896c, #w-node-d50ee035-8395-8c6a-ae16-552986aae46d-f3ae896c, #w-node-d50ee035-8395-8c6a-ae16-552986aae471-f3ae896c, #w-node-d50ee035-8395-8c6a-ae16-552986aae475-f3ae896c, #w-node-d50ee035-8395-8c6a-ae16-552986aae479-f3ae896c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3f6e9b8-6ea0-1e41-007f-66846f06aa1d-f3ae896c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e960a-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e960e-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e9612-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e9616-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e961a-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e961e-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e9622-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e9626-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e962a-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e962e-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e9632-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e9636-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e963a-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e963e-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e9642-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e9646-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e964a-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e964e-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e9652-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e9656-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e965a-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e965e-f3ae896c, #w-node-_814cde4d-4e5d-b870-f0a6-b9dc900e9662-f3ae896c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68b2ca5-6553-020b-de04-fc893185f092-6443edbf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a4b077b4-ab8b-92f6-ebb1-81a49b483541-6443edbf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c8840578-3a3f-7f62-a935-e9db5aabd594-6443edbf, #w-node-a4b077b4-ab8b-92f6-ebb1-81a49b483569-6443edbf, #w-node-_49b7eb57-8648-492e-78ac-e495e91a76a9-6443edbf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_43cb8e53-768f-b94a-c322-57b15cf9d66a-6443edbf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b43623ab-2595-4c3b-fbf4-768df8b13e90-6443edbf, #w-node-_3cae0c9a-b1e3-ea67-41d8-0adf4d1a796c-6443edbf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27ffd81b-e566-7585-2d30-027559d3daeb-5abb13da, #w-node-_27ffd81b-e566-7585-2d30-027559d3daf9-5abb13da, #w-node-_27ffd81b-e566-7585-2d30-027559d3db03-5abb13da {
  place-self: auto stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_74f16ddb-994f-116c-255c-a736ae67b164-7414e35c, #w-node-_74f16ddb-994f-116c-255c-a736ae67b16f-7414e35c {
    justify-self: start;
  }

  #w-node-_2b49dcd4-1c0d-9e9a-edee-a3b92aa5deeb-7414e35c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2b49dcd4-1c0d-9e9a-edee-a3b92aa5def8-7414e35c {
    justify-self: center;
  }

  #w-node-a4b077b4-ab8b-92f6-ebb1-81a49b48354b-6443edbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a4b077b4-ab8b-92f6-ebb1-81a49b483541-6443edbf, #w-node-c8840578-3a3f-7f62-a935-e9db5aabd594-6443edbf, #w-node-a4b077b4-ab8b-92f6-ebb1-81a49b483569-6443edbf, #w-node-_49b7eb57-8648-492e-78ac-e495e91a76a9-6443edbf, #w-node-_43cb8e53-768f-b94a-c322-57b15cf9d66a-6443edbf, #w-node-b43623ab-2595-4c3b-fbf4-768df8b13e90-6443edbf, #w-node-_3cae0c9a-b1e3-ea67-41d8-0adf4d1a796c-6443edbf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27ffd81b-e566-7585-2d30-027559d3daeb-5abb13da, #w-node-_27ffd81b-e566-7585-2d30-027559d3daf9-5abb13da {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8a89af07-0e79-e9a8-a8d9-8512866facd3-7414e35c, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51b-7414e35c {
    justify-self: auto;
  }

  #w-node-_74fd45c8-586b-f819-0aa2-8eabe8d439c8-6bf056dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2b49dcd4-1c0d-9e9a-edee-a3b92aa5def8-7414e35c {
    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;
}
@font-face {
  font-family: 'Pro 300';
  src: url('../fonts/Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}