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

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

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

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

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

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

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

:root {
  --white: white;
  --black: black;
  --white-smoke-2: #afafaf;
  --grey: #7a7a7a;
  --white-smoke: #f5f8fa;
  --dark-grey: #141414;
}

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

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.body {
  color: var(--white);
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.announcement-contact {
  color: #fff;
  background-color: #a3a3a3;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-contact:hover {
  color: #212529;
}

.announcement-time {
  color: #fff;
  font-size: 1em;
  font-weight: 300;
}

.announcement-bar {
  background-color: #353535;
}

.announcement-link {
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

.container.announcement-container {
  width: 90%;
  max-width: none;
}

.container.nav-fluid {
  width: 95%;
  max-width: none;
}

.container.vertical {
  align-items: flex-start;
  display: flex;
}

.container.top {
  width: 98%;
  max-width: none;
}

.announcement-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  display: flex;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.nav-menu.margin-auto {
  justify-content: space-between;
}

.dropdown-menu-link {
  background-color: var(--black);
  color: var(--white-smoke-2);
  border-left: 5px solid #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s ease-in-out;
}

.dropdown-menu-link:hover {
  border-left: 5px solid var(--black);
  color: var(--white);
}

.dropdown-menu-link.w--current {
  color: var(--white);
}

.dropdown-list {
  border-radius: 6px;
  width: 300px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  margin-top: 19px;
  overflow: visible;
}

.nav-link {
  color: var(--white);
  text-align: center;
  border-bottom: 1px solid #0000;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  border-bottom-color: var(--grey);
}

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

.dropdown-link {
  color: var(--white);
  border-bottom: 1px solid #0000;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.dropdown-link:hover {
  background-color: #0000;
}

.nav {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-2 {
  background-color: #0000;
  justify-content: space-between;
  display: flex;
}

.navbar {
  z-index: 1000;
  background-color: #000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.slider-arrow {
  z-index: 999;
  background-color: #353535;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.slider-arrow:hover {
  color: var(--black);
  background-color: #fff;
}

.slide-1 {
  background-image: url('../images/8.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.hero-btn-qoute {
  background-color: var(--black);
  color: #fdfdfd;
  border-radius: 4px;
  margin-top: 20px;
  padding: 15px 40px;
  font-size: 1.25em;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.hero-btn-qoute:hover {
  transform: scale(.95);
}

.slider-inner-content {
  z-index: 900;
  background-image: linear-gradient(#0003, #0003);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-large-text {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 3px 3px 4px var(--black);
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
}

.hero-para-text {
  color: var(--white);
  background-color: #00000080;
  width: 85%;
  margin-bottom: 0;
  padding: 10px;
  font-size: 20px;
  line-height: 30px;
}

.hero-section {
  height: 100%;
}

.hero-slider {
  background-color: #0000;
  height: 80vh;
  min-height: 720px;
}

.slide-2 {
  background-image: url('../images/18.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-md-text {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 2px 2px 3px var(--black);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.arrow-icon {
  font-size: .6em;
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-h1-wrapper.top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.default-btn {
  background-color: var(--grey);
  color: #fdfdfd;
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  transform: scale(.95);
}

.default-btn._20r {
  background-color: var(--white);
  color: var(--black);
  margin-right: 20px;
}

.h1-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.h1-section._0b {
  padding-bottom: 0;
}

.h1 {
  color: #3b444d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.5;
}

.h1._30b {
  color: var(--white);
  margin-bottom: 30px;
  line-height: 1.3;
}

.left-section {
  flex: 0 auto;
  width: 48%;
}

.left-section._35 {
  width: 23%;
}

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

.btn-wrapper {
  padding-top: 30px;
}

.right-section {
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
  box-shadow: 11px -11px #ffffff4d;
}

.right-section._65 {
  box-shadow: none;
  width: 75%;
}

.p {
  font-size: 15px;
}

.p.text-white {
  color: #9b9b9b;
  text-align: center;
  font-size: 14px;
  line-height: 1.7em;
}

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

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

.p._20p {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.p._10t {
  margin-top: 10px;
  margin-bottom: 0;
}

.inner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

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

.inner-img.svs {
  background-image: url('../images/12.webp');
}

.inner-img.repair {
  background-image: url('../images/1.webp');
}

.inner-img.flat {
  background-image: url('../images/10.webp');
}

.inner-img.fascia {
  background-image: url('../images/fascia1.webp');
}

.inner-img.chimney {
  background-image: url('../images/chimney.webp');
}

.inner-img.newroof {
  background-image: url('../images/infinity-14.webp');
}

.bullet-icon {
  text-align: left;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
}

.bullet-icon.fascia {
  background-image: url('../images/fascias.svg');
}

.bullet-icon.flat {
  background-image: url('../images/flat.svg');
}

.bullet-icon.repair {
  background-image: url('../images/repair.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bullet-icon.services {
  background-image: url('../images/services.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bullet-icon.areas {
  background-image: url('../images/areas.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}

.bullet-block-title {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.75;
}

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

.bullet-block-btn {
  background-color: var(--black);
  color: #fdfdfd;
  border-radius: 4px;
  margin-top: auto;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bullet-block-btn:hover {
  transform: scale(.95);
}

.bullet-block-btn._0t {
  margin-top: 0;
}

.bullet-block {
  text-align: left;
  background-color: #fdfdfd;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 1px 1px 3px #0000000d;
}

.bullet-block:hover {
  transform: translate(0, -5px);
}

.inner-text-content {
  width: 90%;
  max-width: 1400px;
  margin-left: 60px;
  margin-right: auto;
}

.inner-text-content.centre {
  margin-left: auto;
  margin-right: auto;
}

.container-fluid.display-flex {
  display: flex;
}

._2-col-section {
  padding-top: 0;
  padding-bottom: 0;
}

.h3-section {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 100px;
}

.h3-section._100t {
  padding-top: 100px;
}

.h3-section._100t-60b {
  padding-top: 60px;
  padding-bottom: 60px;
}

.h3-wrapper {
  justify-content: center;
  align-items: center;
  line-height: 6.7em;
  display: flex;
}

.h3-cta-btns {
  align-items: center;
  display: block;
}

.button {
  color: var(--black);
  background-color: #fdfdfd;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline;
}

.button.reviews {
  color: #fdfdfd;
  background-color: #0000;
  border: 1px solid #fdfdfd;
  margin-right: 0;
}

.button.reviews:hover {
  color: var(--black);
  background-color: #fdfdfd;
}

.brand-bands {
  color: var(--black);
  background-color: #f5f8fa;
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-band-wrapper {
  justify-content: space-between;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-block-1 {
  border-right: 1px solid #8a8a8a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-block-1.border-none {
  border-right-style: none;
  align-items: center;
}

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

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

.contact-type-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.footer-contact-info {
  border: 1px solid #46484b94;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding: 10px 30px;
  display: flex;
}

.contact-icon {
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  display: flex;
}

.contact-info-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

.footer-copy {
  border-top: 1px solid #ffffff17;
  padding-top: 20px;
  padding-bottom: 20px;
}

.scroll-up {
  z-index: 1000;
  background-color: #313131;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 10px 100px auto;
}

.scroll-arrow-up {
  color: #fdfdfd;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

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

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

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

.quote-symbol {
  color: var(--grey);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  font-weight: 400;
  display: flex;
  position: relative;
}

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

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

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

.underline.testemonials-underline.gray {
  background-color: #f5f8fa;
  width: 100%;
}

.left-arrow {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white-smoke);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 80px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

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

.customer-title {
  color: var(--white);
}

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

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

.container-2.test-container {
  max-width: 1400px;
  padding-top: 0;
}

.testimonials-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.right-arrow {
  border: 1px solid var(--white);
  background-color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.right-arrow:hover {
  background-color: var(--grey);
  color: #fff;
  transform: scale(.95);
}

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

.test-slide-1 {
  background-color: var(--black);
  height: auto;
  padding: 15px;
}

.testimonials {
  padding-top: 0;
  padding-bottom: 100px;
}

.text-block-3 {
  color: var(--white-smoke);
  flex: none;
  margin-top: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: block;
  position: static;
  inset: 0%;
}

.testimonials-slider {
  width: 100%;
  max-width: 800px;
  position: static;
}

.sub-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

.block-quote {
  border-left-style: none;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.heading-2 {
  color: var(--white);
  margin-top: 0;
  padding-right: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.slider-2 {
  -webkit-text-stroke-color: var(--white);
  background-color: #0000;
  height: auto;
  position: static;
}

.customer-img {
  background-image: url('../images/CHECK-A-TRADE-ICON.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.image {
  width: 300px;
  margin-right: 40px;
}

.image-2 {
  width: 300px;
}

.image-3 {
  width: 170px;
  margin-left: 40px;
}

.h1-small {
  color: #0000;
  text-align: left;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

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

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

.container-3.test-container {
  max-width: 1400px;
  padding-top: 0;
}

.heading-3 {
  color: #292d33;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-3.w {
  color: #fdfdfd;
  text-transform: uppercase;
  font-size: 1.6em;
}

.testimonials-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.testimonials-grid-2.contact {
  flex-direction: column;
  display: flex;
}

.co-logo {
  background-color: var(--white);
  border-radius: 100px;
  width: 280px;
  padding: 10px;
}

.nav-div {
  justify-content: space-between;
  display: flex;
}

.tag-line {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}

.tag-line._50t {
  margin-top: 50px;
}

.testimonials-div {
  position: static;
}

.checkatrade.bottom {
  width: 200px;
}

.dropdown-toggle {
  color: var(--white);
  border-bottom: 1px solid #0000;
  font-weight: 600;
  line-height: 1.5em;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.dropdown-toggle:hover {
  border-bottom-color: var(--grey);
  background-color: #0000;
}

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

.map._0b {
  margin-bottom: 0;
}

.checkatrade-top {
  width: 170px;
}

.check-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  border-top: 1px solid var(--grey);
  padding-top: 60px;
  padding-bottom: 60px;
}

.left-div {
  background-color: var(--grey);
  width: 50%;
  padding: 50px 0;
}

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

.left-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.left-img.svs {
  background-image: url('../images/16.webp');
}

.left-img.repair {
  background-image: url('../images/13.webp');
}

.left-img.flat {
  background-image: url('../images/12_1.webp');
}

.left-img.fascia {
  background-image: url('../images/119804310.webp');
}

.left-img.chimney {
  background-image: url('../images/repointing.webp');
}

.left-img.newroof {
  background-image: url('../images/infinity-13.webp');
}

.h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
}

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

.list._2col {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list.black {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-left: 18px;
  display: grid;
}

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

.bullet-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75em;
}

.right-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.right-img.svs {
  background-image: url('../images/18.webp');
  background-position: 50% 0;
}

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

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

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

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

.right-img.newroof {
  background-image: url('../images/infinity-3.webp');
}

.right-div {
  background-color: var(--dark-grey);
  width: 50%;
  padding: 50px 0;
}

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

.footer-link {
  color: var(--white-smoke-2);
  text-decoration: none;
}

.areas-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.areas {
  margin-bottom: 0;
  line-height: 36px;
}

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

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

.lb-img {
  width: 100%;
}

.testimonial-text {
  border: 1px solid var(--white-smoke-2);
  background-color: var(--grey);
  border-radius: 50px;
  width: 100%;
  margin-bottom: 0;
  padding: 40px;
  font-size: 15px;
}

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

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

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

.box-text {
  color: var(--black);
  margin-bottom: 10px;
}

.bullet-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

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

.fs-cc-banner_close-icon {
  color: var(--grey);
  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: #0009;
  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 {
  border: 2px solid var(--grey);
  background-color: var(--grey);
  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(--grey);
  color: var(--grey);
  background-color: #f5f5f5;
}

.fs-cc-manager_component {
  z-index: 999;
  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;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 0 0 6px #0006;
}

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

.fs-cc-prefs_button {
  border: 2px solid var(--grey);
  background-color: var(--grey);
  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(--grey);
  color: var(--grey);
  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 {
  color: var(--black);
  width: 16px;
  height: 16px;
}

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

.fs-cc-prefs_text {
  color: var(--grey);
  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: var(--grey);
  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 {
  background-color: var(--white-smoke);
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

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

.fs-cc-prefs_label {
  color: var(--grey);
  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(--grey);
  color: var(--grey);
  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: var(--white-smoke);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

.h3 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.h3-link {
  color: var(--white);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  box-shadow: inset 0 -1px #ffffff4d;
}

.h3-link:hover {
  color: var(--black);
  box-shadow: inset 0 -40px #fff;
}

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

.checkatrade-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.test-slide-2, .test-slide-3, .test-slide-4, .test-slide-5, .test-slide-6 {
  background-color: var(--black);
  height: auto;
  padding: 15px;
}

.cookies-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.filler-img {
  background-image: url('../images/3.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.box-headings {
  margin-top: 0;
  margin-bottom: 0;
}

.box-heading {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.75;
}

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

@media screen and (min-width: 1920px) {
  .slider-inner-content {
    z-index: 900;
    position: absolute;
    inset: 0%;
  }

  .mask {
    width: 100%;
  }

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

  .testimonials-slider {
    position: static;
  }

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

  .slider-2 {
    width: 100%;
  }

  .heading-3 {
    font-size: 2.5rem;
  }

  .testimonials-div {
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .container.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.nav-fluid {
    width: 95%;
    padding: 0;
  }

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

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    display: none;
  }

  .announcement-wrapper {
    flex-direction: row;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  .nav-menu.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
  }

  .dropdown-menu-link {
    border-left-color: var(--black);
    text-align: center;
    background-color: #0000;
    padding-left: 15px;
    font-weight: 500;
  }

  .dropdown-menu-link:hover {
    border-left-color: var(--grey);
    padding-left: 20px;
  }

  .dropdown-list.w--open {
    background-color: var(--black);
    border-radius: 0;
    margin-top: 0;
    position: relative;
  }

  .nav-link {
    color: #fff;
    border-bottom: 0 solid #0000000d;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link:hover {
    color: var(--white-smoke-2);
    background-color: #0000;
    border-bottom-width: 0;
    border-radius: 0;
  }

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

  .dropdown-link {
    color: #fff;
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
    width: 100%;
  }

  .dropdown-link:hover {
    color: #fff;
  }

  .dropdown-link.w--open {
    background-color: var(--black);
    color: #fff;
    border-bottom-width: 1px;
  }

  .burger-menu {
    color: gray;
    text-align: center;
    font-size: 1.2em;
  }

  .nav-toggle {
    text-align: right;
    border-radius: 6px;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

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

  .nav {
    background-color: var(--black);
    height: 100%;
    margin-bottom: auto;
    display: block;
  }

  .navbar-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: 390px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-content {
    width: 90%;
    padding: 0;
  }

  .slider-inner-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-large-text {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-para-text {
    max-width: 600px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-slider {
    height: 450px;
    min-height: auto;
  }

  .hero-md-text {
    font-size: 30px;
    line-height: 40px;
  }

  .section-h1-wrapper.display-flex, .section-h1-wrapper.top {
    flex-direction: column-reverse;
  }

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

  .left-section, .left-section._35 {
    width: 100%;
  }

  .btn-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .right-section {
    width: 100%;
    margin-bottom: 40px;
  }

  .right-section._65 {
    width: 100%;
  }

  .inner-img {
    min-height: 500px;
  }

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

  .inner-text-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-fluid.display-flex {
    flex-direction: column;
  }

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

  .h3-section._100t {
    padding-top: 60px;
  }

  .h3-wrapper {
    flex-direction: column;
  }

  .h3-cta-btns {
    justify-content: center;
    width: 60%;
    padding-top: 20px;
    display: flex;
  }

  .brand-band-wrapper {
    justify-content: space-between;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-block-1 {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .contact-block-1.border-none {
    border-bottom-style: none;
  }

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

  .scroll-up {
    z-index: 1;
  }

  .left-arrow {
    bottom: -25%;
    left: auto;
    right: 15%;
  }

  .customer-title {
    font-size: 1.2rem;
  }

  .testimonials-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .right-arrow {
    inset: auto 0% -25% auto;
  }

  .text-block-3 {
    color: #fff;
  }

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

  .heading-2 {
    padding-right: 0;
  }

  .slider-2 {
    position: relative;
  }

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

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

  .co-logo {
    width: 250px;
  }

  .dropdown-toggle {
    color: #fff;
    border-bottom-width: 0;
    border-radius: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
  }

  .dropdown-toggle:hover {
    color: var(--white-smoke-2);
  }

  .dropdown-toggle.w--open {
    background-color: var(--black);
    color: #fff;
  }

  .text-block-4 {
    text-align: center;
    font-weight: 500;
  }

  .left-div, .left-img, .right-img, .right-div, .areas-container {
    width: 100%;
  }

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

  .testimonial-text {
    border-radius: 20px;
    padding: 20px;
  }

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

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

  .checkatrade-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .filler-img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-left: 0;
    padding: 10px 40px;
  }

  .container.announcement-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.nav-fluid {
    padding-top: 0;
  }

  .container.top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .announcement-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .announcement-contact-info.margin-right-20 {
    grid-column-gap: 0px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .announcement-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    display: grid;
  }

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

  .navbar-2 {
    max-width: 200px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-content {
    width: 90%;
    margin-bottom: 10px;
  }

  .hero-btn-qoute {
    margin-top: 15px;
  }

  .hero-large-text {
    font-size: 38px;
    line-height: 42px;
  }

  .hero-slider {
    height: 500px;
  }

  .hero-md-text {
    font-size: 26px;
    line-height: 32px;
  }

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

  .bullet-list-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .bullet-block {
    padding: 20px;
  }

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

  .h3-cta-btns {
    width: 100%;
    padding-top: 30px;
  }

  .brand-band-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr .5fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

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

  .footer-contact-info {
    margin-bottom: 40px;
  }

  .quote-symbol {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1;
    position: static;
  }

  .underline {
    width: 50%;
  }

  .left-arrow {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 0;
    bottom: -8%;
    right: 18%;
  }

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

  .testimonials-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .right-arrow {
    width: 80px;
    height: 80px;
    margin-left: 20px;
    bottom: -8%;
  }

  .slide-nav {
    display: none;
  }

  .test-slide-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonials {
    padding-bottom: 60px;
  }

  .testimonials-slider {
    width: 100%;
    position: static;
  }

  .heading-2 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .slider-2 {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .image {
    margin-right: 0;
  }

  .image-3 {
    margin-left: 0;
  }

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

  .heading-3 {
    font-size: 2rem;
  }

  .testimonials-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .co-logo {
    width: 200px;
  }

  .testimonials-div {
    width: 95%;
    position: static;
  }

  .map {
    margin-bottom: 30px;
  }

  .checkatrade-top {
    margin-top: 10px;
  }

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

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

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

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

  .areas-container {
    width: 30%;
  }

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

  .testimonial-text {
    margin-bottom: 30px;
    padding: 20px;
  }

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

  .hero-div {
    margin-top: 0;
  }

  .checkatrade-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .test-slide-2, .test-slide-3, .test-slide-4, .test-slide-5, .test-slide-6 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .announcement-contact {
    width: 100%;
    padding: 10px 20px;
  }

  .announcement-icon {
    font-size: 1.2em;
  }

  .announcement-contact-info {
    justify-content: center;
    align-items: center;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .announcement-wrapper {
    grid-column-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .nav-menu.margin-auto {
    border-top: 1px solid #0000000d;
    width: 100%;
  }

  .navbar-2 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 90%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .slider-inner-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .hero-para-text {
    width: 100%;
    line-height: 1.4;
  }

  .hero-slider {
    height: 450px;
    padding-bottom: 0;
  }

  .hero-md-text {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
  }

  .default-btn {
    text-align: center;
    margin-top: 0;
  }

  .default-btn._20r {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .btn-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 10px;
  }

  .right-section {
    margin-bottom: 30px;
  }

  .p.text-white {
    margin-bottom: 0;
  }

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

  .bullet-icon {
    width: 80px;
    height: 80px;
  }

  .bullet-icon.areas {
    width: 80px;
  }

  .bullet-block-title {
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .bullet-list-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .bullet-block {
    padding: 20px;
  }

  .h3-section, .h3-section._100t {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h3-cta-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    display: flex;
  }

  .button {
    text-align: center;
    flex: none;
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .button.reviews {
    flex: none;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand-bands {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-block-1 {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-info-text {
    align-items: center;
  }

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

  .contact-type-title {
    margin-bottom: 0;
  }

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

  .contact-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .contact-info-link {
    text-align: center;
    line-height: 1.5;
  }

  .contact-info-link.open {
    max-width: 200px;
  }

  .services-section {
    padding-top: 30px;
  }

  .quote-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 2rem;
  }

  .underline {
    width: 30%;
  }

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

  .left-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
    right: 26%;
  }

  .customer-title {
    font-size: 14px;
  }

  .testemonial-content-everything {
    width: 100%;
    padding-right: 0;
  }

  .container-2.test-container {
    width: 90%;
  }

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

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

  .test-slide-1 {
    padding: 0;
  }

  .testimonials {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .sub-heading {
    font-size: 1.125rem;
  }

  .block-quote {
    font-size: .95rem;
    line-height: 23px;
  }

  .heading-2 {
    font-size: 15px;
  }

  .slider-2 {
    width: 100%;
  }

  .container-3.test-container {
    width: 90%;
  }

  .heading-3 {
    font-size: 1rem;
  }

  .heading-3.w {
    margin-bottom: -10px;
  }

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

  .contactfiorn {
    max-width: 280px;
    margin-left: -5px;
  }

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

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

  .tag-line {
    font-size: 22px;
  }

  .checkatrade {
    width: 200px;
  }

  .map {
    margin-bottom: 20px;
  }

  .checkatrade-top {
    width: 150px;
    margin-top: 0;
  }

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

  .areas-container {
    flex-direction: row;
    width: 100%;
  }

  .areas {
    width: 50%;
  }

  .areas._40r {
    margin-right: 10px;
  }

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

  .testimonial-text {
    border-radius: 10px;
    margin-bottom: 20px;
    line-height: 23px;
  }

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

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

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

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

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

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

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

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

  .grid-before-after {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .checkatrade-grid {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
  }

  .test-slide-2, .test-slide-3, .test-slide-4, .test-slide-5, .test-slide-6 {
    padding: 0;
  }

  .box-heading {
    margin-bottom: 10px;
    line-height: 1.3;
  }
}

#w-node-_2624225e-2363-8d07-3d73-61fb395c5a69-6c51f2cf, #w-node-_429e5b73-f4b7-95ef-ba27-d6f1e865038d-6c51f2cf, #w-node-_429e5b73-f4b7-95ef-ba27-d6f1e865036f-6c51f2cf, #w-node-_429e5b73-f4b7-95ef-ba27-d6f1e86503ab-6c51f2cf, #w-node-_62b7044b-7be0-eb81-8a83-5d89c8ba499e-6c51f2cf {
  place-self: auto;
}

#w-node-d2e26aac-93c3-21bd-1e30-cd6973e900bd-6c51f2cf {
  place-self: end;
}

#w-node-_4babe5ca-5f70-c74c-65b0-42cb4b58fd28-e92c9924, #w-node-ecc0a259-4b0b-36fd-ce78-60d3abb46338-e92c9924, #w-node-f07e4b9c-20e2-fac1-d3e9-85000ada317f-e92c9924, #w-node-_7faace7b-e9e6-b762-2640-e0cf50ebe15c-e92c9924, #w-node-a90648d5-0058-4e2e-a42a-05e038736bea-e92c9924, #w-node-af31142f-c5d6-8594-b8f2-482835bbc22e-e92c9924, #w-node-f6c3c090-e61c-03b0-fdba-5a2d42fe80d3-e92c9924, #w-node-_7cfa7af3-4383-55ff-bfe2-e7206b399465-e92c9924, #w-node-_17d6c0e7-86e4-f3a6-f52f-f0435e99c87e-e92c9924, #w-node-_5dc44c9c-09d3-0542-df9a-318041ced55c-e92c9924, #w-node-_57308b8c-963e-4cf6-2e7a-8eb6a822d598-e92c9924, #w-node-_23a249c7-511d-7472-05ba-8d9062761db5-e92c9924, #w-node-ec9ab243-8a96-e230-2339-b7ddb1f41b59-e92c9924, #w-node-_3cc87e65-3398-561a-6553-51dac7bd2f65-e92c9924, #w-node-f447bf60-567e-9ec4-5bb3-baa7ee78701e-e92c9924, #w-node-_6361dd4e-cb7f-8e51-e4ae-8008009dadbe-e92c9924, #w-node-cab64b5f-54d5-28d1-183d-9658a1f8de17-e92c9924, #w-node-_74969eb4-9801-3e01-18f6-c2f252b9d23c-e92c9924, #w-node-_3205946a-2933-6eb9-c93f-5d7f51e10986-e92c9924, #w-node-_79b20c91-652e-b9ca-213c-eae59b70d824-e92c9924 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa3974f2-63c9-e6b5-922e-1c163f37563c-e92c9924 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_62b7044b-7be0-eb81-8a83-5d89c8ba499e-6c51f2cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-aa3974f2-63c9-e6b5-922e-1c163f37563c-e92c9924 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a8b9ba18-fefd-9856-b5cc-2304fafd849c-e92c9924, #w-node-_0a0968fa-5470-68af-be8e-2f87d999913f-e92c9924, #w-node-_7904ef71-ac38-2301-84fe-f9161ac745e0-e92c9924, #w-node-f72396bd-6794-b5c6-7a70-f9cbb916da29-e92c9924 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_62b7044b-7be0-eb81-8a83-5d89c8ba499e-6c51f2cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-d2e26aac-93c3-21bd-1e30-cd6973e900bc-6c51f2cf {
    justify-self: auto;
  }

  #w-node-bce2480b-8306-e8ff-81c3-cc7591780b53-a0ef1e25, #w-node-e83bb4b1-72ae-0052-6d5c-e548dccef357-a0ef1e25, #w-node-b7152849-2174-d02d-774f-3f2b05d708fb-a0ef1e25 {
    place-self: center;
  }

  #w-node-_0b42e326-7fcf-ff12-6332-ffe3725c8853-725c884d {
    justify-self: auto;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_20005011-a71e-0153-7226-6dcfb0067c68-5e6d55df {
    justify-self: start;
  }

  #w-node-_2d6ef93b-f54d-dc1a-76d6-c368ee1c8d76-5e6d55df, #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55f1-5e6d55df {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d2e26aac-93c3-21bd-1e30-cd6973e900bc-6c51f2cf, #w-node-_0b42e326-7fcf-ff12-6332-ffe3725c8853-725c884d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_20005011-a71e-0153-7226-6dcfb0067c68-5e6d55df {
    justify-self: center;
  }

  #w-node-_2d6ef93b-f54d-dc1a-76d6-c368ee1c8d76-5e6d55df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55f1-5e6d55df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-a8b9ba18-fefd-9856-b5cc-2304fafd849c-e92c9924, #w-node-_0a0968fa-5470-68af-be8e-2f87d999913f-e92c9924, #w-node-_7904ef71-ac38-2301-84fe-f9161ac745e0-e92c9924, #w-node-f72396bd-6794-b5c6-7a70-f9cbb916da29-e92c9924 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}