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

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

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

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

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

:root {
  --white: #fdfdfd;
  --black: #212529;
  --crimson: #2f2d4f;
  --green: #51ab3e;
  --grey: #838383;
  --darkish-grey: #353535;
  --blue: #0f096d;
  --dark-grey: #292929;
}

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

.hero-section {
  height: 100%;
}

.hero-section.svs {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.hero-section.svs.ac {
  background-image: url('../images/AdobeStock_361368105.webp');
}

.hero-section.svs.eb {
  background-image: url('../images/Beach_huts_-_Eastbourne_-_geograph.org.uk_-_2375843.jpg');
}

.hero-section.svs.bf {
  background-image: url('../images/AdobeStock_1643691121.jpeg');
}

.hero-section.svs.hc {
  background-image: url('../images/AdobeStock_897912351.webp');
}

.hero-section.svs.ps {
  background-image: url('../images/AdobeStock_1656976583-1.webp');
}

.hero-section.svs.br {
  background-image: url('../images/AdobeStock_649296108-1.jpeg');
}

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

.container.announcement-container {
  width: 90%;
  max-width: none;
}

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

.navbar {
  z-index: 1000;
  background-color: var(--white);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.navbar-2 {
  background-color: #0000;
  width: 100%;
  display: flex;
}

.brand {
  color: #fff;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.brand.margin-right-20 {
  color: var(--black);
  margin-right: 10px;
}

.brand.margin-right-20.footer-brand {
  color: var(--white);
  margin-bottom: 20px;
  margin-right: 0;
}

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

.nav-link {
  color: var(--black);
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  color: var(--crimson);
  background-color: #0000;
  border-radius: 6px;
}

.nav-link.w--current {
  color: var(--green);
}

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

.nav-menu.margin-auto {
  justify-content: space-between;
}

.logo-span {
  color: var(--crimson);
  flex: none;
  font-weight: 800;
}

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.dropdown-link:hover {
  color: var(--crimson);
  background-color: #0000;
}

.drop-down-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.drop-down-link:hover {
  color: var(--crimson);
}

.hero-large-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2;
}

.hero-btn-qoute {
  background-color: var(--crimson);
  color: var(--white);
  border-radius: 4px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 1.25em;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.hero-btn-qoute:hover {
  transform: scale(.95);
}

.hero-btn-qoute.white {
  border: 1px solid var(--crimson);
  background-color: var(--white);
  color: var(--crimson);
  font-weight: 500;
}

.hero-para-text {
  color: #ececec;
  font-size: 1.2em;
  line-height: 1.7;
}

.footer-section {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-contact-info {
  border: 1px solid #46484b94;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.contact-block-1 {
  border-right: 1px solid #8a8a8a;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
}

.contact-block-1.border-none {
  border-right-style: none;
  align-items: center;
}

.contact-icon {
  background-color: var(--green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  display: flex;
}

.contact-type-title {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.contact-info-link {
  color: var(--black);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
}

.footer-mid-content {
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.footer-desc {
  height: auto;
  color: var(--black);
  font-size: 1em;
}

.footer-social-media {
  background-color: var(--crimson);
  width: 35px;
  height: 35px;
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-media:hover {
  background-color: var(--crimson);
}

.footer-social-media.margin-right-none {
  margin-right: 0;
}

.footer-social-media-block {
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
}

.footer-col {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.footer-copy {
  border-top: 1px solid #ffffff17;
  padding-top: 20px;
  padding-bottom: 20px;
}

.para {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.75;
}

.para.text-white {
  color: #9b9b9b;
  text-align: center;
}

.para.para-sm {
  width: 60%;
  color: var(--grey);
  margin-left: auto;
  margin-right: auto;
}

.para.bullet-para {
  color: var(--darkish-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

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

.para.para-white._20t {
  margin-top: 20px;
}

.para.blk {
  color: var(--black);
}

.para.white {
  color: var(--white);
  text-align: left;
  font-weight: 500;
  line-height: 1.5;
}

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

.para._20t {
  color: var(--black);
  margin-top: 20px;
}

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

.footer-copy-link {
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.footer-copy-link:hover {
  color: #fff;
}

.footer-menu-text {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
}

.footer-link {
  color: var(--black);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

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

.heading-2 {
  text-transform: uppercase;
}

.image-block-project {
  background-image: linear-gradient(#0003, #0003), url('../images/_190387968.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-width: 400px;
  min-height: 400px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
}

.image-block-project:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_190387968.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.dropdown-menu-link {
  background-color: #fff;
  border-left: 5px solid #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s ease-in-out;
}

.dropdown-menu-link:hover {
  border-left: 5px solid var(--crimson);
  color: var(--darkish-grey);
}

.dropdown-menu-link.w--current {
  color: var(--green);
}

.dropdown-list {
  border-radius: 6px;
  width: 300px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  margin-top: 19px;
  overflow: visible;
}

.announcement-bar {
  background-color: var(--darkish-grey);
}

.announcement-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  display: flex;
}

.announcement-link {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.announcement-link:hover {
  color: var(--crimson);
}

.announcement-time {
  color: #fff;
  font-size: 1em;
  font-weight: 100;
}

.announcement-contact {
  background-color: var(--crimson);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-contact:hover {
  color: var(--black);
}

.header-social-media {
  display: flex;
}

.header-social-icon {
  width: 35px;
  height: 35px;
  color: var(--crimson);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  background-color: var(--crimson);
  color: var(--white);
}

.header-social-icon.margin-right-none {
  margin-right: 0;
}

.nav {
  margin-left: auto;
  margin-right: auto;
}

.hero-slider {
  min-height: 80vh;
}

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

.slide-2 {
  background-image: linear-gradient(#fff0, #212529a8), url('../images/AdobeStock_1643691121.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-arrow {
  background-color: var(--darkish-grey);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.slider-arrow:hover {
  background-color: var(--crimson);
}

.arrow-icon {
  font-size: .6em;
}

.slider-inner-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.hero-content {
  text-align: center;
  width: 60%;
}

.hero-md-text {
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
}

.scroll-up {
  z-index: 1000;
  background-color: var(--crimson);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.scroll-arrow-up {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-section {
  flex: 0 auto;
  width: 48%;
}

.right-section {
  width: 50%;
  box-shadow: 11px -11px 0 0 var(--green);
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.text-block {
  color: var(--crimson);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.95;
}

.text-block.bullet-list-title {
  color: #757575;
  font-size: 1.25em;
}

.heading-1 {
  color: #3b444d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.5;
}

.heading-1.margin-bottom-30 {
  margin-top: 0;
  margin-bottom: 30px;
}

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

.heading-1.mid {
  text-align: center;
}

.inner-img {
  background-image: url('../images/boldmere-stock-18.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img.svs {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.inner-img.svs.ac {
  background-image: url('../images/AdobeStock_106269587.webp');
}

.inner-img.svs.br {
  background-image: url('../images/AdobeStock_446489111.webp');
}

.inner-img.svs.bf {
  background-image: url('../images/AdobeStock_1848680186-1.webp');
}

.inner-img.svs.hc {
  background-image: url('../images/AdobeStock_1088820294.webp');
}

.inner-img.svs.ps {
  background-image: url('../images/AdobeStock_1802918390.webp');
}

.default-btn {
  background-color: var(--green);
  color: var(--white);
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  transform: scale(.95);
}

.default-btn.margin-top-20 {
  border: 1px solid var(--crimson);
  background-color: var(--crimson);
  text-align: center;
  margin-top: 0;
}

.default-btn.margin-top-20.default-btn-outline {
  border: 1px solid var(--green);
  color: var(--green);
  background-color: #0000;
}

.default-btn.margin-top-20.default-btn-outline.marginleft-20 {
  border-color: var(--crimson);
  min-width: auto;
  color: var(--crimson);
  margin-left: 0;
}

.default-btn.margin-top-20.light-btn {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--crimson);
  margin-top: 20px;
}

.heading-3-cta-section {
  background-color: var(--green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.h3-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.content-h3-box {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.h3-cta-btns {
  align-items: center;
  width: 39%;
  display: block;
}

.heading-3-text {
  color: var(--white);
  padding-right: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.5;
}

.h3-cta-call-btn {
  background-color: var(--white);
  color: var(--crimson);
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline;
}

.h3-cta-call-btn.btn-outline {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

.h3-cta-call-btn.btn-outline:hover {
  background-color: var(--white);
  color: var(--crimson);
}

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

.services-link-box {
  color: #2b2a2a;
  background-image: radial-gradient(circle, #fff0, #00000059), url('../images/AdobeStock_233792533.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  align-items: flex-end;
  width: 100%;
  min-height: 380px;
  text-decoration: none;
  display: flex;
}

.services-link-box.new-build {
  background-image: radial-gradient(circle, #fff0, #00000059), url('../images/boldmere-stock-9.webp');
  background-position: 0 0, 0%;
}

.services-link-box.ouse-extension {
  background-image: radial-gradient(circle, #fff0, #00000059), url('../images/boldmere-stock-5.webp');
}

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

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

.services-box-lable {
  text-align: center;
  background-color: #f5f8fa;
  border-radius: 4px;
  width: 70%;
  margin: 0 auto 20px;
  padding: 20px;
  transition: all .3s;
}

.services-box-lable:hover {
  background-color: var(--crimson);
  color: var(--white);
}

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

.bullet-list-services {
  background-color: #f5f8fa;
  padding-top: 60px;
  padding-bottom: 140px;
}

.top-title-content {
  text-align: center;
}

.heading-2-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.9;
}

.heading-2-title.heading-white {
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.heading-2-title.heading-white.smaller {
  font-size: 1.6em;
}

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

.bullet-block {
  background-color: var(--white);
  text-align: left;
  border-radius: 4px;
  padding: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #0000000d;
}

.bullet-block:hover {
  transform: translate(0, -5px);
}

.bullet-block-title {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.75;
}

.bullet-block-btn {
  background-color: var(--green);
  color: var(--white);
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bullet-block-btn:hover {
  transform: scale(.95);
}

.bullet-icon {
  text-align: left;
  background-image: url('../images/AC-icon.svg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
}

.bullet-icon.kitchen {
  background-image: url('../images/boiler-2.svg');
  background-repeat: no-repeat;
  background-size: auto;
}

.bullet-icon.plastering {
  background-image: url('../images/plumbing.webp');
}

.bullet-icon.boiler {
  background-image: url('../images/boiler-2.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.section-2-h2-w-img-vid {
  padding-top: 0;
  padding-bottom: 0;
}

.container-fluid.display-flex {
  display: flex;
}

.section-2-img-full {
  background-image: url('../images/boldmere-stock-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

.section-2-img-full.svs {
  background-image: url('../images/AdobeStock_446489111.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-img-full.svs.ps {
  background-image: url('../images/AdobeStock_1782367323.webp');
}

.section-2-img-full.svs.hc {
  background-image: url('../images/AdobeStock_106269587.webp');
}

.section-2-img-full.svs.br {
  background-image: url('../images/AdobeStock_361872215.jpeg');
  background-position: 0%;
}

.section-2-text-content {
  background-color: var(--green);
  width: 50%;
  padding: 50px 0;
}

.inner-text-content {
  width: 90%;
  max-width: 1400px;
  margin-left: 40px;
  margin-right: auto;
}

.brand-bands {
  background-color: #f5f8fa;
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-band-wrapper {
  justify-content: space-between;
  display: flex;
}

.brand-icon {
  color: #bdbdbd;
  font-family: "Fa brands 400", sans-serif;
  font-size: 5em;
  line-height: 1;
  display: inline-block;
}

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

.text-block-3 {
  color: #292d33;
  flex: none;
  margin-top: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: block;
  position: static;
  inset: 0%;
}

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

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

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

.sub-heading {
  color: var(--crimson);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

.sub-heading.white {
  color: var(--white);
  font-size: 1.1rem;
}

.left-arrow {
  background-color: #f5f8fa;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

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

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

.testemonials-slider {
  position: static;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

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

.heading-2 {
  color: #292d33;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.testemonials {
  padding-top: 100px;
  padding-bottom: 100px;
}

.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.gray {
  background-color: #f5f8fa;
  width: 100%;
}

.underline.testemonials-underline.orange {
  background-color: var(--crimson);
  width: 30%;
  position: absolute;
  top: 0;
}

.slide-3 {
  background-color: #fff;
  height: auto;
  padding: 15px;
}

.qoate-symbol {
  color: var(--crimson);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  display: flex;
  position: relative;
}

.customer-title {
  color: #aaacaf;
}

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

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

.customer-img {
  background-image: url('../images/vicky-hladynets-C8Ta0gwPbQg-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.slider-2 {
  height: auto;
  position: static;
}

.card-bullet {
  width: 100%;
  padding-left: 0;
}

.card-bullet._3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-bullet._2col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-bullet-item {
  color: var(--grey);
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.card-bullet-item.white {
  color: var(--white);
}

.card-icon {
  color: var(--crimson);
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.card-icon.w {
  color: var(--white);
}

.btn-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: auto;
  display: flex;
}

.bullet-heading {
  color: var(--darkish-grey);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

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

.image {
  object-fit: cover;
}

.footer-contact-info-2 {
  border: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.footer-contact-info-2.vert {
  flex-flow: column;
}

.footer-contact-info-2.vert.contact {
  border-style: none;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.heading-3-cta-section-2 {
  background-color: #e70004;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-3-cta-section-2.contactform {
  background-color: var(--crimson);
}

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

.contact-block-1-2 {
  border-right: 1px solid #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-block-1-2._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.contact-block-1-2._100.nobord {
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 20px;
}

.sub-heading-2 {
  color: #e70004;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

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

.contact-type-title-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.contact-info-link-2 {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
}

.contact-right {
  position: static;
}

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

.contact-icon-2 {
  color: #fff;
  background-color: #e70004;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  display: flex;
}

.contact-icon-2.ct-us {
  background-color: #000;
}

.heading-3 {
  color: #474747;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-3.white {
  color: #fff;
}

.hyp-erlink {
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
}

.hyp-erlink.blk {
  color: var(--black);
  font-weight: 700;
}

.icon-link {
  text-decoration: none;
}

.accred-logo {
  width: auto;
  display: block;
}

.off-blue-section {
  background-color: var(--blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.body-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-div._2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.body-div.green {
  background-color: var(--green);
  padding: 40px;
}

.h2.white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 38px;
}

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

.div-grid {
  border: 3px solid var(--green);
  border-radius: 20px;
  padding: 15px;
}

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

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

.card-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--green);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 20px;
  display: flex;
}

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

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

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  display: flex;
}

.bullet-icon-2 {
  background-color: var(--green);
  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;
  font-weight: 400;
  display: flex;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--green);
  color: #000;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -40px 0 0 var(--green);
  color: #fff;
}

.left-d {
  width: 45%;
}

.right-div {
  width: 52%;
}

._2-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  margin: 30px auto;
}

.white-card {
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.accordion-item {
  background-color: var(--green);
  border-bottom-width: 1px;
  border-bottom-color: #e8edee;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 24px;
}

.accordion {
  width: 100%;
}

.accordion-title {
  color: var(--white);
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.accordion-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plus {
  background-color: var(--white);
  width: 2px;
  height: 13px;
  color: var(--white);
  position: absolute;
}

.accordion-content {
  color: var(--white);
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 171%;
}

.faq-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.accordion-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-body {
  padding-top: 0;
  overflow: hidden;
}

.hyperlink-2 {
  color: #fff;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  box-shadow: inset 0 -2px #fff;
}

.hyperlink-2:hover {
  color: #e96930;
  box-shadow: inset 0 -50px #fff;
}

.hyperlink-2.blk {
  color: #252324;
  text-decoration: underline;
}

.hyperlink-2.blk:hover {
  color: #e96930;
}

.minus {
  background-color: var(--white);
  width: 14px;
  height: 2px;
}

.bullet-list.black {
  color: var(--white);
  font-size: 16px;
}

.container-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 260px;
}

.sitemap-list {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  font-size: 16px;
  display: flex;
}

.sitemap-link {
  color: #353535;
  margin-bottom: 20px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-text {
  color: var(--darkish-grey);
  font-size: 16px;
  font-weight: 600;
  transition: color .45s ease-in-out;
}

.nav-link-text:hover {
  color: var(--green);
}

.btn-underline {
  object-fit: fill;
  background-color: #fff;
  height: 2px;
  position: relative;
  box-shadow: inset 0 0 #c7a675;
}

.btn-underline.nav-underline {
  width: 0;
}

.btn-underline.nav-underline.sitempa {
  background-color: #282828;
}

@media screen and (min-width: 1440px) {
  .accordion {
    width: 100%;
    max-width: none;
  }

  .faq-wrap {
    grid-template-columns: 1fr 660px;
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .who-made-comment {
    position: relative;
  }

  .testemonials-slider {
    position: static;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .mask {
    width: 100%;
  }

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

  .slider-2 {
    width: 100%;
  }

  .contact-right {
    position: static;
  }

  .heading-3 {
    font-size: 2.5rem;
  }

  .accordion {
    width: 100%;
    max-width: none;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
    display: block;
  }

  .accordion-body {
    padding-right: 20px;
  }

  .container-4 {
    max-width: 1800px;
  }
}

@media screen and (max-width: 991px) {
  .container.nav-fluid {
    width: 100%;
    padding: 0;
  }

  .container.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .brand.margin-right-20 {
    margin-left: 10px;
    margin-right: auto;
  }

  .nav-link {
    color: #fff;
    border-bottom: 1px solid #0000000d;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    background-color: var(--crimson);
    color: var(--white);
    border-radius: 0;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  .nav-menu.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
  }

  .dropdown-link {
    color: #fff;
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
    width: 100%;
  }

  .dropdown-link:hover {
    background-color: var(--crimson);
    color: #fff;
    border-radius: 0;
  }

  .dropdown-link.w--open {
    background-color: var(--crimson);
    color: #fff;
  }

  .dropdown-link.no-border {
    color: #fff;
    border-bottom-style: none;
  }

  .drop-down-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drop-down-link:hover {
    color: #fff;
  }

  .hero-large-text {
    font-size: 1.9em;
  }

  .hero-para-text {
    font-size: 1.1em;
    font-weight: 500;
  }

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

  .contact-block-1 {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .contact-block-1.border-none {
    border-bottom-style: none;
  }

  .image-block-project {
    min-width: 300px;
    min-height: 300px;
  }

  .nav-toggle {
    border-radius: 6px;
    margin-right: 10px;
  }

  .nav-toggle.w--open {
    background-color: #fff;
  }

  .burger-menu {
    color: var(--darkish-grey);
    font-size: 1.2em;
  }

  .dropdown-menu-link {
    background-color: #0000;
  }

  .dropdown-list.w--open {
    background-color: #f7f7f7;
    border-radius: 0;
    margin-top: 0;
  }

  .announcement-wrapper {
    flex-direction: row;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    display: none;
  }

  .header-social-media {
    justify-content: space-around;
  }

  .header-social-icon {
    background-color: var(--white);
    width: 33.3%;
    height: auto;
    color: var(--darkish-grey);
    border-right: 1px solid #3535353d;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .header-social-icon.margin-right-none {
    text-align: left;
    font-size: 22px;
  }

  .nav {
    background-color: var(--darkish-grey);
    height: 100%;
    margin-bottom: auto;
  }

  .hero-content {
    width: 70%;
  }

  .hero-md-text {
    font-size: 1.5em;
  }

  .scroll-up {
    z-index: 1;
  }

  .section-design-1-h1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-h1-wrapper.display-flex {
    flex-flow: row-reverse wrap;
  }

  .left-section {
    width: 100%;
  }

  .right-section {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .inner-img {
    min-height: 500px;
  }

  .default-btn.margin-top-20 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .default-btn.margin-top-20.default-btn-outline.marginleft-20 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3-cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .content-h3-box {
    width: 100%;
  }

  .h3-cta-btns {
    justify-content: center;
    width: 60%;
    padding-top: 20px;
    display: flex;
  }

  .heading-3-text {
    text-align: center;
  }

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

  .bullet-list-services {
    padding-bottom: 60px;
  }

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

  .container-fluid.display-flex {
    flex-direction: column;
  }

  .section-2-img-full, .section-2-text-content {
    width: 100%;
  }

  .inner-text-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .text-block-3 {
    color: #fff;
  }

  .right-arrow {
    background-color: var(--crimson);
    inset: auto 0% -25% auto;
  }

  .left-arrow {
    background-color: var(--crimson);
    color: #fff;
    bottom: -25%;
    left: auto;
    right: 15%;
  }

  .heading-2 {
    padding-right: 0;
  }

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

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

  .slider-2 {
    position: relative;
  }

  .btn-wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .btn-wrapper.smaller {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .footer-contact-info-2 {
    flex-direction: column;
  }

  .heading-3-cta-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials-grid-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .contact-block-1-2 {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .heading-3 {
    padding-right: 0;
  }

  .heading-3.white {
    font-size: 1.2rem;
  }

  .body-div._2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

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

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

  .left-d, .right-div {
    width: 100%;
  }

  ._2-cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .white-card {
    padding: 20px;
  }

  .accordion-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .accordion-body {
    padding-right: 20px;
  }

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

  .lb-img {
    height: 180px;
  }

  .nav-link-text {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.svs {
    height: 34vh;
  }

  .container.nav-fluid {
    padding-top: 0;
  }

  .container.announcement-container, .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-large-text {
    font-size: 1.3em;
  }

  .hero-btn-qoute {
    display: none;
  }

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

  .footer-contact-info {
    padding-left: 0;
  }

  .contact-block-1 {
    padding-left: 20px;
  }

  .footer-mid-content {
    flex-direction: column;
    padding-top: 0;
  }

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

  .para.para-sm {
    width: 100%;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

  .hero-slider {
    min-height: 50vh;
  }

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

  .section-h1-wrapper.display-flex {
    flex-flow: row-reverse wrap;
  }

  .right-section {
    margin-top: 20px;
  }

  .heading-1 {
    line-height: 1.2;
  }

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

  .default-btn.margin-top-20, .default-btn.margin-top-20.default-btn-outline.marginleft-20 {
    margin-bottom: 10px;
  }

  .heading-3-cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3-cta-btns {
    width: 100%;
  }

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

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

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

  .section-2-img-full {
    min-height: 250px;
  }

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

  .brand-band-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .testimonials-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .testemonials-slider {
    width: 95%;
    position: static;
  }

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

  .heading-2 {
    font-size: 2rem;
  }

  .underline {
    width: 50%;
  }

  .slide-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .qoate-symbol {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1;
    position: static;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .card-bullet._3, .card-bullet._2col {
    grid-template-columns: 1fr;
  }

  .btn-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 15px;
  }

  .heading-3-cta-section-2.contactform {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonials-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-right {
    width: 95%;
    position: static;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .heading-3.white {
    font-size: 1.2rem;
  }

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

  .body-div.green {
    padding: 30px;
  }

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

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

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

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

  .lb-img {
    height: 150px;
  }
}

@media screen and (max-width: 479px) {
  .brand.margin-right-20.footer-brand {
    margin-left: 0;
  }

  .brand.footer.w--current {
    justify-content: center;
    align-items: center;
  }

  .nav-menu.margin-auto {
    border-top: 1px solid #0000000d;
    width: 100%;
  }

  .hero-large-text {
    font-size: 1.2em;
  }

  .hero-btn-qoute {
    display: none;
  }

  .hero-para-text {
    margin-top: 20px;
    font-size: .9em;
    line-height: 1.5;
  }

  .footer-social-media-block {
    justify-content: center;
    align-items: center;
  }

  .footer-copy {
    margin-top: 60px;
  }

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

  .announcement-contact-info.margin-right-20 {
    text-align: center;
  }

  .announcement-icon {
    font-size: 1.2em;
  }

  .announcement-link {
    font-size: 18px;
  }

  .announcement-contact {
    width: 100%;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 90%;
  }

  .hero-md-text {
    font-size: 1.2em;
  }

  .section-design-1-h1 {
    padding-bottom: 40px;
  }

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

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

  .h3-cta-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 1.3em;
  }

  .h3-cta-call-btn {
    text-align: center;
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .h3-cta-call-btn.btn-outline {
    flex: none;
  }

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

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

  .testimonials-grid {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    flex-direction: column;
    display: flex;
  }

  .text-block-3 {
    font-size: 22px;
  }

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

  .sub-heading {
    font-size: 1.125rem;
  }

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

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

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

  .heading-2 {
    font-size: 1rem;
  }

  .testemonials {
    overflow: hidden;
  }

  .underline {
    width: 30%;
  }

  .slide-3 {
    padding: 0;
  }

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

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

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

  .slider-2 {
    width: 100%;
  }

  .footer-contact-info-2.vert.contact {
    margin-top: 20px;
  }

  .heading-3-cta-section-2.contactform {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .testimonials-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .contact-block-1-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-block-1-2._100.nobord {
    padding-bottom: 10px;
  }

  .sub-heading-2 {
    font-size: 1.125rem;
  }

  .contact-info-link-2 {
    line-height: 1.4;
  }

  .contact-icon-2 {
    display: none;
  }

  .heading-3 {
    font-size: 1rem;
  }

  .body-div.green {
    padding: 20px;
  }

  .h2.white {
    font-size: 20px;
    line-height: 30px;
  }

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

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

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

  .areas-list-item.areas-list-flex {
    font-size: 14px;
  }

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

  .accordion-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion {
    width: 95%;
  }

  .accordion-title {
    font-size: 20px;
    font-weight: 500;
  }

  .container-4 {
    width: 85%;
  }

  .gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .lb-img {
    height: 120px;
  }
}

#w-node-b7af9400-a0ca-884d-c4c9-b9fcaf3ba377-6cbd77f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3ed03e4-1973-fb9f-e17a-d87dc6a933f4-6cbd77f3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dce18f8f-0402-51aa-aa1b-3b5acce7873c-6cbd77f3, #w-node-fd80f6a1-2376-f06d-16d3-de8053fd08a7-6cbd77f3, #w-node-_89657c5c-653d-e749-05ad-12285b4a51ae-6cbd77f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48b16a79-b892-155c-c947-89a11c1a7212-6cbd77f3, #w-node-_264ba5d4-c873-9fd0-e223-1e2670c92a46-6cbd77f3, #w-node-df46f64e-db2e-7bbc-41dd-ebfc9015b72d-6cbd77f3, #w-node-ccb11627-fc59-d949-13c3-91ed992b35d5-6cbd77f3 {
  place-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-_6267ccb9-ba93-f4b7-7230-4e8b8807e8d4-bb710a76 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5305b214-5373-15e3-3950-feca36cad42f-6cbd77f3, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-725386ce, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-beba9db5, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-41e475ac, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-71349db6, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-8cd79f16, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-a980bed7, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-bb710a76, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-58553d07, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-3f36c6bf, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-8e088726, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-cf0430e4, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-88c916d0 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5305b214-5373-15e3-3950-feca36cad42f-6cbd77f3, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-725386ce, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-beba9db5, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-41e475ac, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-71349db6, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-8cd79f16, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-a980bed7, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-bb710a76, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-58553d07, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-3f36c6bf, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-8e088726, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-cf0430e4, #w-node-_5305b214-5373-15e3-3950-feca36cad42f-88c916d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


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