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

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

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

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

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.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;
}

:root {
  --_colours---transparent: #0000;
  --_colours---white: white;
  --_colours---black: #0f0f0f;
  --_colours---green: #278326;
  --_colours---dark-green: #183015;
  --_colours---grey: #7e7777;
}

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

.hreo-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 93vh;
}

.hreo-section.area {
  height: 50vh;
}

.hreo-section.ho {
  background-image: linear-gradient(#00000080, #00000080), url('../images/img5.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.hreo-section.wr {
  background-image: url('../images/AdobeStock_574405066-1.webp');
  height: 70vh;
}

.hreo-section.bf {
  height: 70vh;
}

.hreo-section.bf._1 {
  background-image: url('../images/AdobeStock_1801997409.webp');
}

.hreo-section.bf._2 {
  background-image: url('../images/AdobeStock_622796818.webp');
  background-position: 50% 100%;
}

.hreo-section.bd {
  background-image: url('../images/AdobeStock_328875139.webp');
  height: 70vh;
}

.nav-bar {
  background-color: var(--_colours---transparent);
}

.big-body-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.big-body-div.topp {
  margin-top: 20px;
}

.big-body-div.topp.bp {
  margin-bottom: 40px;
}

.big-body-div.bp {
  margin-top: 60px;
  margin-bottom: 60px;
}

.big-body-div.bp.topp {
  padding-top: 20px;
}

.heading {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.p {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.p.topp {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
}

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

.h2 {
  font-family: PT Serif, serif;
}

.h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 42px;
}

.h1.dark {
  color: var(--_colours---black);
  -webkit-text-stroke-color: var(--_colours---black);
  font-family: Open Sans, sans-serif;
}

.white-section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.white-section._0b {
  padding-bottom: 20px;
}

.button {
  background-color: var(--_colours---green);
  color: #fff;
  margin-right: 20px;
  padding: 15px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

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

.button.blue {
  background-color: var(--_colours---dark-green);
  color: #fff;
  border: 1px #ffe135;
  transition: all .2s ease-in-out;
}

.button.blue:hover {
  background-color: var(--_colours---black);
  color: var(--_colours---white);
}

.right-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.right-img._48 {
  width: 48.5%;
}

.right-img._48._2 {
  background-image: url('../images/AdobeStock_370759877-1.webp');
}

.right-img.h {
  background-image: url('../images/AdobeStock_309121674.webp');
}

.right-img.h1 {
  background-image: url('../images/AdobeStock_1801997409.webp');
}

.right-img.bd {
  background-image: url('../images/AdobeStock_304976329.webp');
}

.right-img.wr {
  background-image: url('../images/AdobeStock_918362578.webp');
}

.right-img.bf {
  background-image: url('../images/AdobeStock_125127418.webp');
}

.right-img.bf._2 {
  background-image: url('../images/AdobeStock_634005634.webp');
  background-position: 50% 100%;
}

.right-img.bf1 {
  background-image: url('../images/img3.webp');
}

.colour {
  color: var(--_colours---green);
}

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

._2-col-div._2 {
  width: 90%;
  max-width: none;
}

.left-div {
  width: 48.5%;
}

.left-div._100 {
  width: 100%;
}

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

._2-div-container {
  flex-flow: row;
  display: flex;
}

.right-div {
  width: 48%;
}

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

.subheading {
  color: var(--_colours---black);
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.subheading.white {
  color: var(--_colours---white);
}

.block_layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  height: 40vh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.block_item {
  aspect-ratio: 1;
  border: .125rem solid #fff0;
  width: 25%;
  height: 30vh;
  transition: border-color .2s, padding-top .35s, padding-right .35s, padding-left .35s, padding-bottom .35s;
  position: relative;
}

.block_item:hover {
  border-color: #f0e6ca;
  padding: 1rem;
}

.block_btn-wrap {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 3.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  background-color: #222c23;
  border: .0625rem solid #fff0;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55), opacity .35s, border-color .35s, background-color .35s;
  display: flex;
}

.button-2:hover {
  color: #222c23;
  background-color: #f0e6ca;
  border: .0625rem solid #fff;
}

.button-2:active {
  transform: scale(.95);
}

.button-2.pop-up_trigger {
  text-transform: capitalize;
}

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

.svvs {
  position: relative;
}

.service-light-text {
  color: #b7b5b5;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.service-light-text:hover {
  color: #fff;
}

.service-top-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 350px;
  display: flex;
}

.service-top-image._4 {
  background-image: url('../images/img4.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._3 {
  background-image: url('../images/img6.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._2 {
  background-image: url('../images/img8.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image.svs1 {
  background-image: url('../images/img5.webp');
}

.service-paragraph {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 40px;
  display: flex;
}

.service-link {
  background-color: var(--_colours---green);
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: -5px;
  margin-right: -5px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  position: static;
  bottom: 10px;
  right: 10px;
}

.service-link:hover {
  transform: scale(1.2);
}

.service-number {
  color: var(--_colours---dark-green);
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.service-div {
  border-bottom: 1px solid #fff;
  height: auto;
  padding-bottom: 20px;
}

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 60px;
}

.arrow {
  margin-top: 5px;
}

.service-header {
  color: var(--_colours---black);
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 40px;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.service-box-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.service-text {
  color: var(--_colours---black);
  margin-bottom: 0;
}

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

.large-p-block {
  background-color: #fff;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px;
  box-shadow: 2px 2px 3px 1px #0003;
}

.large-image-section {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.h2-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

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

.ripple.black {
  background-color: #000;
}

.ripple.dropdown {
  background-color: #7e7e7e;
  right: -20%;
}

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

.p-2._30b {
  margin-bottom: 30px;
}

.pinned-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

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

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

.button-text.call {
  color: #000;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  transition: all .2s;
}

.button-text.call:hover {
  color: #fff;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

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

.list._3col.bp {
  padding-bottom: 40px;
}

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

.bullet-heading {
  color: var(--_colours---black);
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.bullet-heading.white {
  color: var(--_colours---white);
}

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

.button-3 {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.h2-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

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

.p-3._30b {
  margin-bottom: 30px;
}

.button-4 {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-4.call {
  background-color: #fff;
  border: 1px solid #7e7e7e;
  padding-top: 0;
  padding-bottom: 0;
}

.button-4.call:hover {
  color: #fff;
}

.content-section.topp {
  margin-top: 20px;
}

.content-section.bp {
  margin-bottom: 20px;
}

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

.content-section.green.pading {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-section.paddin-g {
  padding-top: 20px;
}

.small {
  font-size: 26px;
}

.full-w-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 280px;
}

.full-w-img.bd {
  background-image: url('../images/AdobeStock_1904414661.webp');
}

.full-w-img.wr {
  background-image: url('../images/AdobeStock_328875139.webp');
  background-position: 50% 100%;
}

.full-w-img.hm {
  background-image: url('../images/AdobeStock_132079051.webp');
}

.full-w-img.bf1 {
  background-image: url('../images/AdobeStock_918362578.webp');
  background-position: 50% 100%;
}

.contact-info-block {
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

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

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

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

.h2-4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

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

.git-icon {
  background-color: var(--_colours---white);
  width: 60px;
  height: 60px;
  color: var(--_colours---black);
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-family: "Fa Solid 900", Georgia, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.text-line {
  background-color: #7e7e7e;
  width: 40px;
  height: 2px;
  margin-bottom: 20px;
}

.text-line._10r {
  margin-right: 10px;
}

.text-line._0b {
  margin-bottom: 0;
}

.form-div {
  flex-direction: column;
  justify-content: flex-start;
  width: 60%;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 4px #0003;
}

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

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

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

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

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

.h2-wrapper {
  color: var(--_colours---white);
  align-items: center;
  display: flex;
}

.cta-text-contact {
  color: var(--_colours---white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.cta-link {
  color: var(--_colours---white);
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.cta-link.address {
  max-width: 350px;
  color: var(--_colours---white);
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
}

.heading-3-section {
  background-color: #7e7e7e;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.h2-5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.h2-5.white {
  color: #fff;
  margin-bottom: 0;
  margin-left: 10px;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.h3-img {
  background-image: url('../images/AdobeStock_198825313.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.h3-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.h3-div {
  background-color: #d3d3d3;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.h3-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

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

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

.bottom-title {
  color: #d3d3d3;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

.footerlinks {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

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

.footer-link {
  color: #fff;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

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

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

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

.bottom-box {
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.bottom-box._2 {
  border-left-width: 0;
  border-right-width: 0;
  justify-content: flex-start;
  align-items: center;
}

.bottom-box._3 {
  justify-content: flex-start;
  align-items: center;
}

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

.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_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

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

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

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

.bottom-icon {
  color: #d3d3d3;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Sharp 300", Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

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

.bottom-boxes {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

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

.footer-logo-link {
  display: flex;
}

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

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

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

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

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

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

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

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

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

.fs-cc-banner_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

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

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

.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_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-prefs_button {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

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

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

.bottom-link {
  color: #fff;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.bottom-link:hover {
  color: #d3d3d3;
}

.bottom-link.nolink {
  text-align: center;
  cursor: auto;
}

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

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

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

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

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

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

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

.chat-section {
  background-color: #7e7e7e;
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

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

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

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

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

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

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

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

.livechat-button:hover {
  background-color: #4c4a4b;
}

.bottom-logo {
  margin-left: auto;
  margin-right: auto;
}

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

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

.bottom-social-link {
  color: #fff;
  background-color: #7e7e7e;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

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

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

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

.dropdown-toggle {
  color: var(--_colours---white);
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px 10px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #7e7e7e;
}

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

.navbar {
  background-color: #0000;
}

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

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

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

.fonticon.blue {
  width: auto;
  color: var(--_colours---white);
  margin-right: 5px;
  font-family: "Fa Sharp Solid 900", Trebuchet MS, sans-serif;
  font-weight: 400;
}

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

.dropdown-link:hover {
  border-bottom-style: solid;
  padding-left: 30px;
}

.dropdown-link.w--current {
  background-color: #000;
}

.dropdown-link.lst {
  border-bottom-style: none;
  border-bottom-color: #f7f7f200;
}

.nav-link {
  color: var(--_colours---white);
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all .2s;
}

.nav-link:hover {
  color: #7e7e7e;
}

.nav-link.w--current {
  border-bottom: 1px solid var(--_colours---green);
  color: var(--_colours---white);
  background-color: #0000;
  font-size: 14px;
}

.top-link {
  color: var(--_colours---white);
  justify-content: flex-start;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

.co-logo-link {
  width: 200px;
}

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

.dd-text {
  z-index: 1;
  color: #fff;
  position: relative;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.dl-menu.w--open {
  background-color: #000;
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0;
  overflow: hidden;
}

.drop-down-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 250px;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

.call-us-today-link {
  display: none;
}

.nav-section {
  z-index: 10;
  background-color: var(--_colours---dark-green);
  color: var(--_colours---white);
  border-bottom: 1px #5e5e5e;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

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

.mobile-block.lig-text {
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  transition: all .2s ease-in-out;
}

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

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

._4x2 {
  margin-top: 20px;
}

._4x2.bp {
  padding-bottom: 40px;
}

.div-grid {
  border: 2px dashed var(--_colours---dark-green);
  padding: 15px;
}

.div-grid.white {
  border-color: var(--_colours---white);
}

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

.left-div-2 {
  width: 48%;
  transition: all .2s;
}

.left-div-2._w-100 {
  width: 100%;
  margin-bottom: 40px;
}

.tab-text {
  margin-bottom: 0;
}

.tab-text.topp {
  margin-top: 10px;
}

.h1-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.faq-title {
  white-space: pre-wrap;
}

.faq-title.small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.tab-dropdown-container.w--open {
  background-color: #d3d3d3;
  padding: 20px;
  position: relative;
}

.faq-div {
  border: 1px solid #d3d3d3;
  border-bottom-width: 0;
  width: 100%;
}

.tab-dropdown {
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
}

.tab-toggle {
  width: 100%;
}

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

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

.hyperlink {
  color: var(--_colours---black);
  font-weight: 700;
}

.hyperlink:hover {
  color: var(--_colours---dark-green);
}

.left-div-3 {
  width: 48%;
  transition: all .2s;
}

.left-div-3._w-100 {
  width: 100%;
}

.left-div-3._w-100.center-all {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

.sitemap-list-item {
  text-align: left;
  padding-top: 0;
  padding-bottom: 10px;
  transition: all .3s;
}

.sitemap-list-item:hover {
  border-bottom: 1px solid var(--_colours---green);
}

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

.sitemap-link {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.body-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.lb {
  height: 300px;
}

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

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

.hyperlink-2 {
  box-shadow: inset 0 -1px 0 0 var(--_colours---dark-green);
  color: #7e7e7e;
  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-2:hover {
  box-shadow: inset 0 -40px 0 0 var(--_colours---dark-green);
  color: #fff;
}

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

.h2-title {
  color: #000;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 40px;
  font-weight: 300;
}

.h2-title.p {
  margin-left: 0;
}

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

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

.google-maps {
  background-color: #f7f7f2;
}

.gradient-section {
  background-image: linear-gradient(0deg, #000 50%, #fff 50%);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.gradient-section.bg-white {
  background-color: #0000;
}

.gradient-section.bg-white.p-white {
  background-color: #f7f7f2;
  background-image: none;
}

.testi {
  margin-top: 40px;
}

.h1-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.hero-lrg {
  color: #f4f1ea;
  text-align: left;
  text-shadow: 3px 3px 3px #000;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.hero-lrg-blue {
  color: #256ca7;
}

.hero-subtitle {
  color: #f4f1ea;
  text-align: left;
  width: 100%;
  max-width: 700px;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

@media screen and (min-width: 1920px) {
  .service-grid {
    width: 100%;
  }

  ._2-column-div {
    display: flex;
  }

  .whatsapp-chat {
    display: none;
  }

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

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

@media screen and (max-width: 991px) {
  .hreo-section.ho {
    padding-right: 40px;
  }

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

  .right-img {
    width: 100%;
    height: 500px;
  }

  .right-img._48 {
    width: 100%;
    margin-top: 40px;
  }

  .right-img.h1 {
    margin-top: 20px;
  }

  ._2-col-div {
    flex-flow: column;
  }

  .left-div {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .block_layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    height: auto;
  }

  .block_item {
    width: 50%;
    height: 25vh;
  }

  .service-top-image._2 {
    height: 375px;
  }

  .service-paragraph {
    margin-left: 40px;
  }

  .service-div {
    width: 100%;
  }

  .service-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .service-box-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .grey-underline {
    display: none;
  }

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

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

  .ripple.dropdown {
    min-width: 500px;
    display: none;
  }

  .pinned-div {
    width: 90%;
    position: static;
  }

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

  .lrg-img-div {
    width: 90%;
    min-height: 450px;
  }

  .contact-info-block.last {
    margin-bottom: 30px;
  }

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

  .left-contact {
    width: 100%;
  }

  .text-line, .text-line._10r {
    display: none;
  }

  .form-div {
    width: 100%;
  }

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

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

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

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

  .cta-link.address {
    max-width: 100%;
  }

  .heading-3-section {
    flex-flow: column;
  }

  .h2-5.white {
    margin-left: 0;
  }

  .h3-img {
    width: 100%;
    margin-top: 0;
  }

  .h3-div {
    width: 100%;
  }

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

  .footer-text {
    justify-content: center;
  }

  .bottom-box {
    width: 100%;
    padding: 40px 20px;
  }

  .bottom-box._2 {
    border-width: 0 1px;
  }

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

  .bottom-boxes {
    flex-direction: column;
  }

  .whatsapp-container {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .whatsapp-chat {
    display: none;
  }

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

  .menu-button {
    border-radius: 10px;
  }

  .menu-button.w--open {
    background-color: #7e7e7e;
  }

  .dropdown-toggle {
    color: #000;
    background-color: #fff;
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-toggle:hover {
    color: #fff;
    background-color: #d3d3d3;
  }

  .dropdown-toggle.w--open:hover {
    color: var(--_colours---black);
  }

  .dd-img {
    margin-right: 10px;
    display: none;
  }

  .navbar {
    width: 100%;
  }

  .nav-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .dropdown-link {
    background-color: #fff;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
    font-weight: 400;
  }

  .dropdown-link:hover {
    color: #fff;
    background-color: #d3d3d3;
    padding-left: 10px;
  }

  .dropdown-link.w--current {
    background-color: var(--_colours---green);
  }

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

  .nav-link:hover {
    color: #fff;
    background-color: #d3d3d3;
  }

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

  .dd-text {
    color: #000;
  }

  .nav-menu {
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dl-menu.w--open {
    border-radius: 0;
    margin-top: 0;
    position: relative;
  }

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

  .call-us-today-link {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #7e7e7e;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .nav-section {
    padding-bottom: 0;
  }

  .dropdown {
    width: 100%;
  }

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

  .left-div-2 {
    width: 100%;
    padding-bottom: 30px;
  }

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

  .left-div-3 {
    width: 100%;
    padding-bottom: 30px;
  }

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

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

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

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

  .google-maps {
    width: 100%;
  }

  .hero-lrg {
    font-family: Open Sans, sans-serif;
    font-size: 40px;
    line-height: 46px;
  }

  .hero-subtitle {
    font-family: Open Sans, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 26px;
    line-height: 34px;
  }

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

  .right-img {
    height: 350px;
  }

  .block_item {
    height: 20vh;
  }

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

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

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

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

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

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

  .cta-link.address {
    max-width: 330px;
  }

  .h3-img {
    width: 100%;
  }

  .h3-text {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .h3-div {
    width: 100%;
  }

  .h3-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

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

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

  .bottom-box {
    justify-content: flex-start;
  }

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

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

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

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

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

  .nav-link {
    width: 100%;
  }

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

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

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

  .top-contact-div {
    width: 100%;
  }

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

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

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

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

  .white-section-2, .white-section-3 {
    padding-top: 40px;
  }

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

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

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

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

@media screen and (max-width: 479px) {
  .hreo-section.ho {
    height: 70vh;
  }

  .hreo-section.wr {
    background-position: 100%;
    height: 60vh;
  }

  .hreo-section.bf._1, .hreo-section.bf._2, .hreo-section.bd {
    height: 60vh;
  }

  .big-body-div.bp {
    margin-top: 20px;
  }

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

  .h1.dark.big {
    font-size: 30px;
  }

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

  .white-section.not {
    padding-top: 0;
  }

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

  .button {
    text-align: center;
    width: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.blue {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .right-img {
    height: 250px;
  }

  .right-img._48 {
    margin-top: 30px;
  }

  .right-img.h, .right-img.h1, .right-img.bd, .right-img.wr {
    margin-top: 20px;
  }

  .right-img.bf {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .right-img.bf1 {
    margin-top: 20px;
  }

  .left-div {
    margin-top: 40px;
  }

  .button-div {
    flex-flow: column;
  }

  .block_item {
    width: 100%;
  }

  .service-top-image, .service-top-image._2 {
    height: 250px;
  }

  .service-paragraph {
    margin-left: 0;
  }

  .service-number {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .service-div {
    height: auto;
    padding-bottom: 0;
  }

  .service-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .service-header {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .service-box-wrapper {
    flex-direction: column;
  }

  .service-text {
    font-size: 1rem;
  }

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

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

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

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

  .p-2._30b {
    margin-bottom: 20px;
  }

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

  .button-text.call {
    color: var(--_colours---white);
  }

  .button-text.call:hover {
    background-color: var(--_colours---dark-green);
  }

  .list {
    text-align: center;
  }

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

  .lrg-img-div {
    border-radius: 4px;
    min-height: 250px;
  }

  .button-3 {
    width: 100%;
    margin-right: 0;
  }

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

  .p-3._30b {
    margin-bottom: 20px;
  }

  .button-4 {
    width: 100%;
    margin-right: 0;
  }

  .button-4.call {
    margin-top: 20px;
  }

  .content-section.topp {
    margin-top: 30px;
  }

  .content-section.bp {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .contact-info-block.last {
    margin-bottom: 20px;
  }

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

  .git-icon {
    font-size: 1em;
    display: none;
  }

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

  .form-div {
    box-shadow: none;
    padding: 0;
  }

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

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

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

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

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

  .h2-5.white {
    font-size: 26px;
    line-height: 34px;
  }

  .h3-text {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

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

  .h3-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

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

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

  .footer-text {
    padding-bottom: 100px;
  }

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

  .bottom-box {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .fb-div {
    width: 100%;
    margin-top: 0;
  }

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

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

  .bottom-boxes {
    flex-direction: column;
    align-items: center;
  }

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

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

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

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  .bottom-logo {
    width: 170px;
  }

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

  .logo-div {
    align-items: center;
    width: 100%;
  }

  .menu-button {
    background-color: var(--_colours---dark-green);
    border-radius: 0;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

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

  .menu-button.w--open {
    color: #fff;
    background-color: #d3d3d3;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dd-img {
    width: 43px;
    height: 43px;
  }

  .navbar {
    z-index: 10;
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .nav-container {
    flex-direction: column;
    padding: 0;
  }

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

  .nav-link {
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

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

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

  .dl-menu.w--open, .drop-down-wrapper {
    margin-top: 0;
  }

  .call-us-today-link {
    background-color: var(--_colours---black);
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .nav-section {
    padding-top: 20px;
  }

  .icon {
    text-align: center;
  }

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

  .top-contact-div {
    justify-content: center;
    margin-bottom: 5px;
  }

  ._4x2, ._4x2.bp {
    grid-template-columns: 1fr;
  }

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

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

  .faq-title.small {
    line-height: 26px;
  }

  .white-section-2, .white-section-3 {
    padding-top: 30px;
  }

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

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

  .p-4.p-center {
    text-align: left;
  }

  .hyperlink-2 {
    box-shadow: inset 0 -1px 0 0 var(--_colours---dark-green);
  }

  .hyperlink-2:hover {
    box-shadow: inset 0 -40px 0 0 var(--_colours---dark-green);
  }

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

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

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

  .h1-div {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .hero-lrg {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .hero-subtitle {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }
}

#w-node-_8ebaaefb-44a7-1693-ff1e-fdd359675980-a9bae21e, #w-node-_8ebaaefb-44a7-1693-ff1e-fdd359675990-a9bae21e, #w-node-_8ebaaefb-44a7-1693-ff1e-fdd3596759a0-a9bae21e, #w-node-_8ebaaefb-44a7-1693-ff1e-fdd3596759b0-a9bae21e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87f8371c-813c-9b99-5f31-3404552c3d89-a9bae21e, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d91-a9bae21e, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d99-a9bae21e, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d89-4a919ee6, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d91-4a919ee6, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d99-4a919ee6, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d89-ae54026c, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d91-ae54026c, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d99-ae54026c, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d89-bacd3634, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d91-bacd3634, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d99-bacd3634, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d89-9e0a194f, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d91-9e0a194f, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d99-9e0a194f, #w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674ba3-abc5c48e, #w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674bab-abc5c48e, #w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674bb3-abc5c48e, #w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674ba3-f833cf27, #w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674bab-f833cf27, #w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674bb3-f833cf27, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d89-a9f4c2fb, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d91-a9f4c2fb, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d99-a9f4c2fb, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d89-a5334f1f, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d91-a5334f1f, #w-node-_87f8371c-813c-9b99-5f31-3404552c3d99-a5334f1f, #w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674ba3-0ea178c8, #w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674bab-0ea178c8, #w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674bb3-0ea178c8 {
  align-self: center;
}

#w-node-_7b419e04-a489-48d0-b503-73d4d402b76d-b845b185, #w-node-_9be94b63-d7df-cd1e-dde1-407652e8a1f5-b845b185, #w-node-e23e63eb-a1f9-916f-3f51-10cf7dd27cd1-b845b185, #w-node-_68f786da-db53-4082-388e-f03cb6cbbf31-b845b185, #w-node-ff416768-5dac-c5a9-14ba-21d104c59043-b845b185, #w-node-_65294a8a-b059-44c9-b576-f8a74e1168f7-b845b185, #w-node-be4b2f8b-b579-9653-b554-4edd74b4ecc2-b845b185 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674ba3-b845b185, #w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674bab-b845b185, #w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674bb3-b845b185, #w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674ba3-768f1a2e, #w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674bab-768f1a2e, #w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674bb3-768f1a2e, #w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674ba3-64b3843b, #w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674bab-64b3843b, #w-node-_2675d5b5-6765-6ff7-e63b-0b38f8674bb3-64b3843b {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_8ebaaefb-44a7-1693-ff1e-fdd359675980-a9bae21e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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