:root {
  --white: #fdfdfd;
  --black: #212529;
  --crimson: #d62828;
  --black-2: #353535;
  --silver: #b5b5b5;
  --dark-slate-blue: #023c7e;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  font-family: Montserrat, sans-serif;
}

.hero-section {
  height: 100%;
}

.container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.container.nav-fluid {
  padding-top: 0;
}

.container.announcement-container {
  width: 90%;
  max-width: none;
}

.container.fluid {
  width: 98%;
  max-width: none;
}

.container.cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.nonr {
  padding-top: 0;
}

.container.none-1 {
  width: 100%;
  padding-top: 0;
}

.navbar {
  z-index: 1000;
  background-color: var(--white);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: flex;
}

.brand {
  color: #fff;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.brand.margin-right-20 {
  color: var(--black);
  margin-right: 10px;
}

.brand.margin-right-20.footer-brand {
  color: var(--white);
  margin-bottom: 20px;
  margin-right: 0;
}

.nav-link {
  color: var(--black);
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  transition: all .45s ease-in-out;
}

.nav-link:hover {
  color: var(--crimson);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.nav-link.w--current {
  color: var(--crimson);
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu.margin-auto {
  justify-content: space-between;
}

.logo-span {
  color: #ef233c;
  flex: none;
  font-weight: 800;
}

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  transition: all .45s ease-in-out;
  display: inline-block;
}

.dropdown-link:hover {
  color: var(--crimson);
  background-color: rgba(0, 0, 0, 0);
}

.drop-down-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.drop-down-link:hover {
  color: #ef233c;
}

.hero-large-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
}

.hero-btn-qoute {
  background-color: var(--crimson);
  color: var(--white);
  border-radius: 4px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 1.25em;
  line-height: 1.5;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: inline-block;
}

.hero-btn-qoute:hover {
  transform: scale(.95);
}

.hero-para-text {
  color: #ececec;
  font-size: 1.2em;
  line-height: 1.7;
}

.footer-section {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-contact-info {
  border: 1px solid rgba(70, 72, 75, .58);
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.contact-block-1 {
  border-right: 1px solid #8a8a8a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-block-1.border-none {
  border-right-style: none;
  align-items: center;
}

.contact-icon {
  background-color: var(--crimson);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  display: flex;
}

.contact-info-text {
  flex-direction: column;
  display: flex;
}

.contact-type-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.contact-info-link {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
}

.contact-info-link.top {
  margin-top: 8px;
}

.footer-mid-content {
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.footer-desc {
  color: #fff;
  font-size: 1em;
}

.footer-social-media {
  color: #fff;
  background-color: rgba(255, 255, 255, .22);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-media:hover {
  background-color: var(--crimson);
}

.footer-social-media.margin-right-none {
  margin-right: 0;
}

.footer-social-media.margin-right-none:hover {
  background-color: var(--crimson);
}

.footer-social-media-block {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.footer-col {
  width: 30%;
}

.footer-copy {
  border-top: 1px solid rgba(255, 255, 255, .09);
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.para {
  color: var(--black-2);
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
}

.para.text-white {
  color: #9b9b9b;
  text-align: center;
}

.para.para-sm {
  color: #838383;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.para.para-sm.w {
  color: var(--white);
}

.para.para-sm.w.long {
  width: 100%;
}

.para.bullet-para {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.para.para-white {
  color: var(--white);
}

.footer-copy-link {
  color: var(--silver);
  cursor: pointer;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-copy-link:hover {
  color: #fff;
}

.footer-menu-text {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
}

.footer-link {
  color: var(--white);
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-link:hover {
  color: var(--crimson);
}

.services-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-2 {
  text-transform: uppercase;
}

.image-block-project {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/_190387968_1_190387968.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-width: 400px;
  min-height: 400px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
}

.image-block-project:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/_190387968_1_190387968.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.dropdown-menu-link {
  background-color: #fff;
  border-left: 5px solid rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .45s ease-in-out;
}

.dropdown-menu-link:hover {
  border-left: 5px solid var(--crimson);
  color: var(--black-2);
}

.dropdown-menu-link.w--current {
  border-left-color: var(--crimson);
  color: var(--black-2);
}

.dropdown-list {
  border-radius: 6px;
  width: 300px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  margin-top: 19px;
  overflow: visible;
}

.announcement-bar {
  background-color: var(--dark-slate-blue);
}

.announcement-wrapper {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  display: flex;
}

.announcement-link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.announcement-link:hover {
  color: var(--silver);
}

.announcement-time {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
}

.announcement-contact {
  background-color: var(--crimson);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.announcement-contact:hover {
  background-color: var(--white);
  color: var(--black);
}

.header-social-media {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-social-icon {
  color: var(--crimson);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  background-color: var(--crimson);
  color: var(--white);
}

.header-social-icon.margin-right-none {
  color: var(--crimson);
  margin-right: 0;
}

.header-social-icon.margin-right-none:hover {
  color: var(--white);
}

.nav {
  margin-left: auto;
  margin-right: auto;
}

.hero-slider {
  min-height: 78vh;
}

.slide {
  background-image: linear-gradient(rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), url('../images/Main-Banner-2_1.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(33, 37, 41, .66)), url('../images/_190387968_1_190387968.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-arrow {
  background-color: var(--black-2);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .45s ease-in-out;
  display: none;
}

.slider-arrow:hover {
  background-color: var(--dark-slate-blue);
}

.arrow-icon {
  font-size: .6em;
}

.slider-inner-content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-content {
  text-align: center;
  width: 60%;
}

.hero-md-text {
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
}

.scroll-up {
  z-index: 1000;
  background-color: var(--dark-slate-blue);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 23%;
  left: auto;
  right: 20px;
}

.scroll-arrow-up {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-design-1-h1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-design-1-h1.test {
  padding-top: 0;
}

.section-design-1-h1.b {
  background-color: var(--black);
}

.section-design-1-h1.top {
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-section {
  flex: 0 auto;
  width: 48%;
}

.left-section._100 {
  width: 100%;
}

.right-section {
  box-shadow: 11px -11px 0 0 var(--crimson);
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.text-block {
  color: var(--crimson);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.95;
}

.text-block.bullet-list-title {
  color: #757575;
  font-size: 1.25em;
}

.heading-1 {
  color: #3b444d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.5;
}

.heading-1.margin-bottom-30 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.heading-1.margin-bottom-30.top {
  margin-top: 25px;
}

.heading-1.margin-bottom-30.w {
  color: var(--white);
}

.heading-1.w {
  margin-top: 10px;
  margin-bottom: 20px;
}

.inner-img {
  background-image: url('../images/Main-Banner-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img.height {
  height: 400px;
}

.inner-img.new-build-3 {
  background-image: url('../images/nb-page5.webp');
  height: 400px;
}

.inner-img.new-build-4 {
  background-image: url('../images/new-build-6.webp');
}

.inner-img.new-build-1 {
  background-image: url('../images/NB-Page-3.webp');
}

.inner-img.extension1 {
  background-image: url('../images/HE-Page1.webp');
}

.inner-img.extension-4 {
  background-image: url('../images/HE-Page-3.webp');
  background-position: 50%;
}

.inner-img.extension-3 {
  background-image: url('../images/HE-Page-4.webp');
  height: 400px;
}

.inner-img.refurb1 {
  background-image: url('../images/Refurb-Page1.webp');
  background-position: 50%;
}

.inner-img.refurb3 {
  background-image: url('../images/refurb-page3.webp');
  background-position: 50%;
  height: 400px;
}

.inner-img.refurb4 {
  background-image: url('../images/Refurb-Page4.webp');
  background-position: 50% 100%;
}

.inner-img.garage1 {
  background-image: url('../images/GC-Page1.webp');
  background-position: 50%;
}

.inner-img.garage3 {
  background-image: url('../images/Garage-2.webp');
  background-position: 50%;
  height: 400px;
}

.inner-img.garage4 {
  background-image: url('../images/garage-1.webp');
  background-position: 50%;
  background-size: 900px;
}

.inner-img.garden1 {
  background-image: url('../images/GR4.webp');
  background-position: 50%;
}

.inner-img.garden1.rsj-1 {
  background-image: url('../images/rsj.webp');
}

.inner-img.garden3 {
  background-image: url('../images/GR2.webp');
  background-position: 50%;
  height: 400px;
}

.inner-img.garden3.rsj-3 {
  background-image: url('../images/rsj-on-building-site.webp');
}

.inner-img.garden4 {
  background-image: url('../images/GR3.webp');
  background-position: 50%;
  background-size: 900px;
}

.inner-img.garden4.rsj-4 {
  background-image: url('../images/rsj-threw-room.webp');
  background-position: 50% 0;
}

.inner-img.img {
  background-image: url('../images/man-3.webp');
  background-position: 50% 23%;
  background-size: cover;
}

.inner-img.img.edit {
  background-image: url('../images/man-3.webp');
}

.default-btn {
  color: var(--white);
  background-color: #ffd166;
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  transform: scale(.95);
}

.default-btn.margin-top-20 {
  border: 1px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
}

.default-btn.margin-top-20.default-btn-outline {
  color: #ffd166;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffd166;
}

.default-btn.margin-top-20.default-btn-outline.marginleft-20 {
  border-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  min-width: auto;
  margin-left: 20px;
}

.default-btn.margin-top-20.light-btn {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
  margin-top: 20px;
}

.heading-3-cta-section {
  background-color: var(--dark-slate-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.h3-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-h3-box {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.h3-cta-btns {
  justify-content: center;
  align-items: stretch;
  height: 50px;
  margin-top: 40px;
  display: flex;
}

.heading-3-text {
  color: var(--white);
  text-align: center;
  padding-right: 0;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.25;
}

.h3-cta-call-btn {
  background-color: var(--white);
  color: var(--crimson);
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 1em;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.h3-cta-call-btn.btn-outline {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0;
  line-height: 60px;
}

.h3-cta-call-btn.btn-outline:hover {
  background-color: var(--white);
  color: var(--crimson);
}

.services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-link-box {
  color: #2b2a2a;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0), rgba(0, 0, 0, .35)), url('../images/Garage-sb.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  align-items: flex-end;
  width: 100%;
  min-height: 380px;
  text-decoration: none;
  display: flex;
}

.services-link-box.new-build {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0), rgba(0, 0, 0, .35)), url('../images/refurb1.webp');
}

.services-link-box.ouse-extension {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0), rgba(0, 0, 0, .35)), url('../images/NB-Banner.webp');
}

.services-link-box.building-services {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0), rgba(0, 0, 0, .35)), url('../images/Extension.webp');
}

.services-link-box.loft-conversion {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0), rgba(0, 0, 0, .35)), url('../images/garden-sb.webp');
}

.services-link-box.loft-conversion.rsj {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0), rgba(0, 0, 0, .35)), url('../images/rsj-in-extension.webp');
}

.services-box-lable {
  text-align: center;
  background-color: #f5f8fa;
  border-radius: 4px;
  width: 70%;
  margin: 0 auto 20px;
  padding: 20px;
}

.services-lable-text {
  margin-bottom: 0;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.5;
}

.bullet-list-services {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 140px;
}

.top-title-content {
  text-align: center;
}

.heading-2-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.9;
}

.heading-2-title.heading-white {
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.heading-2-title.mid {
  text-align: center;
}

.bullet-list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.bullet-list-grid._4box {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bullet-block {
  background-color: var(--black-2);
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
}

.bullet-block:hover {
  transform: translate(0, -5px);
}

.bullet-block-title {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.75;
}

.bullet-block-btn {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  border-radius: 4px;
  margin-top: auto;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bullet-block-btn:hover {
  transform: scale(.95);
}

.bullet-icon {
  text-align: left;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
}

.bullet-icon.kitchen {
  background-image: none;
  margin-left: 0;
}

.bullet-icon.plastering {
  background-image: none;
  width: 142px;
  height: 142px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.bullet-icon._2 {
  background-image: none;
  margin-bottom: -4px;
}

.section-2-h2-w-img-vid {
  padding-top: 0;
  padding-bottom: 0;
}

.container-fluid.display-flex {
  display: flex;
}

.section-2-img-full {
  background-image: url('../images/nb-page2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

.section-2-img-full.he {
  background-image: url('../images/HE-Page-2.webp');
}

.section-2-img-full.refurb {
  background-image: url('../images/Refurb-Page-2.webp');
  background-position: 100%;
}

.section-2-img-full.garage {
  background-image: url('../images/gc-page-4.webp');
  background-position: 85%;
}

.section-2-img-full.garden2 {
  background-image: url('../images/GR-1.webp');
  background-position: 25%;
}

.section-2-img-full.garden2.rsj-2 {
  background-image: url('../images/Red-rsj.webp');
  background-position: 50% 0;
}

.section-2-img-full.home {
  background-image: url('../images/341165639_552212800429884_1854369961776138585_n.webp');
}

.section-2-text-content {
  background-color: var(--crimson);
  width: 50%;
  padding: 50px 0;
}

.inner-text-content {
  width: 82%;
  max-width: 1400px;
  margin-left: 60px;
  margin-right: auto;
}

.brand-bands {
  background-color: #f5f8fa;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.brand-band-wrapper {
  justify-content: space-between;
  display: flex;
}

.brand-icon {
  color: #bdbdbd;
  font-family: "Fa brands 400", sans-serif;
  font-size: 5em;
  line-height: 1;
  display: inline-block;
}

.testimonials-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
  position: relative;
}

.text-block-3 {
  color: var(--white);
  flex: none;
  margin-top: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.right-arrow {
  background-color: var(--dark-slate-blue);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-arrow:hover {
  background-color: var(--crimson);
  color: #fff;
  transform: scale(.95);
}

.who-made-comment {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.sub-heading {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

.sub-heading.w {
  color: var(--white);
}

.left-arrow {
  background-color: var(--dark-slate-blue);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  transition: all .3s ease-in-out;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-arrow:hover {
  background-color: var(--crimson);
  transform: scale(.95);
}

.testemonial-content-everything {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testemonials-slider {
  position: static;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-2.test-container {
  padding-top: 0;
}

.slide-nav {
  display: block;
  position: absolute;
}

.heading-2 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.heading-2.b {
  color: var(--dark-slate-blue);
}

.testemonials {
  padding-top: 100px;
  padding-bottom: 100px;
}

.underline {
  background-color: #fb6749;
  border-radius: 6px;
  width: 60%;
  height: 5px;
  line-height: 30px;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 0;
}

.underline.testemonials-underline {
  flex: 0 auto;
  width: 20%;
  position: relative;
  left: 0%;
  right: 0;
}

.underline.testemonials-underline.gray {
  background-color: #f5f8fa;
  width: 100%;
}

.underline.testemonials-underline.orange {
  background-color: var(--dark-slate-blue);
  width: 30%;
  position: absolute;
  top: 0;
}

.slide-3 {
  background-color: #fff;
  height: auto;
  padding: 15px;
}

.qoate-symbol {
  color: var(--dark-slate-blue);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  display: flex;
  position: relative;
}

.customer-title {
  color: #aaacaf;
}

.mask {
  height: auto;
  min-height: 250px;
}

.block-quote {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.customer-img {
  background-image: url('../images/vicky-hladynets-C8Ta0gwPbQg-unsplash_1vicky-hladynets-C8Ta0gwPbQg-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.slider-2 {
  height: auto;
  position: static;
}

.card-bullet {
  margin-bottom: 20px;
  padding-left: 0;
}

.card-bullet.grid {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-bullet.grid.pad {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-bullet._3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-bullet._4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-bullet-item {
  color: #838383;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.card-icon {
  color: var(--crimson);
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.card-icon.w {
  color: var(--white);
}

.btn-wrapper {
  padding-top: 20px;
}

.bullet-heading {
  color: var(--black);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.bullet-heading.w {
  color: var(--white);
}

.c-logo {
  width: 365px;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 10px -99px 0 0 var(--dark-slate-blue);
  color: var(--white);
}

.hyperlink.cta {
  box-shadow: inset 0 -2px 0 0 var(--white);
  color: var(--white);
}

.hyperlink.cta:hover {
  box-shadow: inset 0 -100px 0 0 var(--crimson);
  color: var(--white);
}

.slide-nav-2 {
  display: none;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 800;
  line-height: 40px;
}

.cta-logo {
  width: 325px;
  margin-bottom: 20px;
}

.gallery-section {
  background-color: var(--black-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-5 {
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.buttons-div {
  width: 100%;
  margin-top: 60px;
}

.container-5 {
  flex: 1;
  width: 100%;
  display: block;
  position: relative;
}

.p {
  color: #111;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.7em;
}

.p.price-text {
  color: var(--white);
  font-weight: 400;
  line-height: 2;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  display: grid;
}

.team-block {
  z-index: 3;
  background-color: var(--crimson);
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-line-side {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
}

.body-container-div {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-container-div.left {
  align-items: flex-start;
}

.team-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.button-1 {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/Mansard-8.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 1px 1px 12px 1px #000;
}

.button-1:hover {
  transform: scale(.95);
}

.team-section {
  width: 100%;
  max-width: none;
}

.team-name {
  color: var(--white);
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 32px;
}

.team-line-bottom {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 32px;
}

.lightbox-link {
  background-image: url('../images/Project2-1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 375px;
  position: relative;
}

.lightbox-link._1 {
  background-image: url('../images/Project4.webp');
}

.lightbox-link._2 {
  background-image: url('../images/project3-1.webp');
}

.team-text {
  margin-top: 32px;
}

.bold-text-3 {
  font-size: 28px;
}

.gallery-sub {
  text-align: center;
  font-size: 22px;
  line-height: 34px;
}

.gallery-h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.text-block-6 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.button-2 {
  background-color: #212529;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Newmarch9.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 1px 1px 12px 1px #000;
}

.button-2:hover {
  transform: scale(.95);
}

.bold-text-4 {
  color: var(--white);
}

.foot-c-logo {
  width: 290px;
  margin-bottom: 20px;
}

._2x1 {
  grid-template-rows: auto;
  margin-top: 40px;
}

.service-banner {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/NB-Banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  display: flex;
  position: relative;
}

.service-banner._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Extension.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-banner._3, .service-banner._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/refurb1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-banner._5 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Garage-sb.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-banner._6 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/garden-sb.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

.service-banner._6.rsj {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/rsj-in-extension.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

.service-banner._7 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Areas.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

.service-banner._8, .service-banner._9 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Banner-Test.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

.service-banner._10 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/contact-banner.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

.service-banner._11 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Site-Map-Banner.webp');
  background-position: 0 0, 50% 75%;
  background-size: auto, cover;
}

.service-ban-text {
  border-bottom: 5px solid var(--crimson);
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 54px;
  font-weight: 700;
  line-height: 46px;
}

.areas-list {
  padding-left: 0;
}

.areas-list.areas-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid rgba(95, 95, 81, .12);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.font-icon {
  background-color: var(--crimson);
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 15.5px;
  display: flex;
}

.hyperlink-2 {
  color: #d63239;
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
  box-shadow: inset 0 -2px #d63239;
}

.hyperlink-2:hover {
  color: #f7f7f2;
  box-shadow: inset 0 -100px #d63239;
}

.area-map {
  filter: grayscale(45%);
  width: 100%;
  height: 525px;
  margin-top: 30px;
}

.red-section {
  background-color: var(--crimson);
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-grid {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.double-p-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.light-text-line {
  background-color: #eef3fa;
  width: 40px;
  height: 2px;
}

.light-text-line.black {
  background-color: #1e1f21;
}

.double-content-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.double-content-div.flex-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.contact-content {
  background-color: var(--dark-slate-blue);
  text-align: left;
  border-radius: 8px;
  width: 100%;
  padding: 30px;
  transition: all .3s ease-in-out;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, .27);
}

.contact-content:hover {
  transform: translate(-5px, -5px);
}

.contact-icon-2 {
  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-type-title-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.title-as-section {
  color: #f7f7f2;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: 300;
}

.title-as-section.lg-text {
  font-size: 28px;
  line-height: 1;
}

.title-as-section.lg-text.black {
  color: #343817;
  font-size: 44px;
  line-height: 1.3;
}

.title-as-section.lg-text.black.h2-style {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.title-as-section.lg-text.black.h2-style.black-text {
  color: #1e1f21;
}

.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: 0;
  padding-bottom: 0;
  display: grid;
}

.google-maps {
  background-color: #f7f7f2;
}

.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;
}

.heading-3-top-title {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.heading-3-top-title.m-bottom-30 {
  justify-content: center;
  margin-bottom: 30px;
}

.top-block {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.right-contact-form {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-page-link {
  color: #eef3fa;
  text-decoration: none;
}

.telephone {
  color: #fff;
}

.telephone.office-number {
  padding-left: 20px;
}

.telephone.office-number.contact-type {
  color: #eef3fa;
  padding-bottom: 10px;
  padding-left: 0;
}

.telephone.office-number.contact-type.m-bottom-10 {
  color: #fff;
  margin-bottom: 10px;
}

.sitemap-list-item {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sitemap-link {
  color: #222;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.sitemap-link:hover {
  color: #d63239;
}

.sitemap-list {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.form {
  width: 100%;
}

.form.top {
  text-align: left;
  margin-top: 20px;
}

.form-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-7 {
  color: var(--white);
}

.fmb {
  width: 80px;
  margin-left: 20px;
}

.bourne {
  margin-top: 20px;
}

.bourne.logo-1 {
  width: 100%;
  margin-top: 0;
}

.grey {
  background-color: var(--black-2);
  padding-top: 40px;
  padding-bottom: 40px;
}

.h3 {
  color: var(--crimson);
  font-size: 18px;
}

.logo-2 {
  width: 100%;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.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;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -12px;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: rgba(3, 5, 36, .6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_component {
  z-index: 1500;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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;
  top: auto;
  bottom: 140px;
  left: 20px;
  right: auto;
}

.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 rgba(51, 51, 51, .15);
  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 rgba(0, 0, 0, .1);
}

.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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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: 20000;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 24px 32px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white-section {
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.grid-4._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-2 {
  background-image: url('../images/Beige-and-Cream-Bold-Congratulation-LinkedIn-Post_20240402_214431_0000.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2, .image-3 {
  height: 450px;
}

.image-4 {
  height: 500px;
  display: block;
}

.image-5 {
  background-image: url('../images/Beige-and-Cream-Bold-Congratulation-LinkedIn-Post_20240402_214431_0000.webp');
  background-position: 0 0;
  background-size: cover;
  height: 500px;
  display: block;
}

.div-block-3 {
  padding-top: 0;
}

.heading-2-div {
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 9px;
}

.white-border {
  border: 1px solid var(--white);
  padding: 7px;
}

.footerlinks {
  color: var(--white);
  text-decoration: none;
}

.podcast {
  background-image: url('../images/Black-Simple-Daily-Podcast-Cover-1-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
}

.podcast.ab {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-4 {
  display: flex;
}

.primary-btn {
  color: #fff;
  background-color: #ffa200;
  border-radius: 4px;
  margin-top: 20px;
  padding: 20px 40px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.primary-btn:hover {
  color: #000;
  background-color: #fff;
}

.primary-btn.hovr-black:hover {
  color: #f9f9f9;
  background-color: #080f34;
}

.primary-btn.hovr-black.margin-top-20 {
  margin-top: 20px;
}

.primary-btn.hovr-black.margin-top-20.mobil-btn {
  background-color: var(--crimson);
  text-transform: uppercase;
  display: block;
}

.close-icon {
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 22px;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.close-icon:hover {
  background-color: rgba(0, 0, 0, 0);
}

.close-icon.circle {
  background-color: var(--crimson);
  font-family: "Fa solid 900", sans-serif;
}

.widget-block {
  z-index: 1000;
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(rgba(21, 22, 35, .93), rgba(21, 22, 35, .93));
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: auto;
  padding: 40px 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: 1%;
  right: auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .18);
}

.pop-head {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
}

.footer-brand {
  text-decoration: none;
}

.footer-brand.popup {
  height: 60px;
}

.text-span-2 {
  font-size: 30px;
  font-weight: 700;
}

.div-block-5 {
  background-image: url('../images/Black-Simple-Daily-Podcast-Cover-1-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 300px;
}

@media screen and (min-width: 1920px) {
  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .services-link-box.loft-conversion {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0), rgba(0, 0, 0, .35)), url('../images/Loft-Conversion_1Loft-Conversion.webp');
  }

  .who-made-comment {
    position: relative;
  }

  .testemonials-slider {
    position: static;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .mask {
    width: 100%;
  }

  .block-quote {
    font-size: 1.15rem;
  }

  .slider-2 {
    width: 100%;
  }

  .double-content-div {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .container.nav-fluid {
    width: 100%;
    padding: 0;
  }

  .container.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-2 {
    justify-content: space-between;
  }

  .brand.margin-right-20 {
    margin-left: 10px;
    margin-right: auto;
  }

  .nav-link {
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    color: var(--white);
    background-color: #ef233c;
    border-radius: 0;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  .nav-menu.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
  }

  .dropdown-link {
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-radius: 0;
    width: 100%;
  }

  .dropdown-link:hover {
    color: #fff;
    background-color: #ef233c;
    border-radius: 0;
  }

  .dropdown-link.w--open {
    color: #fff;
    background-color: #ef233c;
  }

  .dropdown-link.no-border {
    color: #fff;
    border-bottom-style: none;
  }

  .drop-down-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drop-down-link:hover {
    color: #fff;
  }

  .hero-large-text {
    font-size: 3em;
  }

  .hero-para-text {
    font-size: 1.1em;
  }

  .footer-contact-info {
    flex-direction: column;
  }

  .contact-block-1 {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .contact-block-1.border-none {
    border-bottom-style: none;
  }

  .footer-mid-content {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-col {
    width: 100%;
  }

  .image-block-project {
    min-width: 300px;
    min-height: 300px;
  }

  .nav-toggle {
    border-radius: 6px;
    margin-right: 10px;
  }

  .nav-toggle.w--open {
    background-color: #fff;
  }

  .burger-menu {
    color: var(--black-2);
    font-size: 1.2em;
  }

  .dropdown-menu-link {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-list.w--open {
    background-color: #f7f7f7;
    border-radius: 0;
    margin-top: 0;
  }

  .announcement-wrapper {
    flex-direction: row;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
    margin-right: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    display: none;
  }

  .header-social-media {
    justify-content: space-around;
  }

  .header-social-icon {
    color: var(--crimson);
    border-right: 1px solid rgba(53, 53, 53, .24);
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .header-social-icon.margin-right-none {
    text-align: left;
    font-size: 22px;
  }

  .nav {
    background-color: var(--black-2);
    height: 100%;
    margin-bottom: auto;
  }

  .hero-content {
    width: 70%;
  }

  .hero-md-text {
    font-size: 1.5em;
  }

  .scroll-up {
    z-index: 1;
  }

  .section-design-1-h1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
  }

  .left-section {
    width: 100%;
  }

  .right-section {
    width: 100%;
    margin-bottom: 40px;
  }

  .inner-img {
    min-height: 500px;
  }

  .default-btn.margin-top-20 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .default-btn.margin-top-20.default-btn-outline.marginleft-20 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3-cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h3-wrapper {
    flex-direction: column;
  }

  .content-h3-box {
    width: 100%;
  }

  .h3-cta-btns {
    justify-content: center;
    width: 60%;
    display: flex;
  }

  .heading-3-text {
    text-align: center;
  }

  .services-grid, .bullet-list-grid, .bullet-list-grid._4box {
    grid-template-columns: 1fr 1fr;
  }

  .container-fluid.display-flex {
    flex-direction: column;
  }

  .section-2-img-full, .section-2-text-content {
    width: 100%;
  }

  .inner-text-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .text-block-3 {
    color: #fff;
  }

  .right-arrow {
    background-color: #ef233c;
    top: auto;
    bottom: -25%;
    left: auto;
    right: 0%;
  }

  .left-arrow {
    color: #fff;
    background-color: #ef233c;
    bottom: -25%;
    left: auto;
    right: 15%;
  }

  .heading-2 {
    padding-right: 0;
  }

  .customer-title {
    font-size: 1.2rem;
  }

  .block-quote {
    font-size: 1.25rem;
  }

  .slider-2 {
    position: relative;
  }

  .btn-wrapper {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .body-container-div {
    width: 90%;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .areas-list.areas-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .double-content-div {
    flex-direction: column;
    align-items: center;
  }

  .contact-content {
    flex-direction: column;
    display: flex;
  }

  .title-as-section.lg-text.black.h2-style {
    text-align: center;
    font-size: 32px;
  }

  .contact-page-info {
    grid-template-columns: 1fr;
  }

  .google-maps {
    width: 100%;
  }

  .contact-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .bourne {
    width: 100%;
    max-width: 450px;
  }

  .bourne.logo-1, .logo-2 {
    max-width: 100px;
  }

  .div-block {
    display: flex;
  }

  .white-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-4._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-4, .image-5 {
    height: 350px;
  }

  .primary-btn.hovr-black.margin-top-20.mobil-btn {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .container.nav-fluid {
    padding-top: 0;
  }

  .container.announcement-container, .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-large-text {
    font-size: 2.5em;
  }

  .footer-mid-content {
    flex-direction: column;
    padding-top: 0;
  }

  .footer-col {
    width: 100%;
    margin-top: 40px;
  }

  .para.para-sm {
    width: 100%;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

  .header-social-icon {
    display: none;
  }

  .hero-slider {
    min-height: 50vh;
  }

  .inner-img {
    min-height: 250px;
  }

  .inner-img.new-build-4 {
    height: 400px;
  }

  .inner-img.new-build-1, .inner-img.extension1 {
    min-height: 400px;
  }

  .inner-img.extension-4 {
    height: 400px;
  }

  .inner-img.refurb1 {
    min-height: 400px;
  }

  .inner-img.refurb4 {
    height: 400px;
  }

  .inner-img.garage1 {
    min-height: 400px;
  }

  .inner-img.garage4 {
    height: 400px;
  }

  .inner-img.garden1 {
    min-height: 400px;
  }

  .inner-img.garden4 {
    height: 400px;
  }

  .h3-cta-btns {
    width: 100%;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-link-box, .services-link-box.building-services, .services-link-box.loft-conversion {
    min-height: 250px;
  }

  .bullet-list-grid {
    grid-template-columns: 1fr;
  }

  .section-2-img-full {
    min-height: 250px;
  }

  .section-2-img-full.nb, .section-2-img-full.he, .section-2-img-full.refurb, .section-2-img-full.garage, .section-2-img-full.garden2 {
    min-height: 400px;
  }

  .brand-band-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .testimonials-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow {
    width: 80px;
    height: 80px;
    bottom: -5%;
  }

  .left-arrow {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -5%;
    right: 20%;
  }

  .testemonials-slider {
    width: 95%;
    position: static;
  }

  .container-2 {
    padding-top: 20px;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .underline {
    width: 50%;
  }

  .slide-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .qoate-symbol {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1;
    position: static;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .team-grid, .contact-block {
    grid-template-columns: 1fr;
  }

  .heading-3-top-title {
    flex-wrap: wrap;
  }

  .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;
  }

  .grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-4._2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-2, .image-3, .image-4, .image-5 {
    height: 300px;
  }

  .widget-block {
    width: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pop-head {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-5 {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .navbar-2 {
    flex-direction: column;
  }

  .brand.margin-right-20.footer-brand {
    margin-left: 0;
  }

  .nav-link:hover {
    background-color: var(--crimson);
  }

  .nav-menu.margin-auto {
    border-top: 1px solid rgba(0, 0, 0, .05);
    width: 100%;
  }

  .dropdown-link:hover {
    background-color: var(--crimson);
  }

  .hero-large-text {
    font-size: 1.5em;
  }

  .hero-btn-qoute {
    display: none;
  }

  .footer-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .contact-block-1 {
    flex-direction: column;
  }

  .contact-icon {
    margin-right: 0;
  }

  .contact-type-title {
    text-align: center;
    margin-top: 20px;
  }

  .contact-info-link {
    text-align: center;
  }

  .footer-copy {
    margin-top: 20px;
  }

  .nav-toggle {
    text-align: center;
    margin-top: 10px;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .announcement-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    justify-content: center;
  }

  .announcement-icon {
    font-size: 1.2em;
  }

  .announcement-link {
    font-size: 14.5px;
  }

  .announcement-contact {
    width: 100%;
  }

  .header-social-media {
    display: none;
  }

  .hero-slider {
    min-height: 60vh;
    padding-top: 0;
  }

  .slider-arrow {
    display: none;
  }

  .slider-inner-content {
    padding-top: 0;
  }

  .hero-content {
    width: 90%;
    margin-top: 140px;
  }

  .hero-md-text {
    font-size: 1.2em;
  }

  .section-design-1-h1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .inner-img {
    min-height: 250px;
  }

  .inner-img.new-build-3, .inner-img.new-build-4 {
    height: 300px;
  }

  .inner-img.new-build-1, .inner-img.extension1 {
    min-height: 300px;
  }

  .inner-img.extension-4, .inner-img.extension-3 {
    height: 300px;
  }

  .inner-img.refurb1 {
    min-height: 300px;
  }

  .inner-img.refurb3, .inner-img.refurb4 {
    height: 300px;
  }

  .inner-img.garage1 {
    min-height: 300px;
  }

  .inner-img.garage3 {
    height: 300px;
  }

  .inner-img.garage4 {
    background-size: cover;
    height: 300px;
  }

  .inner-img.garden1 {
    min-height: 300px;
  }

  .inner-img.garden3 {
    height: 300px;
  }

  .inner-img.garden4 {
    background-size: cover;
    height: 300px;
  }

  .heading-3-cta-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h3-cta-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 20px;
    display: grid;
  }

  .heading-3-text {
    margin-bottom: 0;
    font-size: 1.3em;
    line-height: 1.4;
  }

  .h3-cta-call-btn {
    text-align: center;
    flex: none;
    width: 100%;
    height: 50px;
    margin-right: 0;
  }

  .h3-cta-call-btn.btn-outline {
    flex: none;
  }

  .services-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-link-box, .services-link-box.building-services, .services-link-box.loft-conversion {
    min-height: 250px;
  }

  .services-lable-text {
    margin-bottom: 0;
  }

  .bullet-list-services {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bullet-list-grid._4box {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .section-2-img-full.nb, .section-2-img-full.he, .section-2-img-full.refurb, .section-2-img-full.garage, .section-2-img-full.garden2 {
    min-height: 300px;
  }

  .section-2-text-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testimonials-grid {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .sub-heading {
    font-size: 1.125rem;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .testemonial-content-everything {
    width: 92%;
    padding-right: 0;
  }

  .container-2.test-container {
    width: 90%;
  }

  .heading-2 {
    font-size: 1rem;
  }

  .heading-2.b {
    font-size: 1.3rem;
  }

  .testemonials {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .underline {
    width: 30%;
  }

  .slide-3 {
    padding: 0;
  }

  .qoate-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 2rem;
  }

  .block-quote {
    font-size: .95rem;
  }

  .testemonials-text {
    line-height: 1;
  }

  .slider-2 {
    width: 100%;
  }

  .card-bullet.grid, .card-bullet._3, .card-bullet._4 {
    grid-template-columns: 1fr;
  }

  .c-logo {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-4 {
    font-size: 17.5px;
    line-height: 28px;
  }

  .gallery-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-container-div {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .body-container-div.left {
    margin-left: 20px;
    margin-right: 20px;
  }

  .gallery-h1 {
    width: 100%;
  }

  .service-banner, .service-banner._2, .service-banner._3, .service-banner._4, .service-banner._5, .service-banner._6, .service-banner._7, .service-banner._8, .service-banner._9, .service-banner._10, .service-banner._11 {
    min-height: 390px;
  }

  .service-ban-text {
    text-align: center;
    border-bottom-style: none;
    padding-bottom: 0;
    font-size: 32px;
    line-height: 46px;
  }

  .areas-list.areas-grid {
    grid-template-columns: 1fr;
  }

  .areas-list-item.areas-list-flex {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .light-text-line {
    display: none;
  }

  .title-as-section {
    margin-left: 0;
  }

  .title-as-section.lg-text.black {
    font-size: 24px;
  }

  .title-as-section.lg-text.black.h2-style {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .heading-3-top-title.m-bottom-30 {
    flex-direction: column;
  }

  .sitemap-link.w--current {
    transition-property: all;
    transition-duration: .45s;
  }

  .form-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bourne {
    max-width: 100%;
  }

  .h3 {
    line-height: 25px;
  }

  .div-block {
    justify-content: center;
    align-items: center;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -22px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .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;
  }

  .white-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-4, .grid-4._2 {
    grid-template-columns: 1fr;
  }

  .podcast.ab {
    width: 150px;
    height: 150px;
    display: block;
  }

  .div-block-4 {
    display: none;
  }

  .primary-btn.hovr-black.margin-top-20.mobil-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .widget-block {
    justify-content: center;
    align-items: center;
    width: 70%;
    height: auto;
    padding: 20px;
    right: 10px;
  }

  .pop-head {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-5 {
    width: 170px;
    height: 170px;
  }
}

#w-node-b7af9400-a0ca-884d-c4c9-b9fcaf3ba377-2f12918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3ed03e4-1973-fb9f-e17a-d87dc6a933f4-2f12918b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dce18f8f-0402-51aa-aa1b-3b5acce7873c-2f12918b, #w-node-fd80f6a1-2376-f06d-16d3-de8053fd08a7-2f12918b, #w-node-_89657c5c-653d-e749-05ad-12285b4a51ae-2f12918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48b16a79-b892-155c-c947-89a11c1a7212-2f12918b, #w-node-_264ba5d4-c873-9fd0-e223-1e2670c92a46-2f12918b, #w-node-df46f64e-db2e-7bbc-41dd-ebfc9015b72d-2f12918b, #w-node-_2fb6eca9-6296-6a62-eb7f-fac21d83906b-2f12918b {
  align-self: auto;
  justify-self: auto;
}

#w-node-_1a5e56b6-229f-d31e-67c5-d64f58b65cbb-2f12918b, #w-node-_1e97858d-f2d3-491c-c032-b3e782a97fe5-2f12918b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0ff3a064-ffaf-2704-59ed-ee74fba00f79-2f12918b, #w-node-_24bee33a-a290-46fd-7e8a-7796f58454fd-2f12918b, #w-node-d18e77c8-c165-963d-bac4-631a698bb382-2f12918b, #w-node-fe937ed4-4027-8c07-5253-3d6d1535a240-c279ba00, #w-node-c79e543c-b2ec-d5a7-d288-4bacc82db143-c279ba00, #w-node-_761a5506-b2e9-23dc-6e9f-24e770301079-c279ba00, #w-node-c90241e0-5417-e40c-f71e-3da8104ce793-c279ba00, #w-node-db037a53-0806-a5d7-f930-9e609e8c8fd7-c279ba00, #w-node-f5eeeae1-3efb-68d9-b506-41d7453ba524-c279ba00, #w-node-ffdce5e4-e250-a86c-6fc3-41556027feea-c279ba00, #w-node-_2e3e7a63-06a2-284c-d1d9-b8d887398e41-c279ba00, #w-node-f475e96e-19ba-1302-f2df-20fbbd5c75d3-c279ba00, #w-node-ed87e478-1826-4cde-4149-13548ae2bc03-c279ba00, #w-node-_89620b59-d7d8-8d7e-2004-ae70398d1d5a-c279ba00, #w-node-ea45e9de-21a8-74a1-4672-4e9f2a18bc94-c279ba00, #w-node-e62647d3-fc4b-8c85-b20d-9fb776661bde-c279ba00, #w-node-c06748a8-0cd5-e623-b0a2-a97a34aab055-c279ba00, #w-node-a56785d5-3e0a-a4ba-366f-e6ff348ded82-c279ba00, #w-node-e47afb87-18e0-6edb-9ae2-fbdc39e41433-c279ba00, #w-node-acac853e-8d45-1669-6e6a-282cf5c952b8-c279ba00, #w-node-e42e2e7b-c2a5-92d3-4524-b887bbe3e12e-c279ba00, #w-node-aafef8b3-c422-2e4e-681e-76fd5ca1b874-c279ba00, #w-node-_79e0421f-f310-f13f-e950-76a4f969a18f-c279ba00, #w-node-b53724c5-ec1c-de36-8e4b-fbf312e7c832-c279ba00, #w-node-_5a2e5846-9f15-9597-37d8-84204eccb936-c279ba00, #w-node-_52a36387-bd56-3d30-d5c2-cc6c0bbfb97c-c279ba00, #w-node-ed062c7d-85e7-3063-258d-189393bca12f-c279ba00, #w-node-_8fc36c58-8a0c-37c1-5f7d-e77b9e7d3d27-c279ba00, #w-node-ad5d817d-0ec2-ec6b-96d4-6a8cd92f89ea-c279ba00, #w-node-_53495aef-9f35-8f75-2243-72aa5eb30f86-c279ba00, #w-node-_44e4d5d0-9c21-5933-2bc3-eba32f404eb9-c279ba00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_354b6a28-ea55-9485-a81f-7ab85a1738d4-a72daefa, #w-node-_354b6a28-ea55-9485-a81f-7ab85a1738e2-a72daefa, #w-node-_354b6a28-ea55-9485-a81f-7ab85a1738ec-a72daefa {
  align-self: auto;
  justify-self: stretch;
}

#w-node-bb264d0c-8555-4319-c2b6-f68122a552be-a72daefa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-e1ad6144-2d62-2f1d-bc32-a8c382078f7a-82078f57 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_354b6a28-ea55-9485-a81f-7ab85a1738d4-a72daefa, #w-node-_354b6a28-ea55-9485-a81f-7ab85a1738e2-a72daefa {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_59cb52f4-0553-126b-f10c-ef9fc6c3a30d-c6c3a30a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d41ec975-5eb8-6890-4085-5bc28e70e64e-dac17714, #w-node-_6d63c592-93df-4deb-0317-b0524df2154d-dac17714, #w-node-d41ec975-5eb8-6890-4085-5bc28e70e64e-e929856d, #w-node-_6d63c592-93df-4deb-0317-b0524df2154d-e929856d, #w-node-d41ec975-5eb8-6890-4085-5bc28e70e64e-bcd23248, #w-node-_6d63c592-93df-4deb-0317-b0524df2154d-bcd23248, #w-node-d41ec975-5eb8-6890-4085-5bc28e70e64e-0f8b2390, #w-node-_6d63c592-93df-4deb-0317-b0524df2154d-0f8b2390, #w-node-d41ec975-5eb8-6890-4085-5bc28e70e64e-ad2f0c6d, #w-node-_6d63c592-93df-4deb-0317-b0524df2154d-ad2f0c6d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_59cb52f4-0553-126b-f10c-ef9fc6c3a30d-c6c3a30a {
    justify-self: center;
  }

  #w-node-_354b6a28-ea55-9485-a81f-7ab85a1738d2-a72daefa, #w-node-_354b6a28-ea55-9485-a81f-7ab85a1738f6-a72daefa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}