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

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

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

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

:root {
  --black: #000;
  --light-green: #7ac943;
  --mid-green: #53891f;
  --white: white;
  --light-grey: #e6e5e1;
  --pale-green: #f1f9ec;
  --dark-green: #345513;
}

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

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

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

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

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

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

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

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

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

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

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

.announcement-bar {
  z-index: 1;
  background-color: var(--light-green);
  background-image: linear-gradient(90deg, var(--light-green), var(--mid-green));
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

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

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

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

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

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

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

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

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

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

.dl-link-holder:hover {
  background-color: var(--light-green);
  padding-left: 20px;
}

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

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

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

.section-2.header-section.nav-verticle {
  background-color: var(--light-grey);
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.hero-banner {
  height: auto;
}

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

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

.menu-img._1 {
  background-image: url('../images/electric_123472065.webp');
}

.menu-img._2 {
  background-image: url('../images/electric_282489456.webp');
  background-position: 0 100%;
}

.menu-img._3 {
  background-image: url('../images/electric_126879407.webp');
}

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

.menu-img._5 {
  background-image: url('../images/electric_549413572.webp');
}

.black-int-link {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-button-section {
  z-index: 1;
  background-color: var(--white);
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

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

.menu-grid {
  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(--mid-green);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: -60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.double-content-div.z {
  flex-flow: column;
  align-items: flex-start;
}

.coloured-underline {
  background-color: var(--light-green);
  background-image: linear-gradient(to top, var(--mid-green), var(--light-green));
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

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

.primary-btn {
  z-index: 1;
  background-color: var(--mid-green);
  background-image: linear-gradient(to right, var(--mid-green), var(--light-green));
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn.call {
  background-color: var(--mid-green);
}

.primary-btn.m-auto {
  border: 1px solid var(--white);
  background-color: var(--mid-green);
  color: var(--white);
}

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

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

.basic-p-block._w-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%;
  position: relative;
}

.img-div.home {
  background-image: url('../images/electric_167590675.webp');
}

.img-div.svs.services-1 {
  background-image: url('../images/lighting-in-office.webp');
  background-position: 50%;
}

.img-div.rewire.rewire-1 {
  background-image: url('../images/trimming-wires-in-wall.webp');
}

.img-div.fuse {
  background-image: url('../images/testing-large-fuse-box.webp');
}

.img-div.lighting {
  background-image: url('../images/security-light.webp');
}

.img-div.eicr {
  background-image: url('../images/cafe.webp');
}

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

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

.large-p-block {
  background-color: var(--pale-green);
  width: 100%;
  padding: 40px;
  box-shadow: 1px 1px 3px #00000026;
}

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

.h2 {
  color: var(--mid-green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

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

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

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

.large-image-section.grey {
  background-color: #e6e5e1;
}

.lrg-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lrg-img.home {
  background-image: url('../images/electric_614057786.webp');
}

.lrg-img.rewire {
  background-image: url('../images/english-plug-socket.webp');
  background-position: 100%;
}

.lrg-img.svs.services-2 {
  background-image: url('../images/Electrical-services-image.webp');
  background-position: 50%;
  background-size: auto;
}

.lrg-img.fuse {
  background-image: url('../images/screwing-fuse-box.webp');
}

.lrg-img.lighting {
  background-image: url('../images/led-lights.webp');
  background-position: 50%;
}

.lrg-img.eicr {
  background-image: url('../images/EICR-Certificates.webp');
  background-size: 140%;
}

.testemonials {
  background-color: var(--light-green);
  background-image: linear-gradient(to bottom, var(--light-green), var(--mid-green));
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testemonials.w {
  background-color: var(--white);
  background-image: none;
}

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

.h2-title {
  color: var(--light-green);
  text-transform: uppercase;
  margin: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.h2-title.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 40px;
}

.h2-title.white.smaller {
  font-size: 34px;
  line-height: 44px;
}

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

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

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

.light-text-line.dark-line {
  background-color: var(--light-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;
  display: flex;
}

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

.h2-div.flex {
  margin-bottom: 30px;
}

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

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

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

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

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

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

.grey-content-section.bg-gradiant {
  background-color: var(--dark-green);
  background-image: linear-gradient(to bottom, var(--white) 60%, var(--light-green) 60%);
}

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

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

.grid-img._2 {
  background-image: url('../images/electric_619000872.webp');
  background-position: 1%;
}

.grid-img._1 {
  background-image: url('../images/electric_625867083.webp');
  background-position: 50%;
}

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

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

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

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

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

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

.works-texxt-lable {
  background-color: var(--mid-green);
  background-image: linear-gradient(to right, var(--light-green), var(--mid-green));
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

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

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

.works._1 {
  background-image: url('../images/electric_307505862.webp');
  background-position: 30%;
}

.works._2 {
  background-image: url('../images/electric_170179753.webp');
  background-position: 100%;
}

.works._3 {
  background-image: url('../images/bedroom_613202714.webp');
  background-position: 25%;
}

.cta-text-contact {
  color: var(--mid-green);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

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

.contact-info-block._0b {
  margin-bottom: 0;
}

.contact-info-block._20t {
  margin-top: 20px;
}

.cta-link {
  color: var(--black);
  text-decoration: none;
}

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

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

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

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

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

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

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

.icon-2 {
  background-color: var(--dark-green);
  background-image: linear-gradient(to right, var(--light-green), var(--mid-green));
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.cta {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 33px;
  text-decoration: none;
}

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

.heading-3-section {
  padding: 0;
}

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

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

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

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

.foooter-logo {
  width: 1005px;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  display: flex;
}

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

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

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

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

.footer-contact-link {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

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

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

.footer-nav-item.footer-contact.auto-cusro {
  color: var(--black);
  cursor: auto;
  font-weight: 500;
}

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

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

.footerlinks {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

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

.footer-info-div-2._1 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--light-green);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
}

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

.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: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

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

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

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

.bullet-list {
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

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

.areas-list {
  padding-left: 0;
}

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

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

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

.primary-btn-2 {
  z-index: 1;
  background-color: var(--dark-green);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 240px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.fa-social-2 {
  border: 1px solid var(--dark-green);
  background-color: var(--mid-green);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social-2:hover {
  color: var(--dark-green);
  background-color: #f7f7f2;
  transform: scale(1.1);
}

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

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

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

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

.hyperlink.left-padding {
  margin-left: 5px;
}

.leaf-icon {
  width: 16px;
  margin-right: 10px;
}

.fb-reviews {
  color: var(--black);
  margin-bottom: 20px;
}

.ripple-3 {
  z-index: 0;
  color: #fff;
  background-color: #7ac943;
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

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

.double-content-div-3.banner-vertical {
  flex-direction: column;
}

.banner-intro {
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
}

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

.banner-content {
  background-image: linear-gradient(to right, #000000b3, #fff0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
}

.primary-btn-3 {
  z-index: 1;
  color: #f7f7f2;
  background-color: #53891f;
  justify-content: center;
  align-items: center;
  width: 220px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-mask-2 {
  height: 79vh;
  min-height: 700px;
}

.banner-main {
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
}

.h1-2 {
  color: #fff0;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #7ac943, #53891f);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  line-height: 40px;
}

.light-h1 {
  font-weight: 500;
}

.background-image {
  background-image: url('../images/mid-baner.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

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

.grid-2._6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.nc1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-prefix {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nc-icon {
  color: #fff;
  margin-bottom: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.cn-text-lower {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 16.5px;
  font-weight: 600;
}

.counterspan {
  color: #000;
  font-size: 52px;
  font-weight: 700;
  line-height: 50px;
}

.counterspan.small {
  color: #fff;
  margin-left: 5px;
  font-size: 50px;
}

.counterup {
  color: #fff;
  font-size: 66px;
  font-weight: 800;
  line-height: 50px;
}

.counterup.w {
  color: #000;
  font-size: 52px;
  font-weight: 700;
}

.counterup.w.small {
  color: #fff;
  font-size: 60px;
}

.bold-text-15 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

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

.numbers {
  background-color: #f7941e;
  background-image: linear-gradient(to right, #7ac943, #53891f);
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.number-counter-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.map-section {
  margin-bottom: -10px;
}

.html-map {
  filter: grayscale(70%);
}

.contact-info-block-2 {
  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-2.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

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

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

.icon-4 {
  color: #f7f7f2;
  background-color: #202020;
  background-image: linear-gradient(to right, #7ac943, #53891f);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
}

.cta-text-contact-2 {
  color: var(--mid-green);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.cta-link-2 {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.logo-3-new, .check {
  width: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

.check.logo-first {
  width: 150px;
  margin-left: 0;
  margin-right: 0;
}

.logo-6 {
  width: 150px;
  margin-left: 20px;
  margin-right: 0;
}

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

.container-8 {
  z-index: 1;
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.gallery-text {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.logo-5 {
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
}

.check-copy {
  width: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

.accredations {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-title-2, .footer-title-3 {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #7ac943, #53891f);
  padding: 4px 10px;
  font-size: 18px;
  font-weight: 700;
}

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

.footer-social-link {
  color: #fff;
  background-color: #7ac943;
  background-image: linear-gradient(to right, #7ac943, #53891f);
  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 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #c0c1af;
}

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

.contact-ann-block-2.auto-m {
  margin-left: auto;
  margin-right: auto;
}

.tel-link {
  text-align: center;
  font-weight: 500;
}

.tel-link.int-link-header {
  color: #fff;
  text-transform: uppercase;
  background-color: #ffffff40;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 12px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .45s ease-in-out;
  display: flex;
}

.tel-link.int-link-header:hover {
  background-color: #53891f;
}

.fa-icon-2 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.qoute-btn-2 {
  color: #f7f7f2;
  text-transform: uppercase;
  background-color: #ffffff40;
  border: 1px #f7f7f2;
  border-radius: 20px;
  padding: 8px 20px;
  text-decoration: none;
  transition: background-color .45s ease-in-out;
}

.qoute-btn-2:hover {
  color: #fff;
  background-color: #7ac943;
}

.fa-social-3 {
  color: #f7f7f2;
  background-color: #ffffff40;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .45s ease-in-out;
  display: flex;
}

.fa-social-3:hover {
  color: #fff;
  background-color: #53891f;
}

.h2-2 {
  color: #21212100;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #7ac943, #53891f);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 700;
}

.h2-2._0b {
  margin-bottom: 0;
  margin-left: 10px;
  padding-bottom: 0;
}

.testimonial-txt {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-txt.green {
  background-color: var(--light-green);
  border: 2px solid #53891f;
  margin-bottom: 20px;
  padding: 24px;
}

.left-arrow {
  color: #fff;
  background-color: #c0c1af33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-weight: 300;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 100px 50px auto;
  overflow: hidden;
}

.left-arrow:hover {
  background-color: #53891f;
  transform: scale(.95);
}

.block-quote {
  color: #f7f7f2;
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
  line-height: 28px;
}

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

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

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

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

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

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

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

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

.underline.testemonials-underline.orange {
  background-color: #fff;
  width: 30%;
  position: absolute;
  top: 0;
}

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

.customer-img {
  background-image: url('../images/Check-Logo-White-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  min-width: 200px;
  min-height: 80px;
  margin-right: 10px;
}

.right-arrow {
  color: #fff;
  background-color: #c0c1af33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 0 50px auto;
}

.right-arrow:hover {
  background-color: #53891f;
  transform: scale(.95);
}

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

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

.nav-link-text-2 {
  color: #53891f;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.navbar {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding: 0 40px;
  display: flex;
}

.dl-item {
  z-index: 2;
  width: 365px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

.btn-underline.nav-underline {
  width: 0;
}

.btn-underline.nav-underline.display-none-underline {
  background-color: #7ac943;
}

.nav-link {
  color: #53891f;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 24px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
}

.nav-link.w--current {
  color: #7ac943;
  font-weight: 700;
}

.nav-link.dropdown {
  margin-right: 0;
}

.dl-menu-2 {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.dl-menu-2.w--open {
  padding-top: 30px;
  padding-bottom: 0;
}

.nav-menu-2 {
  align-items: center;
  height: 100%;
  display: flex;
}

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

.dl-link {
  color: #282828;
  justify-content: flex-start;
  align-items: center;
  padding: 7.2px 40px 7.2px 20px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .45s ease-in-out;
  display: flex;
}

.dl-link:hover {
  background-color: #7ac943;
}

.dl-link.w--current {
  background-color: var(--light-green);
  color: #fff;
}

.arrowhead {
  padding-left: 2px;
  font-family: "Fa Solid 900", sans-serif;
}

.service-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/electric_622364231.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
}

.service-banner.z {
  flex-flow: column;
}

.h2-title-2 {
  color: #fff0;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #7ac943, #53891f);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

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

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

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

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

.light-text-line-2 {
  background-color: #fff;
  width: 40px;
  height: 2px;
}

.light-text-line-2.dark-line {
  background-color: #53891f;
}

.cta-links {
  background-color: var(--white);
  color: var(--mid-green);
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 700;
  text-decoration: none;
}

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

.fa-icon-4 {
  color: #fff;
  background-color: #53891f;
  background-image: linear-gradient(#7ac943, #53891f);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 19px;
  font-weight: 400;
  display: flex;
}

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

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

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

.ripple-5 {
  z-index: 0;
  color: #fff;
  background-color: #7ac943;
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

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

.primary-btn-5 {
  z-index: 1;
  color: #f7f7f2;
  background-color: #53891f;
  justify-content: center;
  align-items: center;
  width: 220px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.coloured-underline-3 {
  background-color: #7ac943;
  background-image: linear-gradient(#7ac943, #53891f);
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.grid-3 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

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

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

.contact-type-title.big {
  font-size: 22px;
}

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

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

.contact-content.a {
  width: auto;
  margin-top: 20px;
  margin-right: auto;
}

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

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

.contact-page-link {
  color: #fff;
  text-decoration: none;
}

.telephone {
  color: #fff;
}

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

.telephone.office-number.contact-type {
  color: #fff;
  padding-bottom: 10px;
  padding-left: 0;
}

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

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

.contact-link-2 {
  color: #000;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.contact-link-2:hover {
  color: #53891f;
}

.more-link {
  margin-top: -100px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close-icon {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 22px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon:hover {
  background-color: #0000;
}

.close-icon.circle {
  background-color: #111;
  font-family: "Fa Solid 900", sans-serif;
}

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

.primary-btn-6._1 {
  background-color: #4fa3eb;
  width: 100px;
  margin-left: 0;
  top: -157px;
  left: -81px;
}

.text-span-7 {
  color: #4fa3eb;
}

.pop-head {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 29px;
  font-weight: 700;
  line-height: 45px;
}

.pop-head._3 {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
}

.pop-head._2 {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.widget-block {
  z-index: 100;
  background-color: var(--dark-green);
  text-align: left;
  background-image: url('../images/5-YEAR-WARRANTY.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 500px;
  height: auto;
  padding: 140px 100px;
  display: flex;
  position: fixed;
  inset: auto auto 1% 1%;
  box-shadow: 1px 1px 3px #0000002e;
}

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

.h3 {
  background-color: var(--light-green);
  text-transform: uppercase;
  margin-top: 0;
  padding: 10px;
  font-size: 21px;
}

.div-block-2 {
  background-color: var(--mid-green);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 8px;
  display: flex;
}

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

.text-block-3 {
  color: var(--white);
}

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

  .testemonials-slider {
    position: static;
  }

  .double-content-div-3 {
    display: flex;
  }

  .block-quote {
    font-size: 1.15rem;
  }

  .who-made-comment {
    position: relative;
  }

  .slider, .mask {
    width: 100%;
  }

  .double-content-div-4, .double-content-div-5, .double-content-div-6 {
    display: flex;
  }
}

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

  .announcement-bar {
    display: none;
  }

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

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

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

  .dl-link-holder, .dropdown {
    width: 100%;
  }

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

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

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

  .menu-img {
    height: 160px;
  }

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

  .menu-grid {
    grid-column-gap: 10px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

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

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

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

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

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

  .lrg-img {
    width: 90%;
    height: auto;
    min-height: 450px;
    position: static;
  }

  .lrg-img.svs.services-2 {
    background-size: cover;
  }

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

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

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

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

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

  .grid-img {
    height: 400px;
  }

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

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

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

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

  .contact-info-block._20t {
    margin-top: 50px;
  }

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

  .left-contact {
    width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

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

  .heading-3-right-text {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .footer-nav-item.footer-contact {
    text-align: center;
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

  .banner-content {
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }

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

  .banner-main {
    text-align: center;
  }

  .h1-2 {
    font-size: 32px;
  }

  .number-counter-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .tel-link.int-link-header {
    margin-bottom: 10px;
  }

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

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

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

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

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

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

  .navbar {
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dl-item {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn-underline.nav-underline.display-none-underline {
    display: flex;
  }

  .nav-link {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .nav-link.w--current, .nav-link.dropdown {
    text-align: left;
  }

  .dl-menu-2.w--open {
    height: auto;
    padding-top: 0;
  }

  .icon-5 {
    color: #fff;
    background-color: #7ac943;
    font-size: 29px;
  }

  .nav-menu-2 {
    z-index: 10;
    background-color: #fff;
    justify-content: flex-start;
    width: 80%;
    margin-right: auto;
    padding-top: 100px;
    position: fixed;
  }

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

  .menu-button {
    color: #53891f;
    background-color: #423e3e0d;
  }

  .menu-button.w--open {
    z-index: 200;
    background-color: #0000;
  }

  .dropdown-2 {
    width: 100%;
  }

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

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

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

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

  .google-map {
    width: 100%;
  }

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

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

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

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

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

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

  .more-link {
    margin-top: -150px;
  }
}

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

  .logo-2 {
    margin-bottom: 10px;
  }

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

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

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

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

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

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

  .img-div {
    height: 350px;
  }

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

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

  .lrg-img {
    height: auto;
    min-height: 350px;
  }

  .lrg-img.eicr {
    background-size: cover;
  }

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

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

  .h2-title {
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }

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

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

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

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

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

  .grey-content-section.bg-gradiant {
    background-image: linear-gradient(to bottom, var(--white) 50%, var(--light-green) 50%);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-img {
    height: 250px;
  }

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

  .works {
    min-width: 250px;
  }

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

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

  .cta {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

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

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

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

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

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

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

  .default-list._40row, .default-list._3-row {
    grid-template-columns: 1fr 1fr;
  }

  .double-content-div-3.banner-vertical {
    align-items: center;
  }

  .banner-intro {
    font-size: 31px;
  }

  .banner-content {
    padding-bottom: 0;
  }

  .hero-mask-2 {
    height: 350px;
  }

  .banner-main {
    font-size: 45px;
    line-height: 52px;
  }

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

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

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

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

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

  .accreditations-group {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .contact-ann-block-2 {
    grid-template-columns: 1fr;
    display: flex;
  }

  .tel-link.int-link-header {
    margin-bottom: 0;
    padding-left: 5px;
  }

  .qoute-btn-2 {
    display: none;
  }

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

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

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

  .underline {
    width: 50%;
  }

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

  .nav-link-text-2 {
    color: #000;
  }

  .navbar {
    justify-content: flex-end;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .btn-underline.nav-underline.display-none-underline {
    display: block;
  }

  .nav-link {
    background-color: #fff;
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
  }

  .nav-menu-2 {
    width: 75%;
    padding-top: 100px;
  }

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

  .menu-button {
    color: #25242a;
  }

  .dropdown-2 {
    background-color: #25242a;
  }

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

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

  .cta-links {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .img-div-2 {
    height: 250px;
  }

  .grid-3 {
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

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

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

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

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

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

  .pop-head {
    font-size: 24px;
    line-height: 32px;
  }

  .widget-block {
    height: 435px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

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

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

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

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

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

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

  .hero-banner {
    display: block;
  }

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

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

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

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

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

  .img-div {
    height: 250px;
  }

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

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

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

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

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

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

  .lrg-img {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 20px;
  }

  .lrg-img.svs.services-2 {
    background-position: 50%;
  }

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

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

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

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

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

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

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

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

  .testimonials-grid.work-gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

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

  .grey-content-section.bg-gradiant {
    background-image: linear-gradient(to bottom, var(--white) 70%, var(--light-green) 70%);
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

  .works-image-grid.grid {
    margin-top: 10px;
  }

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

  .works {
    min-height: 250px;
  }

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

  .contact-info-block {
    grid-template-columns: 1fr;
    padding: 0 0 10px;
  }

  .contact-info-block._20t {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 20px 20px 20px 0;
  }

  .contact-form-wrapper {
    background-color: #7ac94333;
  }

  .icon-block {
    display: none;
  }

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

  .left-contact.right {
    box-shadow: none;
    margin-top: 30px;
    padding: 0;
  }

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

  .cta {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

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

  .foooter-logo {
    width: 150px;
  }

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

  .list {
    text-align: center;
  }

  .footer-section-2 {
    padding-top: 30px;
    padding-bottom: 70px;
  }

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

  .bottom-icon {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
    display: none;
  }

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

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

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

  .default-list._2-row, .default-list._40row, .default-list._3-row {
    grid-template-columns: 1fr;
  }

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

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

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

  .fa-social-2 {
    border-width: 2px;
    border-color: var(--light-green);
  }

  .fa-container {
    border-top: 1px solid var(--mid-green);
    background-color: #345513f2;
    flex-direction: row;
    padding-top: 10px;
    inset: auto 0% 0%;
  }

  .fb-reviews {
    margin-top: 10px;
  }

  .banner-intro {
    font-size: 22px;
    line-height: 34px;
  }

  .primary-btn-3 {
    width: 200px;
    margin-top: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .hero-mask-2 {
    height: 300px;
  }

  .banner-main {
    margin-top: 0;
    font-size: 33px;
    line-height: 41px;
  }

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

  .background-image {
    height: 375px;
  }

  .grid-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-items: center;
  }

  .grid-2._6 {
    grid-column-gap: 40px;
    grid-row-gap: 7px;
    grid-template-columns: 1fr;
  }

  .nc1 {
    justify-content: center;
    align-items: center;
  }

  .cn-text-lower {
    text-align: center;
    margin-top: 20px;
  }

  .counterup {
    font-size: 55px;
    line-height: 55px;
  }

  .bold-text-15 {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }

  .numbers {
    overflow: hidden;
  }

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

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

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

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

  .container-8 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .contact-ann-block-2.auto-m {
    flex-direction: column;
  }

  .tel-link.int-link-header {
    font-size: 14px;
  }

  .h2-2 {
    font-size: 24px;
  }

  .testimonial-txt {
    width: 100%;
    padding-right: 0;
  }

  .left-arrow {
    width: 70px;
    height: 70px;
    bottom: -10%;
  }

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

  .slide {
    padding: 0;
  }

  .underline {
    width: 30%;
  }

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

  .right-arrow {
    width: 70px;
    height: 70px;
    bottom: -10%;
  }

  .navbar {
    justify-content: flex-end;
    min-height: 80px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-underline.nav-underline.display-none-underline {
    width: 45%;
  }

  .nav-link {
    text-align: left;
    font-weight: 700;
  }

  .icon-5 {
    text-align: center;
  }

  .nav-menu-2 {
    z-index: 1;
    width: 100%;
  }

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

  .menu-button {
    z-index: 999;
  }

  .menu-button.w--open {
    z-index: 6;
  }

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

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

  .h2-div-2 {
    margin-bottom: 10px;
  }

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

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

  .cta-links {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .primary-btn-5 {
    width: 200px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .contact-type-title.big {
    font-size: 17px;
  }

  .contact-content {
    padding: 20px;
  }

  .top-block {
    margin-bottom: 0;
  }

  .contact-icon {
    line-height: 1.2;
  }

  .telephone.office-number.contact-type, .telephone.office-number.contact-type.m-bottom-10 {
    padding-bottom: 0;
  }

  .telephone.a {
    margin-top: 10px;
  }

  .list-2 {
    text-align: center;
  }

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

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

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

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

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

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

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

  .pop-head {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .widget-block {
    height: auto;
    padding: 20px;
    right: 10px;
  }
}

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

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-9f0b9ec2, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-9f0b9ec2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930, #w-node-fa5e3750-b2f7-2ced-aad0-8fbc8e83670e-f7f90930 {
  align-self: center;
}

#w-node-d08b12c8-7072-27f2-93ad-7afedb4631eb-db4631e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d08b12c8-7072-27f2-93ad-7afedb4631ed-db4631e8, #w-node-d08b12c8-7072-27f2-93ad-7afedb4631f9-db4631e8, #w-node-d08b12c8-7072-27f2-93ad-7afedb463204-db4631e8, #w-node-d08b12c8-7072-27f2-93ad-7afedb46320f-db4631e8, #w-node-_4292658f-bcd5-f5bc-9b98-9559fd388b73-f2a8dacc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4292658f-bcd5-f5bc-9b98-9559fd388b75-f2a8dacc, #w-node-_75295d5b-66a1-87c2-b538-437a5bb29e81-f2a8dacc, #w-node-_7fae9489-d5da-f2fd-97a3-87a35ac3abbf-f2a8dacc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4c5ce798-87f8-c7d0-0cd3-ce9c6bba12a5-f2a8dacc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-e62f6113-1da8-415d-41d7-ecff5fe5c5b7-f2a8dacc {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_8c3531ac-8f0f-f042-0079-85b7a1ffd416-f2a8dacc, #w-node-_9f998d9a-1fa1-5e57-7975-669910fcee76-f2a8dacc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dbf2aefb-4c9c-1ab8-cea4-ea7ddb45981c-f2a8dacc {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-ee2cb019-6e1a-c515-adc7-26f226708694-f2a8dacc, #w-node-_391a6333-714c-20db-261d-0a4931db1509-f2a8dacc, #w-node-_35970499-9fe5-2598-1f98-f7f48bbd2962-f2a8dacc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-caba670e-5a4d-b364-2435-5c068a80eb55-f2a8dacc, #w-node-c40a4130-1a55-d387-9d9a-fee54566336e-f2a8dacc {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-b8cc396e-85dd-1bd5-6ece-ead90be6ff5d-f2a8dacc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_74b4d424-5cd1-3d4c-4a31-9fda2d13c416-f2a8dacc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_7b79f9fb-f670-52ec-8737-e48f9bededcb-f2a8dacc {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-d1022fdf-6d65-3299-11aa-7f0300942c0a-f2a8dacc, #w-node-_7cf42456-775f-1cb5-0644-5df99ed79ef7-f2a8dacc, #w-node-_993a70ec-d4cc-0e98-e976-8550c8dc798b-f2a8dacc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a6be4a9f-e0f7-9870-c5c1-14a91fbd0b55-f2a8dacc {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_4292658f-bcd5-f5bc-9b98-9559fd388b9d-f2a8dacc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d906af7-040f-5853-a711-2176a57bb058-a4389171, #w-node-_8d906af7-040f-5853-a711-2176a57bb062-a4389171, #w-node-_8d906af7-040f-5853-a711-2176a57bb06b-a4389171, #w-node-_8d906af7-040f-5853-a711-2176a57bb073-a4389171 {
  place-self: auto stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_4292658f-bcd5-f5bc-9b98-9559fd388b75-f2a8dacc, #w-node-_75295d5b-66a1-87c2-b538-437a5bb29e81-f2a8dacc, #w-node-_7fae9489-d5da-f2fd-97a3-87a35ac3abbf-f2a8dacc, #w-node-_4c5ce798-87f8-c7d0-0cd3-ce9c6bba12a5-f2a8dacc, #w-node-e62f6113-1da8-415d-41d7-ecff5fe5c5b7-f2a8dacc, #w-node-_8c3531ac-8f0f-f042-0079-85b7a1ffd416-f2a8dacc, #w-node-_9f998d9a-1fa1-5e57-7975-669910fcee76-f2a8dacc, #w-node-dbf2aefb-4c9c-1ab8-cea4-ea7ddb45981c-f2a8dacc, #w-node-ee2cb019-6e1a-c515-adc7-26f226708694-f2a8dacc, #w-node-_391a6333-714c-20db-261d-0a4931db1509-f2a8dacc, #w-node-_35970499-9fe5-2598-1f98-f7f48bbd2962-f2a8dacc, #w-node-caba670e-5a4d-b364-2435-5c068a80eb55-f2a8dacc, #w-node-c40a4130-1a55-d387-9d9a-fee54566336e-f2a8dacc, #w-node-b8cc396e-85dd-1bd5-6ece-ead90be6ff5d-f2a8dacc, #w-node-_74b4d424-5cd1-3d4c-4a31-9fda2d13c416-f2a8dacc, #w-node-_7b79f9fb-f670-52ec-8737-e48f9bededcb-f2a8dacc, #w-node-d1022fdf-6d65-3299-11aa-7f0300942c0a-f2a8dacc, #w-node-_7cf42456-775f-1cb5-0644-5df99ed79ef7-f2a8dacc, #w-node-_993a70ec-d4cc-0e98-e976-8550c8dc798b-f2a8dacc, #w-node-a6be4a9f-e0f7-9870-c5c1-14a91fbd0b55-f2a8dacc {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4292658f-bcd5-f5bc-9b98-9559fd388b9d-f2a8dacc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d906af7-040f-5853-a711-2176a57bb058-a4389171, #w-node-_8d906af7-040f-5853-a711-2176a57bb062-a4389171 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8a89af07-0e79-e9a8-a8d9-8512866facd3-9f0b9ec2 {
    justify-self: auto;
  }

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

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

@media screen and (max-width: 479px) {
  #w-node-d08b12c8-7072-27f2-93ad-7afedb4631ed-db4631e8, #w-node-d08b12c8-7072-27f2-93ad-7afedb4631f9-db4631e8, #w-node-d08b12c8-7072-27f2-93ad-7afedb463204-db4631e8, #w-node-d08b12c8-7072-27f2-93ad-7afedb46320f-db4631e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}