:root {
  --main-text-colour: #4d4d4d;
  --main-grey: #333334;
  --main-yellow: #fdd100;
  --steel-blue-2\<deleted\|variable-8b3136bc\>: #2e80b6;
  --main-grey\<deleted\|variable-9ae7f3ac\>: #333334;
  --dark-blue: #0b242e;
  --main-blue: #0f2b3b;
  --footer-text: #4d667a;
  --black: black;
  --black\<deleted\|variable-a6ede7bb\>: var(--dim-gray-2\<deleted\|variable-d89f7951\>);
  --white-smoke-3\<deleted\|variable-cb5264d3\>: #edeff2;
  --white: white;
  --brown: #bf7b48;
  --light-brown: #ae6e3f;
  --brown-hover: #954d1d;
  --footer-grey: #d9d9d9;
  --dim-gray-2\<deleted\|variable-d89f7951\>: #49647b;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  background-color: #edeff2;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: var(--main-text-colour);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  color: var(--main-grey);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: var(--main-text-colour);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 300;
  line-height: 21px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

a {
  color: var(--main-yellow);
  text-decoration: none;
}

a:active {
  color: var(--steel-blue-2\<deleted\|variable-8b3136bc\>);
}

strong {
  font-weight: 700;
}

.navigation-link {
  color: #c2c2c2;
  text-transform: none;
  border-bottom: 2px #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 0 5px 4px;
  font-size: 15px;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  border-bottom: 2px none var(--main-grey\<deleted\|variable-9ae7f3ac\>);
  color: #fff;
}

.navigation-link.w--current {
  color: #fff;
}

.navigation-link.w--current:hover {
  color: var(--main-grey\<deleted\|variable-9ae7f3ac\>);
}

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

.navigation-link.dropdown-sub {
  color: #202020;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
}

.navigation-link.dropdown-sub:hover {
  color: var(--dark-blue);
}

.navigation-bar {
  z-index: 10;
  background-color: var(--main-blue);
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #0000003b;
}

.navigation-bar.fill {
  position: static;
}

.navigation-menu {
  order: 1;
}

.brand-link {
  order: -1;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.brand-link.w--current {
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-items: flex-start;
  height: 110px;
  margin-top: 14px;
  margin-bottom: 14px;
  display: flex;
}

.main-section {
  background-color: #fff;
  padding: 80px 15px;
  position: relative;
}

.main-section.no-top {
  padding-top: 0;
}

.main-section.home-project-section {
  padding-top: 0;
  padding-bottom: 20px;
}

.main-section.new-build {
  background-image: linear-gradient(#0b242ebf, #0b242ebf), url('../images/New-builds-1920-800.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.main-section.no-top-padding {
  padding-top: 0;
}

.main-section.small-bottom-padding {
  padding-bottom: 40px;
}

.main-section.home-bg-sect {
  background-image: linear-gradient(#0f2b3bb3, #0f2b3bb3), url('../images/Home-1920-550-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.main-section.extensions {
  background-image: linear-gradient(#0b242ebf, #0b242ebf), url('../images/Extensions-1920-800.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.main-section.renovations {
  background-image: linear-gradient(#0b242ebf, #0b242ebf), url('../images/Renovations-1920-800.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.main-section.listed-building {
  background-image: linear-gradient(#0b242ebf, #0b242ebf), url('../images/Listed-buildings-1920-800.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.footer-section-2 {
  border-top: 1px solid var(--dark-blue);
  background-color: var(--main-blue);
  border-radius: 1px;
  padding: 25px 15px;
}

.footer-text {
  color: var(--footer-text);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

.footer-text.left-aligned {
  text-align: right;
}

.footer-text.small {
  font-size: 13px;
}

.mainheaderh2centerservices-2 {
  float: none;
  perspective-origin: 50%;
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin: 0 auto 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.main-privacy-title {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.main-privacy-h1 {
  float: none;
  perspective-origin: 50%;
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin-top: 0;
  margin-bottom: 21px;
  margin-left: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.main-privacy-text {
  float: none;
  color: var(--black);
  text-align: left;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.bold-text-pp {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-logo {
  order: -1;
  width: 278px;
  height: auto;
}

.heading {
  color: var(--black\<deleted\|variable-a6ede7bb\>);
}

.heading.top-nav {
  color: var(--white-smoke-3\<deleted\|variable-cb5264d3\>);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.heading.top-nav.email {
  margin-bottom: 0;
}

.top-nav-bar {
  background-color: var(--dark-blue);
  padding: 6px 15px;
}

.top-nav-container {
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.top-nav-icon {
  width: 20px;
  margin-right: 8px;
}

.top-nav-icon.padding-left {
  margin-left: 20px;
}

.top-nav-link {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.main-container {
  max-width: 1200px;
}

.main-container.slider-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-section-1 {
  background-color: var(--main-blue);
  color: var(--main-grey);
  padding: 50px 15px;
}

.link-5 {
  color: var(--white);
}

.link-5.w--current {
  color: var(--brown);
}

.footer-grid-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo-link.w--current {
  margin-bottom: 20px;
}

.footer-text-holder-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-text-block {
  color: var(--footer-text);
  font-size: 15px;
  line-height: 22px;
}

.footer-nav-header {
  color: var(--footer-text);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.image {
  object-fit: contain;
  width: 275px;
}

.footer-contact-colour {
  color: var(--footer-text);
  font-size: 17px;
}

.link-6 {
  color: var(--brown);
}

.link-7 {
  color: var(--light-brown);
}

.div-spacer-20 {
  width: 100%;
  height: 20px;
}

.main-button {
  border: 1px solid var(--main-yellow);
  color: #fff;
  text-align: center;
  background-color: #0f2b3b00;
  border-radius: 0;
  padding: 10px 22px;
}

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

.main-button.no-yellow-outline-v2 {
  background-color: var(--main-blue);
  border-style: none;
}

.main-button.no-yellow-outline-v2:hover {
  background-color: var(--dark-blue);
}

.main-button.no-yellow-outline-v2.service-view-more-width {
  width: 200px;
}

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

.footer-grid-div-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link-grey {
  color: var(--footer-text);
}

.footer-link-grey:hover {
  color: #677d8f;
}

.home-hero {
  background-image: url('../images/projects-penson-farmhouse-header.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 28vw;
  padding-top: 31px;
  padding-bottom: 31px;
  display: flex;
}

.home-hero-logo {
  height: 300px;
}

.div-spacer-40 {
  height: 40px;
}

.body {
  color: var(--main-text-colour);
}

.main-h1 {
  font-weight: 400;
}

.main-h1.left-align {
  text-align: left;
  font-weight: 300;
}

.main-h1.white {
  color: var(--white);
}

.labc-logo {
  width: 500px;
  margin-right: auto;
}

.div-divider {
  background-color: #dbdbdb;
  height: 2px;
}

.slides {
  vertical-align: middle;
  background-image: url('../images/Home-1920-550-5.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 15vw;
}

.slider-project-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/pension-farmhouse-oldrieve-building.jpg');
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: block;
}

.slider-project-div._2 {
  background-image: url('../images/lower-collaton-barn-oldrieve-building.jpg');
}

.slider-project-div._3 {
  background-image: url('../images/prospect-hill-oldrieve-building.jpg');
}

.slider-project-div._4 {
  background-image: url('../images/stables-oldrieve-building.jpg');
}

.slider-project-div._5 {
  background-image: url('../images/long-park-oldrieve.jpg');
}

.slider-project-div._6 {
  background-image: url('../images/marwell-oldrieve-building.jpg');
}

.slider-project-div._7 {
  background-image: url('../images/aveton-oldrieve-building.jpg');
}

.slider-project-div._8 {
  background-image: url('../images/dranke-house-oldrieve-building.jpg');
}

.slider-project-div._9 {
  background-image: url('../images/pear-tree-cottage-oldrieve-building.jpg');
}

.slider-project-div._10 {
  background-image: url('../images/sail-loft-oldrieve-building.jpg');
}

.slider-project-div._11 {
  background-image: url('../images/lower-bowdens-oldrieve-building.jpg');
}

.slider-project-div._12 {
  background-image: url('../images/holly-house-oldrieve-building.jpg');
}

.slider-project-div._12.last-slide, .slider-project-div.last-slide {
  width: 16.6667%;
}

.slider {
  background-image: url('../images/Home-1920-550-5.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.slider._2 {
  background-image: url('../images/Home-1920-550-1.jpg');
}

.slider._3 {
  background-image: url('../images/Home-1920-550-4.jpg');
}

.mask {
  width: 16.6667%;
  height: auto;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.left-arrow, .right-arrow {
  width: 30px;
}

.icon-3, .icon-4 {
  font-size: 20px;
}

.project-slider-image {
  height: auto;
}

.slider-project-hover {
  background-color: #00000073;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 11px;
  display: flex;
}

.slider-project-header {
  color: #b6b6b6;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.slider-project-button {
  color: #fff;
  background-color: #29292900;
  border: 1px solid #fff;
  padding: 10px 22px;
  font-size: 14px;
}

.last-slider {
  width: 100vw;
  height: 100%;
  display: flex;
}

.main-section-no-padding {
  text-align: center;
  background-color: #fff;
  position: relative;
}

.main-section-no-padding.no-top {
  padding-top: 0;
}

.main-section-no-padding.home-project-section {
  padding-top: 0;
  padding-bottom: 20px;
}

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

.heading-4 {
  color: var(--main-text-colour);
}

.main-text {
  font-size: 15px;
}

.main-text.left-align {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
}

.main-text.testimonials {
  text-align: right;
  margin-top: 20px;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
}

.main-text.testimonials-link {
  text-align: right;
  margin-top: 20px;
}

.main-text.blue {
  color: var(--main-blue);
}

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

.main-text.bullet-point {
  font-size: 15px;
}

.services-hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/projects-drake-house-header.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 28vw;
  padding: 31px 14px;
  display: flex;
}

.service-hero-text {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
}

.service-hero-text.left-align {
  text-align: left;
}

.service-hero-text-bold {
  font-weight: 400;
}

.service-hero-text-link {
  color: var(--white);
  font-weight: 400;
  text-decoration: underline;
}

.project-grid-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-images {
  width: 100%;
}

.div-spacer-10 {
  width: 100%;
  height: 10px;
}

.project-page-title {
  color: #8a8a8a;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.project-image-gallery {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.button-left-aligned-div {
  display: flex;
}

.project-hero {
  background-image: url('../images/projects-stables-header.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 28vw;
  padding-top: 31px;
  padding-bottom: 31px;
  display: flex;
}

.project-hero.aveton {
  background-image: url('../images/projects-aveton-header.jpg');
}

.project-hero.lower-collaton-barn {
  background-image: url('../images/projects-lower-collaton-header.jpg');
}

.project-hero.marwell {
  background-image: url('../images/projects-marwell-header.jpg');
}

.project-hero.drake-house {
  background-image: url('../images/projects-drake-house-header.jpg');
}

.project-hero._1-long-park {
  background-image: url('../images/projects-long-park-header.jpg');
}

.project-hero.pear-tree-cottage {
  background-image: url('../images/projects-pear-tree-cottage-header.jpg');
}

.project-hero.lower-bowdens {
  background-image: url('../images/projects-lower-bawdens-header.jpg');
}

.project-hero.prospect-hill {
  background-image: url('../images/projects-prospect-hill-header.jpg');
}

.project-hero.sail-loft {
  background-image: url('../images/projects-sail-loft-header.jpg');
}

.project-hero.holly-house {
  background-image: url('../images/projects-holly-house-header.jpg');
}

.project-hero.penson-farmhouse {
  background-image: url('../images/projects-penson-farmhouse-header.jpg');
}

.drakehouse-grid-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.drakehouse-mag-div-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.drakehouse-magazine-text {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

.drakehouse-magazine-text.left-align {
  text-align: left;
}

.mag-text-bold {
  font-weight: 400;
}

.mag-text-link {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}

.testimonial-link {
  text-decoration: underline;
}

.footer-logo-holder {
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.footer-logos {
  height: 50px;
}

.footer-section-cta {
  border-top: 1px solid var(--dark-blue);
  background-color: var(--dark-blue);
  border-radius: 1px;
  padding: 50px 15px;
}

.footer-cta-sub {
  color: var(--main-yellow);
}

.footer-cta-header {
  color: var(--white);
  text-align: left;
  font-weight: 500;
}

.dropdown-icon {
  margin-left: 6px;
  margin-right: 0;
  position: static;
}

.dropdown-list {
  padding-left: 5px;
  padding-right: 5px;
}

.dropdown-list.w--open {
  background-color: #fff;
  padding: 7px 50px 7px 20px;
}

.home-slider-section {
  background-color: #f1f1f1;
  padding: 25px 25px 0;
}

.home-slider {
  height: 30vw;
}

.home-slider-arrow {
  background-color: #121212;
  width: 80px;
  height: 60px;
  font-size: 18px;
  inset: auto auto 0% 0%;
}

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

.div-slider-section-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-grid-50-50 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-grid-50-50.what-we-do {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

.subtitle {
  font-size: 18px;
}

.subtitle.left-align {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
}

.subtitle.testimonials {
  text-align: right;
  margin-top: 20px;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
}

.subtitle.testimonials-link {
  text-align: right;
  margin-top: 20px;
}

.subtitle.blue {
  color: var(--main-blue);
  font-size: 18px;
}

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

.subtitle.yellow-20 {
  color: var(--main-yellow);
  font-size: 20px;
}

.subtitle.testimonial-name.smaller {
  font-size: 12px;
}

.subtitle.contact-details {
  color: var(--main-blue);
  margin-top: 14px;
  font-weight: 500;
}

.subtitle.testimonial-title {
  color: var(--white);
  font-size: 21px;
}

.about-50-div-centre-left-align-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.what-we-do-home-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-service-icon {
  height: 100px;
}

.list-item {
  margin-bottom: 5px;
}

.video {
  margin-top: 50px;
}

.text-block-406 {
  color: #000;
}

.heading-hover {
  color: #000;
  transition: color .3s;
}

.heading-hover.about {
  margin-bottom: 0;
  font-weight: 500;
}

.heading-hover.blue {
  color: var(--main-blue);
}

.service-list {
  grid-row-gap: 5px;
  margin-bottom: 40px;
}

.service-list-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 300px;
  transition: transform 1s;
}

.service-list-image:hover {
  transform: scale(1.1);
}

.service-list-image.about-team {
  height: auto;
}

.service-list-image.about-team.bandw {
  filter: grayscale();
}

.service-list-2-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.service-list-2-item-description {
  color: #000;
  margin-top: 0;
  font-size: 18px;
}

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

.service-list-wrapper.team, .service-list-wrapper.services-4-to-2-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.service-list-2-item-content {
  flex-direction: column;
  display: flex;
}

.icon-arrow {
  filter: grayscale();
  width: 25px;
}

.link-with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.link-with-icon.light {
  color: #fff;
}

.link-image-block {
  width: 100%;
  overflow: hidden;
}

.testimonial-name-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-name-holder.white {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.testimonial-name-holder.white.name {
  justify-content: flex-end;
  align-items: center;
}

.testimonial-name-holder.white-copy {
  color: var(--white);
  width: 100%;
}

.image-2 {
  height: 30px;
}

.image-2.yellow-hue {
  filter: hue-rotate(211deg);
}

.hero-section {
  background-image: url('../images/About-1920-450-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 27vw;
}

.hero-section.newbuildmodbury {
  background-image: url('../images/New-project-get-info-1920-450.jpg');
}

.hero-section.barn-conversion {
  background-image: url('../images/New-build-higher-ludbrook-linhay-1920-450.jpg');
}

.hero-section.oldcoachhouse {
  background-image: url('../images/New-build-the-old-coach-house-modbury1920-450.jpg');
}

.hero-section.gaplinstreet {
  background-image: url('../images/Modbury-extension-1920-450.jpg');
}

.hero-section.ren-exten-modbury {
  background-image: url('../images/Modbury-renovation-extension-1920-450.jpg');
}

.hero-section.listed-building-plym {
  background-image: url('../images/Plymouth-listed-building-renovation-1920-450.jpg');
}

.hero-section.ren-exten-thurlestone {
  background-image: url('../images/Thurlestone-extension-renovation-1920-450.jpg');
}

.hero-section.new-build-thurlestone {
  background-image: url('../images/Thurlestone-new-build-1920-450.jpg');
}

.hero-section.gym-thurlestone {
  background-image: url('../images/Gym-office-new-build-1920-450.jpg');
}

.what-we-do-div-text-holder {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  display: flex;
}

.what-we-do-div-text-holder.reverse {
  padding-left: 0;
  padding-right: 50px;
}

.div-contact-details-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  padding: 29px;
  display: grid;
}

.contact-details-icon-text-holder {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-icon {
  height: 30px;
  padding-right: 15px;
}

.contact-link {
  color: var(--main-blue);
}

.side-button {
  z-index: 2;
  background-color: #f9f7ef;
  border-radius: 50px;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  transition-property: background-color;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.side-button:hover {
  background-color: #d2bb88;
}

.side-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#1a1c4a40, #1a1c4a40);
  position: absolute;
  inset: 0%;
}

.link-block-bottom {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--main-blue), var(--main-blue));
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 10px;
  display: flex;
  position: absolute;
}

.card-side {
  backface-visibility: hidden;
  position: absolute;
  inset: 0%;
}

.card-side.back {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-side.front {
  z-index: 1;
  display: block;
  transform: rotate(0);
}

.card-side.front.hidden {
  transform: rotate(0);
}

.card-side-wrapper {
  cursor: pointer;
  height: 100%;
  position: relative;
}

.card-side-wrapper.service {
  align-items: flex-end;
  width: 100%;
  height: 300px;
  display: flex;
}

.heading-service {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  text-decoration: none;
  transition: opacity .3s;
}

.heading-service:hover {
  opacity: .8;
  color: #d2bb88;
}

.home-services-grid-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-large {
  color: #000;
  font-size: 18px;
}

.paragraph-large.light-text {
  color: #fff;
}

.plus {
  filter: brightness(200%) hue-rotate(94deg);
}

.description-block {
  z-index: 4;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: absolute;
}

.card-side-absolute {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: absolute;
}

.card-side-absolute.services-second {
  height: 300px;
}

.image-service {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 100%;
}

.image-service.filder {
  opacity: 1;
}

.service-hero-50-div {
  border: 2px solid var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 42px;
  display: flex;
}

.service-icon-holder-div {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testiomial-div-holder-service-hero {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial-button-holder-div {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-bullet-points-holder {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 5px;
  display: flex;
}

.bullet-point {
  width: auto;
  height: 20px;
}

.section-spacer {
  width: 100%;
  height: 80px;
}

.project-button-div-holder {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

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

.project-image {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .service-list-image {
    height: 400px;
  }
}

@media screen and (min-width: 1920px) {
  .link-block-bottom {
    color: #76222d;
    background-image: linear-gradient(#76222d, #76222d);
  }

  .card-side.back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card-side.front {
    display: block;
    transform: rotate(0);
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #fff;
    text-align: center;
    border-bottom-style: none;
    border-bottom-color: #0000;
    width: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-link:hover {
    color: #fff;
    border-bottom-color: #fff;
  }

  .navigation-link.w--current, .navigation-link.w--current:hover {
    color: #fff;
  }

  .navigation-link.dropdown {
    padding-left: 20px;
  }

  .navigation-link.dropdown.w--open {
    margin-bottom: 4px;
  }

  .navigation-link.dropdown-sub {
    color: #fff;
    text-align: center;
    border-bottom-style: none;
    margin-bottom: 1px;
  }

  .navigation-link.dropdown-sub:hover {
    color: #fff;
    border-bottom-style: none;
  }

  .hamburger-button {
    color: var(--main-grey\<deleted\|variable-9ae7f3ac\>);
    order: 1;
  }

  .hamburger-button.w--open {
    color: #fff;
    background-color: #2f363b00;
  }

  .navigation-menu {
    background-color: var(--main-grey\<deleted\|variable-9ae7f3ac\>);
    padding: 39px 10px 20px;
  }

  .brand-link {
    order: -1;
  }

  .mainheaderh2centerservices-2 {
    width: 452px;
  }

  .icon-2 {
    color: #fff;
    font-size: 30px;
  }

  .top-nav-bar {
    padding-left: 41px;
    padding-right: 41px;
  }

  .footer-grid-div {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .home-hero-logo {
    height: 200px;
  }

  .slides {
    height: 30vw;
  }

  .slider-project-div._3.last-slide, .slider-project-div._4.last-slide, .slider-project-div._5.last-slide {
    display: none;
  }

  .slider-project-div._12.last-slide, .slider-project-div.last-slide, .mask {
    width: 33.3333%;
  }

  .slider-project-header {
    font-size: 22px;
  }

  .services-hero {
    height: auto;
  }

  .project-grid-div {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project-image-gallery {
    height: 24vw;
  }

  .dropdown-list.w--open {
    background-color: #fff0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .dropdown-2 {
    width: 100%;
  }

  .home-slider {
    height: 36vw;
  }

  .div-slider-section-grid {
    grid-template-columns: 2.25fr 1fr;
  }

  .div-grid-50-50 {
    grid-template-columns: 1fr;
  }

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

  .div-grid-50-50.about-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr .75fr;
  }

  .div-grid-50-50.what-we-do {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-bottom: 50px;
  }

  .div-grid-50-50.what-we-do.last, .div-grid-50-50.what-we-do.no-padding {
    margin-bottom: 0;
  }

  .service-list-image.about-team {
    display: block;
  }

  .service-list-2-item-description {
    margin-bottom: 15px;
  }

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

  .service-list-wrapper.team {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .service-list-wrapper.services-4-to-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .what-we-do-div-text-holder {
    padding-left: 0;
  }

  .card-side.front {
    display: block;
  }

  .home-services-grid-holder {
    grid-template-columns: 1fr 1fr;
  }

  .card-side-absolute.services-second {
    height: 300px;
  }

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

@media screen and (max-width: 767px) {
  .brand-link.w--current {
    padding-left: 0;
  }

  .main-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-text, .footer-text.left-aligned {
    text-align: center;
  }

  .mainheaderh2centerservices-2 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .main-privacy-title {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 18px;
  }

  .main-privacy-h1 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .main-privacy-text {
    padding-left: 0;
  }

  .top-nav-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-grid-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-logo-link.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-text-holder-1 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer-nav-header {
    text-align: center;
    width: 100%;
  }

  .footer-grid-div-2 {
    grid-template-columns: 2.5fr;
  }

  .home-hero-logo {
    height: 150px;
  }

  .main-h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .slider-project-header {
    font-size: 20px;
  }

  .contact-grid-2-column {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .project-grid-div {
    grid-template-columns: 1fr 1fr;
  }

  .project-image-gallery {
    height: 30vw;
  }

  .footer-logo-holder {
    justify-content: center;
    align-items: center;
  }

  .footer-cta-sub, .footer-cta-header {
    text-align: center;
  }

  .home-slider-arrow {
    width: 40px;
    height: 25px;
    font-size: 11px;
  }

  .div-slider-section-grid {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-columns: 2.25fr;
  }

  .div-grid-50-50 {
    grid-template-columns: 2.25fr;
  }

  .div-grid-50-50.testimonials, .div-grid-50-50.about-section {
    grid-template-columns: 1fr;
  }

  .div-grid-50-50.what-we-do.reverse {
    grid-auto-flow: row dense;
  }

  .div-grid-50-50.contact {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    margin-bottom: 51px;
  }

  .div-grid-50-50.contact.reverse {
    grid-auto-flow: row dense;
  }

  .div-grid-50-50.contact.last {
    margin-bottom: 0;
  }

  .subtitle.contact-details {
    text-align: center;
  }

  .service-list {
    margin-bottom: 30px;
  }

  .service-list-2-item-description {
    margin-top: 0;
  }

  .service-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-list-wrapper.team {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .what-we-do-div-text-holder {
    padding-left: 0;
  }

  .what-we-do-div-text-holder.reverse {
    padding-right: 0;
  }

  .div-contact-details-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
  }

  .contact-details-icon-text-holder {
    justify-content: center;
    align-items: center;
  }

  .home-services-grid-holder {
    grid-template-columns: 1fr;
  }

  .section-spacer {
    height: 50px;
  }

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

@media screen and (max-width: 479px) {
  .navigation-link, .navigation-link:hover {
    border-bottom-style: none;
  }

  .navigation-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-link.w--current {
    height: 80px;
  }

  .mainheaderh2centerservices-2 {
    width: 100%;
    font-size: 25px;
  }

  .main-privacy-title {
    font-size: 13px;
  }

  .main-privacy-h1 {
    width: 100%;
    font-size: 25px;
  }

  .main-privacy-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .nav-logo {
    padding-right: 20px;
  }

  .heading.top-nav.email {
    display: none;
  }

  .top-nav-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .top-nav-icon.email {
    display: none;
  }

  .div-spacer-20 {
    height: 15px;
  }

  .home-hero {
    height: 33vw;
  }

  .home-hero-logo {
    height: 120px;
  }

  .main-h1 {
    font-size: 23px;
    line-height: 26px;
  }

  .slides {
    width: 100%;
    height: 90vw;
  }

  .slider-project-div._2.last-slide {
    display: none;
  }

  .slider-project-div._12.last-slide, .slider-project-div.last-slide {
    width: 100%;
  }

  .slider-project-div.last-slide._1 {
    display: none;
  }

  .mask {
    width: 100%;
  }

  .project-grid-div {
    grid-template-columns: 1fr;
  }

  .div-spacer-10 {
    height: 5px;
  }

  .project-image-gallery {
    height: 55vw;
  }

  .project-hero {
    height: 33vw;
  }

  .home-slider {
    height: 42vw;
    min-height: 177px;
  }

  .slide-nav-2 {
    padding-top: 20px;
    font-size: 11px;
  }

  .service-list-image {
    height: 300px;
  }

  .service-list-wrapper.team {
    grid-template-columns: 1fr 1fr;
  }

  .service-list-wrapper.services-4-to-2-column {
    grid-template-columns: 1fr;
  }

  .card-side-absolute {
    height: 350px;
  }

  .service-hero-50-div {
    padding: 27px;
  }

  .service-icon-holder-div {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

#w-node-_990f88e0-5a47-d1d1-c00d-60b2ba1e7804-fef91362 {
  place-self: center;
}

#w-node-f54e7355-f128-640d-58bc-94bf8d25cc28-fef91362 {
  align-self: center;
}

#w-node-f54e7355-f128-640d-58bc-94bf8d25cc29-fef91362, #w-node-ec59150d-e67d-0769-635f-bbb5c9886dbd-fef91362 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25f6c232-3f71-8f84-028e-cf1ccb27ed99-fef91362, #w-node-_5a2492bf-b21c-c8e7-0a56-10ba99b2fb79-99b2fb70 {
  place-self: center;
}

#w-node-_0a5d89cd-d0c0-acbf-b063-ef529e760237-bf65d5a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a5d89cd-d0c0-acbf-b063-ef529e76023a-bf65d5a8 {
  align-self: center;
}

#w-node-_0a5d89cd-d0c0-acbf-b063-ef529e760237-7d04d316 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a5d89cd-d0c0-acbf-b063-ef529e76023a-7d04d316 {
  align-self: center;
}

#w-node-_3c1b75cb-aa4c-2873-b85c-621472bb3364-7d04d316 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c1b75cb-aa4c-2873-b85c-621472bb3366-7d04d316 {
  align-self: center;
}

#w-node-_747eebac-edf8-7e46-2d4e-b05131600262-7d04d316 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_747eebac-edf8-7e46-2d4e-b05131600264-7d04d316 {
  align-self: center;
}

#w-node-f3f38a11-f7ab-5468-9d28-b2da812a1c22-7d04d316 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3f38a11-f7ab-5468-9d28-b2da812a1c24-7d04d316 {
  align-self: center;
}

#w-node-_0a5d89cd-d0c0-acbf-b063-ef529e760237-5db75946, #w-node-_0a5d89cd-d0c0-acbf-b063-ef529e760237-4b38b948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a5d89cd-d0c0-acbf-b063-ef529e76023a-4b38b948 {
  align-self: center;
}

#w-node-a55d4a90-e717-2557-9c5e-1594b3a734c3-4b38b948, #w-node-_0a5d89cd-d0c0-acbf-b063-ef529e760237-0f476b35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a5d89cd-d0c0-acbf-b063-ef529e76023a-0f476b35 {
  align-self: center;
}

#w-node-a55d4a90-e717-2557-9c5e-1594b3a734c3-0f476b35, #w-node-_0a5d89cd-d0c0-acbf-b063-ef529e760237-ac6fd08c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a5d89cd-d0c0-acbf-b063-ef529e76023a-ac6fd08c {
  align-self: center;
}

#w-node-a55d4a90-e717-2557-9c5e-1594b3a734c3-ac6fd08c, #w-node-_0a5d89cd-d0c0-acbf-b063-ef529e760237-694d6243 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a5d89cd-d0c0-acbf-b063-ef529e76023a-694d6243 {
  align-self: center;
}

#w-node-a55d4a90-e717-2557-9c5e-1594b3a734c3-694d6243 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f54e7355-f128-640d-58bc-94bf8d25cc28-fef91362 {
    align-self: center;
  }

  #w-node-_5a2492bf-b21c-c8e7-0a56-10ba99b2fb7e-99b2fb70 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0a5d89cd-d0c0-acbf-b063-ef529e76023a-bf65d5a8, #w-node-_0a5d89cd-d0c0-acbf-b063-ef529e76023a-7d04d316 {
    align-self: center;
  }

  #w-node-_3c1b75cb-aa4c-2873-b85c-621472bb3367-7d04d316 {
    order: 9999;
  }

  #w-node-_3c1b75cb-aa4c-2873-b85c-621472bb3366-7d04d316, #w-node-_747eebac-edf8-7e46-2d4e-b05131600264-7d04d316 {
    align-self: center;
  }

  #w-node-f3f38a11-f7ab-5468-9d28-b2da812a1c17-7d04d316 {
    order: 9999;
  }

  #w-node-f3f38a11-f7ab-5468-9d28-b2da812a1c24-7d04d316 {
    align-self: center;
  }

  #w-node-_9fc29e72-7c1e-28eb-76a8-5dcc04d50450-58fe0cf9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a5d89cd-d0c0-acbf-b063-ef529e76023a-4b38b948, #w-node-_0a5d89cd-d0c0-acbf-b063-ef529e76023a-0f476b35, #w-node-_0a5d89cd-d0c0-acbf-b063-ef529e76023a-ac6fd08c, #w-node-_0a5d89cd-d0c0-acbf-b063-ef529e76023a-694d6243 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_990f88e0-5a47-d1d1-c00d-60b2ba1e7804-fef91362, #w-node-_25f6c232-3f71-8f84-028e-cf1ccb27ed99-fef91362 {
    justify-self: start;
  }

  #w-node-_3c1b75cb-aa4c-2873-b85c-621472bb3367-7d04d316, #w-node-f3f38a11-f7ab-5468-9d28-b2da812a1c17-7d04d316 {
    order: 9999;
  }

  #w-node-c0e66e77-2dcd-0d14-a60d-c9de5bbf7ac4-5db75946 {
    align-self: center;
  }

  #w-node-_9fc29e72-7c1e-28eb-76a8-5dcc04d50450-58fe0cf9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5a2492bf-b21c-c8e7-0a56-10ba99b2fb7e-99b2fb70 {
    grid-column: span 1 / span 1;
  }
}


