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

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

:root {
  --black: black;
  --white: white;
  --light-grey: #bdbdbd;
  --green-yellow: #b8fb40;
}

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

.master-header {
  background-color: var(--black);
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

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

.navbar {
  background-color: #0000;
}

.nav-link {
  color: var(--light-grey);
  border-bottom: 1px solid #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 0;
  transition: all .2s;
}

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

.nav-link.home {
  border-bottom-color: var(--green-yellow);
}

.body {
  background-color: var(--black);
  color: var(--white);
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.menu-contact-div {
  flex-direction: column;
  width: 80%;
  display: flex;
}

.contact-info-div {
  text-align: right;
  justify-content: flex-end;
  margin-right: 10px;
  display: flex;
}

.top-link {
  color: var(--light-grey);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

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

.banner-div {
  background-image: url('../images/ld-img-12.webp');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.banner-tint {
  background-color: #0009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.banner-heading {
  color: var(--white);
  text-align: center;
  width: 90%;
  max-width: 960px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Bodoni, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.banner-underline {
  background-color: var(--green-yellow);
  width: 90%;
  max-width: 300px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner-subheading {
  color: var(--white);
  text-align: center;
  width: 90%;
  max-width: 960px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
}

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

.title-div {
  border-bottom: 2px solid var(--green-yellow);
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.title-div.black {
  border-bottom-color: #0000004d;
}

.services {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.menu-buttons {
  justify-content: space-between;
  width: 95%;
  display: flex;
}

.button-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;
  flex-direction: column;
  justify-content: flex-end;
  width: 19%;
  text-decoration: none;
  display: flex;
}

.button-div.services {
  background-image: url('../images/ld-img-17-thumb.webp');
  min-height: 300px;
}

.button-div.domestic {
  background-image: url('../images/ld-img-33-thumb.webp');
}

.button-div.commercial {
  background-image: url('../images/ld-img-9.webp');
  background-position: 50% 100%;
}

.button-div.stairscase {
  background-image: url('../images/ld-img-7-thumb.webp');
}

.button-div.chimney {
  background-image: url('../images/ld-img-20-thumb.webp');
}

.button-label-div {
  background-color: #fffc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  align-items: center;
  width: 100%;
  min-height: 80px;
  padding: 10px 20px;
  transition: all .2s;
  display: flex;
}

.button-label {
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

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

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

._2-col-div {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-right: 0;
  display: flex;
}

._2-col-div._40b {
  margin-bottom: 40px;
}

.single-content-div {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.single-content-div.footer {
  border-left: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  height: 100%;
  min-height: 400px;
  padding-bottom: 10px;
  padding-left: 30px;
}

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

.img-div.scaffolding {
  background-image: url('../images/ld-img-14.webp');
  background-position: 50%;
}

.img-div.home {
  background-image: url('../images/ld-img-8.webp');
  background-position: 50% 80%;
}

.img-div.about {
  background-image: url('../images/ld-img-4.webp');
  background-position: 50%;
}

.img-div.domestic {
  background-image: url('../images/ld-img-15.webp');
}

.img-div.domestic-2 {
  background-image: url('../images/ld-img-31.webp');
}

.img-div.commercial {
  background-image: url('../images/ld-img-9.webp');
  background-position: 50% 100%;
}

.img-div.commercial2 {
  background-image: url('../images/ld-img-4.webp');
}

.img-div.staircase2 {
  background-image: url('../images/staircase-bottom-image.webp');
}

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

.img-div.chimney {
  background-image: url('../images/ld-img-20.webp');
  background-position: 50% 25%;
}

.img-div.chimney2 {
  background-image: url('../images/ld-img-19.webp');
  background-position: 50% 20%;
}

.p {
  width: 100%;
  margin-bottom: 0;
}

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

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

.p._20t {
  margin-top: 20px;
}

.p.centre {
  color: var(--white);
  text-align: center;
  width: auto;
  text-decoration: none;
}

.button {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 30px;
  margin-top: 20px;
  transition: all .2s;
}

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

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

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

.button.rev.sv {
  background-color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  inset: auto auto 2% 80px;
}

.button.rev.sv:hover {
  background-color: var(--green-yellow);
}

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

.green-section {
  background-color: var(--green-yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
}

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

.form-div {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 960px;
  padding-right: 0;
  display: flex;
}

.h2 {
  color: var(--light-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.h2.black {
  color: var(--black);
  text-align: center;
}

.bottom-heading {
  color: var(--green-yellow);
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.bottom-heading._60t {
  margin-top: 60px;
}

.bottom-heading._60t.b, .bottom-heading.b {
  color: var(--black);
}

.media-icon-div {
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.fb-link-box {
  background-color: var(--black);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  display: flex;
}

.fb-link-box:hover {
  background-color: #1b59c4;
}

.insta-link-box {
  background-color: var(--black);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  display: flex;
}

.insta-link-box:hover {
  background-image: linear-gradient(198deg, #270d9e, #270d9e 0%, #cf276d 62%, #ec9e0d);
}

.footer-title {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 22px;
}

.footer-title.right {
  color: var(--black);
  text-align: left;
  padding-bottom: 10px;
  font-weight: 700;
}

.p-footer {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-footer.right {
  color: var(--black);
  text-align: left;
  padding-top: 5px;
  padding-bottom: 0;
}

.footer-div {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.footer-info-div {
  flex-direction: column;
  padding-top: 20px;
}

.footerlinks {
  color: var(--black);
  text-align: center;
  justify-content: center;
  width: 90%;
  max-width: 1300px;
  padding-top: 40px;
  font-size: 14px;
  line-height: 24px;
}

.footer-map-div {
  background-image: url('../images/map.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: flex-start;
  width: 78%;
  display: flex;
}

.h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.bottom-section {
  background-color: var(--green-yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  padding-right: 0;
  display: flex;
}

.dropdown-toggle {
  color: var(--light-grey);
  border-bottom: 1px solid #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px 10px 0;
  transition: all .2s;
}

.dropdown-toggle:hover {
  border-bottom-color: var(--green-yellow);
  color: var(--white);
}

.dropdown-list {
  margin-top: 1px;
}

.dropdown-list.w--open {
  background-color: var(--black);
  border-bottom: 1px solid #fff3;
  margin-top: 28px;
  margin-left: -10px;
  padding-bottom: 10px;
}

.dropdown-link {
  color: var(--light-grey);
  transition: all .2s;
}

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

.icon {
  margin-right: 0;
}

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

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

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

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

.areas-map {
  width: 63%;
}

.no-line {
  color: var(--green-yellow);
  font-weight: 700;
  text-decoration: underline;
}

.p-black {
  color: var(--black);
  width: 100%;
  margin-bottom: 0;
}

.p-black._20t {
  margin-top: 29px;
}

._2-bullet-div {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.list-black {
  color: var(--black);
  margin-bottom: 0;
  padding-left: 20px;
}

.list-black._40r {
  margin-right: 40px;
}

.list-black.b {
  margin-right: auto;
}

.list-black.b._4x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.bullet-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

.int-link {
  color: var(--green-yellow);
  font-weight: 600;
}

.int-link.black {
  color: var(--black);
}

.co-logo {
  width: 120px;
}

.instagram, .fb {
  width: 100%;
}

.site-map-link {
  color: var(--white);
  margin-bottom: 0;
  text-decoration: none;
}

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

.list {
  margin-bottom: 0;
  padding-left: 20px;
}

.list._40r {
  margin-right: 40px;
}

.list.b {
  color: var(--black);
  margin-right: auto;
}

.list.b._4x1, .list._4x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.areas {
  width: 50%;
  margin-bottom: 0;
  line-height: 38px;
}

.areas-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  display: flex;
}

.areas-div {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  padding-right: 0;
  display: flex;
}

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

.lb-img {
  width: 100%;
}

.testimonial {
  background-color: #ffffff1a;
  border: 1px solid #b8fb4080;
  width: 100%;
  margin-bottom: 0;
  padding: 40px;
}

.form {
  width: 100%;
  max-width: 960px;
}

.form._40t {
  margin-top: 40px;
}

.click-to-call-div {
  z-index: 10;
  background-color: var(--green-yellow);
  color: var(--black);
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 0 4px 10px #00000080;
}

.click-to-call {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 19px;
}

.fontawsome {
  text-align: center;
  width: 100%;
  margin-bottom: 4px;
  font-family: Fa duotone, sans-serif;
  font-weight: 700;
  line-height: 19px;
}

.link-block {
  display: none;
}

.div-block {
  display: flex;
}

.div-block-2 {
  color: #f2ff00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  text-decoration: none;
  display: flex;
}

.image {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

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

.checkatrade-2 {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.cehck {
  color: #171717;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cehck.bottom {
  color: #62687a;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.top-hzl {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review {
  color: #000;
}

.review.check {
  color: #62687a;
  -webkit-text-stroke-width: .3px;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.checkatrade-div {
  background-color: var(--white);
  border-radius: 14px;
  margin-bottom: 40px;
  padding: 40px;
}

.bottom-hzl {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
  display: flex;
}

._10 {
  color: #00589f;
  background-color: #eaf3fe;
  border-radius: 4px;
  margin-top: 10px;
  padding: 7px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.image-2 {
  width: auto;
  height: 40px;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-3._0 {
  margin-bottom: 0;
}

.link-block-2 {
  color: #00589f;
  background-color: #eaf3fe;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
}

.link-block-2._2 {
  color: #fff;
  background-color: #3275ec;
}

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

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

.fs-cc-banner_close-icon {
  z-index: 999;
  color: var(--black);
  width: 24px;
  height: 24px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cookie-banner {
  z-index: 999;
  position: relative;
}

.split-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

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

.lightbox-link-2.hide {
  display: none;
}

.div-block-12 {
  background-color: var(--green-yellow);
  color: #fff;
  border-top: 1px #ffd03e;
  border-bottom: 1px #ffd03e;
  justify-content: center;
  align-items: center;
  height: 5vh;
  margin-bottom: 10px;
  display: flex;
}

.div-block-12:hover {
  background-color: var(--light-grey);
}

.txt-2 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
}

.txt-2:hover {
  color: #fff;
}

.image-9 {
  width: 100%;
  display: block;
}

.image-9:hover {
  outline-color: var(--green-yellow);
  outline-offset: -20px;
  outline-width: .5px;
  outline-style: solid;
}

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

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

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

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

.live-chat-bottom-text {
  color: var(--white);
  font-size: 10px;
}

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

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

.chat-section {
  background-color: var(--green-yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

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

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

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

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

.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: #494949;
  transform: scale(1.05);
}

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

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

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

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

.div-block-13 {
  width: 100%;
}

.google-reviews {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

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

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

@media screen and (max-width: 991px) {
  .navbar {
    z-index: 5;
    color: var(--white);
  }

  .nav-link {
    border-bottom-width: 0;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    display: flex;
  }

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

  .menu-contact-div {
    width: 65%;
  }

  .banner-div {
    height: 400px;
  }

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

  .menu-button-section {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-div.black {
    margin-bottom: 30px;
  }

  .menu-buttons {
    width: 100%;
  }

  .button-div {
    width: 18.5%;
  }

  .button-div.services {
    min-height: 200px;
  }

  .button-label-div {
    min-height: 64px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-label {
    font-size: 16px;
    line-height: 22px;
  }

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

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

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

  .single-content-div.footer {
    align-items: flex-start;
    width: 35%;
    min-height: 300px;
    padding-top: 0;
    padding-left: 20px;
  }

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

  .img-div.scaffolding {
    margin-bottom: 30px;
  }

  .img-div.home {
    background-position: 50%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .img-div.about {
    margin-top: 30px;
  }

  .img-div.domestic {
    margin-bottom: 30px;
  }

  .img-div.domestic-2 {
    margin-top: 30px;
  }

  .img-div.commercial {
    margin-bottom: 30px;
  }

  .img-div.commercial2, .img-div.staircase2 {
    margin-top: 30px;
  }

  .img-div.staircase, .img-div.chimney {
    margin-bottom: 30px;
  }

  .img-div.chimney2 {
    margin-top: 30px;
  }

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

  .bottom-heading._60t {
    margin-top: 40px;
  }

  .media-icon-div {
    padding-bottom: 40px;
  }

  .footerlinks {
    padding-top: 30px;
  }

  .footer-map-div {
    width: 60%;
  }

  .menu-button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .dropdown-toggle {
    border-bottom-width: 0;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-right: 30px;
    display: flex;
  }

  .dropdown-toggle:hover {
    color: var(--green-yellow);
    text-decoration: none;
  }

  .dropdown-list.w--open {
    border-bottom-width: 0;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    position: relative;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-link {
    text-align: right;
    padding: 10px;
  }

  .icon {
    margin-right: 10px;
  }

  .icon-2 {
    color: var(--light-grey);
    text-align: right;
  }

  .areas-map {
    width: 100%;
    margin-top: 30px;
  }

  .list-black.b._4x1, .list.b._4x1, .list._4x1 {
    grid-template-columns: 1fr 1fr;
  }

  .areas {
    width: 50%;
    line-height: 28px;
  }

  .areas-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

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

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

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

  .image-9 {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .master-header {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .header-div {
    flex-direction: column;
    width: 100%;
  }

  .navbar {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .nav-link {
    justify-content: center;
  }

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

  .contact-info-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .top-link {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-div {
    height: auto;
  }

  .banner-tint {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-underline {
    max-width: 250px;
  }

  .menu-button-section {
    padding-top: 40px;
  }

  .menu-buttons {
    flex-direction: column;
    align-items: center;
  }

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

  .button-div.services {
    min-height: auto;
  }

  .button-div.chimney {
    margin-bottom: 0;
  }

  .button-label-div {
    justify-content: center;
    min-height: auto;
    padding: 20px;
  }

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

  .single-content-div.footer {
    border-left-style: none;
    border-left-width: 0;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    min-height: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

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

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

  .bottom-heading._60t {
    margin-top: 20px;
  }

  .media-icon-div {
    padding-bottom: 30px;
  }

  .p-footer.right {
    text-align: center;
  }

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

  .footer-info-div {
    align-items: center;
    width: 100%;
    padding-top: 30px;
    display: flex;
  }

  .footer-map-div {
    width: 100%;
    height: 300px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .dropdown-toggle {
    justify-content: center;
    padding-left: 30px;
  }

  .dropdown-link {
    text-align: center;
  }

  .icon {
    margin-right: 20px;
  }

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

  .co-logo {
    width: 100px;
  }

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

  .click-to-call-div {
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
    margin-left: 10px;
    display: flex;
  }

  .link-block {
    margin-bottom: 80px;
  }

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

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

  .div-block-12 {
    height: 5vh;
  }

  .image-9 {
    height: 450px;
  }
}

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

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

  .contact-info-div {
    padding-bottom: 0;
  }

  .top-link {
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .banner-tint {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .banner-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .banner-underline {
    max-width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .banner-subheading {
    padding-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

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

  .title-div {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

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

  ._2-col-div {
    padding-top: 0;
  }

  ._2-col-div._40b {
    margin-bottom: 30px;
  }

  .single-content-div.footer {
    flex-direction: column;
  }

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

  .button.rev.sv {
    width: auto;
    right: auto;
  }

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

  .h2 {
    padding-bottom: 10px;
    line-height: 32px;
  }

  .h2.black {
    padding-bottom: 10px;
  }

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

  .bottom-heading._60t {
    margin-top: 10px;
  }

  .media-icon-div {
    padding-bottom: 20px;
  }

  .fb-link-box, .insta-link-box {
    border-radius: 15px;
    width: 60px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
  }

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

  .footerlinks {
    padding-top: 20px;
  }

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

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

  .areas-map {
    margin-top: 20px;
  }

  ._2-bullet-div {
    flex-direction: column;
  }

  .list-black.b._4x1 {
    display: block;
  }

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

  .list.b._4x1, .list._4x1 {
    display: block;
  }

  .areas {
    width: 48%;
  }

  .areas-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .areas-div {
    margin-top: 20px;
    padding-top: 0;
  }

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

  .click-to-call-div {
    width: 80px;
    height: 80px;
  }

  .click-to-call {
    letter-spacing: -.75px;
    font-size: 14px;
    line-height: 17px;
  }

  .fontawsome {
    margin-bottom: 2px;
  }

  .link-block {
    margin-bottom: 80px;
  }

  .checkatrade-div {
    padding: 20px;
  }

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

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

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

  .image-9 {
    height: 250px;
  }

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

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

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

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

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

#w-node-eb876eb2-104c-ce3e-2d8a-161cee8b5e9b-e50ac5cf, #w-node-eb876eb2-104c-ce3e-2d8a-161cee8b5e9c-e50ac5cf, #w-node-eb876eb2-104c-ce3e-2d8a-161cee8b5ea0-e50ac5cf, #w-node-eb876eb2-104c-ce3e-2d8a-161cee8b5ea1-e50ac5cf, #w-node-eb876eb2-104c-ce3e-2d8a-161cee8b5ea5-e50ac5cf, #w-node-eb876eb2-104c-ce3e-2d8a-161cee8b5ea6-e50ac5cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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