@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype"), 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"), 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"), 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: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

:root {
  --white: #fff;
  --black: #050505;
  --green: #6aaa45;
  --light-grey: #e0e7ef;
  --dark-grey: #3d3d3d;
  --mid-grey\<deleted\|variable-f61a06a9\>: #7e7e7e;
  --dim-grey\<deleted\|variable-341a7e94\>: #4c4a4b;
  --cookies-bg: #25252580;
  --transparent: #fff0;
}

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

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

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

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

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

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

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

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

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

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

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

.co-logo {
  background-color: #0000;
  width: 265px;
  padding-bottom: 0;
}

.co-logo-link {
  border-right: 1px solid var(--light-grey);
  justify-content: center;
  align-items: center;
  width: 480px;
  min-width: 480px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar {
  z-index: 90;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.dropdown {
  z-index: 80;
}

.dropdown-toggle {
  color: var(--dark-grey);
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 20px 30px 20px 10px;
  font-size: 15px;
  line-height: 25px;
  transition: all .3s;
  display: flex;
}

.header-div {
  background-color: var(--light-grey);
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.nav-section {
  z-index: 999;
  border-bottom: 5px solid var(--green);
  background-color: var(--white);
  justify-content: space-between;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #00000080;
}

.menu-link {
  color: var(--dark-grey);
  text-transform: uppercase;
  padding: 20px 10px;
  font-size: 15px;
  line-height: 25px;
  transition: all .3s ease-in-out;
}

.menu-link:hover {
  border-bottom: 1px #f7f7f2;
}

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

.menu-div {
  width: 100%;
}

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

.hero-mask {
  height: 75vh;
  min-height: 680px;
}

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

.leftarrow, .rightarrow, .slide-navbar {
  display: none;
}

.img-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: 250px;
  text-decoration: none;
  display: flex;
}

.img-link.services {
  background-image: url('../images/Landscaping-8.webp');
}

.img-link.design {
  background-image: url('../images/Landscaping-5.webp');
}

.img-link.driveways {
  background-image: url('../images/24131862_1600252276684994_7588860933743889383_o-Small.webp');
}

.img-link.block {
  background-image: url('../images/block-paving-driveway-after.webp');
}

.img-link.resin {
  background-image: url('../images/Landscaping-1.webp');
}

.black-int-link {
  z-index: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

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

.menu-button-div {
  background-color: var(--green);
  transition: all .3s;
}

.menu-button-div:hover {
  background-color: var(--dark-grey);
}

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--light-grey);
  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: 10px;
  display: grid;
}

.menu-label-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

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

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

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

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

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

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

.btn-text.call {
  color: var(--black);
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

.btn-text.call:hover {
  color: var(--white);
}

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

.primary-btn.call {
  border: 1px solid var(--green);
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.primary-btn.call:hover {
  color: var(--white);
}

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

.primary-btn.black:hover {
  transform: scale(1.1);
}

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

.p.white {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.p._14-white {
  color: var(--white);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

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

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

.p._0b.w.top {
  margin-top: 30px;
}

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

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

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

.basic-p-block {
  width: 48%;
  transition: all .2s;
}

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

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

.img-div.home {
  background-image: url('../images/landscape-garden-patio-after.webp');
}

.img-div.home.gd {
  background-image: url('../images/Garden-DesignWhatsApp-Image-2026-01-14-at-17.14.43.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.home.os {
  background-image: url('../images/groundworks-after.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.home.dw {
  background-image: url('../images/IMG_2961_2-Small.webp');
  background-position: 50%;
  background-size: cover;
}

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

.img-div.home.rb {
  background-image: url('../images/Resin-DrivewayWhatsApp-Image-2026-01-14-at-17.11.01.webp');
  background-position: 50%;
  background-size: cover;
}

.h2 {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-weight: 700;
}

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

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

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

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

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

.h2-title.white {
  color: var(--white);
  line-height: 40px;
}

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

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

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

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

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

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

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

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

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

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

.grey-content-section {
  background-color: var(--mid-grey\<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(--green);
  background-image: linear-gradient(180deg, var(--white) 60%, var(--green) 60%);
}

.grid-image-large-div {
  border: 5px solid var(--green);
  background-image: url('../images/Landscaping-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 600px;
}

.grid-image-large-div.w {
  border-color: var(--white);
}

.grid-image-large-div.w.gd-2 {
  background-image: url('../images/Garden-DesignWhatsApp-Image-2026-01-14-at-17.13.32.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image-large-div.w.os-2 {
  background-image: url('../images/10540811_769870916389805_6361636669785129024_n-Small.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image-large-div.w.dw-2 {
  background-image: url('../images/24131862_1600252276684994_7588860933743889383_o-Small.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image-large-div.w.bp-2 {
  background-image: url('../images/block-paving-driveway-after.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image-large-div.w.rb-2 {
  background-image: url('../images/Resin-DrivewayWhatsApp-Image-2026-01-14-at-17.11.01-2.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image-large-div.b {
  border-color: var(--black);
}

.grid-image-large-div.b.gd-1 {
  background-image: url('../images/Garden-DesignWhatsApp-Image-2026-01-14-at-17.14.52.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image-large-div.b.os-1 {
  background-image: url('../images/garden-after.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image-large-div.b.dw-1 {
  background-image: url('../images/19467764_1452887558088134_7738838783628977178_o-Small.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image-large-div.b.bp-1 {
  background-image: url('../images/Landscaping-2.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image-large-div.b.rs-1 {
  background-image: url('../images/Resin-DrivewayLayer-0.webp');
  background-position: 50%;
  background-size: cover;
}

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

.dividing-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.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._1 {
  border: 5px solid var(--green);
  background-image: url('../images/19467764_1452887558088134_7738838783628977178_o-Small.webp');
  background-position: 50% 100%;
  border-radius: 20px;
}

.grid-image-div._2 {
  border: 5px solid var(--green);
  background-image: url('../images/IMG_3703-Small.webp');
  border-radius: 20px;
}

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

.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(--dark-grey);
  color: var(--black);
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 300;
  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;
}

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

.git-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;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

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

.git-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(--green);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

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

.contact-section {
  background-color: var(--white);
  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: flex-start;
  width: 100%;
  display: flex;
}

.git-icon {
  background-color: var(--green);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.h3 {
  text-align: center;
  flex-flow: column;
  font-size: 21px;
  display: block;
}

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

.h3.sm-h3.white-h3 {
  color: var(--white);
  line-height: 28px;
}

.h3.w {
  color: var(--white);
  text-align: left;
  margin-top: 0;
}

.h3.w.g {
  color: var(--green);
}

.h3-text {
  background-color: var(--light-grey);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 20px 40px;
  display: flex;
}

.h3-section {
  justify-content: space-between;
  min-height: 200px;
  padding: 0;
  display: flex;
}

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

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

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

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

.instagram {
  margin-bottom: 0;
}

.footer-logo {
  width: 265px;
  margin-bottom: 20px;
}

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

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

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

.footer-title {
  color: var(--green);
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.footer-nav-item {
  color: var(--dark-grey);
  text-align: left;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  max-width: 330px;
  margin-bottom: 10px;
  padding-top: 0;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.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 {
  cursor: auto;
}

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

.contact-link {
  color: var(--dark-grey);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-link.nomouse {
  cursor: auto;
}

.footerlinks {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}

.footer-info-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 34%;
  display: flex;
}

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

.footer-social-link {
  background-color: var(--green);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Brands 400", Arial, 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: 30px;
  padding-right: 0;
  display: flex;
}

.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(--dark-grey);
  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 {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  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 {
  font-size: 10px;
}

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

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

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

.chat-section {
  background-color: var(--green);
  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: 1px solid var(--white);
  background-color: var(--dark-grey);
  color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 2px #0003;
}

.fa-social-2:hover {
  background-color: var(--white);
  color: var(--black);
  transform: scale(1.1);
}

.fa-social-2.social-media {
  font-family: "Brands 400", Arial, sans-serif;
}

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

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

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

.hyperlink.w {
  color: var(--dark-grey);
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: var(--cookies-bg);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

.nav-container {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.top-tel {
  border-left: 1px solid var(--dark-grey);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.top-tel._0l {
  border-left-width: 0;
  margin-left: 0;
  padding-left: 0;
}

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

.social-icon {
  border: 1px solid var(--black);
  background-color: var(--light-grey);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  margin-left: 3px;
  margin-right: 3px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-icon:hover {
  background-color: var(--white);
}

.top-tel-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.dd-link {
  border-bottom: 1px solid var(--light-grey);
  color: var(--dark-grey);
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 25px;
  transition: all .3s;
}

.dd-link:hover {
  background-color: var(--light-grey);
}

.dd-link.w--current {
  color: var(--green);
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  border-top: 6px solid var(--green);
  background-color: var(--white);
}

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

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

.form-div {
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 3px 6px #0006;
}

.contact-form {
  width: 100%;
}

.dark-form-div {
  background-color: var(--black);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  display: flex;
}

.form-container {
  border-top: 5px solid var(--green);
  border-right: 5px solid var(--green);
  border-left: 5px solid var(--green);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  padding: 20px 30px;
}

.dark-div {
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
  display: flex;
}

.promise-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-right: 20px;
}

._10-icon {
  width: 80px;
  margin-right: 20px;
}

.form-title {
  text-align: center;
  margin-bottom: 30px;
  font-family: Varela Round, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.form-subtitle {
  color: var(--dark-grey);
  text-align: center;
  margin-bottom: 40px;
}

.form-link {
  color: var(--dark-grey);
  text-decoration: none;
}

.button-div {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.grey-button {
  background-color: var(--dark-grey);
  color: var(--white);
  letter-spacing: 1px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

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

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

.bottom-socials {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.green-button {
  background-color: var(--green);
  color: var(--white);
  letter-spacing: 1px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

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

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

.green-button.top.black {
  background-color: var(--black);
}

.co-logo-mobile {
  background-color: #0000;
  width: 265px;
  padding-bottom: 0;
  display: none;
}

.call-div {
  display: none;
}

.top-div {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.mobile-menu-logo {
  background-color: #0000;
  width: 265px;
  padding-bottom: 0;
  display: none;
}

.h-light {
  color: var(--green);
  font-size: 34px;
  font-weight: 400;
}

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

.p-2 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.p-2.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

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

.default-list.list-grid-x2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  padding-left: 0;
  display: grid;
}

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

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

.list-item {
  border-bottom: 1px #7bb30333;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.list-item:hover {
  border-bottom-style: none;
  padding-left: 0;
}

.h2-bullet-text {
  text-transform: capitalize;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

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

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

.fa-icon.b {
  background-color: var(--black);
}

.div-block {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.green-section.w {
  background-color: var(--white);
}

.green-section.b {
  background-color: var(--black);
}

.text-block {
  border-bottom: 1px solid var(--green);
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
}

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

.fs-cc-prefs_button-2 {
  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-2.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

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

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

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

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

.cookie-banner-2 {
  display: block;
}

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

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

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

.fs-cc-banner_button-2 {
  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-2.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.hero-large-text {
  text-transform: none;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
}

.para {
  font-size: 1rem;
  line-height: 1.75;
}

.para.light-grey {
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.butoons-banner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.butoons-banner.left {
  justify-content: flex-start;
  margin-top: 20px;
}

.btn-group.btn-black {
  color: #444;
  margin-top: 0;
  margin-left: 20px;
}

.text-block-3 {
  font-size: 18px;
}

.background-image {
  background-image: url('../images/Landscaping-12.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding: 250px 5%;
  display: block;
}

.background-image.gd-bg {
  background-image: url('../images/Garden-DesignWhatsApp-Image-2026-01-14-at-17.14.20.webp');
  background-position: 50%;
  background-size: cover;
}

.background-image.os-bg {
  background-image: url('../images/10378527_719457508097813_7311428892503197983_n-Small.webp');
  background-position: 50%;
  background-size: cover;
}

.background-image.dw-bg {
  background-image: url('../images/block-paving-driveway-after.webp');
  background-position: 50%;
  background-size: cover;
}

.background-image.bp-bg {
  background-image: url('../images/Surfacenew-driveway.webp');
  background-position: 50%;
  background-size: cover;
}

.background-image.rs-bg {
  background-image: url('../images/Surfaced1.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-content {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn-text-2 {
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.btn-text-2.btn-black {
  color: #444;
}

.btn-text-2.btn-black.faq {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
}

.hero-card {
  background-color: #fff;
  width: 40%;
  padding: 32px;
  box-shadow: 12px 12px #c0131e;
}

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

.btn-hover-color-2 {
  background-color: #c0131e;
  width: 0;
  position: absolute;
  inset: 0%;
}

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

.circle-button {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.circle {
  color: #fff;
  background-color: #c0131e;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 22px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

.bodylink {
  color: navy;
  font-weight: 700;
}

.h1-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 500;
}

.list-item-2 {
  margin-bottom: 10px;
  transition: all .2s ease-in-out;
}

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

.list-item-2.flex {
  align-items: center;
  display: flex;
}

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

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

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

.single-image-div-2.areas-map {
  background-image: none;
  width: 100%;
}

.font-icon {
  background-color: var(--green);
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  display: flex;
}

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

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

.double-content-div.areas-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.double-content-div.flex {
  flex-flow: column;
}

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

.coloured-underline-2 {
  background-color: #add8e6;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.map {
  width: 60%;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.lb {
  width: 100%;
}

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

.content-section-3.no-gap {
  padding-bottom: 0;
}

.h1-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 500;
}

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

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

.basic-p-block-3._w-100.center-items {
  text-align: center;
}

.basic-p-block-3._w-100.top {
  margin-top: 40px;
}

.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;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.coloured-underline-3 {
  background-color: #add8e6;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.image {
  width: 100%;
  height: 100%;
}

.testimonial-block {
  border-radius: 7px;
  margin-bottom: 40px;
  padding: 30px;
  box-shadow: 1px 1px 3px #2f3d496b;
}

.sitemap-link {
  color: #2f3d49;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.sitemap-link:hover, .sitemap-link.w--current {
  color: var(--green);
}

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

.h1-4 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.coloured-underline-4 {
  background-color: #c0d42e;
  border-radius: 20px;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.coloured-underline-4.center-line {
  background-color: #add8e6;
  margin-left: auto;
  margin-right: auto;
}

.sitemap-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.insta-feed {
  width: 100%;
  margin-bottom: 0;
}

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

._4-box-grid._1 {
  width: 100%;
  margin-top: 40px;
  display: block;
}

._4-box-div {
  outline-color: var(--white);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: dashed;
  padding: 30px;
}

.box-title {
  color: #027049;
  letter-spacing: 2px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

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

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

.bullet-icon {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  margin-right: 10px;
}

.bullet-list {
  letter-spacing: .25px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

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

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

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

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

.team-grid-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

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

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

.team-name-2 {
  color: #000;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
}

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

.p-5.price-text {
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.b-a {
  width: 100%;
}

._4-box-div-2 {
  outline-color: var(--black);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: dashed;
  padding: 20px 10px;
}

._4-box-div-2._100 {
  width: 100%;
}

.box-title-2 {
  color: #d16869;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

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

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  width: 100%;
}

.logo-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.logo {
  width: 80px;
}

.logo.large {
  width: 150px;
}

.hidden-patio, .hidden-garden, .hiddem-decking, .div-block-4 {
  width: 100%;
  position: relative;
  top: -120px;
}

@media screen and (min-width: 1920px) {
  ._2-col-div {
    display: flex;
  }

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

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

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .co-logo {
    display: none;
  }

  .co-logo-link {
    border-right-width: 0;
    order: 9999;
    width: auto;
    min-width: auto;
  }

  .nav-menu {
    z-index: 1;
    border-top: 2px solid var(--green);
    background-color: var(--white);
    width: 100vw;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-toggle {
    background-color: var(--white);
    color: var(--dark-grey);
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px;
  }

  .dropdown-toggle:hover {
    background-color: var(--light-grey);
  }

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

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

  .nav-section {
    border-bottom-width: 0;
    justify-content: space-between;
    display: flex;
  }

  .menu-link {
    background-color: var(--white);
    padding: 15px 20px;
  }

  .menu-link:hover {
    background-color: var(--light-grey);
    border-bottom-width: 0;
  }

  .menu-div {
    z-index: 200;
    position: relative;
  }

  .menu-button {
    background-color: var(--green);
    width: 100%;
  }

  .menu-button.w--open {
    background-color: var(--green);
    width: 100vw;
  }

  .hero-mask {
    height: 500px;
    min-height: auto;
  }

  .img-link {
    height: 160px;
  }

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

  .menu-button-group-div {
    grid-template-columns: 1fr 1fr;
  }

  .h1 {
    font-size: 32px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .h3 {
    margin-bottom: 15px;
  }

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

  .h3-text {
    width: 100%;
  }

  .h3-section {
    flex-flow: column;
    min-height: auto;
  }

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

  .h3-image {
    width: 100%;
    height: 300px;
    margin-top: 0;
  }

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

  .footer-info-div {
    border-top: 1px solid var(--light-grey);
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-info-div._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._1.border-edit {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

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

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

  .live-icon, .livechat-button:hover {
    background-color: var(--green);
  }

  .whatsapp-block {
    display: flex;
  }

  .live-icon-chat {
    width: 100px;
  }

  .top-section-2 {
    justify-content: center;
    align-items: center;
  }

  .whatsapp-chat {
    display: none;
  }

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

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

  .nav-container {
    width: auto;
  }

  .dd-link {
    background-color: var(--white);
    border-bottom-width: 0;
  }

  .dropdown-list.w--open {
    border-top-width: 0;
    position: relative;
  }

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

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

  .co-logo-mobile {
    width: 100px;
    margin-left: 10px;
    display: block;
  }

  .call-div {
    order: 9999;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .top-div {
    align-items: center;
    width: auto;
  }

  .mobile-call-icons {
    border-left: 1px solid var(--black);
    color: var(--black);
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Fa Solid 900", sans-serif;
    font-size: 20px;
    text-decoration: none;
    display: flex;
  }

  .mobile-menu-logo {
    width: 200px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: block;
  }

  .h-light {
    font-size: 32px;
  }

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

  .h2-bullet-text {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .hero-large-text {
    font-size: 2rem;
  }

  .background-image {
    height: 600px;
  }

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

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

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

  .font-icon {
    flex: none;
  }

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

  .map, .code-embed {
    width: 100%;
  }

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

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

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

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

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

@media screen and (max-width: 767px) {
  .nav-section {
    z-index: 100;
    position: sticky;
  }

  .menu-link, .menu-div {
    width: 100%;
  }

  .hero-mask {
    height: 350px;
  }

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

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

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

  .img-div {
    height: 250px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .h3 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
  }

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

  .h3-text {
    width: 100%;
  }

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

  .h3-image {
    width: 100%;
    height: 250px;
  }

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

  .footer-info-div {
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

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

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

  .dark-form-div {
    flex-flow: column;
  }

  .dark-div {
    width: 100%;
  }

  .dark-div._1 {
    margin-bottom: 20px;
  }

  .promise-icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
  }

  .form-subtitle {
    margin-bottom: 30px;
  }

  .h-light {
    font-size: 30px;
    line-height: 32px;
  }

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

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

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

  .background-image {
    height: auto;
    padding: 60px 3%;
  }

  .hero-card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 7px 9px #c0131e;
  }

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

  .single-image-div-2.areas-map {
    height: auto;
  }

  .font-icon {
    flex: none;
  }

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

  .double-content-div.areas-grid {
    grid-template-columns: 1fr;
  }

  .p-3 {
    font-weight: 300;
  }

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

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

  ._4-box-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 30px;
    display: flex;
  }

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

@media screen and (max-width: 479px) {
  .co-logo {
    margin-bottom: 10px;
  }

  .co-logo-link {
    text-align: center;
    padding: 0;
  }

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

  .navbar {
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

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

  .icon {
    text-align: center;
  }

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

  .nav-section {
    flex-flow: column;
  }

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

  .menu-div {
    text-align: center;
  }

  .menu-button {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

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

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

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 250px;
  }

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

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

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

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

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

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

  .h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

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

  .testemonials {
    padding-top: 30px;
    padding-bottom: 70px;
    overflow: hidden;
  }

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

  .h2-title {
    margin-left: 0;
    font-size: 26px;
    font-weight: 500;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .git-block {
    padding: 25px;
  }

  .git-block.m-bottom-20, .git-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;
  }

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

  .h3 {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }

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

  .h3-text {
    padding: 30px 20px;
  }

  .h3-image {
    height: 200px;
  }

  .footer-logo {
    width: 100%;
    max-width: 200px;
  }

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

  .footer-brand.w--current {
    margin-bottom: 0;
  }

  .list {
    text-align: center;
  }

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

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

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

  .bottom-icon {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
    font-size: 20px;
  }

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

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

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

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

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

  .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: 55%;
  }

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

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

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

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

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

  .nav-container {
    width: 100%;
  }

  .form-section {
    padding-top: 30px;
  }

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

  .dark-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dark-div._1 {
    flex-flow: column;
  }

  .promise-icon, ._10-icon {
    margin-bottom: 10px;
  }

  .form-title {
    font-size: 22px;
    line-height: 30px;
  }

  .form-subtitle {
    margin-bottom: 20px;
  }

  .button-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grey-button {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .green-button {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .green-button._0b {
    margin-bottom: 0;
  }

  .co-logo-mobile {
    width: 120px;
    margin-top: 10px;
    margin-left: 0;
  }

  .call-div {
    border-top: 1px solid var(--light-grey);
    justify-content: center;
    align-items: stretch;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .top-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .mobile-call-icons {
    border-left-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-menu-logo {
    margin-bottom: 10px;
  }

  .h-light {
    font-size: 22px;
  }

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

  .default-list._2x {
    flex-flow: column;
    display: flex;
  }

  .h2-bullet-text {
    font-size: 16px;
  }

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

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

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

  .hero-large-text {
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
  }

  .para {
    font-weight: 300;
  }

  .para.light-grey {
    font-size: 15px;
  }

  .background-image {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .btn-text-2 {
    font-size: 15px;
  }

  .hero-card {
    opacity: .89;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 7px 7px #c0131e;
  }

  .areas-list.grid-wrapper {
    flex-flow: column;
    display: flex;
  }

  .h1-2 {
    font-size: 28px;
    line-height: 31px;
  }

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

  .p-3 {
    font-weight: 300;
  }

  .h1-3 {
    font-size: 28px;
    line-height: 31px;
  }

  .basic-p-block-3._w-100 {
    padding-bottom: 0;
  }

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

  ._4-box-grid {
    margin-top: 10px;
  }

  ._4-box-div {
    padding: 20px;
  }

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

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

  ._4-box-div-2 {
    padding: 20px;
  }

  .box-title-2 {
    margin-bottom: 10px;
  }

  .logo-banner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    padding: 5px;
  }

  .logo {
    width: 60px;
  }

  .logo.large {
    width: 130px;
  }
}

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

#w-node-_084d9902-0aaa-332d-2459-72f216e31b18-2dbf1652 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-2dbf1652, #w-node-b6f0c210-d90d-126e-bdc9-f218670d7f1f-2dbf1652 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_37bf929e-fe9d-09f3-de99-6c6bb9a717cf-51418038 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-51418038, #w-node-b6f0c210-d90d-126e-bdc9-f218670d7f1f-51418038 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4fb0ea75-5f8a-5702-3e1d-6d5c889db96a-4400d302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-4400d302, #w-node-b6f0c210-d90d-126e-bdc9-f218670d7f1f-4400d302 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c393b709-2ead-7d76-2b0b-f396bb71c17c-54bb42a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-54bb42a1, #w-node-b6f0c210-d90d-126e-bdc9-f218670d7f1f-54bb42a1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_49ac6f0d-39e3-c11f-f24d-d3d2c9334834-54bb42a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fd9b87f4-e575-9a17-ec18-d91f0fed64f8-6b8264cf, #w-node-ef775926-3dba-948f-70a4-774b1bd682b9-6b8264cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-6b8264cf, #w-node-b6f0c210-d90d-126e-bdc9-f218670d7f1f-6b8264cf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-ee6f3dbb, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-ee6f3dbb, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-ee6f3dbb, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-2dbf1652, #w-node-b6f0c210-d90d-126e-bdc9-f218670d7f1f-2dbf1652, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-51418038, #w-node-b6f0c210-d90d-126e-bdc9-f218670d7f1f-51418038, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-4400d302, #w-node-b6f0c210-d90d-126e-bdc9-f218670d7f1f-4400d302, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-54bb42a1, #w-node-b6f0c210-d90d-126e-bdc9-f218670d7f1f-54bb42a1, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-6b8264cf, #w-node-b6f0c210-d90d-126e-bdc9-f218670d7f1f-6b8264cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype'), 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'), 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'), 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: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}