@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 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 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --white: white;
  --dark-slate-grey: #404243;
  --chocolate-2: #ce6f32;
  --chocolate: #ce6f32;
  --dark-grey: #949494;
  --black-2: #252627;
  --white-smoke: #ebebeb;
  --dark-slate-grey-2: #2f3d49;
  --dim-grey: #6f7072;
  --mid-gray: #5e5e5e;
  --sienna: #af5d29;
  --black: black;
  --orange: #ffac1c;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

.header-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.body {
  color: var(--dark-slate-grey);
  font-family: Poppins, sans-serif;
}

.announcement-contact-block {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.announcement-bar {
  z-index: 1;
  background-color: var(--chocolate-2);
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
}

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

.header-div-2.announcement-div {
  margin-left: auto;
  margin-right: auto;
}

.contact-ann-block {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.mobile-block.lig-text {
  background-color: var(--white);
  color: #fff;
  cursor: pointer;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.mobile-block.lig-text.m-right-none {
  background-color: var(--white);
  text-transform: uppercase;
  margin-right: 0;
}

.font-icon-2 {
  color: #fff;
  background-color: #50c878;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  display: flex;
}

.font-icon-2.yellow {
  background-color: var(--white);
  color: #2f3d49;
  border-radius: 20px;
  width: 100%;
  height: 32px;
  font-family: "Fa 300", sans-serif;
  font-size: 14px;
}

.main-block {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.announcement-barn-link {
  color: #2f3d49;
  text-transform: none;
  text-decoration: none;
}

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

.dl-item {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .3s ease-in-out;
}

.dl-item:hover, .dl-item.w--current {
  background-color: var(--chocolate-2);
  color: #fff;
}

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

.header-div-3 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 10px;
  display: flex;
}

.dropdown-toggle {
  color: var(--dark-slate-grey);
  border-bottom: 1px solid #0000;
}

.dropdown-toggle:hover {
  border-bottom-color: var(--chocolate);
  color: var(--chocolate-2);
}

.dropdown-list {
  border-radius: 0;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 1px 1px 3px #0000001a;
}

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

.header-call {
  display: none;
}

.menu-link-2 {
  color: var(--dark-slate-grey);
  border-bottom: 1px solid #fff;
  transition: all .3s ease-in-out;
}

.menu-link-2:hover {
  border-bottom: 1px solid var(--chocolate);
  color: var(--chocolate-2);
}

.menu-link-2.w--current {
  color: var(--chocolate-2);
  background-color: #0000;
  font-size: 14px;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 600px;
}

.slide-2 {
  color: var(--dark-grey);
  background-image: linear-gradient(#00000040, #00000040), url('../images/home-page-banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.black-int-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.menu-button-section {
  z-index: 1;
  background-color: #4169e10d;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

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

.menu-button-image-link.img-kitchen {
  background-image: url('../images/IMG-20221206-WA0061.webp');
  background-position: 0%;
  background-size: cover;
  border-radius: 4px;
}

.menu-button-image-link._2.drive {
  background-image: url('../images/drive-2.webp');
  background-position: 50% 100%;
}

.menu-button-image-link._2.carp {
  background-image: url('../images/gal-15.webp');
  background-position: 0%;
}

.menu-button-image-link._2.services {
  background-image: url('../images/IMG-20221206-WA0017.webp');
  background-position: 50%;
}

.menu-button-image-link.bath {
  background-image: url('../images/gal-1.webp');
  background-position: 100% 0;
}

.menu-button-div {
  border-radius: 4px;
  box-shadow: 1px 1px 3px #2f3d497d;
}

.menu-label-div {
  background-color: var(--chocolate-2);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.menu-button-group-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  display: grid;
}

.basic-p-block {
  width: 48%;
}

.basic-p-block._w-100 {
  width: 100%;
}

.basic-p-block._w-100.center-items {
  text-align: center;
}

.h1-light {
  color: var(--chocolate-2);
  font-weight: 200;
}

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

.single-image-div.home-1 {
  background-image: url('../images/IMG-20221206-WA0042.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.single-image-div.home-1.refurb1 {
  background-image: url('../images/new-build-Efficiency-image_1.webp');
  background-position: 50%;
  background-size: cover;
}

.single-image-div.home-1.remove {
  background-image: none;
}

.single-image-div.home-1.rsj1 {
  background-image: url('../images/7.webp');
  background-position: 50% 0;
  background-size: cover;
}

.single-image-div.hook-1 {
  background-image: url('../images/img-34tb.webp');
}

.single-image-div.hook-1.c-1 {
  background-image: url('../images/S-loft-2.webp');
}

.single-image-div.areas-map {
  background-image: none;
  width: 100%;
}

.single-image-div.ex-1 {
  background-image: url('../images/extensions-1st-image.webp');
}

.single-image-div.lf-1 {
  background-image: url('../images/IMG-20221206-WA0017.webp');
}

.single-image-div.bagshot {
  background-image: url('../images/drive_331881902.webp');
}

.single-image-div.loft1 {
  background-image: url('../images/2.webp');
}

.h1 {
  color: var(--black-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.coloured-underline {
  background-color: var(--chocolate-2);
  border-radius: 20px;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

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

.double-content-div.areas-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.double-content-div._2col {
  flex-flow: row;
}

.double-content-div.z {
  flex-flow: column;
}

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

.p.white-p {
  color: var(--white-smoke);
  font-weight: 300;
}

.box-heading {
  color: #2f3d49;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.box-heading.h2-white {
  color: #fff;
}

.box-heading.h3-heading {
  padding-bottom: 10px;
}

.box-heading.h3-heading.h2-white {
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.box-heading.h3-heading.h2-white.b {
  color: var(--black-2);
}

.box-heading.h3-heading.h2-white.small, .box-heading.h3-heading.black.small {
  font-size: 20px;
}

.box-heading.h3-heading.w {
  color: var(--white);
}

.box-heading.h3-heading.w._20b {
  padding-bottom: 20px;
}

.box-heading.h3-heading.w._20b._20t {
  margin-top: 20px;
}

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

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

.contact-us-button {
  background-color: var(--chocolate-2);
  color: #fff;
  border-radius: 2px;
  margin-top: 30px;
  padding: 12px 25px;
  font-weight: 300;
}

.lrg-img {
  background-color: #000;
  background-image: url('../images/IMG-20221206-WA0029.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 800px;
  display: flex;
}

.lrg-img.sm-img {
  border-radius: 0;
  height: 400px;
}

.lrg-img.sm-img.he-2 {
  background-image: url('../images/IMG-20221206-WA0019.webp');
  background-position: 100%;
}

.lrg-img.sm-img.he-3 {
  background-image: url('../images/IMG-20221206-WA0023.webp');
}

.lrg-img.sm-img.he-4 {
  background-image: url('../images/wraparound-image.webp');
  background-position: 50% 0;
}

.lrg-img.sm-img.refurb2 {
  background-image: url('../images/img-34tb.webp');
  background-position: 50% 0;
  height: 600px;
}

.lrg-img.sm-img.nb-3 {
  background-image: url('../images/IMG-20221206-WA0056.webp');
}

.lrg-img.sm-img.nb-4 {
  background-image: url('../images/new-build-Efficiency-image_1.webp');
}

.lrg-img.sm-img.nb-5 {
  background-image: url('../images/new-build-Safety-Image.webp');
  background-position: 50%;
  background-size: cover;
}

.lrg-img.sm-img.nb-6 {
  background-image: url('../images/new-build-Security-Image.webp');
  background-position: 50%;
}

.lrg-img.sm-img.lf-4 {
  background-image: url('../images/dormer-1.webp');
}

.lrg-img.sm-img.lf-5 {
  background-image: url('../images/hiptograble-1.webp');
}

.lrg-img.sm-img.lf-6 {
  background-image: url('../images/mansard-1.webp');
}

.lrg-img.sm-img.lf-7 {
  background-image: url('../images/Velux-1.webp');
  height: 500px;
}

.lrg-img.sm-img.drive2 {
  background-image: url('../images/drive_554638118.webp');
  background-position: 50%;
  background-size: cover;
}

.lrg-img.sm-img.rsj2 {
  background-image: url('../images/8.webp');
  background-position: 50% 0;
  background-size: cover;
}

.lrg-img.sm-img.garage1 {
  background-image: url('../images/dormer-1.webp');
  width: 100%;
}

.lrg-img.sm-img.garage2 {
  background-image: url('../images/hiptograble-1.webp');
  height: 700px;
}

.lrg-img.sm-img.loft3 {
  background-image: url('../images/drive_80418302.webp');
  width: 100%;
}

.lrg-img.sm-img.loft4 {
  background-image: url('../images/IMG-20221206-WA0037.webp');
  background-position: 100%;
  height: 700px;
}

.lrg-img.lf-2 {
  background-image: url('../images/S-loft-2.webp');
  height: 700px;
}

.lrg-img.loft2 {
  background-image: url('../images/5.webp');
  height: 700px;
}

.large-p-block {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  padding: 40px;
  box-shadow: 0 2px 8px #25262733;
}

.large-p-block._2 {
  margin-top: 60px;
}

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

.pinned-content-div.relativesec {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0%;
  position: static;
}

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

.large-image-section.light-grey {
  background-color: #9494941a;
}

.large-image-section.light-grey.z {
  flex-flow: column;
  padding-top: 0;
}

.large-image-section.bg-black {
  background-color: var(--black-2);
  position: relative;
}

.services-underline {
  background-color: #fff;
  border-radius: 20px;
  width: 100px;
  height: 5px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.services-underline.undrline-center {
  color: #fff;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

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

.mask {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.test-dec {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

.testemonials-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-2 {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-family: "Fa 300", sans-serif;
  font-size: 28px;
  display: inline-block;
}

.text-block-2.left-block {
  color: #fff;
  padding-left: 0;
}

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

.container-3.border-top {
  border-top: 0 #0000;
  position: relative;
}

.container-3.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.test-name {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-style: italic;
  font-weight: 700;
}

.services-title {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.services-title.why-us {
  text-align: left;
  margin-top: 0;
  padding-bottom: 20px;
}

.services-title.why-us._w-50 {
  width: 65%;
  padding-bottom: 10px;
  line-height: 42px;
}

.services-title.why-us._w-50.dark-text-align-center {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.testemonials-section {
  opacity: 1;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/IMG-20221206-WA0027.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top: 2px #8a868e3b;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.slider-arrow {
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

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

.grey-content-section.white-bg {
  background-color: var(--white);
}

.grey-content-section.white-bg._0b {
  padding-bottom: 0;
}

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

.grid-image-div.home-2 {
  background-image: url('../images/gal-19.webp');
}

.grid-image-div.home-3 {
  background-image: url('../images/home-page-2.webp');
  background-position: 50% 25%;
  background-size: cover;
}

.hyperlink {
  color: var(--chocolate-2);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.hyperlink:hover {
  color: var(--dark-slate-grey);
}

.hyperlink.bottom {
  font-size: 28px;
}

.hyperlink.bottom:hover {
  color: var(--white);
}

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

.grey-dividing-line.green-line {
  background-color: #ffffff30;
}

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

.grid-image-large-div.home-1 {
  background-image: url('../images/IMG-20221206-WA0007.webp');
}

.double-p-block {
  width: 100%;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.coloured-underline-2 {
  background-color: var(--chocolate-2);
  border-radius: 20px;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

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

.testemonials-section-2 {
  opacity: 1;
  border-top: 2px #8a868e3b;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.contact-form-code {
  margin-bottom: 0;
}

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

.content-section-2.orange {
  background-color: #4169e10d;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/IMG-20221206-WA0053.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.h3-div-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.h3-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.button-2 {
  color: #fff;
  background-color: #fda000;
  border: 1px #fda000;
  border-radius: 3px;
  margin-top: 20px;
  padding: 14px 40px;
  transition: all .3s ease-in-out;
}

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

.button-2.bt-blue {
  border-color: var(--chocolate-2);
  background-color: var(--chocolate-2);
  margin-left: auto;
  margin-right: auto;
}

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

.footer-social-link {
  background-color: var(--chocolate-2);
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.footer-title {
  color: #2f3d49;
  text-transform: uppercase;
  margin-bottom: auto;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

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

.footerlinks-copy {
  color: #2f3d49b8;
  text-align: center;
  margin-bottom: 0;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footerlinks-copy:hover {
  color: var(--chocolate-2);
}

.footer-nav-item {
  color: #2f3d49;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .2s;
}

.footer-nav-item:hover {
  color: #ffce07;
}

.footer-nav-item.footer-contact {
  color: var(--mid-gray);
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-item.footer-contact.curstor-auto {
  color: var(--dark-slate-grey-2);
  cursor: default;
}

.footer-contact-link {
  color: var(--dark-slate-grey-2);
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

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

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

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

.footer-info-div-2._1 {
  border-width: 1px 0;
  border-color: #6f7072;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
}

.footer-info-div-2._2 {
  border-width: 1px;
  border-color: var(--dim-grey);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
}

.footer-copy-right {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
}

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

.footer-section-2 {
  background-color: var(--white);
  border-top: 1px solid #2f3d494a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.acc {
  background-image: url('../images/FMB.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 80px;
  min-height: 80px;
}

.acc._2 {
  background-image: url('../images/5eff28acfb8e0c19bfd2a030_checkatrade-no-strapline.webp');
  margin-left: 10px;
}

.contact-link {
  color: #2f3d49;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
}

.contact-link:hover {
  color: var(--chocolate-2);
}

.foooter-logo {
  object-fit: contain;
}

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

.list.footer-list {
  text-align: center;
}

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

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

.sitemap-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.coloured-underline-3 {
  background-color: var(--chocolate-2);
  border-radius: 20px;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.coloured-underline-3.center-line {
  background-color: var(--chocolate-2);
  margin-left: auto;
  margin-right: auto;
}

.sitemap-link {
  color: #2f3d49;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.sitemap-link:hover {
  color: var(--sienna);
}

.sitemap-link.w--current {
  color: var(--chocolate-2);
}

.testimonial-block {
  background-color: var(--sienna);
  border-radius: 7px;
  margin-bottom: 40px;
  padding: 30px;
  box-shadow: 1px 1px 3px #2f3d496b;
}

.testimonial-block._20b {
  padding-bottom: 20px;
}

.h1-2 {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 34px;
}

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

.coloured-underline-4 {
  background-color: var(--chocolate-2);
  border-radius: 20px;
  width: 80px;
  height: 3px;
  margin-bottom: 30px;
}

.bullet-list-text {
  color: var(--dark-slate-grey);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.bullet-list-text.b {
  color: var(--dark-slate-grey);
}

.bullet-list-text.white, .bullet-list-text.home-white {
  color: var(--white-smoke);
  font-weight: 300;
}

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

.default-list.list-white {
  color: #fff;
}

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

.default-list.list-white.list-grid-x-3, .default-list.list-white.list-grid-tablet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.fa {
  font-family: "Fa 300", sans-serif;
}

.fa.fa-check {
  background-color: var(--chocolate-2);
  color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  display: flex;
}

.list-item {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: padding .3s;
  display: flex;
}

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

.list-item.z {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.list-item-2 {
  margin-bottom: 10px;
  transition: all .2s ease-in-out;
}

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

.list-item-2.flex {
  align-items: center;
  display: flex;
}

.coloured-underline-5 {
  background-color: var(--chocolate-2);
  border-radius: 20px;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.font-icon {
  background-color: var(--chocolate-2);
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  display: flex;
}

.areas-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

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

._3-img-block._40b {
  padding-bottom: 40px;
}

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

.img-1.bs-1 {
  background-image: url('../images/building-services-1.webp');
  background-position: 30%;
}

.img-1.bs-2 {
  background-image: url('../images/building-services-2.webp');
}

.img-1.bs-3 {
  background-image: url('../images/building-services-3.webp');
}

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

.image {
  width: 100%;
}

.whites {
  color: #fff;
}

.contact-type-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.heading-1-small {
  color: #333333a1;
  font-weight: 300;
}

.top-block {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

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

.telephone {
  color: #fff;
}

.telephone.office-number {
  padding-left: 20px;
}

.telephone.office-number.contact-type {
  color: #fff;
  padding-bottom: 5px;
  padding-left: 0;
}

.telephone.office-number.contact-type.m-bottom-10 {
  color: #fff;
  margin-bottom: 10px;
}

.contact-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-page-link {
  color: #fff;
  text-decoration: none;
}

.contact-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  display: inline-block;
}

.contact-content {
  background-color: var(--chocolate-2);
  text-align: left;
  border-radius: 8px;
  width: 100%;
  padding: 30px;
  transition: all .3s ease-in-out;
  box-shadow: -1px 1px 3px #00000045;
}

.contact-content:hover {
  transform: translate(-5px, -5px);
}

.contact-page-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  display: grid;
}

.background-video {
  z-index: 8;
}

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

._48-5-div {
  width: 48.5%;
}

._48-5-div.svs-img {
  background-image: url('../images/bespoke-garden-room.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._48-5-div.build-1 {
  background-image: url('../images/IMG-20221206-WA0026.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.more-link {
  width: 0;
  height: 0;
  margin-top: -80px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.google-reviews {
  margin-left: auto;
  margin-right: auto;
}

.google-reviews._100 {
  width: 100%;
}

.review-container {
  background-color: var(--dark-slate-grey);
  border-radius: 7px;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: none;
}

.google-badge {
  z-index: 200;
  position: relative;
}

._3-img-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

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

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

.div-block-12 {
  background-color: var(--chocolate-2);
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 5vh;
  margin-bottom: 10px;
  display: flex;
}

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

.txt-2 {
  color: #fff;
  text-align: center;
}

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

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

.image-9:hover {
  box-shadow: 0 0 12px 4px var(--sienna);
}

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

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

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .announcement-contact-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .announcement-bar {
    display: none;
  }

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

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

  .navbar-2 {
    width: 100%;
  }

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

  .header-div-3, .dropdown-toggle {
    width: 100%;
  }

  .dropdown-toggle:hover {
    color: #c0d42e;
  }

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

  .menu-button-2 {
    border-radius: 9px;
  }

  .menu-button-2:hover {
    background-color: #ebebeb;
  }

  .menu-button-2.w--open {
    color: #5e5e5e;
    text-align: right;
    background-color: #ebebeb;
  }

  .dropdown-list.w--open {
    background-color: #ebebeb;
  }

  .section-2.header-section.flex-verticle {
    flex-direction: column;
  }

  .dl-menu-link {
    width: 100%;
  }

  .header-call {
    background-color: var(--chocolate-2);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .menu-link-2 {
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    position: static;
  }

  .menu-link-2:hover {
    color: #c0d42e;
  }

  .menu-link-2:focus {
    color: #fff;
    background-color: #5e5e5e;
  }

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

  .hero-mask {
    height: 500px;
  }

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

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

  .menu-label-div {
    margin-top: 0;
  }

  .menu-button-group-div {
    grid-template-columns: 1fr 1fr;
  }

  .basic-p-block {
    width: 100%;
  }

  .h1-light {
    color: var(--chocolate-2);
  }

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

  .single-image-div.home-1.refurb1 {
    margin-top: 30px;
  }

  .single-image-div.home-1.remove {
    height: auto;
  }

  .single-image-div.home-1.remove._20t, .single-image-div.ex-1, .single-image-div.lf-1, .single-image-div.loft1 {
    margin-top: 30px;
  }

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

  .double-content-div._2col {
    flex-flow: column;
  }

  .p._1 {
    color: var(--dark-slate-grey);
  }

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

  .contact-us-button {
    margin-top: 20px;
  }

  .lrg-img {
    width: 100%;
    height: 650px;
  }

  .lrg-img.sm-img.drive2, .lrg-img.sm-img.rsj2 {
    height: 550px;
  }

  .large-p-block {
    background-color: #ffffffd9;
    width: 95%;
  }

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

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

  .pinned-content-div.relativesec {
    width: 95%;
  }

  .large-image-section {
    padding-bottom: 0;
  }

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

  .large-image-section.bg-black {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .large-image-section.bg-black._30b {
    padding-top: 0;
    padding-bottom: 0;
  }

  .test-dec {
    font-size: 1em;
  }

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

  .test-name {
    font-weight: 500;
  }

  .services-title {
    margin-top: 0;
  }

  .services-title.why-us._w-50 {
    width: 100%;
  }

  .hyperlink {
    color: var(--chocolate-2);
  }

  .grid-image-large-div.home-1 {
    height: 500px;
  }

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

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

  .footer-info-div-2._1 {
    border-width: 0 1px;
    padding: 40px 20px;
  }

  .footer-info-div-2._2 {
    border-left-width: 1px;
    padding: 40px 20px;
  }

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

  .fb-div {
    justify-content: center;
    margin-top: 40px;
  }

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

  .default-list.list-white.list-grid-tablet {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
  }

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

  .fa.fa-check {
    background-color: var(--chocolate-2);
  }

  .font-icon {
    flex: none;
  }

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

  .img-1.bs-1, .img-1.bs-2, .img-1.bs-3 {
    min-height: 300px;
  }

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

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

  .contact-content {
    flex-direction: column;
    display: flex;
  }

  .contact-page-info {
    grid-template-columns: 1fr;
  }

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

  ._48-5-div {
    width: 100%;
  }

  ._48-5-div.svs-img, ._48-5-div.build-1 {
    background-position: 50% 0;
    height: 500px;
    margin-top: 40px;
  }

  .more-link {
    margin-top: -100px;
  }

  ._3-img-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }

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

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

@media screen and (max-width: 767px) {
  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

  .main-block {
    width: 100%;
  }

  .announcement-barn-link {
    font-size: 14px;
  }

  .dl-item {
    text-align: left;
  }

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

  .dropdown-toggle {
    text-align: left;
    width: 100%;
  }

  .dropdown-list.w--open {
    position: relative;
  }

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

  .section-2.header-section {
    margin-top: 140px;
  }

  .section-2.header-section.flex-verticle {
    margin-top: 0;
    position: static;
  }

  .text-block-3 {
    text-align: left;
  }

  .menu-link-2 {
    width: 100%;
  }

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

  .hero-mask {
    height: 380px;
  }

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

  .single-image-div.home-1.remove {
    height: auto;
  }

  .single-image-div.home-1.rsj1 {
    margin-top: 30px;
  }

  .single-image-div.areas-map {
    height: auto;
  }

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

  .double-content-div.areas-grid {
    grid-template-columns: 1fr;
  }

  .box-heading.black {
    color: var(--dim-grey);
  }

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

  .contact-us-button {
    margin-top: 20px;
  }

  .lrg-img {
    height: 870px;
  }

  .lrg-img.sm-img.lf-7 {
    height: 580px;
  }

  .lrg-img.sm-img.drive2 {
    height: 710px;
  }

  .lrg-img.sm-img.rsj2 {
    height: 680px;
  }

  .large-p-block {
    padding: 30px;
  }

  .large-image-section.bg-black {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .mask {
    width: 100%;
  }

  .container-3 {
    width: 90%;
  }

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

  .services-title {
    text-align: left;
  }

  .services-title.why-us._w-50 {
    width: 100%;
  }

  .services-title.why-us._w-50.dark-text-align-center {
    font-size: 2.5em;
  }

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

  .slider-arrow {
    bottom: -50%;
  }

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

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

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

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

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

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

  .footer-nav-item.footer-contact {
    justify-content: center;
  }

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

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

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

  .text-span-4 {
    margin-right: 0;
  }

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

  .bullet-list-text {
    line-height: 26px;
  }

  .default-list.list-white.list-grid-tablet {
    grid-template-columns: 1fr 1fr;
  }

  .font-icon {
    flex: none;
  }

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

  ._3-img-block._40b {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .img-1.bs-1, .img-1.bs-2, .img-1.bs-3 {
    min-height: 200px;
  }

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

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

  .background-video {
    margin-top: 10px;
  }

  ._48-5-div.svs-img {
    background-position: 50%;
    height: 400px;
    margin-top: 30px;
  }

  ._48-5-div.build-1 {
    background-position: 50%;
    height: 400px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .more-link {
    margin-top: -180px;
  }

  ._3-img-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

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

  .navbar-2 {
    text-align: center;
    background-color: #f5f7fd;
    justify-content: center;
    display: flex;
  }

  .logo {
    object-fit: contain;
    width: 100%;
    max-width: 250px;
    max-height: 100px;
  }

  .dl-item {
    text-align: left;
  }

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

  .header-div-3 {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .dropdown-toggle:hover {
    color: var(--chocolate);
  }

  .nav-menu-2 {
    border-radius: 0;
  }

  .menu-button-2 {
    width: 100%;
    display: flex;
  }

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

  .menu-button-2.w--open {
    background-color: var(--chocolate);
    color: #fff;
    text-align: center;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .dropdown-list.w--open {
    border-radius: 0;
  }

  .text-block-3, .menu-link-2 {
    text-align: left;
  }

  .menu-link-2:hover {
    color: var(--chocolate);
  }

  .icon {
    text-align: center;
  }

  .menu-div-2 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .hero-mask {
    height: 250px;
  }

  .menu-button-section, .menu-button-image-link.img-kitchen, .menu-button-image-link._2.drive, .menu-button-image-link._2.carp, .menu-button-image-link._2.services, .menu-button-image-link.bath {
    display: none;
  }

  .single-image-div.ex-1 {
    margin-top: 30px;
  }

  .single-image-div.lf-1, .single-image-div.loft1 {
    margin-top: 20px;
  }

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

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

  .p._1 {
    color: #fff;
    padding-bottom: 0;
  }

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

  .p.pwhite {
    color: #fff;
    width: 100%;
  }

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

  .box-heading.h2-white {
    font-size: 24px;
    line-height: 26px;
  }

  .box-heading.h3-heading.black {
    color: var(--dark-slate-grey-2);
  }

  .box-heading.dark, .box-heading.black-white, .box-heading.black {
    color: var(--black-2);
  }

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

  .contact-us-button {
    margin-top: 10px;
  }

  .lrg-img {
    border-radius: 4px;
    width: 100%;
    height: 250px;
  }

  .lrg-img.sm-img {
    height: 250px;
  }

  .lrg-img.sm-img.he-2, .lrg-img.sm-img.he-3, .lrg-img.sm-img.he-4 {
    margin-top: 10px;
  }

  .lrg-img.sm-img.refurb2 {
    width: 100%;
    height: 250px;
    margin-top: 20px;
  }

  .lrg-img.sm-img.nb-3 {
    margin-top: 10px;
  }

  .lrg-img.sm-img.nb-4 {
    width: 100%;
    height: 250px;
    margin-top: 10px;
  }

  .lrg-img.sm-img.nb-5 {
    width: 100%;
    height: 250px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .lrg-img.sm-img.nb-6 {
    width: 100%;
    height: 250px;
    margin-top: 10px;
  }

  .lrg-img.sm-img.lf-4, .lrg-img.sm-img.lf-5 {
    margin-top: 10px;
  }

  .lrg-img.sm-img.lf-6 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .lrg-img.sm-img.lf-7 {
    height: 250px;
  }

  .lrg-img.sm-img.drive2, .lrg-img.sm-img.rsj2 {
    width: 100%;
    height: 250px;
    margin-top: 20px;
  }

  .lrg-img.sm-img.garage1, .lrg-img.sm-img.garage2, .lrg-img.sm-img.loft3, .lrg-img.sm-img.loft4 {
    margin-top: 10px;
  }

  .lrg-img.lf-2, .lrg-img.loft2 {
    height: 250px;
    margin-top: 10px;
  }

  .large-p-block {
    box-shadow: none;
    background-color: #0000;
    width: 100%;
    padding: 0;
  }

  .large-p-block._100 {
    background-color: var(--white);
    padding: 20px;
  }

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

  .pinned-content-div.relativesec {
    width: 100%;
  }

  .large-image-section {
    flex-direction: column;
  }

  .large-image-section.light-grey {
    background-color: var(--black-2);
    padding: 20px 20px 0;
  }

  .large-image-section.bg-black {
    padding: 30px 20px 0;
  }

  .large-image-section.bg-black._30b {
    padding-bottom: 30px;
  }

  .mask {
    width: 100%;
  }

  .test-dec {
    padding-left: 0;
    padding-right: 10px;
    font-size: 14px;
  }

  .container-3 {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    display: flex;
  }

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

  .services-title.why-us._w-50 {
    padding-right: 0;
  }

  .services-title.why-us._w-50.dark-text-align-center {
    font-size: 2em;
  }

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

  .slider-arrow {
    margin-top: auto;
    margin-bottom: 0;
    position: absolute;
    bottom: -95px;
  }

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

  .hyperlink.bottom {
    font-size: 1.2rem;
  }

  .grey-dividing-line.green-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

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

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

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

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

  .h3-2 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.35;
  }

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

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

  .footer-nav-item.footer-contact {
    justify-content: center;
  }

  .footer-nav-item.footer-contact.curstor-auto {
    text-align: center;
    justify-content: center;
  }

  .footer-contact-link {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

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

  .footer-info-div-2._1 {
    padding: 20px;
  }

  .footer-info-div-2._2 {
    border-width: 1px;
    border-bottom-style: solid;
    padding: 20px;
  }

  .fb-div {
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

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

  .acc {
    min-width: 60px;
    min-height: 60px;
    margin-right: 10px;
  }

  .foooter-logo {
    max-width: 220px;
  }

  .text-span-4 {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    margin-right: 3px;
    padding: 0;
    font-size: 20px;
  }

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

  .testimonial-block._20b {
    margin-bottom: 20px;
  }

  .h1-2 {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .coloured-underline-4 {
    margin-bottom: 20px;
  }

  .bullet-list-text.white, .bullet-list-text.mobilewhite {
    color: var(--white);
  }

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

  .default-list.grid-x2 {
    color: #fff;
    grid-template-columns: 1fr;
  }

  .default-list.grid-x2.black {
    color: var(--black-2);
  }

  .default-list.grdix-3 {
    color: #fff;
  }

  .default-list.grdix-3.black-copy {
    color: #000;
  }

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

  ._3-img-block {
    grid-template-columns: 1fr;
  }

  ._3-img-block._40b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .img-1.bs-1, .img-1.bs-2, .img-1.bs-3 {
    min-height: 250px;
  }

  .background-video {
    height: 250px;
    margin-top: 0;
  }

  ._48-5-div.svs-img {
    height: 250px;
  }

  ._48-5-div.build-1 {
    height: 250px;
    margin-bottom: 20px;
  }

  .more-link {
    margin-top: -230px;
  }

  .google-reviews._100 {
    margin-top: 0;
  }

  .review-container {
    margin-top: 120px;
  }

  ._3-img-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .image-9 {
    height: 250px;
  }

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

#w-node-_2ca7020c-867f-c18f-7d3d-fda42f8d109e-4c451e19 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94fcf12f-c1a7-84c6-74e9-c2788660fd94-4c451e19 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_94a59d7c-e514-e00a-fe77-37aacae10db1-aa75a3ee, #w-node-df82ddf6-0d7f-f8ce-0135-88f519530970-aa75a3ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04a05fee-cf93-76b4-c4bd-8ec1d40aa46b-bf090333, #w-node-_04a05fee-cf93-76b4-c4bd-8ec1d40aa479-bf090333, #w-node-_04a05fee-cf93-76b4-c4bd-8ec1d40aa483-bf090333 {
  place-self: auto stretch;
}

#w-node-_69b1e021-8641-74db-cefd-239ce9bfc4b7-54538230, #w-node-_69b1e021-8641-74db-cefd-239ce9bfc4b8-54538230, #w-node-_69b1e021-8641-74db-cefd-239ce9bfc4bc-54538230, #w-node-_69b1e021-8641-74db-cefd-239ce9bfc4bd-54538230, #w-node-_69b1e021-8641-74db-cefd-239ce9bfc4c1-54538230, #w-node-_69b1e021-8641-74db-cefd-239ce9bfc4c2-54538230, #w-node-_69b1e021-8641-74db-cefd-239ce9bfc4c6-54538230, #w-node-_69b1e021-8641-74db-cefd-239ce9bfc4c7-54538230, #w-node-_153ab1cf-b3fd-d358-da62-1dea0ae46708-54538230, #w-node-_153ab1cf-b3fd-d358-da62-1dea0ae46709-54538230, #w-node-_2adc2776-afb3-3a74-ec44-0a4b782d7ede-ec750e83, #w-node-_03b3ad31-17bb-bda0-4f23-176f64b5e208-ec750e83, #w-node-_7af71aae-3a3e-e1ca-90e0-9d22158bc3e4-ec750e83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8c42f27d-bdae-c2fd-c762-d75776f3f59b-4c451e19 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04a05fee-cf93-76b4-c4bd-8ec1d40aa46b-bf090333, #w-node-_04a05fee-cf93-76b4-c4bd-8ec1d40aa479-bf090333 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2ca7020c-867f-c18f-7d3d-fda42f8d109e-4c451e19 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_94fcf12f-c1a7-84c6-74e9-c2788660fd94-4c451e19, #w-node-_94fcf12f-c1a7-84c6-74e9-c2788660fd95-4c451e19, #w-node-_94fcf12f-c1a7-84c6-74e9-c2788660fd96-4c451e19 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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