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

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #222;
  --yellow-green: #6fcf00;
  --white: white;
}

.body {
  font-family: Montserrat, sans-serif;
}

.hero {
  background-image: linear-gradient(#0009, #0000 50%), linear-gradient(#0000004d, #0000004d), url('../images/427476485.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.nav-section {
  z-index: 999;
  width: 100%;
  height: 100px;
  position: fixed;
}

.navbar {
  background-color: var(--black);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-link {
  background-color: var(--yellow-green);
  color: #fff;
  border-radius: 50px;
  padding: 18px 30px;
  font-weight: 600;
}

.nav-menu {
  color: #fff;
}

.nav-link {
  color: #fff;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 600;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--yellow-green);
}

.nav-link.w--current {
  color: var(--yellow-green);
  transition-property: none;
}

.nav-link.w--current:hover {
  color: var(--yellow-green);
}

.dropdl {
  color: var(--white);
  transition: all .2s;
}

.dropdl:hover {
  color: var(--black);
  background-color: #6fcf00;
}

.dropdown-list {
  color: #ce9595;
}

.dropdown-list.w--open {
  background-color: var(--black);
  color: var(--white);
}

.dropdl-nav {
  color: #fff;
  padding-left: 18px;
  padding-right: 38px;
  transition: all .2s;
}

.dropdl-nav:hover {
  color: var(--yellow-green);
  background-color: #0000;
}

.dropdl-nav.w--open {
  color: #fff;
}

.hero-div-mid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.banner-heading {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
}

.box-section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-button {
  background-color: var(--yellow-green);
  color: var(--white);
  border-radius: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
}

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

.hero-div-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 50%;
  display: grid;
}

.hero-div-edge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: auto;
  display: grid;
}

.button-links {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  width: 60px;
  height: 60px;
  text-decoration: none;
  transition: background-color .2s;
}

.button-links:hover {
  border-color: var(--yellow-green);
  background-color: var(--yellow-green);
}

.hero-side-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: flex;
}

.hero-side-button-social {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa brands 400", sans-serif;
  font-size: 30px;
  display: flex;
}

.banner-button-text {
  font-size: 16px;
}

.text-span {
  justify-content: center;
  margin-top: 20px;
  font-size: 24px;
  line-height: 35px;
  display: flex;
}

.service-boxes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  height: 300px;
  margin-top: -90px;
  display: grid;
}

.svs-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 12px 20px 10px #0000001a;
}

.svs-box:hover {
  margin-top: -30px;
}

.svs-box.box1 {
  background-image: url('../images/334552096.webp');
  background-repeat: no-repeat;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.svs-box.box1:hover {
  margin-bottom: 0;
}

.svs-box.box2 {
  background-image: url('../images/303532662.webp');
  background-repeat: no-repeat;
  font-size: 14px;
}

.svs-box.box3 {
  background-image: url('../images/419412432.webp');
  background-repeat: no-repeat;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.svs-box.box4 {
  background-image: url('../images/266007037.webp');
  background-repeat: no-repeat;
}

.svs-txt {
  background-image: linear-gradient(#00000080, #00000080);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30%;
  font-size: 14px;
  display: flex;
}

.svs-txt-head {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40%;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.home-section-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

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

._2x1.testimonials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/69808368.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 350px;
  display: grid;
}

.h1 {
  border-bottom: 4px solid var(--yellow-green);
  text-align: right;
  line-height: 60px;
}

.txt {
  text-align: center;
  background-color: #ffffff70;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.txt.testi-txt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 3.25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 50%;
  display: grid;
}

.txt.hww {
  margin-top: 20px;
}

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

.img.home1 {
  background-image: url('../images/374090310.jpg');
  background-repeat: no-repeat;
}

.img.home2 {
  background-image: url('../images/284379076.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
}

.img.home3 {
  background-image: url('../images/90149088.jpg');
  background-position: 80%;
  background-repeat: no-repeat;
}

.content-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.testi-head {
  color: var(--black);
  width: 90%;
  font-size: 33px;
  font-weight: 700;
  line-height: 36px;
}

.testi-quote {
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  display: flex;
}

.testi-quote-mark-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 35px;
  display: flex;
}

.testi-quote-mark-right {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 80%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 35px;
  display: flex;
}

.testimonials-button {
  text-align: center;
  padding-left: 0%;
}

.button {
  color: var(--black);
  text-transform: uppercase;
  background-color: #6fcf0066;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.tetsimonial-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.testi-div-left {
  background-color: #6fcf0066;
  border-top-right-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 240px;
  height: 100%;
  display: none;
}

.testi-text-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial-section {
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-span-2 {
  text-align: right;
  justify-content: space-between;
  font-style: normal;
  font-weight: 500;
  display: flex;
}

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

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

.content-break {
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.call-to-action {
  background-color: #6fcf00a1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.how-we-woirk-4x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  padding-top: 20px;
  display: grid;
}

.hww-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.box-icon {
  background-color: var(--yellow-green);
  border-radius: 60px;
  width: 80px;
  height: 80px;
}

.hww-icons {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 35px;
  display: flex;
}

.hww-bottom {
  text-align: center;
  background-color: #6fcf00;
  border-radius: 20px;
  width: 100%;
  height: 20px;
}

.hww-txt {
  text-align: justify;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hww-button {
  background-color: var(--yellow-green);
  margin-top: 10px;
  margin-bottom: 20px;
}

.hww-divide {
  width: 100%;
}

.hww-boxes-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.top-p {
  text-align: right;
  margin-bottom: 20px;
}

.txt-top {
  border-right: 3px solid var(--yellow-green);
  border-left: 3px none var(--yellow-green);
  text-align: right;
  background-color: #ffffff70;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-right: 20px;
  display: flex;
}

.cta {
  text-align: center;
  margin-top: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}

.line {
  background-color: #fff;
  border-radius: 20px;
  width: 60%;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cta-div {
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
}

.link {
  color: #294d00;
  font-size: 45px;
  text-decoration: none;
}

.h2 {
  border-bottom: 4px solid var(--yellow-green);
  text-align: center;
  width: 100%;
  font-size: 38px;
  line-height: 60px;
}

.paragraph-2 {
  text-align: left;
}

.footer-div {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  height: 400px;
  display: grid;
  position: relative;
}

.txt-footer {
  background-color: var(--white);
  text-align: center;
  border-radius: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
}

.footer-link {
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.txt-footer-map {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  text-align: center;
  border-radius: 300px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 400px;
  height: 400px;
  display: grid;
}

.map {
  background-image: url('../images/Capture.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 450px;
  margin-bottom: 60px;
}

.button-links-footer {
  border: 2px solid var(--black);
  color: var(--black);
  border-radius: 40px;
  flex-direction: row;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-links-footer:hover {
  border-color: var(--yellow-green);
  background-color: var(--yellow-green);
  color: var(--white);
}

.social-footer {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-3 {
  margin-top: 10px;
}

.brand {
  width: 350px;
  padding-bottom: 0;
}

.brand.w--current {
  width: 300px;
}

.image {
  width: 100%;
}

.home-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.home-link.w--current {
  padding-left: 40px;
  padding-right: 40px;
}

.testimonials-div {
  width: 90%;
}

.how-we-work-content {
  background-color: var(--white);
  border-radius: 20px;
  width: 90%;
  margin-top: 40px;
  padding: 30px 40px 40px;
}

.h3 {
  border-bottom: 4px solid var(--yellow-green);
  text-align: left;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  font-size: 28px;
  line-height: 60px;
}

.hww-more-2x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.hww-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  min-height: 350px;
}

.hww-img.home4 {
  background-image: url('../images/274320003.jpg');
}

.hww-img.home5 {
  background-image: url('../images/161855077.jpg');
}

.hww-img.home6 {
  background-image: url('../images/22151354.jpg');
}

.hww-img.home7 {
  background-image: url('../images/77546533.jpg');
}

.stars {
  color: #fadd00;
  font-family: "Fa solid 900", sans-serif;
}

.footer-links {
  text-align: center;
  width: 100%;
}

.text-block-6 {
  color: var(--white);
  margin-top: 20px;
}

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

.h3-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 5px;
  transition: all .2s;
  display: grid;
}

.h3-list:hover {
  transform: translate(15px);
}

.h3-icon {
  background-color: var(--yellow-green);
  color: #fff;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  display: flex;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.click-to-call-div {
  z-index: 150;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  margin-bottom: 30px;
  padding-left: 20px;
  position: fixed;
  inset: auto auto 0% 0;
}

.click-to-call-button {
  background-color: var(--yellow-green);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  outline: 3px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 70px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  box-shadow: 0 3px 3px 2px #2e2e2e4d;
}

.ct-us {
  text-align: center;
}

.scroll-stopper {
  width: 100%;
  height: 0;
  position: relative;
  top: -160px;
}

.bold-text {
  font-size: 21px;
  line-height: 20px;
}

@media screen and (min-width: 1280px) {
  .hero {
    background-image: linear-gradient(#0009, #0000 50%), linear-gradient(#0000004d, #0000004d), url('../images/427476485.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
  }

  .navbar {
    background-color: var(--black);
  }

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

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

  .hero-side-button, .hero-side-button-social {
    width: auto;
    height: auto;
  }

  .banner-button-text {
    width: auto;
    height: auto;
    display: inline-block;
  }

  ._2x1.testimonials {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-height: 350px;
    display: grid;
  }

  ._2x1.second {
    margin-top: 40px;
  }

  .testi-head {
    width: 90%;
    font-size: 34px;
  }

  .testi-div-left {
    width: 100%;
    min-width: 240px;
    display: flex;
  }

  .testi-text-div {
    max-width: 100%;
  }

  .hww-bottom {
    align-items: flex-start;
  }

  .top-p.left {
    text-align: left;
  }

  .txt-top.left {
    text-align: left;
    border-left-style: solid;
    border-right-style: none;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 0;
  }

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

  .link {
    font-size: 36px;
  }

  .h2.left {
    text-align: left;
  }

  .map {
    background-image: url('../images/Capture.webp');
    background-position: 50%;
    background-size: cover;
    height: 450px;
  }

  .button-links-footer {
    justify-content: center;
  }

  .click-to-call-button {
    outline-offset: 0px;
    border-radius: 20px;
    outline: 3px #fff;
    transition: all .4s;
  }

  .click-to-call-button:hover {
    background-color: var(--black);
    transform: scale(1.1);
  }

  .ct-us {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 19px;
  }

  .find-out-more-scroll {
    width: 100%;
    height: 1px;
    display: block;
  }

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

@media screen and (max-width: 991px) {
  .body {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-section {
    height: 150px;
  }

  .navbar {
    z-index: 999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    display: grid;
  }

  .contact-link {
    background-color: var(--black);
    text-align: center;
    border-radius: 0;
    margin-left: 0;
    transition-property: none;
  }

  .contact-link:hover {
    background-color: var(--yellow-green);
    color: var(--white);
  }

  .nav-menu {
    background-color: var(--black);
  }

  .nav-link {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    transition-property: none;
  }

  .nav-link {
    text-align: center;
    transition-property: none;
  }

  .nav-link:hover, .nav-link.w--current {
    background-color: var(--yellow-green);
    color: var(--black);
  }

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

  .dropdl {
    color: var(--white);
    text-align: center;
    transition: all .2s;
  }

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

  .dropdown-list.w--open {
    background-color: var(--black);
    color: var(--white);
  }

  .dropdl-nav {
    text-align: center;
    width: 100%;
  }

  .dropdl-nav:hover {
    background-color: var(--yellow-green);
    color: var(--white);
  }

  .dropdl-nav.w--open {
    background-color: var(--yellow-green);
    color: var(--black);
  }

  .hero-div-mid {
    justify-items: center;
  }

  .banner-heading {
    width: 80%;
  }

  .box-section {
    width: 100%;
    height: 100%;
  }

  .hero-button {
    width: 70%;
  }

  .hero-div-full {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .button-links.middle {
    margin-left: 15px;
    margin-right: 15px;
  }

  .service-boxes {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    height: 100%;
    margin-top: 20px;
    display: none;
  }

  .svs-box {
    height: 150px;
  }

  .svs-box:hover {
    margin-top: 0;
  }

  .svs-box.box1 {
    height: 150px;
  }

  .svs-box.box1:hover {
    margin-top: 0;
  }

  .home-section-1 {
    padding-top: 60px;
  }

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

  ._2x1.testimonials {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-height: 600px;
    padding-right: 0;
  }

  .txt.testi-txt {
    grid-template-columns: .25fr 2.5fr .25fr;
  }

  .content-div {
    width: 90%;
  }

  .testi-head {
    text-align: center;
  }

  .testi-quote-mark-left, .testi-quote-mark-right {
    font-size: 25px;
  }

  .call-to-action {
    width: 100%;
  }

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

  .how-we-woirk-4x1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: none;
  }

  .hww-bottom {
    display: none;
  }

  .hww-boxes-container {
    width: 100%;
  }

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

  .txt-top {
    text-align: center;
    border-right-style: none;
    align-items: center;
    padding-right: 0;
  }

  .cta, .link {
    font-size: 30px;
  }

  .footer-div {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 90%;
    height: 100%;
    display: flex;
  }

  .txt-footer-map {
    grid-row-gap: 0px;
  }

  .brand {
    text-align: center;
    width: 500px;
  }

  .testimonials-div {
    width: 95%;
  }

  .how-we-work-content {
    width: 100%;
  }

  .hww-more-2x1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .menu-button-2.w--open {
    color: var(--black);
    background-color: #222222c7;
  }

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

  .text-block-5 {
    padding-left: 20px;
  }

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

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

  .slide {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .box-section {
    width: 100%;
  }

  .hero-button {
    padding-top: 20px;
    padding-bottom: 20px;
    transition-property: background-color;
  }

  .button-links {
    transition-property: background-color;
  }

  .svs-box:hover {
    margin-top: 0;
  }

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

  .testimonial-section {
    display: none;
  }

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

  .footer {
    width: 100%;
  }

  .txt-top {
    border-right-style: none;
    align-items: center;
    padding-right: 0;
  }

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

  .brand {
    text-align: center;
  }

  .click-to-call-div {
    display: block;
  }

  .click-to-call-button {
    background-color: var(--yellow-green);
    border-color: #132003;
  }

  .scroll-stopper {
    top: -180px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 650px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-div-mid {
    grid-row-gap: 5px;
  }

  .banner-heading {
    width: 90%;
    font-size: 30px;
    line-height: 30px;
  }

  .hero-button {
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-div-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-content: center;
    height: 100%;
    padding-top: 40px;
  }

  .button-links {
    width: 40px;
    height: 40px;
  }

  .hero-side-button {
    font-size: 17px;
  }

  .hero-side-button-social {
    font-size: 16px;
  }

  .text-span {
    margin-top: 10px;
  }

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

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

  .h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 49px;
  }

  .img.home1 {
    margin-top: 20px;
  }

  .home-section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._2x3 {
    flex-direction: column;
    display: flex;
  }

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

  .call-to-action {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    padding-bottom: 40px;
  }

  .top-p, .txt-top {
    text-align: center;
  }

  .cta {
    font-size: 25px;
    line-height: 30px;
  }

  .line {
    width: 100%;
  }

  .link {
    font-size: 25px;
  }

  .h2 {
    margin-top: 0;
    font-size: 36px;
  }

  .footer-div {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .txt-footer {
    border-radius: 0;
    width: 100%;
    height: 300px;
  }

  .txt-footer-map {
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .map {
    height: 300px;
    margin-bottom: 0;
  }

  .social-footer.middle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    text-align: center;
    width: 100%;
  }

  .brand.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-we-work-content {
    margin-top: 20px;
    padding: 20px;
  }

  .hww-more-2x1 {
    flex-direction: column;
    display: flex;
  }

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

  .click-to-call-div {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .click-to-call-button {
    width: 90px;
    height: 90px;
    font-size: 13px;
    line-height: 14px;
  }

  .scroll-stopper {
    top: -210px;
  }
}

#w-node-_1a54ecad-9466-8c35-33e3-c93306fadc1d-fea73cb4 {
  justify-self: center;
}

#w-node-_26a44383-daff-ba35-abfb-ffdd17428c85-fea73cb4, #w-node-c9075679-4548-1408-99d7-750e101367d7-fea73cb4, #w-node-_61ed5d2b-d675-84be-37fb-6e4dfd6d193c-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b240593-d94a-2005-b51a-6e11ab8bdca0-fea73cb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d12cadeb-1f12-8f20-2421-9937be2b5291-fea73cb4, #w-node-d12cadeb-1f12-8f20-2421-9937be2b5294-fea73cb4, #w-node-d12cadeb-1f12-8f20-2421-9937be2b5295-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f4ff0be-f979-b3f1-ab64-46e0e2e8754b-fea73cb4 {
  justify-self: center;
}

#w-node-_4f4ff0be-f979-b3f1-ab64-46e0e2e8754c-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4f4ff0be-f979-b3f1-ab64-46e0e2e8754d-fea73cb4, #w-node-_4f4ff0be-f979-b3f1-ab64-46e0e2e8754e-fea73cb4, #w-node-b0041845-0433-6587-3a92-46494a730ae6-fea73cb4, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e86d4071-2c60-cd1d-e1e2-7faf88e8357b-fea73cb4, #w-node-e61f9eb6-a723-3410-a88e-4cd2c9939947-fea73cb4, #w-node-a09ef784-74ce-f78f-1f50-8a8180092b1b-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91a0e493-f2cb-bacd-4d3a-143a607ce4c1-fea73cb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center end;
}

#w-node-_95f28ea5-8199-d902-0519-624ea0df4e9f-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a09ef784-74ce-f78f-1f50-8a8180092b1e-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-aff0084e-ff7b-3f42-bea0-95cb90763e1f-fea73cb4 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-c4cd7146-85b9-a8f0-152c-0d38142ebd5a-fea73cb4 {
  justify-self: start;
}

#w-node-f5a63ceb-e44f-ae5a-f4ad-4c13b5960dc6-fea73cb4 {
  grid-area: 3 / 1 / 4 / 4;
  justify-self: center;
}

#w-node-bcea6c93-a3e4-fbd2-19cf-85b77f37a3f0-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcea6c93-a3e4-fbd2-19cf-85b77f37a3f1-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bcea6c93-a3e4-fbd2-19cf-85b77f37a3f5-fea73cb4 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-bcea6c93-a3e4-fbd2-19cf-85b77f37a3ff-fea73cb4 {
  justify-self: start;
}

#w-node-bcea6c93-a3e4-fbd2-19cf-85b77f37a402-fea73cb4 {
  grid-area: 3 / 1 / 4 / 4;
  justify-self: center;
}

#w-node-ead0deb2-cdf5-7550-0d5e-73c05a88a35d-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ead0deb2-cdf5-7550-0d5e-73c05a88a35e-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ead0deb2-cdf5-7550-0d5e-73c05a88a362-fea73cb4 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-ead0deb2-cdf5-7550-0d5e-73c05a88a36c-fea73cb4 {
  justify-self: start;
}

#w-node-ead0deb2-cdf5-7550-0d5e-73c05a88a36f-fea73cb4 {
  grid-area: 3 / 1 / 4 / 4;
  justify-self: center;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39040-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39043-fea73cb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39044-fea73cb4, #w-node-_5e00289f-f31b-4abf-7e75-37df2fc067f0-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39042-fea73cb4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ca1d52bc-d5b2-0919-d809-9b0f2fab7e8c-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2de6189f-7300-b726-47d7-7c90bca894ee-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ed3d1e35-edc9-1998-2aa1-2ff18c5cb3b6-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a2f4688-51cc-4a62-00e1-687c82d37b59-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6a2f4688-51cc-4a62-00e1-687c82d37b5b-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04cdc351-9698-55a9-85a2-7c09abcb44ef-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_04cdc351-9698-55a9-85a2-7c09abcb44f1-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_408e51d9-16ec-2504-13ff-40e58e2d07ba-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_408e51d9-16ec-2504-13ff-40e58e2d07bc-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_787f44d2-d94f-d77a-040f-9537747c045c-fea73cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_787f44d2-d94f-d77a-040f-9537747c0461-fea73cb4, #w-node-ec3203f5-e49d-2ac8-3a1d-d77c1bfc356e-fea73cb4, #w-node-ec3203f5-e49d-2ac8-3a1d-d77c1bfc356f-fea73cb4, #w-node-a64d5c7f-c79f-823a-17a8-f370607bf7ca-fea73cb4, #w-node-cb17c0a3-ce41-34cd-a54e-f8a79d1f5ed4-fea73cb4, #w-node-e4273a70-1a2f-dcab-f17e-ff3bc6637c6a-fea73cb4, #w-node-_1fb053c5-dd99-1f68-b76a-e98202cfe311-fea73cb4, #w-node-d1a12b19-9e72-8397-484f-effa2f038237-fea73cb4, #w-node-_71cdae11-d8f7-3e49-4579-1109c5ebfd8d-fea73cb4, #w-node-a75a3108-a715-410a-a793-ff0c0413664a-fea73cb4, #w-node-a75a3108-a715-410a-a793-ff0c0413664b-fea73cb4, #w-node-_2e6fcc71-bb9b-fca4-1b38-c44ce26d9ecd-fea73cb4, #w-node-_2e6fcc71-bb9b-fca4-1b38-c44ce26d9ed2-fea73cb4, #w-node-_2e6fcc71-bb9b-fca4-1b38-c44ce26d9ed7-fea73cb4, #w-node-_2e6fcc71-bb9b-fca4-1b38-c44ce26d9edc-fea73cb4, #w-node-a528fdb0-0fc5-ad08-1a21-789b059b1943-fea73cb4, #w-node-a528fdb0-0fc5-ad08-1a21-789b059b1944-fea73cb4, #w-node-e12ab524-7bb7-bee9-aff5-ce5f0961b7c8-fea73cb4, #w-node-e12ab524-7bb7-bee9-aff5-ce5f0961b7cd-fea73cb4, #w-node-e12ab524-7bb7-bee9-aff5-ce5f0961b7d2-fea73cb4, #w-node-e12ab524-7bb7-bee9-aff5-ce5f0961b7d7-fea73cb4, #w-node-dece2434-d43d-3972-ac34-b5e1472245b0-fea73cb4, #w-node-_13b3f381-e426-641e-fbdc-c0da9780a326-fea73cb4, #w-node-_7b659a2e-bdcf-fadc-f014-8133b46385a7-fea73cb4, #w-node-_13b3f381-e426-641e-fbdc-c0da9780a324-fea73cb4, #w-node-_6e6f6a8e-e987-b327-7dfb-a1a5c2984090-fea73cb4, #w-node-_6e6f6a8e-e987-b327-7dfb-a1a5c2984095-fea73cb4, #w-node-_6e6f6a8e-e987-b327-7dfb-a1a5c298409a-fea73cb4, #w-node-_6e6f6a8e-e987-b327-7dfb-a1a5c298409f-fea73cb4, #w-node-b8be75ff-3994-4d1f-ea77-466070411b03-fea73cb4, #w-node-_413f9428-39ab-85e4-e0b6-4290b65ff7f4-b65ff7f1, #w-node-_413f9428-39ab-85e4-e0b6-4290b65ff7f5-b65ff7f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff810-b65ff7f1 {
  place-self: center;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff812-b65ff7f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff813-b65ff7f1, #w-node-_413f9428-39ab-85e4-e0b6-4290b65ff814-b65ff7f1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff817-b65ff7f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff819-b65ff7f1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff81a-b65ff7f1 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff81d-b65ff7f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff81f-b65ff7f1, #w-node-_413f9428-39ab-85e4-e0b6-4290b65ff820-b65ff7f1 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff823-b65ff7f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_91a0e493-f2cb-bacd-4d3a-143a607ce4c1-fea73cb4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_7720c295-1943-93f7-209f-5a5a7c04ede5-fea73cb4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_2c07c852-d603-917d-508a-545ae6ae7b67-fea73cb4 {
    align-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1a54ecad-9466-8c35-33e3-c93306fadc1d-fea73cb4 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-d12cadeb-1f12-8f20-2421-9937be2b528e-fea73cb4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d12cadeb-1f12-8f20-2421-9937be2b5291-fea73cb4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-d12cadeb-1f12-8f20-2421-9937be2b5294-fea73cb4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_4f4ff0be-f979-b3f1-ab64-46e0e2e8754b-fea73cb4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_5e00289f-f31b-4abf-7e75-37df2fc067f0-fea73cb4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-db031724-58f8-84c0-e77d-e886f2a39042-fea73cb4 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b7578998-9fc8-bca8-0d60-2da43e850be3-fea73cb4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0b0d781d-8ffb-9b64-52b7-c2a3384134b4-384134b2 {
    place-self: end center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1a54ecad-9466-8c35-33e3-c93306fadc1d-fea73cb4 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-d12cadeb-1f12-8f20-2421-9937be2b5291-fea73cb4, #w-node-d12cadeb-1f12-8f20-2421-9937be2b5294-fea73cb4, #w-node-_4f4ff0be-f979-b3f1-ab64-46e0e2e8754b-fea73cb4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-fea73cb4 {
    justify-self: center;
  }

  #w-node-_413f9428-39ab-85e4-e0b6-4290b65ff7f5-b65ff7f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}