:root {
  --dim-grey: #4c4d4f;
  --dark-slate-blue: #274799;
  --white: white;
  --deep-sky-blue: #25aae1;
  --white-smoke-2: #f6f6f6;
  --black: #111;
  --white-smoke: #edeff3;
}

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

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

.hero-slider {
  height: 600px;
  background-color: var(--dim-grey);
}

.nav-div {
  width: 100%;
  background-color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.nav {
  width: 90%;
  max-width: 1300px;
  background-color: rgba(0, 0, 0, 0);
  align-items: stretch;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2em;
  line-height: 1.25;
}

.h1.page-title.edit {
  flex: 0 auto;
  margin-bottom: 0;
}

.h1.job {
  color: var(--dark-slate-blue);
}

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

.p._40b {
  margin-bottom: 40px;
}

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

.h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.25;
}

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

.h2.center {
  text-align: center;
}

.dropdown-toggle {
  color: var(--white);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s;
}

.dropdown-toggle:hover {
  border-bottom-color: var(--deep-sky-blue);
}

.nav-link {
  color: var(--white);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s;
}

.nav-link:hover {
  border-bottom-color: var(--deep-sky-blue);
}

.nav-link.w--current {
  border-bottom-color: var(--deep-sky-blue);
  color: var(--white);
}

.dropdown-link {
  color: var(--white);
  font-weight: 600;
  transition: all .2s;
}

.dropdown-link:hover {
  background-color: var(--deep-sky-blue);
}

.dropdown-link.w--current {
  background-color: var(--deep-sky-blue);
  color: var(--white);
}

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

.dropdown-list.w--open {
  background-color: var(--dim-grey);
}

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

.slide-nav {
  display: block;
}

.co-logo-link {
  align-items: center;
  display: flex;
}

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

.tel-div {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.email {
  color: var(--deep-sky-blue);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

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

.top-contact-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.tel-link {
  color: var(--dim-grey);
  padding-left: 0;
  padding-right: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 50px;
  text-decoration: none;
}

.tel-link._0207 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.tel-link._07379 {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.small-tel-nos {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.small-text-div-and-arrow {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.slider-small-text {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.arrow {
  width: 60px;
  background-color: rgba(46, 46, 46, .3);
  border: 2px solid #fff;
  margin-left: 10px;
}

.slider-heading {
  width: 100%;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.slider-overlay-div {
  width: 100%;
  max-width: 600px;
  background-color: rgba(17, 17, 17, .75);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px;
  display: flex;
}

.overlay-div {
  z-index: 100;
  width: 40%;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-link {
  margin-left: 0;
}

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

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

._3-box-grid {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

._4-box-text {
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}

._4-block-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.box {
  width: 100%;
  min-height: 400px;
  opacity: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.box:hover {
  text-shadow: 4px 4px 5px rgba(0, 0, 0, .75);
}

.box.bathroom {
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/image001.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box.loft {
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/Loft-conversion-page--1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box.house {
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/Bathroom-installations--5.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box.property {
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/Bathroom-installations--8.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box.insurance {
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/_290645657-p-500.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box.maintenance {
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/_179601468-p-1080.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-overlay {
  width: 80%;
  min-height: 200px;
  background-color: rgba(0, 0, 0, .5);
  padding: 20px;
  text-decoration: none;
  position: static;
}

._4-boxes-section {
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.box-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.box-heading:hover {
  text-decoration: none;
}

.arrows {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

.body-div._40t {
  margin-top: 40px;
}

.read-more-button {
  width: auto;
  background-color: var(--dim-grey);
  letter-spacing: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  transition: all .2s;
}

.read-more-button:hover {
  background-color: var(--deep-sky-blue);
}

.small {
  color: var(--deep-sky-blue);
  font-weight: 400;
  display: inline-block;
}

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

.body-section.blue-bg {
  background-color: var(--deep-sky-blue);
}

.body-section.blue-bg.white-divider {
  background-image: url('../images/Wavey-Section-Dividers-3.webp');
  background-position: 50% 100.5%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.body-section.blue-bg.white-divider.p-lg-bottom {
  background-image: url('../images/Wavey-Section-Dividers-3_1.webp');
  padding-bottom: 200px;
}

.body-section.off-white {
  background-color: #edeff3;
}

.body-section.off-white.blue-divider {
  background-image: url('../images/Wavey-Section-Dividers-8.webp');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.body-section.off-white.blue-divider.p-bottom-large {
  background-image: url('../images/Wavey-Section-Dividers-8_1.webp');
  padding-bottom: 220px;
}

.body-section.off-white-divider {
  background-image: url('../images/Wavey-Section-Dividers-12.webp');
  background-position: 50% 100.1%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.body-section.off-white-divider.p-bottom-large {
  background-image: url('../images/Wavey-Section-Dividers-12_1.webp');
  padding-bottom: 220px;
}

.body-section.white-bg-blue-divider {
  background-color: #fff;
  background-image: url('../images/Wavey-Section-Dividers-8.webp');
  background-position: 50% 100.5%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.body-section.white-bg-blue-divider.lg-padding {
  background-image: url('../images/Wavey-Section-Dividers-8_1.webp');
  padding-bottom: 220px;
}

.body-section.off {
  background-color: var(--white-smoke-2);
}

.small-text-div-and-arrow-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.slider-text {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}

.img-section {
  height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/_243342028.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.brochure-button {
  width: auto;
  border: 1px solid var(--white);
  background-color: var(--deep-sky-blue);
  letter-spacing: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  transition: all .2s;
}

.brochure-button:hover {
  background-color: var(--dark-slate-blue);
}

.img-text-div {
  width: 50%;
  max-width: 600px;
  background-color: rgba(46, 46, 46, .8);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.full-width-image-div {
  width: 95%;
  max-width: 1200px;
  min-height: auto;
  justify-content: flex-end;
  display: flex;
}

.mid-heading {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 65px;
}

.grey-section {
  background-color: rgba(76, 77, 79, .1);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.h3 {
  width: 100%;
  color: var(--deep-sky-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 35px;
  text-decoration: none;
}

.h3.white {
  color: #fff;
}

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

.click-to-call {
  border: 1px solid var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 600;
  transition: all .3s;
}

.click-to-call:hover {
  border: 1px solid var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 2px;
  transform: scale(.95);
}

.click-to-call.white-btn {
  border-width: 2px;
  border-color: var(--white);
  color: var(--white);
  border-radius: 4px;
}

.click-to-call.white-btn:hover {
  background-color: var(--white);
  color: var(--deep-sky-blue);
}

.h2-white {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.75rem;
}

.h2-white.black {
  color: var(--dim-grey);
}

.blue-section {
  background-color: var(--deep-sky-blue);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.blue-section.white {
  background-color: var(--white);
}

.blue-section.low-padding-top {
  padding-top: 40px;
}

.blue-section._30t {
  flex-direction: column;
  padding-top: 0;
}

.p-white {
  width: 100%;
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
}

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

.h2-whit {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

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

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

.bottom-content-div {
  width: 95%;
  max-width: 1200px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-right-div {
  width: 60%;
  height: 400px;
  background-image: url('../images/Capture.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bottom-text {
  color: var(--deep-sky-blue);
  margin-bottom: 0;
}

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

.footer {
  background-color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-links {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.hyperlink {
  border-bottom: 1px solid var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.hyperlink:hover {
  box-shadow: inset 300px 0 0 0 var(--deep-sky-blue);
  color: var(--white);
}

.hyperlink.white {
  box-shadow: inset 0 -2px 0 0 var(--white);
  color: var(--white);
}

.hyperlink.white:hover {
  box-shadow: inset 200px 0 0 0 var(--white);
  color: var(--deep-sky-blue);
}

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

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

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

.default-list._w-100, .default-list._w-100.grid {
  width: 100%;
}

.list-item {
  padding-top: 0;
  padding-bottom: 0;
}

.list-item.flex {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.list-item.flex.white {
  color: #fff;
}

.font-icon {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-right: 0;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.font-icon.colored {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  border-radius: 50px;
  flex: none;
}

.font-icon.colored.white {
  background-color: var(--white);
  color: var(--deep-sky-blue);
}

.font-icon.social {
  width: 40px;
  height: 40px;
  background-color: var(--deep-sky-blue);
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
}

.font-icon.blue {
  color: var(--deep-sky-blue);
}

.h-3-container {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 25px;
  display: flex;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .24);
}

.h-3-container.blue {
  background-color: var(--deep-sky-blue);
  margin-top: 60px;
}

.h-3-container.blue._0t, .h-3-container.m-top-none, .h-3-container.no-margin {
  margin-top: 0;
}

.footer-copy {
  color: #fff;
  text-decoration: none;
}

.slider-text-div-3 {
  width: 50%;
  text-align: left;
  background-color: #4c4d4f;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 20px 30px;
  display: flex;
}

.fmb-image {
  width: 50%;
  text-align: left;
  background-image: url('../images/FMB-Banner_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid rgba(255, 255, 255, .75);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.slider-overlay-div-3 {
  width: 100%;
  max-width: 1200px;
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 140px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  box-shadow: -1px 6px 14px rgba(0, 0, 0, .7);
}

.slider-header {
  color: #a20e30;
  margin-right: 5px;
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
}

.slider-header.bold {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 39px;
}

.absolute-text {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.slider-overlay {
  background-color: rgba(34, 36, 35, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-small-text-red-2 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.small-logo-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fmb-2 {
  width: 17%;
  max-width: 70px;
  min-width: 70px;
  float: right;
}

.fmb-2._2 {
  margin-left: 5px;
}

.small-logo-div-2 {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.bold-slider-text {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

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

.medium {
  font-weight: 500;
}

.fmb-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  position: relative;
}

.fmb-logo-image-div {
  width: 100%;
  height: 100%;
  align-items: flex-start;
  display: flex;
}

.trust-pilot-review {
  background-color: var(--white-smoke);
  background-image: url('../images/Wavey-Section-Dividers-8.webp');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.trust-pilot-review.lg-padding {
  background-image: url('../images/Wavey-Section-Dividers-8_1.webp');
  padding-top: 0;
  padding-bottom: 220px;
}

.container {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.social_media {
  width: 70%;
  padding-top: 20px;
  display: flex;
}

.content-wrapper.flex {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.content-wrapper.flex.flex-swap {
  flex-direction: row-reverse;
}

.content-wrapper.flex.m-top-140 {
  margin-top: 140px;
}

.content-wrapper.padding-top-40 {
  padding-top: 40px;
}

.content-wrapper.c {
  text-align: center;
}

.content-wrapper.jobs {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.page-title-section {
  min-height: 350px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/_285834116.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-title-section.cl-pt {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/img-29.webp');
  background-position: 0 0, 50% 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-title-section.h-pt {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/img-8.webp');
  background-position: 0 0, 50% 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-title-section.ld-pt {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/img-15.webp');
  background-position: 0 0, 50% 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-title-section.bs-pt, .page-title-section.hs-pt {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/_243342028.webp');
  background-position: 0 0, 50% 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-title-section.pm-pt {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/img-4.webp');
  background-position: 0 0, 50% 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-title-section.fr-pt {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/_252140630.webp');
  background-position: 0 0, 50% 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-title-section.faq {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/_243342028.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-title-section.job {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/image003.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-title {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: 10px 40px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.5;
}

.left-content._w-48 {
  width: 48%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.right-content._w-48 {
  width: 48%;
  background-image: url('../images/_285834116.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-content._w-48._2-img-block {
  background-image: none;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.right-content._w-48.contact-form {
  background-image: none;
}

.right-content._w-48.h-img-2 {
  background-image: url('../images/img-14.webp');
}

.right-content._w-48.ld-img-1 {
  background-image: url('../images/leakdetection.webp');
}

.right-content._w-48.ld-img-2 {
  background-image: url('../images/img-1.webp');
}

.right-content._w-48.bs-img-1 {
  height: 550px;
  background-image: url('../images/building-services.webp');
}

.right-content._w-48.bs-img-2 {
  background-image: url('../images/img-31_1.webp');
}

.right-content._w-48.hs-img-1 {
  background-image: url('../images/Website-pictures---builders-works---p-800.webp');
  background-position: 0%;
}

.right-content._w-48.hs-img-2 {
  background-image: url('../images/img-27.webp');
}

.right-content._w-48.pm-img-1 {
  background-image: url('../images/img-20.webp');
}

.right-content._w-48.pm-img-2 {
  background-image: url('../images/img-19.webp');
}

.right-content._w-48.fr-img-1 {
  height: 450px;
  background-image: url('../images/flood-repairs.webp');
  background-position: 50%;
}

.right-content._w-48.fr-img-2 {
  height: 450px;
  background-image: url('../images/waterpumping.webp');
  background-position: 50% 30%;
}

.right-content._w-48.ir-img-1 {
  background-image: url('../images/img-7.webp');
}

.right-content._w-48.ps-img-1 {
  background-image: url('../images/plumbing-services.webp');
  background-position: 0%;
}

.right-content._w-48.ps-img-2 {
  background-image: url('../images/_188442425.webp');
}

.right-content._w-48.map {
  width: 60%;
  background-image: none;
}

.para {
  font-size: 1em;
  line-height: 1.75;
}

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

.para.center.lg-text {
  box-shadow: none;
  margin-bottom: 20px;
}

.para.center.lg-text.p-top-20 {
  margin-top: 20px;
  margin-bottom: 0;
}

.para.center.lg-text.p-top-20.md-text, .para.center.lg-text.md-text {
  font-size: 1.5rem;
}

.para.center.lg-text.md-text.box-shadow {
  box-shadow: inset 200px 0 0 0 var(--deep-sky-blue);
  color: var(--white-smoke);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.para.center.lg-text.md-text.box-shadow.left {
  text-align: left;
  margin-left: 0;
}

.para.center.p-bottom-20 {
  margin-bottom: 20px;
}

.para.white {
  color: var(--white);
}

.para.white._0b {
  margin-bottom: 0;
}

.lg-text {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.5;
  box-shadow: inset 100px 0 rgba(37, 170, 225, .29);
}

.img-1 {
  min-height: 350px;
  background-image: url('../images/img-31.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-1.display-none.ir-img-2 {
  background-image: url('../images/img-17.webp');
}

.img-1.display-none.ir-img-3 {
  background-image: url('../images/img-21.webp');
}

.img-1.ir-img-4 {
  background-image: url('../images/img-5.webp');
}

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

.site-map-item {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-map-link {
  color: var(--dark-slate-blue);
  text-align: left;
  font-weight: 500;
  text-decoration: none;
}

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

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid rgba(21, 22, 35, .08);
  border-radius: 0;
  grid-template-columns: .25fr 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid rgba(21, 22, 35, .06);
  border-radius: 0;
  margin-top: 100px;
  padding-bottom: 10px;
}

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

.icon-3 {
  width: 60px;
  height: 60px;
  color: #f9f9f9;
  background-color: #f8b400;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

.icon-3.font-awesome {
  background-color: var(--deep-sky-blue);
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.2em;
}

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

.cta-text-contact {
  color: #151623;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 600;
}

.cta-link {
  color: rgba(0, 0, 0, .57);
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

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

.social-media {
  display: flex;
}

.social-link {
  width: 30px;
  height: 30px;
  background-color: var(--deep-sky-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

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

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

.areas-list-item.flex {
  color: var(--deep-sky-blue);
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.trustpilor-icon {
  width: 250px;
  height: 100px;
  background-image: url('../images/TRUSTPILOT.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bullet-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.bullet-heading.black-text {
  color: var(--dim-grey);
  align-items: center;
  font-weight: 400;
  line-height: 26px;
}

.faq-s {
  width: 95%;
  max-width: 1200px;
}

.test-box {
  width: 100%;
  height: auto;
  border: 1px none var(--deep-sky-blue);
  background-color: var(--dark-slate-blue);
  margin-top: 40px;
  padding: 40px;
  box-shadow: 26px 31px 0 -9px #dfe3ea;
}

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

.quotes {
  color: var(--white);
  margin-bottom: 40px;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 36px;
}

.html-embed {
  width: 100%;
  min-height: 300px;
}

.job-html-frame {
  height: 249px;
  border: 1px solid var(--white);
}

.job-text {
  margin-top: 30px;
}

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

.div-block {
  margin-top: 30px;
  display: flex;
}

.job-left {
  width: 40%;
  height: auto;
  background-image: url('../images/image004.webp');
  background-position: 50% 20%;
  background-size: cover;
}

.div-right {
  width: 60%;
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 60px 60px 40px;
  display: flex;
}

.text-block-2 {
  font-size: 28px;
}

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

.job-link {
  color: var(--white);
  font-weight: 700;
  transition: color .45s ease-in-out;
}

.job-link:hover {
  color: #d5f3ff;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--dark-slate-blue);
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14.5px;
}

._3x1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 30px;
}

.job1 {
  height: 350px;
  background-image: url('../images/image001.webp');
  background-position: 50%;
  background-size: cover;
}

.job2 {
  height: 350px;
  background-image: url('../images/image005.webp');
  background-position: 50% 0;
  background-size: cover;
}

.job3 {
  height: 350px;
  background-image: url('../images/image002-1.webp');
  background-position: 50%;
  background-size: cover;
}

.trustpilot-widget {
  width: 100%;
}

.trustpilot {
  width: 200px;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.trustpilot.small {
  margin-bottom: 20px;
}

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

.right-img.bathroom {
  background-image: url('../images/Bathroom-installations--9.webp');
}

.right-img.bath {
  background-image: url('../images/Bathroom-installations--1.webp');
}

.right-img.loft2 {
  min-height: 350px;
  background-image: url('../images/Loft-conversion-page--1.webp');
  background-position: 50% 40%;
}

.right-img.loft {
  background-image: url('../images/Loft-conversion-page--2-1.webp');
  background-position: 50% 100%;
}

.right-img.extensions {
  background-image: url('../images/extension-page-1.webp');
}

.right-img.extensions1 {
  min-height: 500px;
  background-image: url('../images/extension-page.webp');
  background-position: 50% 80%;
}

.right-img.property {
  background-image: url('../images/Bathroom-installations--14.webp');
}

.right-img.property1 {
  min-height: 350px;
  background-image: url('../images/img-20-1.webp');
  background-position: 50% 100%;
}

.list {
  width: 100%;
  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;
}

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

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

.list._3col._0t {
  margin-top: 0;
}

.list._0p {
  margin-top: 0;
  margin-bottom: 0;
}

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

.video-div {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

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

.video-img._1 {
  background-image: url('../images/WhatsApp-Image-2022-06-03-at-7.47.41-AM-3-p-500.webp');
}

.video-img._2 {
  min-height: 500px;
  background-image: url('../images/Bathroom-installations--14.webp');
}

.video-img._3 {
  min-height: 500px;
  background-image: url('../images/Bathroom-installations--4.jpg');
}

.vid {
  width: 32%;
}

.sub-heading {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.75em;
}

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

@media screen and (max-width: 991px) {
  .hero-slider {
    height: 400px;
  }

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

  .nav {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    width: 100%;
    background-color: var(--dim-grey);
  }

  .menu-button {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: var(--dim-grey);
  }

  .dropdown-toggle {
    width: 100%;
    border-bottom-width: 0;
  }

  .dropdown-toggle:hover {
    background-color: var(--deep-sky-blue);
  }

  .nav-link {
    border-bottom-width: 0;
  }

  .nav-link:hover {
    background-color: var(--deep-sky-blue);
  }

  .dropdown-link {
    color: var(--white);
    background-image: linear-gradient(rgba(17, 17, 17, .2), rgba(17, 17, 17, .2));
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
  }

  .dropdown-list.w--open {
    background-color: var(--dim-grey);
    position: relative;
  }

  .top-div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .slider-overlay-div {
    width: 100%;
  }

  .overlay-div {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._3-box-grid {
    grid-template-columns: 1fr;
    padding-bottom: 25px;
  }

  ._4-block-div {
    align-items: flex-end;
  }

  .box-heading {
    font-size: 33px;
  }

  .body-div {
    width: 90%;
  }

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

  .body-section.blue-bg.white-divider.p-lg-bottom {
    padding-bottom: 140px;
  }

  .body-section.off-white.blue-divider.p-bottom-large {
    background-position: 50% 100.5%;
    padding-bottom: 100px;
  }

  .body-section.off-white-divider.p-bottom-large {
    background-position: 50% 100%;
    padding-bottom: 140px;
  }

  .body-section.off {
    display: block;
  }

  .img-section {
    height: 500px;
  }

  .img-text-div {
    width: 100%;
    max-width: 100%;
  }

  .mid-heading {
    font-size: 50px;
    line-height: 60px;
  }

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

  .body-div-2 {
    width: 90%;
  }

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

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

  .bottom-content-div {
    width: 90%;
    flex-direction: column;
  }

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

  .icon {
    color: var(--white);
    text-align: center;
  }

  .dropdown {
    width: 100%;
  }

  .icon-2 {
    margin-left: 100px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .slider-text-div-3 {
    width: 100%;
    justify-content: center;
    padding: 20px 40px;
  }

  .fmb-image {
    width: 70%;
    max-width: 540px;
    padding: 20px 0 0 20px;
    display: none;
  }

  .slider-overlay-div-3 {
    width: 85%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-header.bold {
    font-size: 23px;
    line-height: 20px;
  }

  .absolute-text {
    width: 100%;
    line-height: 20px;
  }

  .slider-small-text-red-2 {
    line-height: 20px;
  }

  .fmb-2 {
    width: 15%;
    max-width: 60px;
    min-width: 60px;
  }

  .fmb-2._2 {
    width: 15%;
    margin-top: 5px;
    margin-left: 15px;
  }

  .small-logo-div-2 {
    margin-top: 5px;
  }

  .fmb-content {
    align-items: flex-end;
    margin-bottom: 5px;
  }

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

  .content-wrapper.flex.flex-swap {
    flex-direction: column-reverse;
  }

  .content-wrapper.jobs {
    flex-direction: column;
  }

  .left-content._w-48 {
    width: 100%;
  }

  .right-content._w-48 {
    width: 100%;
    min-height: 350px;
    margin-bottom: 40px;
  }

  .right-content._w-48.map {
    width: 100%;
  }

  .img-1 {
    margin-bottom: 40px;
  }

  .img-1.display-none {
    display: none;
  }

  .gallery-wrapper.grid-x-5, .areas-list.grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .trustpilor-icon, .html-embed, .right-img, .right-img.extensions1 {
    width: 100%;
  }

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

@media screen and (max-width: 767px) {
  .hero-slider {
    height: 350px;
  }

  .co-logo-link {
    width: 100%;
    justify-content: center;
  }

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

  .tel-div, .top-contact-div {
    align-items: center;
  }

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

  .small-tel-nos {
    justify-content: center;
  }

  .slider-overlay-div {
    height: 100%;
  }

  .overlay-div {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

  .body-section.white-bg-blue-divider.lg-padding {
    padding-bottom: 60px;
  }

  .img-section {
    height: 400px;
    padding-top: 40px;
    padding-bottom: 0;
  }

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

  .mid-heading {
    font-size: 40px;
    line-height: 40px;
  }

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

  .h3 {
    margin-top: 40px;
  }

  .h2-white {
    font-size: 1.5rem;
  }

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

  .contact-left-div {
    width: 100%;
    margin-bottom: 0;
  }

  .bottom-content-div {
    flex-direction: column;
  }

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

  .default-list.grid, .default-list.grid.x-3 {
    grid-template-columns: 1fr;
  }

  .slider-text-div-3 {
    background-image: linear-gradient(rgba(21, 21, 49, .85), rgba(21, 21, 49, .85)), url('../images/FMB-Banner.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    padding: 10px 20px;
    display: flex;
    position: relative;
  }

  .fmb-image {
    padding: 20px;
    display: none;
  }

  .slider-overlay-div-3 {
    width: 100%;
    min-height: 350px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .slider-header.bold {
    font-size: 21px;
    line-height: 24px;
  }

  .fmb-2 {
    width: auto;
    max-width: 50px;
    min-width: 50px;
  }

  .fmb-2._2 {
    margin-left: 10px;
  }

  .bold-slider-text {
    font-size: 17px;
  }

  .content-wrapper.flex.m-top-140 {
    margin-top: 60px;
  }

  .page-title {
    text-align: center;
    flex: none;
    font-size: 2rem;
  }

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

  .job-html-frame {
    height: 338px;
  }

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

  .job-left {
    width: 100%;
    height: 400px;
  }

  .div-right {
    width: 100%;
  }

  .right-img.extensions1 {
    min-height: 350px;
  }

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

  .video-img._1 {
    display: none;
  }

  .video-img._2, .video-img._3, .vid {
    width: 48%;
  }
}

@media screen and (max-width: 479px) {
  .hero-slider {
    height: 550px;
  }

  .h1 {
    margin-bottom: 30px;
    font-size: 1.3rem;
  }

  .p._40b {
    margin-bottom: 30px;
  }

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

  .h2 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .dropdown-toggle, .nav-link, .dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .co-logo-link {
    width: 100%;
    justify-content: center;
  }

  .top-div-block {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .tel-link._07379 {
    margin-right: 0;
  }

  .co-logo {
    max-width: 280px;
  }

  .small-tel-nos {
    flex-direction: column;
    align-items: center;
  }

  .slider-small-text {
    width: 100%;
  }

  .slider-heading {
    font-size: 30px;
    line-height: 31px;
  }

  .slider-overlay-div {
    padding: 20px;
  }

  .overlay-div {
    display: none;
  }

  ._3-box-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    padding-bottom: 0;
  }

  .box {
    width: 100%;
    height: auto;
  }

  .box.bathroom, .box.loft, .box.house, .box.property {
    min-height: 200px;
  }

  .box.insurance {
    height: auto;
    min-height: 300px;
  }

  .box.maintenance {
    min-height: auto;
  }

  .box-overlay {
    width: 100%;
    padding: 15px;
  }

  ._4-boxes-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .box-heading {
    font-size: 20px;
    line-height: 27px;
  }

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

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

  .body-section.blue-bg.white-divider.p-lg-bottom {
    background-position: 50% 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body-section.off-white.blue-divider.p-bottom-large, .body-section.off-white-divider.p-bottom-large {
    background-position: 50% 100%;
    padding-bottom: 60px;
  }

  .slider-text {
    width: 100%;
  }

  .img-section {
    height: auto;
    padding-top: 0;
  }

  .img-text-div {
    width: 100%;
    padding: 20px;
  }

  .full-width-image-div {
    width: 100%;
    max-width: 100%;
    align-items: stretch;
  }

  .mid-heading {
    font-size: 20px;
    line-height: 28px;
  }

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

  .h3 {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 26px;
  }

  .h3.white {
    font-size: 1.3rem;
    font-weight: 400;
  }

  .body-div-2 {
    max-width: 100%;
  }

  .click-to-call {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .h2-whit {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

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

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

  .bottom-content-div {
    flex-direction: column;
  }

  .contact-right-div {
    width: 100%;
    height: auto;
    min-height: 150px;
    margin-top: 30px;
  }

  .font-icon.colored.white {
    width: 28px;
    height: 28px;
    font-size: 1rem;
  }

  .h-3-container {
    margin-top: 30px;
    padding: 15px;
  }

  .h-3-container.blue {
    padding: 15px;
  }

  .slider-text-div-3 {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    margin-top: 70px;
    padding: 16px;
    display: flex;
  }

  .fmb-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    justify-content: center;
    padding: 30px 20px;
  }

  .slider-overlay-div-3 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-height: 420px;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-header.bold {
    font-size: 20px;
    line-height: 20px;
  }

  .absolute-text, .slider-small-text-red-2 {
    width: auto;
    line-height: 19px;
  }

  .fmb-2 {
    max-width: 30px;
    min-width: 30px;
  }

  .fmb-2._2 {
    margin-left: 10px;
    display: none;
  }

  .fmb-content {
    width: 100%;
    margin-top: 0;
  }

  .trust-pilot-review.lg-padding {
    padding-bottom: 100px;
  }

  .page-title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.25rem;
  }

  .para.center.lg-text.p-top-20.md-text, .para.white.lg-text.center {
    font-size: 1.25rem;
  }

  .img-1.ir-img-4 {
    margin-bottom: 0;
  }

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

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

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

  .trustpilor-icon {
    width: 100%;
    height: 50px;
  }

  .test-box {
    margin-top: 20px;
    padding: 40px 25px;
    box-shadow: 20px 23px 0 -9px #dfe3ea;
  }

  .text-block {
    font-size: 14px;
    line-height: 23px;
  }

  .job-html-frame {
    height: 366px;
  }

  .job-left {
    height: 350px;
  }

  .div-right {
    padding: 40px 20px;
  }

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

  .right-img.loft2 {
    width: 100%;
    min-height: 250px;
  }

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

  .video-div {
    flex-direction: column;
    margin-top: 0;
  }

  .video-img._1, .video-img._2, .video-img._3 {
    display: none;
  }

  .vid {
    width: 100%;
  }
}

#w-node-c4855913-b43a-bbd6-c22e-7ef1bb6c8bef-f0d3a7bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4855913-b43a-bbd6-c22e-7ef1bb6c8bf2-f0d3a7bb, #w-node-_1e9ccc00-3b27-65e3-e51f-382cdc22b82d-f0d3a7bb, #w-node-_0b6b5ec9-2b13-1ab2-a864-bc96e413d6f4-f0d3a7bb {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_8ea269ed-e50d-a3cc-5957-ed099363231a-93632316 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8ea269ed-e50d-a3cc-5957-ed099363231a-93632316 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.woff2') format('woff2'), url('../fonts/Montserrat-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  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;
}