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

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

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

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

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

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

:root {
  --orange: #efac3b;
  --black: black;
  --silver: #c0c1af;
}

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

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

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

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

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

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

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

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

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

.body {
  font-family: Montserrat, sans-serif;
}

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

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

.announcement-barn-link {
  color: #f7f7f2;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.announcement-barn-link.test {
  color: #fff;
  font-weight: 400;
}

.announcement-barn-link.test:hover {
  color: var(--orange);
}

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

.fa-social {
  color: #f7f7f2;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  background-color: var(--black);
  color: #fff;
}

.qoute-btn {
  color: #f7f7f2;
  text-transform: uppercase;
  border: 1px solid #f7f7f2;
  padding: 8px 20px;
  text-decoration: none;
  transition: all .3s;
}

.qoute-btn:hover {
  border-color: var(--orange);
  background-color: var(--black);
  color: #fff;
}

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

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

.contact-ann-block.auto-m {
  margin-left: auto;
  margin-right: auto;
}

.header-contact {
  border-left: 1px solid #5f5f5130;
  flex: none;
  margin-left: 10px;
  padding-left: 5px;
}

.ripple {
  z-index: 0;
  background-color: var(--orange);
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

.ripple.dl-btn {
  background-color: var(--orange);
  right: -25%;
}

.ripple.call {
  background-color: #fff;
  width: 565px;
}

.ripple.gallery-btn-ripple {
  background-color: var(--orange);
}

.headt-call-btn {
  display: none;
}

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

.logo-2 {
  padding-bottom: 0;
}

.co-logo-link-2 {
  background-color: #fff;
  border-radius: 12px;
  padding: 15px;
}

.co-logo-link-2.w--current {
  background-color: #fff;
  border-radius: 6px;
  flex: none;
  margin-right: 5px;
  padding: 17px;
}

.dl-link-holder {
  color: #f7f7f2;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dl-link-holder:hover {
  border-bottom-style: solid;
  padding-left: 30px;
}

.dl-link-holder.w--current {
  background-color: var(--orange);
}

.dl-link-holder.lst {
  border-bottom-style: none;
  border-bottom-color: #f7f7f200;
}

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

.dl-link-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 50px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  position: relative;
}

.drop-down-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 250px;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

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

.drop-down-icon {
  margin: auto 0 auto 10px;
  font-size: 1.05em;
  position: relative;
}

.nav-link-text {
  margin-left: 0;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.dl-menu.w--open {
  background-color: var(--black);
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0;
  overflow: hidden;
}

.dropdown-toggle {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

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

.font-icon-2 {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.font-icon-2.test {
  color: var(--orange);
  border-right-style: none;
  margin-right: 0;
  line-height: 2;
}

.header-div-3 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

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

.section-2.header-section.nav-verticle {
  z-index: 999;
  background-color: var(--black);
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dl-link-2 {
  z-index: 1;
  color: #f7f7f2;
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link-2 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  transition: all .3s ease-in-out;
}

.menu-link-2:hover {
  color: var(--orange);
  border-bottom: 1px #f7f7f2;
}

.menu-link-2:focus {
  border-bottom: 1px #000;
}

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

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

.mobile-block.lig-text {
  color: #212121;
  cursor: pointer;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.mobile-block.lig-text.white {
  color: #fff;
  cursor: auto;
}

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

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

.h-link:hover {
  color: var(--orange);
}

.hero-banner {
  height: auto;
}

.hero-mask {
  z-index: 1;
  height: 75vh;
}

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

.slide-2._3 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/banner_.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.menu-button-image-link {
  background-image: linear-gradient(#00000040, #00000040), url('../images/home-page---Building-work.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 280px;
  display: flex;
}

.menu-button-image-link._2 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/IMG-20230404-WA0050.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 276px;
}

.menu-button-image-link._3 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/home-page---extensions.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.menu-button-image-link._4 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/IMG-20230404-WA0035.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.menu-button-image-link._5 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/IMG-20230404-WA0036.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.black-int-link {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.menu-button-section {
  z-index: 1;
  background-color: var(--black);
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.menu-button-div {
  height: 300px;
}

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

.menu-label-div {
  background-color: var(--black);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.h1._40t {
  margin-top: 40px;
}

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

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

.content-section.even.p-white {
  background-color: #fff;
}

.content-section.even.p-white.lg-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section.even.p-white.primary-bg {
  background-color: var(--orange);
}

.content-section.even.p-white.a {
  flex-flow: column;
}

.double-content-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.coloured-underline.white {
  background-color: #fff;
  border-radius: 20px;
}

.btn-text {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.primary-btn {
  z-index: 1;
  background-color: var(--black);
  color: #f7f7f2;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn.call {
  background-color: var(--black);
  color: var(--orange);
}

.primary-btn.gallery-btn {
  background-color: #0000;
  border: 1px solid #c0c1af;
}

.primary-btn.gallery-btn.m-center {
  border-color: var(--orange);
  margin-top: 20px;
  margin-right: auto;
}

.primary-btn.m-auto {
  border: 1px solid var(--orange);
}

.img {
  z-index: 1;
  object-fit: fill;
  background-image: url('../images/IMG-20230404-WA0046.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.img._3-img {
  background-image: url('../images/IMG-20230404-WA0036.webp');
  min-height: 250px;
}

.img._3-img._1 {
  background-image: url('../images/IMG-20230404-WA0022.webp');
}

.img._3-img._3 {
  background-image: url('../images/IMG-20230404-WA0024.webp');
}

.img._3-img._4 {
  background-image: url('../images/IMG-20230404-WA0007.webp');
}

.img.f-1 {
  background-image: url('../images/IMG-20230404-WA0036.webp');
}

.img._w-1 {
  background-image: url('../images/IMG-20230404-WA0042.webp');
}

.img.p-1 {
  background-image: url('../images/IMG-20230404-WA0012.webp');
}

.img.r-1 {
  background-image: url('../images/IMG-20230404-WA0022.webp');
}

.img.cw-1 {
  background-image: url('../images/IMG-20230404-WA0032.webp');
  background-position: 100%;
}

.img.ex-1 {
  background-image: url('../images/IMG-20230404-WA0034.webp');
}

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

.p-2 {
  z-index: 1;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.p-2.p-white {
  color: #f7f7f2;
}

.p-2._30t {
  margin-top: 30px;
}

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

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

.single-image-div {
  z-index: 1;
  border-radius: 0;
  width: 48%;
  position: relative;
}

.single-image-div._3-img-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.large-p-block {
  background-color: var(--orange);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 50px;
  box-shadow: 1px 1px 3px #0000001f;
}

.h2 {
  color: #212121;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.h2.h2-white {
  color: #f7f7f2;
  font-size: 32px;
  line-height: 36px;
}

.h2.h2-white.lg-text {
  color: #f7f7f2;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 100px;
  padding-right: 60px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  display: block;
}

.h2.h2-white.lg-text.edit-padding {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
}

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

.large-image-section.low-p-bottom {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.large-image-section.low-p-bottom.p-white {
  background-color: var(--black);
}

.large-single-image-div {
  background-image: url('../images/homepage.--project-management-.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 50px 50px 0;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-single-image-div.r-2 {
  background-image: url('../images/IMG-20230404-WA0008.webp');
  background-position: 100%;
}

.large-single-image-div.cw-2 {
  background-image: url('../images/IMG-20230404-WA0012.webp');
  background-position: 100%;
}

.large-single-image-div._2 {
  background-image: url('../images/Horris-Hill-David-Brownlow-theatre-Jonathan-Tuckey-Design-architectural-review-01-index.webp');
}

.left-arrow {
  color: #f7f7f2;
  background-color: #c0c1af12;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-weight: 300;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 100px -15% auto;
  overflow: hidden;
}

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

.text-block-2 {
  flex: none;
  margin-top: 0;
  font-family: "Fa 300", sans-serif;
  font-size: 26px;
  font-weight: 400;
  display: block;
  position: static;
  inset: 0%;
}

.testemonials, .testemonials.projects {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testemonials-slider {
  border-left: 1px #c0c1af24;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.customer-titkle {
  color: #c0c1af;
  font-size: 18px;
  font-weight: 700;
}

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

.title-as-section {
  color: var(--orange);
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: 500;
}

.title-as-section.lg-text {
  font-size: 28px;
  line-height: 1;
}

.title-as-section.lg-text.black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 1.3;
}

.title-as-section.lg-text.white {
  color: #fff;
}

.testemonials-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.qoate-symbol {
  color: var(--orange);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 120px;
  line-height: 1;
  display: flex;
  position: relative;
}

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

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

.right-arrow {
  color: #f7f7f2;
  background-color: #c0c1af12;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 0 -15% auto;
}

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

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

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

.underline.testemonials-underline.orange {
  background-color: #c0c1af;
  width: 30%;
  position: absolute;
  top: 0;
}

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

.block-quote {
  color: #f7f7f2;
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.light-text-line {
  background-color: var(--orange);
  width: 40px;
  height: 2px;
}

.light-text-line.white {
  background-color: #fff;
}

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

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

.testimonials-grid.work-gallery {
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  display: flex;
}

.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.flex0 {
  width: 100%;
  margin-bottom: 60px;
}

.slide {
  height: auto;
  padding: 15px;
}

.slider {
  background-color: #0000;
  height: auto;
  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;
}

.container-2.test-container.fluid {
  width: 90%;
  max-width: 1600px;
}

.container-2.test-container.fluid._1300px {
  max-width: 1300px;
}

.customer-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.grey-content-section {
  background-color: #c0c1af;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-content-section.bg-gradiant {
  background-image: linear-gradient(to bottom, #fff 60%, var(--orange) 60%);
}

.grid-image-large-div {
  background-image: url('../images/homepage---recognised-section2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

.grid-image-large-div.r-3 {
  background-image: url('../images/IMG-20230404-WA0046.webp');
}

.grid-image-large-div.cw-3 {
  background-image: url('../images/IMG-20230404-WA0035.webp');
  background-position: 50%;
}

.grid-image-large-div.ex-2 {
  background-image: url('../images/IMG-20230404-WA0047.webp');
}

.grid-image-large-div.lc-3 {
  background-image: url('../images/firedoor4.webp');
  background-size: contain;
  height: 400px;
}

.double-p-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

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

.grey-dividing-line.line-odd {
  background-color: #f7f7f236;
}

.grid-image-div {
  background-image: url('../images/home-page.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.grid-image-div.div2 {
  background-image: url('../images/_229728521_1_229728521.webp');
}

.grid-image-div.div2.home-3 {
  background-image: url('../images/homepage---recognised-section1.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-image-div.div2.home-3.r-3 {
  background-image: url('../images/IMG-20230404-WA0007.webp');
}

.grid-image-div.div2.home-3.cw-6 {
  background-image: url('../images/IMG-20230404-WA0027.webp');
}

.grid-image-div.div2.home-3.ex-3 {
  background-image: url('../images/home-page---extensions.webp');
}

.grid-image-div.div2.home-3.lc-3 {
  background-image: url('../images/img-tmb-40.webp');
  background-position: 50% 30%;
}

.grid-image-div.r-2 {
  background-image: url('../images/IMG-20230404-WA0027.webp');
  background-position: 50%;
}

.grid-image-div.cw-2 {
  background-image: url('../images/IMG-20230404-WA0042.webp');
  background-position: 50%;
}

.grid-image-div.ex-3 {
  background-image: url('../images/IMG-20230404-WA0039.webp');
  background-position: 50%;
}

.grid-image-div.lc-3 {
  background-image: url('../images/firedoor3.webp');
  background-position: 50%;
  background-size: contain;
}

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

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

.works-image-grid {
  padding-top: 60px;
}

.works-image-grid.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
  position: relative;
  left: 0%;
}

.t-wrapper {
  align-items: center;
  display: flex;
}

.works-texxt-lable {
  background-color: var(--orange);
  color: #fff;
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

.works-1 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/home-page---Building-work.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 580px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

.works-1:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -60px 200px #15162380;
}

.works-1._2 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/IMG-20230404-WA0050.webp');
  background-position: 0 0, 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.works-1._3 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/home-page---extensions.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cta-text-contact {
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

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

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 100px;
  padding-bottom: 10px;
}

.contact-info-block.m-bottom-20.m-top-60.no-top {
  margin-top: 60px;
}

.cta-link {
  color: #00000091;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

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

.contact-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  width: 38%;
  display: flex;
}

.left-contact.right {
  background-color: #fff;
  border-radius: 6px;
  width: 50%;
  padding: 20px;
}

.container-4 {
  z-index: 2;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-section-wrapper.flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-2 {
  background-color: var(--orange);
  color: #f7f7f2;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

.heading-3-text {
  color: #c0c1af;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.heading-3-text.sm-h3 {
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.heading-3-text.sm-h3.white-h3 {
  color: #f7f7f2;
  font-weight: 500;
}

.heading-3-right-text {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  background-color: #5f5f51;
  padding: 0;
}

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

.container-3.container-fluid {
  width: 100%;
  max-width: none;
}

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

.heading-3-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;
  align-items: stretch;
  min-height: 400px;
  display: flex;
}

.heading-3-left-image {
  background-image: linear-gradient(270deg, var(--black), #fff0), url('../images/IMG-20230404-WA0022.webp');
  background-position: 0 0, 100% 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  min-height: 250px;
}

.instagram {
  margin-bottom: 0;
}

.foooter-logo {
  object-fit: contain;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  background-color: #fff;
  border-radius: 9px;
  width: 100%;
  margin-bottom: 40px;
  padding: 15px;
  display: flex;
}

.footer-brand.w--current {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 40px;
  padding: 14px;
  display: flex;
}

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

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

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

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

.footer-title {
  color: var(--orange);
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.footer-contact-link {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

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

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

.footer-nav-item.footer-contact {
  color: #fff;
  text-align: left;
  cursor: e-resize;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-item.footer-contact.auto-cusro {
  cursor: auto;
  font-size: 16px;
}

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

.contact-link {
  color: #f7f7f2;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

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

.footerlinks-copy {
  color: #f7f7f2;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

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

.footer-info-div-2._1 {
  border-width: 1px;
  border-color: #c0c1af24;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
}

.footer-info-div-2._1.border-edit {
  border-left-style: solid;
  border-right-style: solid;
}

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

.footer-social-link:hover {
  border: 1px solid var(--orange);
  color: var(--orange);
  background-color: #0000;
}

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

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

.default-list {
  z-index: 2;
  padding-left: 0;
  list-style-type: none;
  position: relative;
}

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

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

.default-list.list-grid.x-2.white, .default-list.list-grid.w {
  color: #fff;
}

.h3-text-list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.fa-icon {
  background-color: var(--black);
  color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 18px;
  display: flex;
}

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

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

.h1-light {
  color: var(--orange);
  font-weight: 300;
}

.h1-light.white {
  color: #fff;
}

.h3 {
  color: var(--orange);
}

.hyper-link {
  color: var(--orange);
  font-weight: 700;
}

.hyper-link.w {
  color: var(--black);
}

.map {
  background-image: url('../images/peak-map.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 450px;
  margin-bottom: -10px;
}

.accreditations-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 6px solid var(--orange);
  border-radius: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding: 20px;
  display: grid;
}

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

.acc-block._1 {
  background-image: url('../images/image001-1-1.webp');
}

.acc-block._3 {
  background-image: url('../images/image002-3.webp');
}

.footer-copy-link {
  color: #fff;
  text-decoration: none;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.footer-copy-link:hover {
  color: var(--orange);
}

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

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

.sitemap-link {
  color: var(--black);
  text-decoration: none;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: inline-block;
}

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

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

.block {
  background-color: #ffffff45;
  border-radius: 7px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.h3-title {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

.circle {
  background-color: #fff;
  border-radius: 0% 0% 0% 50px;
  min-width: 100px;
  min-height: 100px;
  position: absolute;
  inset: -25px -25px auto auto;
}

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

.ll {
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.ll:hover {
  outline-color: var(--orange);
  outline-offset: -13px;
  outline-width: 3px;
  outline-style: solid;
}

.image {
  width: 100%;
  height: 100%;
}

.list-2 {
  margin-top: 40px;
  padding-left: 0;
  list-style-type: none;
}

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

.areas-map {
  margin-top: 40px;
}

.img-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.img-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  min-height: 350px;
}

.img-2.gridimg {
  min-height: 200px;
}

.img-2.gridimg.grid8 {
  background-image: url('../images/ea6d6b0e-47cb-4671-b683-05e45c8e0453.webp');
}

.img-2.gridimg.grid4 {
  background-image: url('../images/9c2bc2b7-8389-4668-981c-e8e73d292f58.webp');
  background-position: 50%;
}

.img-2.gridimg.grid1 {
  background-image: url('../images/img-tmb-46.webp');
  background-position: 50% 25%;
  background-repeat: no-repeat;
}

.img-2.gridimg.grid9 {
  background-image: url('../images/e4a96c1f-9f3e-4c15-81d1-825cefc17952.webp');
}

.img-2.gridimg.grid3 {
  background-image: url('../images/aa19e2d6-6c07-4ae6-bf6b-5e78d2ff8379.webp');
  background-position: 50%;
}

.img-2.gridimg.grid6 {
  background-image: url('../images/img-tmb-1.webp');
}

.img-2.gridimg.grid2 {
  background-image: url('../images/img-tmb-34.webp');
}

.img-2.gridimg.grid5 {
  background-image: url('../images/img-tmb-49.webp');
  background-position: 100%;
}

.img-2.gridimg.grid7 {
  background-image: url('../images/img-tmb-44.webp');
}

.banner-button-text {
  font-size: 16px;
}

.text-span {
  justify-content: center;
  margin-top: 20px;
  font-size: 24px;
  line-height: 35px;
  display: flex;
}

.banner-heading {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
}

.hero-side-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: flex;
}

.hero-div-edge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: auto;
  display: grid;
}

.hero-button {
  background-color: var(--orange);
  color: #fff;
  border-radius: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
}

.hero-button:hover {
  background-color: #222;
}

.hero-div-full {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.hero-div-mid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.button-links {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  width: 60px;
  height: 60px;
  text-decoration: none;
  transition: background-color .2s;
}

.button-links:hover {
  border-color: var(--orange);
  background-color: var(--orange);
}

.hero-side-button-social {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa brands 400", sans-serif;
  font-size: 30px;
  display: flex;
}

.services-box-lable {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  width: 70%;
  margin: 0 auto 20px;
  padding: 20px;
}

.services-section {
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
}

.services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--black);
  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, #fff0, #00000059), url('../images/home-page---extensions.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.ouse-extension {
  background-image: radial-gradient(circle, #fff0, #00000059), url('../images/home-page---Building-work.webp');
}

.services-link-box.loft-conversion {
  background-image: radial-gradient(circle, #fff0, #00000059), url('../images/IMG-20230404-WA0036.webp');
}

.services-link-box.building-services {
  background-image: radial-gradient(circle, #fff0, #00000059), url('../images/firedoor1.webp');
}

.services-link-box.new-build {
  background-image: radial-gradient(circle, #fff0, #00000059), url('../images/IMG-20230404-WA0035.webp');
}

.services-lable-text {
  margin-bottom: 0;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.5;
}

.container-5 {
  flex-direction: column;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-full-width {
  flex: 0 auto;
  width: 100%;
}

.div-full-width.pading {
  margin-bottom: 40px;
}

.div-full-width.pading.yellow {
  border: 6px solid var(--orange);
  flex-direction: column;
  padding: 23px;
  display: block;
}

.small-sub {
  color: #fdfdfd;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 16.5px;
  font-weight: 400;
}

.h2-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  overflow: visible;
}

.h2-2.b-30 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
}

.full-width-image-section {
  background-image: linear-gradient(to right, #000000cf, #fff0), url('../images/ionut-vlad-idXQEOxhmvU-unsplash.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.full-width-image-section.para-img {
  background-image: linear-gradient(#0000008c, #0000008c), linear-gradient(to right, #000000cf, #fff0), url('../images/Horris-Hill-David-Brownlow-theatre-Jonathan-Tuckey-Design-architectural-review-01-index.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.full-width-image-section.para-img.a {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(to right, #000000cf, #fff0), url('../images/IMG-20230404-WA0008.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.full-width-image-section.para-img.b {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(to right, #000000cf, #fff0), url('../images/IMG-20230404-WA0012.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.button-outline {
  color: var(--orange);
  text-transform: uppercase;
  background-color: #fff;
  border: 1.5px solid #fff;
  margin-top: 35px;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-outline:hover {
  border-width: 1.5px;
  border-color: var(--orange);
  background-color: var(--orange);
  color: #fff;
}

.para {
  color: #fff;
  width: 60%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.75;
}

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

.certificate {
  z-index: 2147483647;
  background-image: url('../images/9af18f28-6c52-4b9d-ae84-28c44fb654d9-1.webp'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.close-icon {
  background-color: var(--orange);
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon:hover {
  background-color: var(--orange);
}

.riba-logo {
  width: 100%;
  max-width: 270px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.div-block {
  width: 100%;
  height: 0;
  position: relative;
  top: -220px;
}

@media screen and (max-width: 991px) {
  .header-div-2 {
    width: 100%;
  }

  .announcement-bar {
    display: none;
  }

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

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

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

  .dl-link-holder {
    background-color: #212121;
    width: 100%;
  }

  .navbar-2 {
    width: 100%;
  }

  .dl-link-img {
    margin-right: 10px;
  }

  .drop-down-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

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

  .dropdown {
    width: 100%;
  }

  .drop-down-icon {
    margin-right: 10px;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

  .dropdown-toggle {
    color: #151623;
    background-color: #fff;
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-toggle:hover {
    background-color: var(--orange);
    color: #fff;
  }

  .font-icon-2.test {
    font-weight: 300;
  }

  .header-div-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .section-2.header-section.nav-verticle {
    padding-bottom: 0;
  }

  .dl-link-2 {
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link-2 {
    color: #212121;
    text-align: left;
    background-color: #fffffffc;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .menu-link-2:hover {
    background-color: var(--orange);
    color: #f7f7f2;
  }

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

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

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

  .menu-button-2 {
    color: #fff;
    background-color: #5f5f5117;
    border-radius: 9px;
  }

  .menu-button-2:hover {
    background-color: var(--orange);
  }

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

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

  .menu-button-group-div {
    grid-column-gap: 10px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr 1fr;
  }

  .h1 {
    font-size: 32px;
  }

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

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

  .basic-p-block {
    width: 100%;
    padding-bottom: 30px;
  }

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

  .single-image-div._3-img-grid {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

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

  .large-p-block {
    width: 90%;
  }

  .h2.h2-white.lg-text.edit-padding {
    text-align: right;
    font-size: 28px;
  }

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

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

  .left-arrow {
    inset: auto auto -15% 2.5%;
  }

  .testemonials-slider {
    padding-left: 0;
    padding-right: 0;
  }

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

  .qoate-symbol {
    font-size: 60px;
  }

  .who-made-comment {
    margin-top: 20px;
  }

  .right-arrow {
    bottom: -15%;
    left: 2.5%;
    right: 0;
  }

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

  .slide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grey-content-section.bg-gradiant.edit-gradiant {
    background-image: linear-gradient(to bottom, #fff 40%, var(--orange) 40%);
  }

  .grid-image-large-div.lc-3 {
    height: 400px;
  }

  .grid-image-div {
    min-height: 400px;
  }

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

  .works-image-grid.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    margin-left: 0%;
    position: relative;
  }

  .t-wrapper {
    align-items: center;
    display: flex;
  }

  .works-1 {
    width: 100%;
    min-width: 300px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-contact {
    width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

  .contact-section-wrapper.flex {
    flex-direction: column;
  }

  .heading-3-right-text {
    width: 100%;
  }

  .heading-3-wrapper {
    flex-direction: column-reverse;
  }

  .heading-3-left-image {
    width: 100%;
    margin-top: 0;
  }

  .footer-brand.w--current {
    min-height: 180px;
  }

  .fb-div {
    justify-content: center;
  }

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

  .footer-info-div-2._1 {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    padding: 40px 20px;
  }

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

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

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

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

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

  .banner-heading {
    width: 80%;
  }

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

  .hero-button {
    width: 70%;
  }

  .hero-div-full {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-div-mid {
    justify-items: center;
  }

  .button-links.middle {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .div-full-width, .para {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .announcement-barn-link {
    font-size: 14px;
  }

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

  .header-contact {
    border-left-style: none;
    margin-left: 0;
    padding-left: 5px;
  }

  .main-block {
    width: 100%;
  }

  .dl-link-img {
    margin-right: 20px;
  }

  .drop-down-wrapper {
    background-color: #fff;
    margin-top: 0;
  }

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

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

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

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

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

  .hero-mask {
    height: 50vh;
  }

  .menu-button-section, .menu-button-group-div {
    display: none;
  }

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

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

  .large-p-block {
    border-radius: 0;
  }

  .h2.h2-white.lg-text.edit-padding {
    flex: 0 auto;
    margin-top: 10px;
    margin-left: 0;
    font-size: 24px;
  }

  .large-image-section.low-p-bottom.p-white {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .large-single-image-div {
    border-radius: 0;
    height: 1000px;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -5%;
  }

  .testemonials-slider {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .qoate-symbol {
    margin-left: 0;
    padding-right: 60px;
    position: static;
  }

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

  .underline {
    width: 50%;
  }

  .testimonials-grid {
    grid-template-rows: auto auto 81px;
    grid-template-columns: 1fr;
  }

  .heading-3-top-title, .heading-3-top-title.flex0 {
    flex-wrap: wrap;
  }

  .heading-3-top-title.flex0.flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .slide {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    justify-content: center;
    align-items: center;
    width: auto;
    position: static;
  }

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

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

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

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

  .works-1 {
    min-width: 250px;
  }

  .heading-3-right-text {
    width: 100%;
    margin-top: 5px;
  }

  .heading-3-wrapper {
    flex-direction: column;
  }

  .heading-3-left-image {
    width: 100%;
  }

  .footer-section-2 {
    padding-bottom: 60px;
  }

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

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

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

  .fa-icon {
    flex: none;
  }

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

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

  .hero-button {
    padding-top: 20px;
    padding-bottom: 20px;
    transition-property: background-color;
  }

  .button-links {
    transition-property: background-color;
  }

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

  .services-link-box, .services-link-box.loft-conversion, .services-link-box.building-services {
    min-height: 250px;
  }

  .full-width-image-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }
}

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

  .logo-2 {
    object-fit: contain;
    width: 75%;
  }

  .co-logo-link-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .co-logo-link-2.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .navbar-2 {
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
    position: static;
  }

  .dl-link-img {
    width: 43px;
    height: 43px;
  }

  .drop-down-wrapper {
    margin-top: 0;
  }

  .nav-menu-2 {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    position: relative;
  }

  .drop-down-icon {
    margin-right: 0;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

  .icon {
    text-align: center;
  }

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

  .section-2.header-section.nav-verticle {
    position: relative;
  }

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

  .logo-div-2 {
    align-items: center;
    width: 95%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .menu-button-2 {
    background-color: var(--black);
    color: #f7f7f2;
    border-top: 1px solid #ffffff30;
    border-radius: 0;
    width: 100%;
    display: flex;
  }

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

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

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 50vh;
  }

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

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

  .p-2.p-white {
    font-size: 14px;
  }

  .single-image-div._3-img-grid {
    grid-template-columns: 1fr;
  }

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

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

  .h2.h2-white.lg-text.edit-padding {
    text-align: left;
    margin-top: 20px;
    margin-left: 0;
    font-size: 18px;
  }

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

  .large-image-section.low-p-bottom.p-white {
    background-color: var(--orange);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .large-single-image-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 20px;
  }

  .left-arrow {
    width: 70px;
    height: 70px;
    bottom: -10%;
  }

  .testemonials {
    overflow: hidden;
  }

  .testemonials.projects {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .customer-titkle {
    font-size: 1rem;
  }

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

  .title-as-section.lg-text.black {
    margin-left: 0;
    font-size: 24px;
  }

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

  .qoate-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 32px;
  }

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

  .underline {
    width: 30%;
  }

  .block-quote {
    font-size: 16px;
  }

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

  .heading-3-top-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .25fr 4fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .heading-3-top-title.flex0 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .heading-3-top-title.flex0.flex {
    display: block;
  }

  .slide {
    padding: 0;
  }

  .container-2.test-container {
    width: 95%;
    position: relative;
  }

  .customer-img {
    min-width: 60px;
    min-height: 60px;
  }

  .grey-content-section {
    margin-top: 60px;
  }

  .grey-content-section.bg-gradiant {
    margin-top: 0;
  }

  .grid-image-large-div.lc-3 {
    background-size: cover;
    height: 250px;
  }

  .grid-image-div.lc-3 {
    background-size: cover;
    min-height: 250px;
  }

  .works-texxt-lable {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .works-1 {
    min-height: 350px;
  }

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

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

  .left-contact.right {
    padding: 25px;
  }

  .icon-2 {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-3-right-text {
    padding: 20px;
  }

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

  .list {
    text-align: center;
  }

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

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

  .footer-nav-item.footer-contact {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .text-span-4 {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
  }

  .footer-info-div-2 {
    width: 100%;
  }

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

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

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

  .accreditations-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 9px;
  }

  .acc-block {
    min-height: 80px;
  }

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

  .img-grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-span {
    margin-top: 10px;
  }

  .banner-heading {
    width: 90%;
    font-size: 30px;
    line-height: 30px;
  }

  .hero-side-button {
    font-size: 17px;
  }

  .hero-button {
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-div-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-content: center;
    height: 100%;
    padding-top: 40px;
  }

  .hero-div-mid {
    grid-row-gap: 5px;
  }

  .button-links {
    width: 40px;
    height: 40px;
  }

  .hero-side-button-social {
    font-size: 16px;
  }

  .services-link-box, .services-link-box.loft-conversion, .services-link-box.building-services {
    min-height: 250px;
  }

  .services-lable-text {
    margin-bottom: 0;
  }

  .container-5 {
    width: 85%;
  }

  .h2-2.b-30 {
    font-size: 32px;
    line-height: 42px;
  }

  .button-outline {
    font-size: 14.5px;
  }

  .para {
    font-size: 15px;
    line-height: 24px;
  }

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

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

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

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

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

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

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

#w-node-_60121bc9-780d-7aac-3b21-77305038ab7e-45e58cb1 {
  justify-self: center;
}

#w-node-_60121bc9-780d-7aac-3b21-77305038ab7f-45e58cb1, #w-node-_60121bc9-780d-7aac-3b21-77305038ab82-45e58cb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60121bc9-780d-7aac-3b21-77305038ab89-45e58cb1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_60121bc9-780d-7aac-3b21-77305038ab8d-45e58cb1, #w-node-_60121bc9-780d-7aac-3b21-77305038ab90-45e58cb1, #w-node-_60121bc9-780d-7aac-3b21-77305038ab91-45e58cb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60121bc9-780d-7aac-3b21-77305038ab93-45e58cb1 {
  justify-self: center;
}

#w-node-_60121bc9-780d-7aac-3b21-77305038ab94-45e58cb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_60121bc9-780d-7aac-3b21-77305038ab97-45e58cb1, #w-node-f500b9c7-895f-bc60-97b4-bd31ed380e43-45e58cb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f500b9c7-895f-bc60-97b4-bd31ed380e47-45e58cb1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f500b9c7-895f-bc60-97b4-bd31ed380e4b-45e58cb1, #w-node-f500b9c7-895f-bc60-97b4-bd31ed380e4f-45e58cb1, #w-node-f500b9c7-895f-bc60-97b4-bd31ed380e53-45e58cb1, #w-node-d1a6c723-838f-b904-213d-45b6781829ae-45e58cb1, #w-node-_169d7fe1-dd5c-b3d9-6552-e950251128fe-45e58cb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b513-45e58cb1 {
  align-self: auto;
}

#w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea28-45e58cb1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea29-45e58cb1 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea2a-45e58cb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea2b-45e58cb1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea2c-45e58cb1, #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea2d-45e58cb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea2e-45e58cb1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea2f-45e58cb1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea30-45e58cb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_930eb0f3-b00d-6b8d-0c60-ed4a277a815b-277a814f, #w-node-_930eb0f3-b00d-6b8d-0c60-ed4a277a8164-277a814f, #w-node-_930eb0f3-b00d-6b8d-0c60-ed4a277a816d-277a814f {
  align-self: center;
}

#w-node-_618b2a5d-8118-487b-2122-c687ab7242c7-5c3187eb, #w-node-f795d099-8d76-e910-12c9-e39d1d54fd97-64d86a53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7895b9d4-20e6-d898-5103-be6553cd35de-772a66a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_34ddfbfa-a288-62cd-3207-020dec659410-772a66a1, #w-node-_935f4473-65b1-56e0-359d-6cd83b6a5ce8-16f87f0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39e56f80-b5d3-e36e-94ff-ee769c9d4c61-73f4c6e6, #w-node-_39e56f80-b5d3-e36e-94ff-ee769c9d4c6a-73f4c6e6, #w-node-_39e56f80-b5d3-e36e-94ff-ee769c9d4c73-73f4c6e6 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_60121bc9-780d-7aac-3b21-77305038ab7e-45e58cb1 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-_60121bc9-780d-7aac-3b21-77305038ab88-45e58cb1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_60121bc9-780d-7aac-3b21-77305038ab8d-45e58cb1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_60121bc9-780d-7aac-3b21-77305038ab90-45e58cb1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_60121bc9-780d-7aac-3b21-77305038ab93-45e58cb1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-d1a6c723-838f-b904-213d-45b6781829ae-45e58cb1 {
    place-self: center;
  }

  #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea28-45e58cb1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea29-45e58cb1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea2b-45e58cb1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea2e-45e58cb1, #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea2f-45e58cb1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea30-45e58cb1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_618b2a5d-8118-487b-2122-c687ab7242c7-5c3187eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea28-45e58cb1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea29-45e58cb1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea2b-45e58cb1, #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea2c-45e58cb1, #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea2d-45e58cb1, #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea2e-45e58cb1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea2f-45e58cb1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea30-45e58cb1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_618b2a5d-8118-487b-2122-c687ab7242c7-5c3187eb, #w-node-_618b2a5d-8118-487b-2122-c687ab7242c8-5c3187eb, #w-node-f795d099-8d76-e910-12c9-e39d1d54fd97-64d86a53, #w-node-f795d099-8d76-e910-12c9-e39d1d54fd98-64d86a53, #w-node-f795d099-8d76-e910-12c9-e39d1d54fd99-64d86a53, #w-node-_34ddfbfa-a288-62cd-3207-020dec659410-772a66a1, #w-node-_34ddfbfa-a288-62cd-3207-020dec659411-772a66a1, #w-node-_34ddfbfa-a288-62cd-3207-020dec659412-772a66a1, #w-node-_935f4473-65b1-56e0-359d-6cd83b6a5ce8-16f87f0c, #w-node-_935f4473-65b1-56e0-359d-6cd83b6a5ce9-16f87f0c, #w-node-_935f4473-65b1-56e0-359d-6cd83b6a5cea-16f87f0c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_60121bc9-780d-7aac-3b21-77305038ab7e-45e58cb1 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_60121bc9-780d-7aac-3b21-77305038ab8d-45e58cb1, #w-node-_60121bc9-780d-7aac-3b21-77305038ab90-45e58cb1, #w-node-_60121bc9-780d-7aac-3b21-77305038ab93-45e58cb1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea28-45e58cb1, #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea29-45e58cb1, #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea2f-45e58cb1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7035fc7-b0d0-41ac-8e1e-8c097690ea30-45e58cb1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7895b9d4-20e6-d898-5103-be6553cd35de-772a66a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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