@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 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 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: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788";
  src: url('../fonts/AustinHairline-Light-Trial-BF662b0bb25b788.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Austinhairline Ultra Trial Bf 662 B 0 Bb 27 Cc 37";
  src: url('../fonts/AustinHairline-Ultra-Trial-BF662b0bb27cc37.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --dark-green: #35412f;
  --green: #0a5320;
  --pale-green: #c0c1b0;
  --dark-grey: #3a3a3a;
}

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

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

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

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

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

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

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

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

.body {
  background-color: var(--white);
  color: var(--dark-green);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
  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 {
  background-color: var(--green);
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
}

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

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

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

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

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

.co-logo-link {
  margin-right: 5px;
}

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

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

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

.nav-section.header-section.nav-verticle {
  z-index: 500;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  background-color: var(--dark-green);
  height: 82vh;
  min-height: auto;
}

.slide-2 {
  background-image: url('../images/Banner-Cut-Of-Art.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2.second {
  background-image: url('../images/Banner-Cut-Of-Art.webp');
  background-position: 50% 74%;
}

.slide-2.s-1 {
  background-image: url('../images/Hedge-Cutting.webp');
}

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

.img-link {
  background-image: url('../images/Tree-Removal-Service.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  text-decoration: none;
  display: flex;
}

.img-link._2 {
  background-image: url('../images/Tree-Work-Service.webp');
  background-position: 50% 100%;
}

.img-link._3 {
  background-image: url('../images/Site-Clearnace-Service.webp');
}

.img-link._4 {
  background-image: url('../images/Project1.webp');
  background-position: 0%;
}

.img-link._5 {
  background-image: url('../images/Contact-Us-Service.webp');
}

.black-int-link {
  z-index: 1;
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 5px;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-button-section {
  z-index: 110;
  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;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.menu-label-div {
  background-color: var(--dark-green);
  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 {
  border-bottom: 3px dotted var(--dark-green);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 14px;
  padding-bottom: 14px;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 50px;
}

.h1.white {
  border-bottom-color: var(--pale-green);
  color: var(--white);
}

.h1.bold {
  text-align: center;
  border-bottom-width: 0;
}

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

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

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

.content-section.home {
  flex-flow: column;
  padding-top: 40px;
}

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

.p {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

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

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

.basic-p-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  transition: all .2s;
  display: flex;
}

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

.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%;
  min-height: auto;
  position: relative;
}

.img-div.home1 {
  background-image: url('../images/Expert-Tree-Specialist-section-image.webp');
  background-position: 0%;
}

.img-div.home {
  background-image: url('../images/Image-under-service-boxes_1.webp');
}

.img-div.removal {
  background-image: url('../images/Contact-Us-Service.webp');
}

.img-div.removal1 {
  background-image: url('../images/Tree-Removal-Service.webp');
  background-position: 50% 70%;
}

.img-div.work {
  background-image: url('../images/Tree-Work-Service.webp');
  background-position: 50% 80%;
}

.img-div.work1 {
  background-image: url('../images/Project2-2.webp');
}

.img-div.work2 {
  background-image: url('../images/Banner-Cut-Of-Art.webp');
  background-position: 50%;
}

.img-div.site1 {
  background-image: url('../images/IMG-20241106-WA0077.webp');
  background-position: 50% 100%;
}

.img-div.hedge {
  background-image: url('../images/Hedge-Cutting.webp');
}

.img-div.hedge2 {
  background-image: url('../images/Project1.webp');
  background-position: 50% 100%;
  min-height: auto;
}

.img-div.hedge1 {
  background-image: url('../images/PHOTO-2024-11-28-12-08-15-1-1.webp');
  background-position: 50% 100%;
}

.img-div.removal2 {
  background-image: url('../images/PHOTO-2024-11-28-12-08-16.webp');
  background-position: 50%;
}

.img-div.site {
  background-image: url('../images/IMG-20241106-WA0073.webp');
}

.h2 {
  color: #212121;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 400;
}

.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);
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 38px;
  font-weight: 300;
}

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

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

.h2-title {
  color: var(--dark-green);
  text-transform: capitalize;
  margin: 0 10px;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.h2-title.white {
  color: var(--white);
  text-transform: capitalize;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  line-height: 40px;
}

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

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

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

.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;
  align-items: flex-start;
  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 {
  max-width: 1400px;
  padding-top: 0;
}

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

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

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

.testimonial-wrapp {
  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;
  width: 100%;
  padding-top: 0;
  display: grid;
  position: relative;
  left: 0%;
}

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

.works-texxt-lable {
  background-color: var(--green);
  color: var(--white);
  text-transform: capitalize;
  padding: 15px 30px;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

.works-1 {
  background-image: url('../images/Hedge-cutting---Our-Works-section.webp');
  background-position: 0%;
  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;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.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: 16px;
  margin-bottom: 16px;
  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;
}

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

.cta-link {
  color: var(--dark-green);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
}

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

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

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

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

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

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

.get-in-touch-div {
  z-index: 2;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.icon-2 {
  background-color: var(--dark-green);
  color: var(--white);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  font-family: "Fa 400", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  transition: all .45s ease-in-out;
  display: flex;
}

.icon-2:hover {
  border: 1.5px solid var(--dark-green);
}

.footer-logo {
  width: 100%;
  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: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.list {
  text-align: center;
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
  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 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.footer-title {
  color: var(--dark-green);
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.footer-contact-link {
  color: var(--dark-green);
  font-size: 17px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

.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(--dark-green);
  cursor: auto;
  font-size: 17px;
}

.bottom-icon {
  border: 1.5px solid var(--dark-green);
  background-color: var(--dark-green);
  color: var(--white);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 10px;
  font-family: "Fa 400", sans-serif;
  font-size: 20px;
  font-weight: 300;
  transition: all .45s ease-in-out;
  display: flex;
}

.bottom-icon:hover {
  border: 1.5px solid var(--dark-green);
  background-color: var(--white);
  color: var(--dark-green);
}

.contact-link {
  color: var(--dark-green);
  cursor: pointer;
  font-size: 17px;
  text-decoration: none;
  transition: all .2s;
}

.footerlinks {
  color: var(--dark-green);
  text-align: center;
  width: 75%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

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

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

.footer-info-div._1.border-edit {
  border-right-style: solid;
  border-right-color: var(--dark-green);
  border-left-style: solid;
  border-left-color: var(--dark-green);
  justify-content: center;
}

.footer-social-link {
  border: 1.5px solid var(--dark-green);
  background-color: var(--dark-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: "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 {
  border: 1.5px solid var(--dark-green);
  color: var(--dark-green);
  background-color: #0000;
}

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

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

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

.default-list._3col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 0;
  display: grid;
}

.default-list._2col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 0;
  display: grid;
}

.default-list._2col._0p {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
}

.bullet-list {
  color: var(--white);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

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

.bullet-list.announcement-contact-block {
  display: block;
}

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

.list-item.white {
  color: var(--white);
}

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

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

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

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

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

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

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

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

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

.hyperlink.white {
  box-shadow: inset 0 -2px 0 0 var(--white);
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-left: 2.5px;
  padding-right: 2.5px;
  transition-duration: .45s;
}

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

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

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

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--dark-green);
  color: var(--dark-green);
  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: #616161;
  margin-right: 24px;
}

.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-prefs_label {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--dark-green);
  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: var(--dark-green);
  width: 16px;
  height: 16px;
  line-height: 20px;
}

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

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

.fs-cc-prefs_title {
  color: var(--dark-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 #3333334d;
}

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

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--dark-green);
  color: var(--dark-green);
  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-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0324049e;
  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(--dark-green);
  background-color: var(--dark-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(--dark-green);
  color: var(--dark-green);
  background-color: #f5f5f5;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_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;
}

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.nav-menu-container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.link-block-text {
  color: #fff;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.link-block-text.nav {
  color: var(--dark-green);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 17px;
  font-weight: 400;
}

.link-block-text.nav.service {
  padding-top: 5px;
}

.nav-link {
  z-index: 5;
  font-size: 17px;
  position: relative;
}

.center-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  width: 60%;
  height: 80px;
}

.link-block-underline {
  background-color: var(--green);
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.nav-link-holder {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  display: flex;
}

.container-6 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.container-6.nav-container {
  width: 95%;
  max-width: none;
  height: 100%;
  padding: 0;
  display: block;
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  font-size: 17px;
  display: flex;
}

.link-block {
  text-align: center;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  overflow: hidden;
}

.link-block:hover {
  color: #000;
}

.link-block.animation-01 {
  overflow: hidden;
}

.link-block.animation-01.w--current {
  box-shadow: 0 1px 0 0 var(--pale-green);
}

.hero-div {
  z-index: 90;
  background-image: linear-gradient(#00000073, #00000073);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 60px;
  display: flex;
  position: absolute;
}

.hero-bold {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 70px;
  line-height: 1em;
}

.hero-light {
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 70px;
}

.down-arrow {
  text-align: center;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.ctc-button {
  border: .75px solid var(--white);
  color: var(--white);
  text-transform: none;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 4px 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.ctc-button:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: #fff;
  transform: scale(1.05);
}

.ctc-button.top20 {
  border-color: var(--dark-green);
  color: var(--dark-green);
  margin-top: 10px;
  font-size: 17px;
}

.ctc-button.top20:hover {
  color: var(--white);
}

.ctc-button.white {
  border-color: var(--white);
  color: var(--white);
  margin-top: 10px;
  font-size: 17px;
}

.ctc-button.white {
  border-color: var(--white);
  background-color: var(--pale-green);
  color: var(--dark-green);
  margin-top: 20px;
  font-size: 17px;
}

.ctc-button.white:hover {
  color: var(--dark-green);
}

.primary-btn-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #eff3f6;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  margin-right: 10px;
  padding: 0;
  font-size: .7rem;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.solid-fa {
  margin-right: 5px;
  font-family: "Fa Sharp 300", sans-serif;
}

.lg-text-sec {
  width: 100%;
}

.lg-text-sec.image {
  background-image: url('../images/gallery1.webp');
  background-position: 50%;
  background-size: cover;
}

.lg-text-sec.image-t {
  background-image: url('../images/gallery20.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.large-h2 {
  color: var(--white);
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: .9;
}

.large-h2.lg-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 80px;
  line-height: .9;
}

.large-h2.lg-text.gap {
  margin-bottom: 20px;
  font-size: 65px;
}

.large-h2._0p {
  margin-top: 0;
  margin-bottom: 0;
}

.large-h2._20b {
  margin-top: 0;
  margin-bottom: 20px;
}

.text {
  color: #616161;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.text.text-white {
  color: #fff;
}

.text.text-white.mb-28 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text.text-white.mb-28._0b {
  margin-bottom: 0;
}

.text.text-white.mb-28._10b {
  margin-bottom: 10px;
}

.parallax-section {
  background-color: #000;
  background-image: url('../images/night-scene.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px;
}

.parallax-section.abt {
  background-image: linear-gradient(#0009, #0009);
  width: 100%;
  padding: 100px 0;
  position: relative;
}

.parallax-section.abt.b-t-s {
  background-image: linear-gradient(#0009, #0009), url('../images/Banner-Main.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.into-content {
  flex-direction: column;
  justify-content: center;
  margin-left: 60px;
  display: flex;
}

.into-content._0l {
  margin-left: 0;
}

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

.tree-icon {
  width: 35px;
  min-width: 35px;
  margin-right: 6px;
}

.tree-icon.white {
  background-color: var(--white);
  border-radius: 5px;
  width: 45px;
  min-width: 45px;
  margin-right: 10px;
  padding: 5px;
}

.google-reviews {
  width: 100%;
}

.open-hours {
  text-align: center;
  margin-top: 32px;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.pricing-cta-left-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-cta-info-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cta-animate-circle {
  background-color: var(--white);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.pricing-info-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.cta-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0c1100;
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 20px 90px 20px 30px;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.cta-button.cta-button-transparent {
  border: 1px solid var(--white);
  color: #fdfdfd;
  background-color: #fff0;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.pricing-cta-info-label {
  color: #fdfdfd;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
}

.cta-call-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  position: absolute;
  inset: 30% 11% 0% auto;
}

.h3-cta-title {
  color: #fdfdfd;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 42px;
}

.pricing-cta-info-link {
  color: #f0f5f4;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 23px;
  font-weight: 300;
  text-decoration: none;
}

.pricing-cta-section {
  background-image: linear-gradient(to bottom, var(--green), var(--green));
}

.pricing-cta-section.bts {
  background-image: linear-gradient(#00000080, #00000080), url('../images/CTA-H£.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-line {
  background-color: #d8dddc;
  width: 100%;
  height: 1.5px;
}

.cta-text {
  z-index: 1;
  position: relative;
}

.pricing-cta-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 275px;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
}

.h3-bold {
  line-height: 44px;
}

.bold-text-2 {
  letter-spacing: .5px;
  font-size: 1.4rem;
}

.h3-cta-slogan {
  color: var(--white);
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.head-social {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.header-social-link {
  border: 1.5px solid var(--white);
  background-color: var(--dark-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: "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;
}

.header-social-link:hover {
  border: 1.5px solid var(--white);
  background-color: var(--white);
  color: var(--dark-green);
}

.works-2 {
  background-image: url('../images/site-clearance---Our-Works-section.webp');
  background-position: 0%;
  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-2:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -60px 200px #15162380;
}

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

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

.transition-mask {
  z-index: 800;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0;
}

.col {
  background-color: var(--dark-green);
  border-right: 1px solid #ffffff80;
  flex: 1;
  height: 0%;
}

.arrow-fa {
  font-family: "Fa 400", sans-serif;
  font-size: 14px;
  line-height: 0;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px #14142b14;
}

.dropdown-link {
  color: var(--dark-green);
  width: 100%;
  padding: 0;
  line-height: 20px;
}

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

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.dropdown-pd {
  padding: 40px;
}

.whatsapp-block {
  z-index: 750;
  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(--white);
  background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/WA-Background.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.whatsapp-icon-2 {
  color: #fff;
  display: block;
}

.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 {
  z-index: 30;
  border: 1px solid var(--dark-green);
  background-color: var(--dark-green);
  cursor: pointer;
  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;
  box-shadow: 0 2px 5px #000000a6;
}

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

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

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

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

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

.bold-heading {
  font-size: 44px;
}

.box-cta-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 25px;
  text-decoration: none;
  display: grid;
  position: absolute;
  inset: -10px -10px auto auto;
  box-shadow: 0 7.692px 38.462px #0000001a;
}

.hero-service-cta-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.hero-service-cta-text {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.hero-service-cta-number {
  color: var(--dark-green);
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.hero-service-cta-right {
  flex: none;
}

.hero-service-cta-icon-wrapper {
  background-color: var(--dark-green);
  color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-service-cta-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  transform: rotate(-20deg);
}

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

.sub-heading {
  width: 100%;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.sub-heading.pale-green {
  color: var(--pale-green);
  line-height: 26px;
}

.sub-heading._0t {
  margin-top: 0;
}

.areas-map {
  filter: grayscale(50%);
  width: 48%;
  transition: all .2s;
}

.areas-map:hover {
  filter: grayscale(0%);
}

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

.area {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

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

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

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

.lb-img {
  border: 2px solid var(--pale-green);
  object-fit: cover;
  object-position: 50% 35%;
  width: 100%;
  height: 250px;
  transition: all .3s;
}

.lb-img:hover {
  border-color: var(--white);
  box-shadow: 0 3px 10px 1px #000000bf;
}

.lb-img.top {
  object-position: 50% 0%;
}

.lightbox-link-2 {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: block;
}

.image-6 {
  transition: all .5s;
  display: block;
}

.image-6:hover {
  outline-offset: -17px;
  outline: 3px solid #a1e540;
}

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

.site-map-link {
  color: var(--dark-green);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.site-map-link.white {
  color: var(--white);
}

.site-map-link._0b {
  margin-bottom: 0;
}

.fixed-link {
  width: 0;
  height: 0;
  margin-top: -80px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cookies-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.footer-link {
  color: var(--dark-green);
  text-decoration: none;
}

.devider-line {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 4px;
  margin-left: -2px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

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

.after-wrapper {
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.before-image {
  background-image: url('../images/Gallery-Updated.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.before-image.service-1 {
  background-image: url('../images/PHOTO-2024-11-28-12-08-14-4.webp');
}

.before-image.hedge {
  background-image: url('../images/PHOTO-2024-11-28-12-08-11-5.webp');
}

.before-image.tree-work-before {
  background-image: url('../images/Tree-Before.webp');
}

.before-image.home {
  background-image: url('../images/PHOTO-2024-11-28-12-08-13-11.webp');
  background-position: 50%;
}

.before-image.removal {
  background-image: url('../images/PHOTO-2024-11-28-12-08-16.webp');
  background-position: 50%;
}

.before-image.gallery1 {
  background-image: url('../images/PHOTO-2024-11-28-12-08-16-2-1.webp');
}

.before-image.gallery2 {
  background-image: url('../images/PHOTO-2024-11-28-12-08-15-1-1.webp');
}

.intro-img {
  background-image: url('../images/Home-Page-to-replace-images-on-a-slider.webp');
  background-position: 50%;
  background-size: cover;
  width: 48%;
  padding-left: 10px;
  padding-right: 10px;
}

.intro-img.gallery {
  width: 100%;
  height: 450px;
}

.slider--comparison {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.after-image {
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.after-image-inner {
  background-image: url('../images/Gallery-4-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.after-image-inner.service-1 {
  background-image: url('../images/PHOTO-2024-11-28-12-08-14-3.webp');
}

.after-image-inner.hedge {
  background-image: url('../images/PHOTO-2024-11-28-12-08-11-6.webp');
}

.after-image-inner.tree-work {
  background-image: url('../images/Tree-After.webp');
}

.after-image-inner.home {
  background-image: url('../images/PHOTO-2024-11-28-12-08-13-10.webp');
}

.after-image-inner.removal {
  background-image: url('../images/PHOTO-2024-11-28-12-08-16-1.webp');
}

.after-image-inner.gallery1 {
  background-image: url('../images/PHOTO-2024-11-28-12-08-16-3-1.webp');
}

.after-image-inner.gallery2 {
  background-image: url('../images/PHOTO-2024-11-28-12-08-16-4.webp');
}

.runner {
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
}

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

.ba-title {
  color: var(--white);
  font-size: 34px;
  line-height: 45px;
}

.ba-wrapper {
  width: 100%;
  display: flex;
}

.gallery-before1 {
  background-image: url('../images/PHOTO-2024-11-28-12-08-16-2-1.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 300px;
  position: relative;
}

.gallery-after1 {
  border-left: 6px solid var(--white);
  background-image: url('../images/PHOTO-2024-11-28-12-08-16-3-1.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 300px;
  position: relative;
}

.ba-label {
  background-color: var(--white);
  padding: 6px 20px;
  position: absolute;
  inset: auto 20px 20px auto;
}

.ba-label.before {
  left: 20px;
  right: auto;
}

.text-block {
  font-weight: 700;
}

.gallery-before2 {
  background-image: url('../images/PHOTO-2024-11-28-12-08-15-1-1.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 300px;
  position: relative;
}

.gallery-after12 {
  border-left: 6px solid var(--white);
  background-image: url('../images/PHOTO-2024-11-28-12-08-16-4.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 300px;
  position: relative;
}

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

.title-div {
  width: 90%;
  max-width: 1400px;
  margin-bottom: 40px;
}

.home-title {
  text-align: center;
}

.home-heading {
  border-bottom: 3px dotted var(--dark-green);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 14px;
  padding-bottom: 14px;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 50px;
}

.home-heading.white {
  border-bottom-color: var(--pale-green);
  color: var(--white);
}

.top-title {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 25px;
}

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

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

.top-title.h2-white.lg-text.edit-padding {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-family: "Austinhairline Trial Bf 662 B 0 Bb 25 B 788", Palatino Linotype, sans-serif;
  font-size: 38px;
  font-weight: 300;
}

.underline {
  background-color: var(--white);
  width: 200px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.title-container {
  background-color: var(--dark-green);
  color: var(--green);
  padding-top: 10px;
  padding-bottom: 10px;
}

.title-container.work {
  display: none;
}

.facebook {
  color: var(--white);
  margin-top: 5px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  transition: all .2s;
}

.facebook:hover {
  color: var(--pale-green);
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.section-headline {
  z-index: 1;
}

.section-headline.content-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 45px;
  line-height: 60px;
}

.heading-12.hero-heading {
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

.slider--comparison-2 {
  position: absolute;
  inset: 0%;
}

.runner-2 {
  cursor: grab;
  background-color: #fff;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
}

.div-block-27 {
  background-color: #c2c2c2;
  width: 12px;
  height: 2px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.after-image-2 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.after-image-inner-2 {
  background-image: url('../images/after.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.container--full-2 {
  width: 100%;
  height: 80vh;
  position: relative;
}

.before-image-2 {
  background-image: url('../images/before.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.after-wrapper-2 {
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.link, .link-2, .link-3 {
  color: var(--white);
  text-decoration: none;
}

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

.link-6, .link-7 {
  color: var(--white);
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .heading-12 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media screen and (min-width: 1440px) {
  .container--full, .container--full-2 {
    height: 70vh;
  }
}

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

  .container--full, .container--full-2 {
    height: 70vh;
  }
}

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

  .header-div-2.announcement-div {
    flex-flow: row;
    display: flex;
  }

  .announcement-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

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

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

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

  .nav-section.header-section.nav-verticle {
    justify-content: space-between;
    padding-bottom: 10px;
  }

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

  .img-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-top: 60px;
    padding-bottom: 60px;
  }

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

  .content-div.rvs {
    flex-flow: column-reverse;
  }

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

  .basic-p-block._100 {
    padding-bottom: 0;
  }

  .basic-p-block._0t {
    padding-top: 0;
  }

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

  .img-div.removal1 {
    background-position: 50%;
  }

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

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

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

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

  .get-in-touch-div {
    width: 90%;
  }

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

  .footer-logo {
    width: 400px;
  }

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

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

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

  .footer-info-div._1 {
    border-left: 1px solid var(--dark-green);
    border-top-width: 0;
    border-right-style: solid;
    border-right-color: var(--dark-green);
    border-bottom-width: 0;
    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;
  }

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

  .menu-image {
    width: 25px;
  }

  .menu-button {
    background-color: var(--dark-green);
    border-radius: 11px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    position: relative;
  }

  .nav-menu-container {
    justify-content: flex-end;
    align-items: center;
    overflow: visible;
  }

  .link-block-text {
    color: #8a4af8;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link {
    color: #8a4af8;
    width: 100%;
  }

  .center-box {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .navbar {
    width: 100%;
    max-width: 300px;
  }

  .link-block-underline {
    display: none;
  }

  .nav-link-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
  }

  .container-6 {
    padding-left: 2em;
  }

  .container-6.nav-container {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .link-block {
    color: var(--dark-green);
    text-align: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .link-block.animation-01 {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .ctc-button.white, .ctc-button.hide {
    display: none;
  }

  .lg-text-sec.image {
    height: 400px;
  }

  .large-h2.lg-text {
    font-size: 45px;
    line-height: 1;
  }

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

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

  .into-content {
    margin-left: 0;
    padding-left: 0;
  }

  .cta-button.cta-button-transparent {
    font-size: 1.1rem;
  }

  .h3-cta-title {
    font-size: 36px;
  }

  .pricing-cta-info-link {
    letter-spacing: .5px;
  }

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

  .h3-bold {
    font-size: 36px;
  }

  .bold-text-2 {
    font-size: 1.3rem;
  }

  .head-social {
    justify-content: center;
    margin-right: auto;
  }

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

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
    transform: none;
  }

  .dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .grid-1-column.dropdown-link-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-pd {
    padding: 0;
  }

  .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 21px;
  }

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

  .areas-map {
    width: 100%;
  }

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

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

  .fixed-link {
    margin-top: -70px;
  }

  .container--full {
    height: 600px;
  }

  .intro-img {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }

  .slider--comparison {
    height: 600px;
  }

  .home-heading {
    font-size: 32px;
  }

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

  .title-container {
    display: none;
  }

  .facebook {
    text-align: center;
    margin-top: 0;
  }

  .heading-12 {
    font-size: 30px;
    line-height: 39px;
  }

  .heading-12.hero-heading {
    font-size: 40px;
    line-height: 56px;
  }

  .container--full-2 {
    height: 70vh;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

  .logo {
    width: 260px;
  }

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

  .hero-mask {
    height: 450px;
  }

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

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

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

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

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

  .footerlinks {
    width: 100%;
  }

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

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

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

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

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

  .link-block-text, .nav-link {
    color: #8a4af8;
  }

  .navbar {
    overflow: visible;
  }

  .nav-link-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .container-6.nav-container {
    overflow: visible;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-direction: column;
    padding: 1em 15px;
  }

  .link-block, .link-block.animation-01 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .down-arrow {
    margin-bottom: 100px;
  }

  .large-h2 {
    font-size: 50px;
  }

  .large-h2._0p {
    font-size: 70px;
  }

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

  .pricing-cta-left-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .cta-button {
    font-size: 1.125rem;
  }

  .h3-cta-title {
    font-size: 2rem;
  }

  .pricing-cta-content-wrapper {
    grid-row-gap: 2.5rem;
    padding: 3rem 2.5rem;
  }

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

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

  .bold-heading {
    font-size: 42px;
    line-height: 38px;
  }

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

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

  .fixed-link {
    margin-top: 0;
  }

  .container--full {
    width: 100%;
    height: 500px;
    margin-top: 20px;
  }

  .intro-img {
    padding-left: 0;
    padding-right: 0;
  }

  .slider--comparison {
    height: 500px;
  }

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

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

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

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

  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-headline {
    width: 100%;
  }

  .heading-12 {
    font-size: 26px;
    line-height: 34px;
  }
}

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

  .logo {
    margin-bottom: 0;
  }

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

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

  .nav-section.header-section.nav-verticle {
    flex-flow: column;
    position: static;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 300px;
  }

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

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

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

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

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

  .basic-p-block {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .img-div.home1 {
    margin-bottom: 20px;
  }

  .img-div.home {
    border-radius: 10px;
  }

  .h2 {
    font-size: 24px;
  }

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

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

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

  .h2-title {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 29px;
    font-weight: 500;
    line-height: 36px;
  }

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

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

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

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

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

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

  .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 {
    margin-top: 10px;
  }

  .contact-info-block.m-bottom-20.m-top-60, .contact-info-block.m-bottom-20._0b {
    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: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 1em;
  }

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

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

  .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 {
    margin-bottom: 0;
  }

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

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

  .footer-info-div._1 {
    border-width: 0 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;
  }

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

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

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

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

  .menu-image {
    width: 20px;
  }

  .menu-button {
    width: 100%;
    padding: 5px 14px;
  }

  .link-block-text, .nav-link {
    color: #8a4af8;
  }

  .navbar {
    width: 100%;
    height: 30px;
    overflow: visible;
  }

  .nav-link-holder {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .container-6 {
    padding: 1.6em 1em 1em;
    overflow: visible;
  }

  .container-6.nav-container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .nav-menu-2 {
    z-index: 30;
    background-color: #fff;
    border-width: .5px;
    border-color: #8a4af8;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .link-block {
    text-align: left;
    width: 100%;
  }

  .hero-div {
    padding-bottom: 19px;
  }

  .hero-bold {
    font-size: 45px;
    line-height: .9em;
  }

  .hero-light {
    font-size: 45px;
  }

  .down-arrow, .arrow {
    margin-bottom: 10%;
  }

  .lg-text-sec.image, .lg-text-sec.image-t {
    height: 250px;
  }

  .large-h2 {
    font-size: 40px;
    font-weight: 300;
  }

  .large-h2.lg-text {
    text-align: left;
    font-size: 32px;
  }

  .large-h2.lg-text.gap {
    font-size: 54px;
  }

  .large-h2._0p {
    font-size: 50px;
  }

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

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

  .into-content, .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-cta-left-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-cta-info-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-cta-info-label {
    font-size: 1rem;
  }

  .h3-cta-title {
    font-size: 1.5rem;
  }

  .pricing-cta-content-wrapper {
    padding: 3rem 1rem;
  }

  .head-social {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    display: none;
  }

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

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

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

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

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

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

  .bold-heading {
    font-size: 34px;
  }

  .box-cta-link {
    display: none;
  }

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

  .sub-heading {
    margin-top: 10px;
  }

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

  .area, .area.white {
    font-size: 16px;
    line-height: 26px;
  }

  .image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .lb-img {
    height: 250px;
  }

  .site-map-link, .site-map-link.white {
    font-size: 16px;
    line-height: 26px;
  }

  .container--full {
    height: 400px;
  }

  .intro-img {
    border-radius: 10px;
    flex-direction: row;
    height: 250px;
    min-height: 250px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider--comparison {
    height: 400px;
  }

  .gallery-before1, .gallery-after1, .gallery-before2, .gallery-after12 {
    height: 225px;
  }

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

  .home-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .top-title {
    padding-bottom: 0;
    font-size: 20px;
  }

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

  .underline.no-mobile {
    display: none;
  }

  .title-container {
    background-color: var(--green);
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 30px;
    display: flex;
  }

  .title-container.work {
    display: flex;
  }

  .div-block {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-12.hero-heading {
    font-size: 32px;
    line-height: 44px;
  }

  .container--full-2 {
    height: 40vh;
  }
}

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

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

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

#w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-a70349c1, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-a70349c1, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-a70349c1, #w-node-_33a584f1-00e8-4d62-e283-14a0dbae7d0e-a70349c1, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-f191e119, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-f191e119, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-f191e119, #w-node-_33a584f1-00e8-4d62-e283-14a0dbae7d0e-f191e119, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-9f390f67, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-9f390f67, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-9f390f67, #w-node-_33a584f1-00e8-4d62-e283-14a0dbae7d0e-9f390f67, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-2b1e0341, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-2b1e0341, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-2b1e0341, #w-node-_33a584f1-00e8-4d62-e283-14a0dbae7d0e-2b1e0341, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-e8cccddf, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-e8cccddf, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-e8cccddf, #w-node-_33a584f1-00e8-4d62-e283-14a0dbae7d0e-e8cccddf, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-1a3f25bb, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-1a3f25bb, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-1a3f25bb, #w-node-_33a584f1-00e8-4d62-e283-14a0dbae7d0e-1a3f25bb, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-d9df0216, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-d9df0216, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-d9df0216, #w-node-_33a584f1-00e8-4d62-e283-14a0dbae7d0e-d9df0216, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-323201e8, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-323201e8, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-323201e8, #w-node-_33a584f1-00e8-4d62-e283-14a0dbae7d0e-323201e8 {
  align-self: center;
}

#w-node-a36cb9da-ac4b-c09f-b265-011f213a0042-d9df47ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-d9df47ea, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-d9df47ea, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-d9df47ea, #w-node-_33a584f1-00e8-4d62-e283-14a0dbae7d0e-d9df47ea, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-d6a45e54, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-d6a45e54, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-d6a45e54, #w-node-_33a584f1-00e8-4d62-e283-14a0dbae7d0e-d6a45e54, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-d74a3466, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-d74a3466, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-d74a3466, #w-node-_33a584f1-00e8-4d62-e283-14a0dbae7d0e-d74a3466, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-16d6379e, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-16d6379e, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-16d6379e, #w-node-_33a584f1-00e8-4d62-e283-14a0dbae7d0e-16d6379e, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b2e-48248896, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b3b-48248896, #w-node-f1e35af5-c465-03f9-49d0-85cd105f9b44-48248896, #w-node-_33a584f1-00e8-4d62-e283-14a0dbae7d0e-48248896 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_47e79400-9298-c67f-9d59-21015a657e6c-0cbbf40a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_47e79400-9298-c67f-9d59-21015a657e6d-0cbbf40a {
    order: 0;
  }

  #w-node-_47e79400-9298-c67f-9d59-21015a657e7e-0cbbf40a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51b-a70349c1 {
    justify-self: auto;
  }
}


@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 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 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: 'Austinhairline Trial Bf 662 B 0 Bb 25 B 788';
  src: url('../fonts/AustinHairline-Light-Trial-BF662b0bb25b788.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Austinhairline Ultra Trial Bf 662 B 0 Bb 27 Cc 37';
  src: url('../fonts/AustinHairline-Ultra-Trial-BF662b0bb27cc37.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}