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

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

:root {
  --black: black;
  --white: white;
  --very-dark-gray: #181818;
  --mid-gray: #a7a7a7;
  --dark-gray: #333;
  --pad: 40px;
  --marg: -66px;
  --dark-grey: #adadad;
  --white-smoke: #ececec;
}

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

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

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

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

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

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

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

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

.body {
  background-color: var(--black);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.co-logo {
  width: 180px;
}

.main-slider {
  z-index: 1;
  background-color: var(--black);
  height: 75vh;
}

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

.slide-1 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/42705316_2219793004762421_435631394597634048_o_142705316_2219793004762421_435631394597634048_o.webp');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-1.auto {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/cctvdrain2_1cctvdrain2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.slide-1.auto.blocked {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/blockedrain2_1blockedrain2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-1.auto.btl {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/btoil2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-1.auto.cess {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/septic1_1septic1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-1.auto.dins {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/5d52cd602df04602b97308c3_18425173_1510707205671008_5328585736334238259_n.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-1.auto.drasvs {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/drainage-banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-1.auto.tank {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/pic7_1pic7.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-1.auto.sep {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/sept3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-1.auto.sepe {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/5d52cd606f0ecb806fc686ae_18403004_1510716325670096_8964499510419281756_n.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.footer-section {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 30px 20px 100px;
  display: flex;
}

.footer-div {
  width: 90%;
  max-width: 1200px;
}

.footer-text {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  line-height: 22px;
}

.home-body-section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.home-body-section.images {
  padding-top: 0;
  overflow: hidden;
}

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

.body-div.vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.body-div._0, .body-div.images {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.body-text {
  color: var(--black);
  margin-bottom: 30px;
  font-size: 15.5px;
  line-height: 24px;
}

.body-text.no-padding {
  color: var(--black);
  margin-bottom: 0;
  line-height: 24px;
}

.body-text.no-padding.white {
  color: var(--white);
}

.body-text._400 {
  max-width: 400px;
  color: var(--white);
}

.body-text.white {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 15.5px;
  line-height: 24px;
}

.body-text.w {
  color: var(--white);
  margin-bottom: 10px;
  line-height: 24px;
}

.body-text.w.top {
  margin-top: 20px;
}

.h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 300;
  line-height: 45px;
}

.h1.low {
  margin-bottom: 20px;
}

.h1._10b {
  margin-bottom: 10px;
}

.bullet-list {
  color: var(--black);
  margin-bottom: 20px;
  line-height: 28px;
}

.home-grey-body-section {
  background-color: var(--very-dark-gray);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.home-grey-body-section._40b {
  background-color: var(--white);
  justify-content: center;
  padding: 75px 0;
}

.h2 {
  border-bottom: 1px solid var(--mid-gray);
  color: var(--black);
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.h2.top {
  margin-top: 30px;
}

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

.h2.top.white._40t {
  margin-top: 40px;
}

.h2.white {
  color: var(--white);
  text-align: left;
  margin: 40px 0 20px;
  padding-bottom: 10px;
}

.h2.sm {
  text-align: left;
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

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

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

.h3-sub-heading._40t {
  margin-top: 40px;
}

.h3 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 300;
  line-height: 33px;
}

.h3.white {
  color: var(--white);
  font-weight: 600;
}

.h3.white._10b {
  margin-bottom: 10px;
  font-size: 18px;
}

.trade-associations-div {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.trade-logo.smaller {
  width: auto;
  height: 80%;
}

.trade-logo.construction {
  height: 80%;
}

.trade-logo.rated {
  height: 70%;
}

.trade-logo.safe {
  height: 80%;
}

.trade-logo.members {
  height: 50%;
}

.trade-logo.edfirst {
  height: 60%;
}

.trade-logo.bsqa {
  height: 70%;
}

.trade-logo.trusted, .trade-logo.nadc {
  height: 75%;
}

.contact {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.mid-grey-body-section {
  background-color: var(--dark-gray);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.h3-no-padding {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 300;
  line-height: 33px;
}

.body-text-no-padding {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

._3-image-div {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

._3-image-div.images {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

._3-image {
  object-fit: cover;
  width: 33%;
  min-height: 350px;
  max-height: 350px;
}

._3-image._1 {
  width: 33%;
}

._3-image._1._100 {
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  width: 100%;
}

._3-image._1._100.a {
  object-position: 50% 50%;
}

._3-image._2 {
  width: 33%;
}

._3-image._2._100 {
  width: 100%;
}

._3-image._100 {
  clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  transform: scale(1.5);
}

._3-image._100.a {
  object-position: 50% 100%;
}

.areas-div {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.site-map-link {
  color: var(--black);
  background-color: #d6d6d617;
  border-bottom: 1px solid #7bb30333;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.site-map-div {
  width: 90%;
  max-width: 1200px;
  color: var(--black);
  flex-direction: column;
  display: flex;
}

.lightbox-image {
  width: 100%;
}

.hyperlink {
  color: var(--black);
  font-weight: 700;
  text-decoration: underline;
}

.hyperlink.white {
  color: var(--white);
  text-decoration: underline;
}

.h3-link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.footer-link {
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.trade-logo-slider {
  background-color: #fff;
  width: 100%;
  height: 120px;
}

.slide-nav-2 {
  display: none;
}

.right-arrow-2, .left-arrow-2 {
  background-color: #fff;
  width: 40px;
  display: block;
}

.trade-slide-div-1 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 54px;
  padding-right: 54px;
  display: flex;
}

.icon-2, .icon-3 {
  color: var(--dark-gray);
  font-size: 20px;
}

.top-body-section {
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 75px 20px;
  display: flex;
}

.top-body-section.contact {
  width: 100%;
  color: var(--white);
  flex-direction: column;
}

.top-body-section.flex {
  flex-flow: column;
}

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

.top-body-section.images {
  padding: 0;
}

.contact-details {
  color: var(--white);
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
}

.body-div-horizontal {
  width: 90%;
  max-width: 1200px;
  color: var(--black);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-us-left {
  width: 48%;
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-us-right {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.h1-style {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 300;
  line-height: 45px;
}

.contact-map {
  filter: grayscale(65%);
  width: 100%;
  margin-top: 10px;
}

.areas-list {
  justify-content: space-between;
  width: 50%;
  height: 100%;
  display: flex;
}

.no-call-out-slider-div {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  padding-top: 120px;
  display: flex;
  position: absolute;
}

.no-call-out-slider-div.svs {
  height: auto;
  padding-top: 0;
}

.back-to-top-button {
  z-index: 10;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.back-to-top {
  width: 40%;
  margin-bottom: 10px;
  margin-right: 10px;
  position: sticky;
  top: 100px;
}

.page-top-link {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.page-top-div {
  padding-top: 0;
  position: absolute;
  top: 0;
}

.body-div-50 {
  float: right;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.areas-left-div {
  width: 50%;
}

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

.areas-right-div {
  width: 48%;
}

.areas-map {
  width: 100%;
  height: 100%;
}

.mobile-logo-slider-section {
  background-color: var(--very-dark-gray);
  justify-content: center;
  display: none;
}

.trade-assoc-slider-div {
  float: right;
  width: 90%;
  max-width: 1200px;
}

.bottom-grey-body-section {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 75px 40px;
  display: flex;
}

.gallery-section {
  justify-content: center;
  align-items: center;
  padding: 75px 20px;
  display: flex;
}

.no-underline-white {
  background-color: var(--white);
  color: var(--black);
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 700;
  text-decoration: none;
}

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

.h2-sub-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 24px;
}

.h2-sub-heading._40t {
  margin-top: 40px;
}

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

.tel-link {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

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

.nav-cta-wrapper.margin-left-auto {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 0;
}

.email-link-2 {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.navbar-4 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  display: flex;
}

.navlink {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
  transition: all .35s ease-in-out;
}

.navlink:hover {
  background-color: var(--white);
  color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
}

.navlink.w--current {
  color: #fff;
}

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

.navlink.service {
  padding-right: 30px;
}

.navlink.service:hover {
  color: var(--black);
}

.navlink.service.w--open:hover {
  color: var(--dark-gray);
}

.logo-link-2 {
  width: auto;
  margin-right: 10px;
}

.call-icon {
  font-family: "Fa sharp solid 900", sans-serif;
}

.fa-icon {
  background-color: var(--dark-gray);
  color: #fff;
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  font-family: "Fa sharp solid 900", sans-serif;
  display: flex;
}

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

.fa-icon._0 {
  z-index: 2;
  background-color: var(--black);
  margin-right: 0;
  position: relative;
}

.fa-icon.nav {
  margin-right: var(--pad);
  margin-left: var(--marg);
}

.h1-section {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}

.h1-section.bg-primary {
  background-color: var(--dark-grey);
  margin-top: 100px;
  padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

.h2-bullet-text {
  width: 100%;
  color: var(--black);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

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

.h2-bullet-text.area {
  text-transform: none;
}

.list-item-2 {
  background-color: #d6d6d617;
  border-bottom: 1px solid #7bb30333;
  align-items: center;
  padding: 5px;
  transition: background-color .3s ease-in-out, padding .3s ease-in-out;
  display: flex;
}

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

.list-item-2._0 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-item-2._0:hover {
  background-color: #d6d6d617;
  padding-left: 10px;
}

.list-item-2.grey {
  background-color: #000000ab;
}

.background-inage {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/pic7_1pic7.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

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

.hp1 {
  background-image: url('../images/28276861_1858813150860410_4689541666213949493_n_128276861_1858813150860410_4689541666213949493_n.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  overflow: hidden;
  transform: skew(-18deg);
}

.hp1.inner {
  transform: skew(18deg);
}

.hp2 {
  background-image: url('../images/15401008_1314324265309304_2267584622584850080_n.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  overflow: hidden;
  transform: skew(-18deg);
}

.hp2.inner {
  margin-left: -85px;
  margin-right: -85px;
  transform: skew(18deg);
}

.hp3 {
  background-image: url('../images/18342812_1510718082336587_2027697696871458776_n.jpg');
  background-position: 50%;
  height: 500px;
  overflow: hidden;
  transform: skew(18deg);
}

.footer-logo {
  display: block;
}

._3-col-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

._3-col-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
}

.brand.footer-brand {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.bottom-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 0;
  overflow: hidden;
}

.bottom-link {
  color: #fff;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 13px;
  text-decoration: none;
  transition: color .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.bottom-link:hover {
  color: var(--mid-gray);
}

.bottom-link.w--current {
  transition: color .3s;
}

.fa-icon-2 {
  width: 28px;
  height: 28px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.bottom-heading {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff0d;
  align-items: flex-end;
  width: 100%;
  min-height: 80px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-weight: 400;
  display: flex;
}

.text-block-3 {
  letter-spacing: 12px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
}

.text-block-4 {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  margin-top: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 66px;
  display: flex;
}

.logos {
  margin-top: 0;
}

.form-section {
  border: 1px solid var(--white);
  background-color: var(--black);
  padding-top: 75px;
  padding-bottom: 75px;
}

.social-media-div {
  margin-top: 20px;
}

.social-media-div.top {
  margin-top: 0;
}

.sm-link {
  color: var(--white);
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 28px;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.sm-link:hover {
  color: var(--mid-gray);
}

.sm-link._2 {
  margin-left: 12px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 28px;
}

.sm-link._2:hover {
  color: var(--mid-gray);
}

.sm-link.small {
  background-color: var(--dark-gray);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 16px;
  display: inline-flex;
}

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

.insta-feed {
  width: 100%;
  margin-top: 20px;
}

.service-nav {
  z-index: 999;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

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

.parallax-slider {
  background-color: var(--dark-gray);
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

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

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

.banner-header {
  color: #fff;
  letter-spacing: 1px;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
}

.banner-header.h {
  color: var(--dark-gray);
  letter-spacing: 0;
  flex-direction: row;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.banner-header.mid {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 800;
}

.div-block-2 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.text-span-2 {
  color: #f91818;
  margin-left: 0;
  font-size: 62px;
}

.text-span-2._10 {
  color: var(--mid-gray);
  margin-left: 15px;
  font-size: 48px;
}

.container-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small-head {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

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

.service-paragraph {
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-header {
  color: var(--black);
  margin-top: 10px;
  margin-right: 0;
  font-size: 18px;
  font-weight: 600;
}

.grid-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.service-top-image {
  background-image: url('../images/28168201_1865256510216074_5457706069263975783_n.jpg');
  background-position: 50% 75%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  display: flex;
}

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

.service-top-image._4 {
  background-image: url('../images/18342812_1510718082336587_2027697696871458776_n.jpg');
}

.service-top-image._2 {
  background-image: url('../images/toilet-1_1toilet-1.webp');
}

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

.service-top-image._6 {
  background-image: url('../images/32585733_1974607205947670_7556164319226888192_n_132585733_1974607205947670_7556164319226888192_n.webp');
}

.service-top-image._7 {
  background-image: url('../images/septic-2_1septic-2.webp');
}

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

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

.service-top-image._10 {
  background-image: url('../images/42705316_2219793004762421_435631394597634048_o_142705316_2219793004762421_435631394597634048_o.webp');
}

.body-section-2 {
  margin-top: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}

.text-block-5 {
  color: var(--dark-gray);
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 32px;
}

.widget-block {
  z-index: 99;
  background-color: var(--black);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  padding: 17px;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: auto auto 10px 10px;
  box-shadow: 1px 1px 3px #0000002e;
}

.close-icon {
  background-color: var(--dark-gray);
  color: #fff;
  -webkit-text-stroke-color: var(--dark-gray);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 16px;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon:hover {
  background-color: var(--dark-grey);
}

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

.pop-head {
  color: var(--mid-gray);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
}

.text-block-6 {
  color: var(--mid-gray);
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
}

.p.popup {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.phone-link {
  color: var(--mid-gray);
  text-decoration: none;
}

.text-block-7 {
  font-size: 14px;
}

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

.dropdown-list-3 {
  background-color: var(--black);
}

.dropdown-link-3 {
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 11.5px;
  display: flex;
  overflow: hidden;
}

.dropdown-link-3:hover, .dropdown-link-3.w--current {
  background-color: var(--white);
  color: var(--black);
}

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

.div-block-4 {
  background-image: url('../images/foot-map.webp');
  background-position: 50%;
  background-size: cover;
}

.body-section-3 {
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-2 {
  color: #fff;
  width: 100%;
  margin-top: 10px;
}

.fa-container {
  z-index: 17;
  position: fixed;
  inset: 250px 0% auto auto;
}

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

.fa-social-2:hover {
  color: var(--mid-gray);
  background-color: #000;
  transform: scale(1.1);
}

.fa-social-2.social-media {
  background-color: var(--black);
  margin-bottom: 5px;
  font-family: "Brands 400", Arial, sans-serif;
}

.fa-social-2.social-media:hover {
  background-color: #000;
}

.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: 2147483647;
  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 {
  border: 2px solid var(--black);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

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

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

.fs-cc-prefs_title {
  color: var(--black);
  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;
  color: var(--black);
  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 {
  border: 2px solid var(--black);
  background-color: var(--black);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

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

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

.fs-cc-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 {
  width: 16px;
  height: 16px;
  color: var(--black);
  display: flex;
}

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

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

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

.fs-cc-manager_button {
  background-color: var(--black);
  color: #333;
  cursor: pointer;
  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: 2147483647;
  background-color: var(--white);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.line {
  background-color: var(--dark-gray);
  width: 100%;
  height: .5vh;
  margin-top: 0;
  margin-bottom: 10px;
}

.testimonials {
  width: 100%;
}

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

.right-arrow-3 {
  color: #f7f7f2;
  background-color: #000;
  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 -15% auto;
}

.right-arrow-3:hover {
  background-color: var(--dark-gray);
  transform: scale(.95);
}

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

.container-3.test-container {
  width: 100%;
  max-width: none;
  padding-top: 0;
}

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

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

.testemonial-content-everything {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.left-arrow-3 {
  color: #f7f7f2;
  background-color: #000;
  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 -15% auto;
  overflow: hidden;
}

.left-arrow-3:hover {
  background-color: var(--dark-gray);
  transform: scale(.95);
}

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

.block-quote-2 {
  color: #000;
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.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.gray {
  background-color: #fff;
  width: 100%;
}

.underline.testemonials-underline.orange {
  background-color: var(--dark-grey);
  color: #f6c011;
  width: 30%;
  position: absolute;
  top: 0;
}

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

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

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

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

.nmae-block {
  color: var(--black);
  font-weight: 600;
}

.sponsor-section {
  background-color: var(--black);
  padding-top: 40px;
  padding-bottom: 40px;
}

._3x1-logo-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.royston-town-fc {
  height: 110px;
}

.header-review-div {
  flex-flow: column;
  display: flex;
}

.trust-logo {
  width: 110px;
}

.review-divider {
  margin-top: 10px;
  display: flex;
}

.charity {
  width: 130px;
}

._20 {
  width: 135px;
}

.card-icon {
  color: #f6ee34;
  background-color: #0b2633;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  display: flex;
}

.card-icon.z {
  background-color: var(--mid-gray);
  width: 80px;
  height: 80px;
  color: var(--dark-gray);
  margin-right: 20px;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 41px;
  display: inline-flex;
}

.card-bullet-item {
  color: #838383;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.card-bullet-item.a {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 8px #0003;
}

.text-span {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
  display: inline-flex;
}

.card-bullet {
  padding-left: 0;
}

.card-bullet.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  list-style-type: none;
  display: grid;
}

.bullet-heading {
  color: #0b2633;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.bullet-heading.z {
  text-align: center;
  flex-flow: wrap;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 8px #00000052;
}

.bullet-heading._2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 24px;
  text-decoration: none;
}

.small-h3 {
  text-transform: capitalize;
  margin-top: 40px;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

.small-h3.large {
  margin-top: 40px;
  font-size: 26px;
}

.small-h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}

.announcement-bar {
  z-index: 1;
  background-color: #252525;
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

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

.fa-social {
  color: #fff;
  background-color: #3a3a3a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-family: "Fa brands 400";
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
  transform: scale(1.05);
}

.quote-btn {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 6px 17px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.quote-btn:hover {
  color: #252525;
  background-color: #fff;
  transform: scale(1.05);
}

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

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

.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 {
  color: #252525;
  width: auto;
  margin-right: 5px;
  font-weight: 400;
}

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

.ripple.dl-btn {
  background-color: #5f5f51;
  right: -20%;
}

.ripple.call {
  background-color: #5f5f51;
  width: 565px;
}

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

.menu-link {
  color: #252525;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

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

.menu-link.w--current {
  color: #212121;
  background-color: #0000;
  font-size: 14px;
}

.dl-link-2 {
  z-index: 1;
  color: #fff;
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  transition: all .2s ease-in-out;
  position: relative;
}

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

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

.navbar-2 {
  background-color: #0000;
}

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

.dropdown-toggle {
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px 10px 10px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.h-link {
  color: #3a3a3a;
  font-size: 14px;
  text-decoration: none;
}

.header-contact {
  flex: none;
  margin-left: 10px;
  padding-left: 5px;
}

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

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

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

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

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

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

.dl-link-holder.w--current {
  background-color: #252525;
}

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

.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: #c0c1b0;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.mobile-block.lig-text {
  color: #4c4a4b;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

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

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--very-dark-gray);
  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-button-div {
  height: 290px;
}

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

.menu-button-image-link._1 {
  background-image: url('../images/AdobeStock_33696323_1AdobeStock_33696323.webp');
}

.menu-button-image-link._2 {
  background-image: url('../images/cctv1_1cctv1.webp');
}

.menu-button-image-link._3 {
  background-image: url('../images/18342812_1510718082336587_2027697696871458776_n.jpg');
}

.menu-button-image-link._4 {
  background-image: url('../images/AdobeStock_223441412_1AdobeStock_223441412.webp');
}

.menu-button-image-link._5 {
  background-image: url('../images/pic_1pic.webp');
}

.menu-label-div {
  background-color: var(--dark-gray);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.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-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.primary-btn.call {
  background-color: #fff;
  border: 1px solid #5f5f51;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.primary-btn.call:hover {
  color: #fff;
}

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

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

.btn-text.call:hover {
  background-color: var(--dark-gray);
  color: #fff;
}

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

.hyperlink-2:hover {
  color: #fff;
  box-shadow: inset 0 -40px #5f5f51;
}

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

.p-2.white {
  color: #fff;
}

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

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

.img-div {
  z-index: 1;
  background-image: url('../images/blockedrain1_1blockedrain1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 48%;
  position: relative;
}

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

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

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

.img-div.cess {
  background-image: url('../images/septic-2_1septic-2.webp');
}

.img-div.dins {
  background-image: url('../images/5d52cd60d4a63075e83c3506_18402581_1510710989003963_4166333149950741388_n.webp');
}

.img-div.drasvs {
  background-image: url('../images/18342812_1510718082336587_2027697696871458776_n.jpg');
}

.img-div.tank {
  background-image: url('../images/drainage-banner.webp');
}

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

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

.h1-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 30px;
}

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

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

.basic-p-block._100 {
  width: 100%;
  margin-top: 20px;
}

.basic-p-block._100._0 {
  margin-top: 0;
}

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

.content-section.z {
  flex-flow: column;
}

.fa-icon-3 {
  color: #fff;
  background-color: #c0c1b0;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

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

.primary-btn-2.black {
  background-color: var(--white);
  color: var(--black);
  margin-right: 0;
  transition: all .2s;
}

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

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

.default-list-2._3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.large-single-image-div {
  background-image: url('../images/5d52cd606f0ecb806fc686ae_18403004_1510716325670096_8964499510419281756_n.webp');
  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;
}

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

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

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

.large-p-block {
  color: var(--black);
  background-color: #fff;
  padding: 40px;
  box-shadow: 1px 1px 3px #0000001f;
}

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

.large-image-section._0 {
  padding-top: 0;
}

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

.grid-image-large-div {
  background-image: url('../images/drainage-banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

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

.h2-title.white {
  color: #fff;
  line-height: 40px;
}

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

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

.grid-image-div._1 {
  background-image: url('../images/cctv3_1cctv3.webp');
}

.grid-image-div._2 {
  background-image: url('../images/tanker2_1tanker2.webp');
  background-position: 50% 0;
}

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

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

.grey-content-section {
  background-color: #7e7e7e;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-content-section.bg-gradiant {
  background-color: var(--black);
  background-image: linear-gradient(180deg, #fff 60%, var(--black) 60%);
  color: var(--black);
}

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

.grey-dividing-line.line-odd {
  background-color: #f7f7f236;
}

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

.light-text-line.b {
  background-color: var(--black);
}

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

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

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

.heading-3-section {
  background-color: #5f5f51;
  padding: 0;
}

.heading-3-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

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

.heading-3-text.sm-h3.white-h3 {
  color: #fff;
  line-height: 28px;
}

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

.heading-3-left-image {
  background-image: url('../images/AdobeStock_221324551_1AdobeStock_221324551.webp');
  background-position: 50% 68%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.heading-3-left-image.blo {
  background-image: url('../images/24174432_1748097121932014_3539655832128285758_n_124174432_1748097121932014_3539655832128285758_n.webp');
}

.heading-3-left-image.cctv {
  background-image: url('../images/cctvdrain_1cctvdrain.webp');
}

.heading-3-left-image.btl {
  background-image: url('../images/btoil3.webp');
}

.heading-3-left-image.cess {
  background-image: url('../images/cess.webp');
}

.heading-3-left-image.dins {
  background-image: url('../images/AdobeStock_223441412_1AdobeStock_223441412.webp');
}

.heading-3-left-image.drasvs {
  background-image: url('../images/28279583_1858813154193743_3567562981095127616_n_128279583_1858813154193743_3567562981095127616_n.webp');
  background-position: 50% 0;
}

.heading-3-left-image.sep {
  background-image: url('../images/tanker1_1tanker1.webp');
  background-position: 50% 0;
}

.heading-3-left-image.sepe {
  background-image: url('../images/pic_1pic.webp');
  background-position: 50%;
}

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

.cta-link {
  color: #5f5f51;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

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

.icon-8 {
  background-color: var(--black);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
}

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

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

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

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

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

.cta-text-contact {
  color: #212121;
  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 #15162314;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding: 0 0 20px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  place-items: start;
  margin-top: 20px;
  padding: 0 0 20px;
  transition-property: none;
}

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

.contact-info-block.m-bottom-20.m-top-60._0 {
  border-bottom-style: none;
  place-items: start;
  margin-top: 20px;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.text-span-4 {
  width: 50px;
  height: 50px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.footer-brand {
  display: flex;
}

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

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

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

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

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

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

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

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

.contact-link {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

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

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

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

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

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

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

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

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

.fa-social-3 {
  color: #252525;
  background-color: #c0c1b0;
  border: 1px solid #fff;
  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-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social-3:hover {
  color: #252525;
  background-color: #fff;
  transform: scale(1.1);
}

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

.footer-title {
  color: #c0c1b0;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

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

.footer-info-div-2._1 {
  border-width: 1px;
  border-color: #c0c1af24;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
}

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

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

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

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

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

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

.whatsapp-block {
  z-index: 30;
  color: var(--black);
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% 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-2 {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

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

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

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

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

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

.footer-social-link {
  color: #fff;
  background-color: #5f5f51;
  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;
}

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

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

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

.footer-contact-link {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

.chat-section {
  background-color: var(--dark-gray);
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.whatsapp-chat-2 {
  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;
}

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

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

.whatsapp-block-2 {
  z-index: 30;
  color: var(--black);
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.chat-section-2 {
  background-color: var(--very-dark-gray);
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.div-block-5 {
  background-image: url('../images/28276861_1858813150860410_4689541666213949493_n_128276861_1858813150860410_4689541666213949493_n.webp');
  background-position: 50%;
  background-size: cover;
  margin-left: -85px;
  margin-right: -85px;
}

.div-block-5._2 {
  background-image: url('../images/18342812_1510718082336587_2027697696871458776_n.jpg');
  margin-left: 0;
  display: flex;
  overflow: hidden;
  transform: skew(-18deg);
}

.text-block-11 {
  opacity: 0;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: -90px;
  padding-left: 90px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: skew(18deg);
}

.text-block-11:hover {
  opacity: 100;
}

.text-block-11._0 {
  margin-left: 0;
  padding-right: 90px;
  font-weight: 700;
  transform: none;
}

.link-block-3 {
  color: var(--white);
  background-image: url('../images/18342812_1510718082336587_2027697696871458776_n.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  transform: skew(0deg);
}

.link-block-4 {
  z-index: 1;
  color: var(--white);
  position: relative;
}

.link-block-5 {
  color: var(--white);
}

.bold-text {
  width: 100%;
  font-size: 17px;
  display: inline-flex;
}

.link-block-6 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.button_arrow-active {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button_arrow-active.is-2 {
  filter: invert();
  top: 5px;
  left: 5px;
}

.btn_fourth-bg {
  z-index: 1;
  background-color: #fcfcfc;
  position: absolute;
  inset: auto 0% 0%;
}

.btn_fourth-text {
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  position: relative;
}

.button_arrow-block {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button_arrow-block.is-second {
  filter: invert();
  color: var(--white);
  background-color: #fcfcfc;
  border-radius: 3px;
  margin-left: auto;
  padding: 5px;
  overflow: hidden;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}

.button.is-filled {
  color: #fcfcfc;
  background-color: #171d1e;
  border: 1px #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.is-filled.with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  width: 200px;
  color: var(--black);
  border-width: 1px;
  border-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.button.is-filled.with-icon.bl {
  filter: invert();
  flex-flow: wrap;
  width: 200px;
  margin-right: 20px;
  display: inline-flex;
}

.button.is-filled.with-icon._40t {
  border-style: solid;
  border-color: var(--white);
  margin-top: 40px;
}

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

.div-block-7._20t {
  margin-top: 30px;
}

.div-block-8 {
  margin-top: 40px;
}

.text-span-5 {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
}

.bold-heading {
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
}

@media screen and (min-width: 1920px) {
  .container-2 {
    width: 90%;
    max-width: 1300px;
  }

  .body-section-2, .body-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    max-width: 1800px;
  }

  .slider-2 {
    width: 100%;
  }

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

  .testemonials-slider {
    position: static;
  }

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

  .mask-2 {
    width: 100%;
  }

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

  .whatsapp-chat {
    display: none;
  }

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

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

  .whatsapp-chat-2 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .main-slider {
    background-color: #0000;
    height: 750px;
    padding-top: 0;
    position: static;
  }

  .footer-div {
    width: 95%;
    max-width: 100%;
  }

  .home-body-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-div {
    width: 95%;
    max-width: 95%;
  }

  .body-text._400 {
    max-width: 100%;
  }

  .home-grey-body-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-div-centred {
    width: 95%;
    max-width: 95%;
  }

  .trade-associations-div {
    margin-top: 40px;
  }

  .trade-logo {
    height: 46%;
  }

  .trade-logo.construction, .trade-logo.rated {
    width: 18%;
    height: auto;
  }

  .trade-logo.safe {
    width: 10%;
    height: auto;
  }

  .trade-logo.members {
    width: 22%;
    height: auto;
  }

  .trade-logo.edfirst {
    width: 16%;
    height: auto;
  }

  .trade-logo.bsqa {
    width: 18%;
    height: auto;
  }

  .contact {
    width: 100%;
    margin-bottom: 20px;
  }

  .mid-grey-body-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .areas-div {
    align-items: flex-start;
    width: 95%;
    max-width: 95%;
  }

  .site-map-div {
    width: 95%;
    max-width: 95%;
  }

  .hyperlink {
    text-align: right;
  }

  .trade-logo-slider {
    height: 120px;
    min-height: 120px;
  }

  .top-body-section {
    padding-top: 220px;
  }

  .body-div-horizontal {
    flex-direction: column;
    width: 95%;
    max-width: 95%;
  }

  .contact-us-left, .contact-us-right {
    width: 100%;
  }

  .no-call-out-slider-div {
    height: 80vh;
  }

  .back-to-top-button {
    display: none;
  }

  .body-div-50 {
    flex-direction: column;
    width: 95%;
    max-width: 95%;
  }

  .areas-left-div {
    width: 100%;
    margin-bottom: 10px;
  }

  .areas-right-div {
    width: 100%;
  }

  .areas-map {
    width: 100%;
    margin-left: 0;
  }

  .trade-assoc-slider-div {
    width: 95%;
    max-width: 95%;
  }

  .bottom-grey-body-section {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .tel-link {
    font-size: 15px;
  }

  .nav-cta-wrapper.margin-left-auto {
    text-align: center;
    align-items: center;
    font-size: 18px;
  }

  .nav-menu-4 {
    color: #dd0002;
    background-color: #0000;
    margin-left: 0;
    padding-top: 26px;
  }

  .menu-button-2 {
    background-color: var(--very-dark-gray);
  }

  .menu-button-2.w--open {
    background-color: var(--dark-gray);
  }

  .email-link-2 {
    margin-top: 5px;
  }

  .icon-4 {
    color: #fff;
  }

  .navbar-4 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .contact-div-2 {
    flex-direction: column;
  }

  .navlink {
    background-color: var(--black);
    width: 100%;
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navlink:hover {
    color: #fff;
  }

  .navlink.w--current {
    background-color: var(--white);
    color: var(--black);
  }

  .navlink.service {
    flex-flow: row;
    padding-right: 12px;
    position: relative;
  }

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

  ._3-col-div {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  ._3-col-container {
    width: 100%;
  }

  .brand {
    flex: none;
  }

  .bottom-section {
    grid-template-columns: .5fr .5fr;
    padding-bottom: 0;
  }

  .bottom-heading {
    min-height: 50px;
  }

  .text-block-4 {
    margin-top: 40px;
    font-size: 40px;
  }

  .service-nav {
    z-index: 999;
  }

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

  .icon-6 {
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .dropdown-list-3.w--open {
    position: static;
  }

  .text-span-3 {
    width: auto;
  }

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

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

  .testemonial-content-everything {
    margin-bottom: 20px;
  }

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

  .block-quote-2 {
    font-size: 15px;
  }

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

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

  .card-icon.z {
    width: 100%;
    margin-right: 0;
  }

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

  .bullet-heading._2 {
    padding: 10px 20px;
  }

  .announcement-bar {
    display: none;
  }

  .header-div-2 {
    width: 100%;
  }

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

  .dl-menu.w--open {
    margin-top: 0;
  }

  .menu-div-2 {
    width: 40%;
  }

  .menu-button-3 {
    background-color: #5f5f5117;
    border-radius: 9px;
  }

  .menu-button-3.w--open {
    color: #c0c1b0;
    text-align: right;
    background-color: #fff;
  }

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

  .menu-link {
    color: #252525;
    text-align: left;
    background-color: #fff;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .menu-link:hover {
    color: #fff;
    background-color: #c0c1b0;
  }

  .dl-link-2 {
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
  }

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

  .navbar-2 {
    width: 100%;
  }

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

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

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

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

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

  .dl-link-holder {
    background-color: #252525;
    width: 100%;
  }

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

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

  .dropdown {
    width: 100%;
  }

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

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

  .menu-button-image-link {
    height: 160px;
  }

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

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

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

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

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

  .large-single-image-div {
    width: 90%;
    height: auto;
    min-height: 450px;
    position: static;
  }

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

  .large-p-block {
    width: 90%;
    box-shadow: none;
  }

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

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

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

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

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

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

  .heading-3-text {
    margin-bottom: 15px;
  }

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

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

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

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

  .container-5 {
    width: 90%;
  }

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

  .left-contact {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .dropdown-2 {
    width: 100%;
  }

  .dropdown-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .dropdown-4 {
    width: 100%;
    position: static;
  }

  .link-block-6 {
    flex-flow: column;
  }
}

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

  .main-slider {
    height: 65vh;
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .body-text._400 {
    max-width: 310px;
  }

  .bullet-list {
    width: 100%;
  }

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

  .trade-logo {
    width: 30%;
    height: auto;
  }

  .trade-logo.smaller {
    width: 15%;
    max-width: 70px;
    height: auto;
  }

  .trade-logo.construction {
    width: 30%;
    max-width: 150px;
    max-height: 150px;
  }

  .trade-logo.rated {
    width: 25%;
  }

  .trade-logo.safe {
    width: 20%;
    max-width: 100px;
    max-height: 100px;
  }

  .trade-logo.members {
    width: 40%;
  }

  .trade-logo.edfirst {
    width: 25%;
  }

  .trade-logo.bsqa {
    width: 22%;
    max-width: 130px;
  }

  .trade-logo.trusted, .trade-logo.nadc {
    width: 20%;
    max-width: 100px;
    height: auto;
    max-height: 100px;
  }

  ._3-image-div {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._3-image-div.images {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  ._3-image._1._100 {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    transform: none;
  }

  ._3-image._2._100, ._3-image._100 {
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
    transform: none;
  }

  .trade-slide-div-1 {
    padding-left: 48px;
    padding-right: 48px;
  }

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

  .contact-us-left {
    margin-bottom: 30px;
  }

  .contact-map {
    display: none;
  }

  .no-call-out-slider-div {
    height: 65vh;
  }

  .mobile-logo-slider-section {
    display: flex;
  }

  .bottom-grey-body-section {
    padding-bottom: 0;
  }

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

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

  .nav-cta-wrapper.margin-left-auto {
    margin-top: 10px;
  }

  .nav-menu-4 {
    padding-top: 55px;
  }

  .menu-button-2 {
    background-color: #0000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-2.w--open {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .default-list.list-grid-2row, .home-2x1 {
    grid-template-columns: 1fr;
  }

  .hp2 {
    margin-left: -104px;
    margin-right: -104px;
  }

  .footer-logo {
    flex: none;
  }

  ._3-col-div {
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 90%;
  }

  ._3-col-container {
    width: 100%;
    margin-bottom: 20px;
  }

  .bottom-section {
    grid-template-columns: 1fr;
  }

  .text-block-3 {
    margin-top: 60px;
    font-size: 15px;
  }

  .text-block-4 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .banner-header {
    font-size: 52px;
  }

  .widget-block {
    width: 350px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pop-head {
    font-size: 17px;
    line-height: 23px;
  }

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

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

  .fa-container {
    top: 33%;
  }

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

  .right-arrow-3 {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-right: 0;
    display: none;
    bottom: 12%;
  }

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

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

  .testemonial-content-everything {
    margin-bottom: 40px;
  }

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

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

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

  .underline {
    width: 50%;
  }

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

  .review-divider {
    order: 1;
  }

  .bullet-heading._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

  .menu-div-2, .main-block {
    width: 100%;
  }

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

  .menu-link {
    width: 100%;
  }

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

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

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

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

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

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

  .img-div {
    height: 250px;
  }

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

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

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

  .large-single-image-div {
    height: auto;
    min-height: 350px;
  }

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

  .grid {
    grid-template-rows: auto auto auto;
  }

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

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

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

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

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

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

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

  .heading-3-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .div-block-5 {
    margin-left: -114px;
    margin-right: -114px;
  }

  .div-block-5._2 {
    margin-left: -102px;
    margin-right: -102px;
  }

  .text-block-11 {
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-11._0 {
    padding-right: 0;
  }

  .link-block-4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-7._20t {
    grid-template-columns: 1fr;
  }
}

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

  .main-slider {
    margin-top: 0;
    padding-top: 0;
  }

  .slide-1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/drainage-banner.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .home-body-section {
    padding-top: 30px;
    padding-bottom: 30px;
    position: static;
  }

  .home-body-section.images {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .body-text.no-padding {
    margin-bottom: 10px;
  }

  .body-text._400 {
    max-width: 230px;
  }

  .body-text.w {
    margin-bottom: 10px;
  }

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

  .h2 {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
  }

  .body-div-centred {
    width: 90%;
    max-width: 90%;
  }

  .trade-logo.smaller {
    width: 100%;
  }

  .trade-logo.construction {
    width: 110px;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 5px;
  }

  .trade-logo.rated {
    width: 100%;
    margin-bottom: 5px;
  }

  .trade-logo.safe {
    width: 80px;
    max-width: 100%;
    max-height: 100%;
  }

  .trade-logo.members {
    width: 100%;
    margin-bottom: 5px;
  }

  .trade-logo.edfirst {
    width: 100%;
  }

  .trade-logo.bsqa {
    width: 60%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .trade-logo.trusted, .trade-logo.nadc {
    width: 80px;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin-bottom: 5px;
  }

  .mid-grey-body-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3-no-padding {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  ._3-image-div {
    flex-direction: column;
    margin-bottom: 10px;
  }

  ._3-image {
    object-fit: cover;
    width: 100%;
    height: 250px;
  }

  ._3-image._1 {
    width: 100%;
    margin-bottom: 20px;
  }

  ._3-image._1._100 {
    min-height: 250px;
    max-height: 250px;
  }

  ._3-image._2 {
    width: 100%;
    margin-bottom: 20px;
  }

  ._3-image._2._100, ._3-image._100 {
    min-height: 250px;
    max-height: 250px;
  }

  .areas-div {
    flex-direction: column;
  }

  .site-map-div {
    margin-bottom: 20px;
  }

  .gallery-image {
    object-fit: cover;
    width: 100%;
    height: 225px;
  }

  .trade-logo-slider {
    height: 400px;
    min-height: 400px;
  }

  .trade-slide-div-1 {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .areas-list {
    width: 100%;
  }

  .no-call-out-slider-div {
    padding-top: 0;
  }

  .areas-left-div {
    margin-bottom: 5px;
  }

  .areas-right-div {
    height: 400px;
  }

  .areas-map {
    width: 100%;
  }

  .trade-assoc-slider-div {
    width: 80%;
  }

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

  .gallery-section {
    padding-bottom: 30px;
  }

  .tel-link {
    justify-content: flex-start;
  }

  .nav-menu-4 {
    padding-top: 0;
  }

  .menu-button-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .menu-button-2:hover {
    background-color: var(--mid-gray);
  }

  .menu-button-2.w--open {
    background-color: var(--mid-gray);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .email-link-2 {
    justify-content: flex-start;
  }

  .icon-4 {
    color: #fff;
  }

  .navbar-4 {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-div-2 {
    flex-direction: column;
  }

  .navlink {
    background-color: var(--white);
    color: var(--black);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink:hover {
    color: var(--dark-gray);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink.w--current {
    text-align: center;
  }

  .navlink.service {
    background-color: var(--white);
    color: var(--black);
  }

  .navlink.service:hover {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-link-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .h1-section.bg-primary {
    margin-top: 60px;
  }

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

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

  .default-list.low, .default-list.grid2, .default-list.grid1, .default-list.grid3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .list-item-2 {
    background-color: #eee;
  }

  .list-item-2._0 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .background-inage {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hp1, .hp2 {
    height: 250px;
  }

  .hp2.inner {
    margin-bottom: 0;
  }

  .hp3 {
    height: 250px;
  }

  .footer-logo {
    margin-left: -8px;
  }

  ._3-col-div {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 10px;
  }

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

  .text-block-3 {
    margin-top: 0;
    font-size: 16px;
  }

  .text-block-4 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 29px;
  }

  .logos {
    margin-top: 0;
  }

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

  .banner-header {
    flex-direction: column;
    width: 100%;
    font-size: 44px;
    line-height: 52px;
  }

  .banner-header.h {
    flex-direction: column;
    font-size: 32px;
    line-height: 56px;
    display: block;
  }

  .banner-header.mid {
    flex-direction: column;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
    display: block;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .text-span-2 {
    font-size: 46px;
  }

  .text-span-2._10 {
    margin-left: 0;
    font-size: 32px;
  }

  .container-2 {
    width: 85%;
  }

  .small-head {
    width: 100%;
  }

  .service-div {
    height: auto;
  }

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

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

  .body-section-2 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .widget-block {
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-logo {
    width: 160px;
  }

  .pop-head {
    font-size: 13px;
    line-height: 20px;
  }

  .text-block-6 {
    font-size: 15.5px;
  }

  .p.popup {
    font-size: 12px;
  }

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

  .div-block-4 {
    height: 400px;
  }

  .body-section-3 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .container {
    width: 85%;
  }

  .fa-container {
    top: auto;
    bottom: 100px;
  }

  .fa-social-2 {
    width: 40px;
    height: 40px;
    margin-bottom: 2px;
    font-size: 15px;
  }

  .fa-social-2.social-media {
    margin-bottom: 2px;
  }

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

  .right-arrow-3 {
    width: 70px;
    height: 70px;
    display: none;
    bottom: 23%;
  }

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

  .slide-4 {
    padding: 0;
    position: static;
    overflow: hidden;
  }

  .testemonial-content-everything {
    padding-right: 0;
  }

  .left-arrow-3 {
    width: 70px;
    height: 70px;
    display: none;
    bottom: 23%;
  }

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

  .testimonials-grid.work-gallery {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .block-quote-2 {
    font-size: 14px;
  }

  .underline {
    width: 30%;
  }

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

  ._3x1-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .royston-town-fc {
    width: 67%;
    height: auto;
  }

  .byfc {
    width: 80%;
  }

  .trust-logo {
    width: 80px;
  }

  .review-divider {
    margin-top: 20px;
  }

  .charity, ._20 {
    width: 80%;
  }

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

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

  .dl-menu.w--open {
    margin-top: 0;
  }

  .menu-div-2 {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }

  .menu-button-3 {
    color: #252525;
    background-color: #3a3a3a;
    border-radius: 0;
    width: 100%;
    display: flex;
  }

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

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

  .main-block {
    justify-content: center;
    margin-bottom: 5px;
  }

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

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

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

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

  .navbar-2 {
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
    position: static;
  }

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

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

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

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

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

  .icon {
    text-align: center;
  }

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

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

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

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

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

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

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

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

  .img-div.cess {
    max-width: 100%;
    height: 100%;
    min-height: 250px;
  }

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

  .double-content-div._100 {
    width: 100%;
  }

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

  .content-section.z._20b {
    padding-bottom: 20px;
  }

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

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

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

  .large-single-image-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 30px;
  }

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

  .pinned-content-div {
    background-color: var(--white);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0%;
    position: static;
  }

  .pinned-content-div.a {
    color: var(--white);
  }

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

  .large-image-section {
    color: var(--white);
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .large-image-section._0.wh {
    background-color: var(--white);
  }

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

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

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

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

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

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

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

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

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

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

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

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

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

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

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

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

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

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

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

  .h2-wrapper {
    margin-bottom: 20px;
  }

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

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

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

  .fa-container-2 {
    top: 55%;
  }

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

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

  .text-span-4 {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
    font-size: 20px;
  }

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

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

  .list {
    text-align: center;
  }

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

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

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

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

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

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

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

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

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

  .footer-info-div-2._1.border-edit {
    border-bottom-style: solid;
  }

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

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

  .livechat-button {
    width: 90%;
  }

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

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

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

  .text-block-11._10b {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .div-block-6 {
    flex-flow: column;
    display: flex;
  }

  .button.is-filled.with-icon.bl {
    margin-bottom: 20px;
  }

  .button.is-filled.with-icon._40t {
    margin-top: 20px;
  }

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

#w-node-_09dd858d-313d-0ccb-c283-5e17cdc6fb8e-dafd6b9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28a07289-baac-d156-cefb-f1f46c48cebb-dafd6b9a, #w-node-_3a9eb273-a833-7e9f-76a6-19cea1c51f35-dafd6b9a, #w-node-_7c2d454c-8297-1149-e767-a1a3642b90db-dafd6b9a, #w-node-_679a353c-a023-1c50-687c-facbdb755c57-dafd6b9a {
  place-self: center;
}

#w-node-_56dcf15f-f0f6-215d-8a0c-d6cbae38351f-dafd6b9a, #w-node-_607bb45a-1e27-8f1d-b56b-48004b6e5087-dafd6b9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bbe7fda-49a5-58a3-a370-5d3767601d9a-dafd6b9a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7563ed92-13ac-412d-69ea-6918187761c3-187761b6, #w-node-_7563ed92-13ac-412d-69ea-6918187761cc-187761b6, #w-node-_7563ed92-13ac-412d-69ea-6918187761d5-187761b6 {
  align-self: center;
}

#w-node-f4a242bf-da12-934f-5f4a-d3da6a9573c6-dafd6bec, #w-node-_9bb640d5-a354-f0b9-4610-e90b088eb452-dafd6bec, #w-node-_7fbbef99-d8dc-deb0-d99a-17a93813e1ad-dafd6bec, #w-node-_0f289300-b9a3-081d-8eb7-45f09fdd1cc3-dafd6bec, #w-node-_4e15ea80-1bd5-4fad-1c9e-232e43a528d5-dafd6bec, #w-node-_77b7c74c-4615-87fe-c9da-1460b80c8a93-dafd6bec, #w-node-_64b42edd-c21d-15b6-bd66-b6d91e77277f-dafd6bec, #w-node-_55ee0b18-0786-1b85-3b50-2aceb036c858-dafd6bec, #w-node-c7c4e7b3-2eb1-8c13-67b6-4f952b049a4f-dafd6bec, #w-node-_2f3cd711-60a9-de39-5601-2cf6519fbc77-dafd6bec, #w-node-_5f58b674-1b01-ecae-4028-9e7c8d5860e5-dafd6bec, #w-node-ec83d9ac-083f-0db1-5c00-73533164f856-dafd6bec, #w-node-c84505ed-b68b-114a-ae94-ae8489834592-dafd6bec, #w-node-_81073b2f-e9a3-a7f9-f105-fdbf5f3df40b-dafd6bec, #w-node-a253f3e0-5eaf-c094-f01a-267fdb04b5d2-dafd6bec, #w-node-_3b1b2502-d714-1239-0328-1ae90e295a52-dafd6c33, #w-node-_3f6ecd37-e31d-a56e-9e77-f2b2fea289de-dafd6c33, #w-node-_0d061f9b-ba5a-fe77-6a84-bbda4140237f-dafd6c35, #w-node-_3833bdf9-55ee-9e59-3830-e02ef3667211-dafd6c35, #w-node-a0577bbd-359e-2b08-8dff-a17c0684d0ee-dafd6c35, #w-node-_86e9b422-d93b-b8e4-66c5-98b24ed199eb-dafd6c35, #w-node-_86e9b422-d93b-b8e4-66c5-98b24ed199f0-dafd6c35, #w-node-_86e9b422-d93b-b8e4-66c5-98b24ed199f5-dafd6c35, #w-node-_21d245a8-c4b2-29a8-87b9-d0b75084338a-dafd6c36, #w-node-d370077c-43cf-e13e-6575-9973948c11b5-dafd6c38, #w-node-c05a1d44-7011-c0ca-8886-67af43d19453-dafd6c38, #w-node-cb3c3f80-0da9-1925-b4c6-d788d41588cc-dafd6c38, #w-node-_946e108d-3adf-98ba-5ab7-9833dbcaef72-dafd6c38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_09dd858d-313d-0ccb-c283-5e17cdc6fba0-dafd6b9a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2bbe7fda-49a5-58a3-a370-5d3767601d9a-dafd6b9a, #w-node-_2bbe7fda-49a5-58a3-a370-5d3767601d9b-dafd6b9a, #w-node-_2bbe7fda-49a5-58a3-a370-5d3767601d9c-dafd6b9a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_56dcf15f-f0f6-215d-8a0c-d6cbae38351f-dafd6b9a, #w-node-_607bb45a-1e27-8f1d-b56b-48004b6e5087-dafd6b9a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


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