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

:root {
  --white: white;
  --dark-khaki: #b0a67c;
  --black: black;
  --white-smoke: #f5f8fa;
  --dark-khaki-2: #9c9470;
  --olive: #918861;
  --dark-grey: #9b9b9b;
}

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

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

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

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

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

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

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

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

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

.announcement-contact {
  color: #fff;
  background-color: #ef233c;
  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: #212529;
}

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

.announcement-bar {
  background-color: #353535;
}

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

.announcement-link:hover {
  color: #ef233c;
}

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

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

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

.container.container-flex {
  align-items: flex-end;
  display: flex;
}

.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-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-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

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

.nav-menu.margin-auto {
  justify-content: center;
  width: 100%;
}

.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 {
  color: #353535;
  border-left: 5px solid #ef233c;
}

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

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

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

.brand.margin-right-20 {
  color: #212529;
  margin-right: 10px;
}

.brand.margin-right-20.footer-brand {
  color: #fdfdfd;
  margin-bottom: 20px;
  margin-right: 0;
}

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

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

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

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

.nav-link:hover {
  color: #ef233c;
  background-color: #0000;
  border-radius: 6px;
}

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

.header-social-icon:hover {
  color: #fdfdfd;
  background-color: #ef233c;
}

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

.dropdown-link {
  color: var(--white);
  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: #ef233c;
  background-color: #0000;
}

.logo-span {
  color: #ef233c;
  flex: none;
  font-weight: 800;
}

.nav {
  margin-right: auto;
}

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

.navbar {
  z-index: 1000;
  background-color: #0000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
}

.slider-arrow {
  background-color: #353535;
  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: #ef233c;
}

.slide {
  background-image: linear-gradient(#00000059, #00000059), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.hero-btn-qoute {
  color: #fdfdfd;
  background-color: #ef233c;
  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);
}

.slider-inner-content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

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

.hero-section {
  height: 100%;
}

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

.slide-2 {
  background-image: linear-gradient(#fff0, #212529a8), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

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

.default-btn {
  color: #fdfdfd;
  background-color: #ffd166;
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

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

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

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

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

.default-btn.margin-top-20.light-btn {
  color: var(--black);
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  margin-top: 20px;
}

.section-design-1-h1 {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.heading-1.margin-bottom-30 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 700;
}

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

.left-section._w-100 {
  width: 100%;
}

.btn-wrapper {
  padding-top: 20px;
}

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

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

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

.para.bullet-para {
  color: #353535;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.para.para-white {
  color: #fdfdfd;
}

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

.para.small {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}

.inner-img {
  background-image: url('../images/001-1.webp');
  background-position: 0%;
  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.new-home-1 {
  background-image: url('../images/building-new-home.webp');
  background-position: 100% 0;
  background-size: 775px;
}

.inner-img.loft-1 {
  background-image: url('../images/new-loft.webp');
  background-position: 65%;
  background-size: cover;
}

.inner-img.ext-1 {
  background-image: url('../images/new-ext.webp');
  background-position: 65%;
  background-size: cover;
}

.inner-img.refurb1 {
  background-image: url('../images/Photo-4.webp');
  background-position: 50% 65%;
  background-size: cover;
}

.inner-img.remodel {
  background-image: url('../images/new-flat-bathroom.webp');
  background-position: 50% 30%;
  background-size: cover;
}

.card-bullet {
  padding-left: 0;
}

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

.card-bullet._605 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 71%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card-bullet._60-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card-icon {
  color: var(--black);
  background-color: #0000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.card-icon.gold {
  background-color: var(--black);
  color: var(--dark-khaki);
  flex: none;
}

.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: #fdfdfd;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.bullet-icon {
  text-align: left;
  background-image: url('../images/house-extension-icon.webp');
  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.plastering {
  background-image: url('../images/icon.webp');
}

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

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

.bullet-list-services {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 140px;
}

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

.card-bullet-item {
  color: #838383;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  display: flex;
}

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

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

.bullet-block {
  text-align: left;
  background-color: #fdfdfd;
  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-heading {
  color: var(--black);
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
}

.bullet-heading.w {
  color: var(--white);
  font-size: 16px;
  line-height: 1.7em;
}

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

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

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

.section-2-img-full.new-home {
  background-image: url('../images/timber-scaffolding.webp');
}

.section-2-img-full.loft {
  background-image: url('../images/010.webp');
  background-position: 50%;
}

.section-2-img-full.ext {
  background-image: url('../images/extension-of-house.webp');
  background-position: 50%;
}

.section-2-img-full.refurb {
  background-image: url('../images/modern-kitchen.webp');
  background-position: 50%;
}

.section-2-img-full.remodel {
  background-image: url('../images/Photo-5.webp');
  background-position: 50% 65%;
}

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

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

.heading-3-cta-section {
  background-color: var(--dark-khaki);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.heading-3-text {
  color: #fdfdfd;
  width: auto;
  padding-right: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.25;
}

.h3-cta-btns {
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
}

.h3-cta-call-btn {
  color: var(--black);
  background-color: #fdfdfd;
  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 {
  color: #fdfdfd;
  background-color: #0000;
  border: 1px solid #fdfdfd;
}

.h3-cta-call-btn.btn-outline:hover {
  color: var(--black);
  background-color: #fdfdfd;
}

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

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

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

.footer-desc {
  color: #fff;
  font-size: 1em;
}

.footer-col {
  width: 30%;
}

.footer-link {
  color: #fdfdfd;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 1.05em;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

.contact-block-1 {
  border-right: 1px solid #8a8a8a;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

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

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

.footer-social-media:hover {
  background-color: var(--dark-khaki);
  color: var(--black);
}

.footer-social-media.margin-right-none {
  margin-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.footer-social-media.margin-right-none:hover {
  background-color: var(--dark-khaki);
}

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

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

.footer-menu-text {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
}

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

.footer-contact-info {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  border: 1px solid #46484b94;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: grid;
}

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

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

.contact-info-link._10t {
  margin-top: 10px;
}

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

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

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

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

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

.scroll-arrow-up {
  color: var(--black);
  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;
}

.services-section {
  background-color: var(--white-smoke);
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.services-link-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.services-link-box._1 {
  background-image: url('../images/Photo-2.webp');
  background-position: 50% 35%;
}

.services-link-box._2 {
  background-image: url('../images/010.webp');
}

.services-link-box._3 {
  background-image: url('../images/Extension-1.webp');
}

.services-link-box._4 {
  background-image: url('../images/Photo-3.webp');
}

.services-link-box._5 {
  background-image: url('../images/Remodel.webp');
}

.text-block-2 {
  color: #333131;
  background-color: #fff;
  border-radius: 1px;
  padding: 20px;
  font-weight: 600;
  text-decoration: none;
}

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

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

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

.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: var(--dark-khaki);
  width: 30%;
  position: absolute;
  top: 0;
}

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

.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(--dark-khaki);
  transform: scale(.95);
}

.customer-title {
  color: #aaacaf;
}

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

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

.container-2._0 {
  padding-top: 0;
}

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

.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(--dark-khaki);
  color: #fff;
  transform: scale(.95);
}

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

.slide-3 {
  background-color: var(--white-smoke);
  height: auto;
  padding: 15px;
}

.testemonials {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.testemonials-slider {
  position: static;
}

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

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

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

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

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

.page-top {
  background-image: linear-gradient(#00000040, #00000040), url('../images/_190387968_1_190387968.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  display: flex;
}

.page-title {
  text-align: right;
  margin-left: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}

.image {
  object-fit: cover;
  height: 190px;
}

.navbar-3 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 0 40px;
  display: flex;
  position: static;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

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

.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.services-underline {
  background-color: #1b1b1b;
  width: auto;
  display: block;
}

.box-shadow-div {
  opacity: 0;
  object-fit: fill;
  position: static;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.brand-2 {
  cursor: pointer;
  min-width: 80px;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-right: auto;
}

.brand-2.w--current {
  margin-top: 20px;
}

.dl-link {
  color: #282828;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 7.2px 40px 7.2px 20px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-flex;
}

.dl-link.w--current {
  background-color: var(--dark-khaki);
  color: var(--black);
  font-weight: 700;
}

.fa-icon-arrow {
  font-family: "Fa 300", sans-serif;
  display: none;
}

.nav-menu-2 {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.dl-item {
  z-index: 2;
  width: 240px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.dl-menu {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-social-link {
  color: #fff;
  padding: 7.2px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.header-social-link:hover {
  color: #ffffff80;
}

.header-social-link.m-left-10 {
  margin-left: 10px;
}

.header-social-link.m-left-10.email {
  font-family: "Fa 300", sans-serif;
}

.header {
  z-index: 50;
  background-color: var(--black);
  align-items: center;
  width: 100%;
  min-height: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  position: fixed;
}

.logo {
  width: 100%;
  height: 100%;
  max-height: 77px;
  position: absolute;
  inset: 0%;
}

.logo.dark-logo {
  opacity: 0;
  display: block;
}

.btn-hover-color {
  background-color: var(--dark-khaki);
  width: 0;
  position: absolute;
  inset: 0%;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.nav-link-2.w--current {
  background-color: var(--dark-khaki);
  color: var(--black);
  padding: 5px;
}

.header-social {
  margin-left: 24px;
}

.image-2 {
  width: 150px;
  margin-top: 10px;
}

.container-3 {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1420px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.hero-bg {
  background-color: #1b1b1b66;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-section-2 {
  background-image: linear-gradient(#0009, #0009), url('../images/kitchen.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.hero-section-2.service {
  background-image: linear-gradient(#00000080, #00000080), url('../images/new-flat.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 70vh;
}

.hero-section-2.service-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/kitchen-in-loft.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 70vh;
}

.hero-section-2.service-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pe.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 70vh;
}

.hero-section-2.service-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/property-extension.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 70vh;
}

.hero-section-2.bathroom {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shiny-new-bathroom.webp');
  background-position: 0 0, 50% 85%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 70vh;
}

.hero-section-2.remodel {
  background-image: linear-gradient(#00000080, #00000080), url('../images/e8.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 70vh;
}

.hero-section-2.area {
  background-image: linear-gradient(#00000080, #00000080), url('../images/southend-on-sea.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 70vh;
}

.hero-section-2.portfolio {
  background-image: linear-gradient(#00000080, #00000080), url('../images/office.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 70vh;
}

.hero-section-2.testimonials {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Jack-Thomas-Van.webp');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 70vh;
}

.hero-section-2.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Contact-Us.webp');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 70vh;
}

.hero-section-2.site {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Gallery-1.webp');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 70vh;
}

.scroll-btn {
  z-index: 12;
  cursor: pointer;
  background-image: url('../images/down-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 97px;
  height: 97px;
  position: absolute;
  inset: auto 70px 70px auto;
}

.btn-text {
  padding-bottom: 4px;
  font-weight: 600;
}

.btn {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.btn.banner {
  border: 1px solid var(--white);
  padding: 20px 40px;
}

.hero-sub-heading {
  color: #fff;
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}

.hero-text {
  color: #fff;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.hero-text.gold {
  border-bottom: 7px solid var(--dark-khaki);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  font-size: 51px;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--black);
  color: var(--black);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--black);
  color: var(--white);
}

.hyperlink.w {
  box-shadow: inset 0 -2px 0 0 var(--white);
  color: var(--white);
  font-weight: 700;
}

.hyperlink.w:hover {
  box-shadow: inset 0 -100px 0 0 var(--white);
  color: var(--dark-khaki);
}

.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;
  text-decoration: none;
  transition-property: none;
}

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

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

.contact-form-wrapper {
  width: 100%;
}

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

.heading {
  color: #949494;
  font-size: 1.2em;
  font-weight: 400;
}

.heading.h3 {
  color: #151623;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

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

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

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

.heading-under-line {
  background-color: var(--dark-khaki);
  border-radius: 2px;
  width: 80px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cta-text-contact {
  color: #151623;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 600;
}

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

.contactform {
  width: 100%;
}

.icon-3 {
  background-color: var(--dark-khaki);
  color: #f9f9f9;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

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

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

.left-contact.right {
  background-color: #f9f9f9;
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #080f3421;
}

.cn-text-lower {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 16.5px;
  font-weight: 600;
}

.nc-icon {
  color: var(--dark-khaki);
  margin-bottom: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.number-counter-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.nc1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.orange-gradient {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.number-prefix {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.bold-text-15 {
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 23px;
}

.counterup {
  color: #fff;
  font-size: 66px;
  font-weight: 800;
  line-height: 50px;
}

.counterup.w {
  color: #fff;
}

.para-2 {
  color: #797878;
  font-size: 1em;
  line-height: 1.75;
}

.para-2.white {
  color: #e4e4e4;
  font-size: 16px;
}

.section-heading-1-with-image {
  background-color: #151623;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-heading-1-with-image.m-bottom-none {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.bullet-heading-2 {
  color: #fff;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.section-content {
  width: 50%;
}

.section-content.inner-padding-right {
  width: 45%;
  padding-left: 0;
  padding-right: 40px;
}

.section-content.inner-padding-right._w-100 {
  width: 100%;
}

.default-bullet-list {
  margin-bottom: 0;
  padding-left: 20px;
}

.default-bullet-list.margin-b-t-20 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.default-bullet-list.margin-b-t-20.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;
}

.font-icon {
  color: #f9f9f9;
  background-color: #ff6363;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.font-icon.edit {
  background-color: var(--dark-khaki);
  flex: none;
  width: 30px;
  height: 30px;
}

.primary-btn {
  color: #fff;
  background-color: #f8b400;
  border-radius: 4px;
  padding: 20px 40px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.primary-btn:hover {
  color: #080f34;
  background-color: #f9f9f9;
}

.primary-btn.hovr-black:hover {
  color: #f9f9f9;
  background-color: #080f34;
}

.primary-btn.hovr-black.margin-top-20 {
  margin-top: 20px;
}

.primary-btn.hovr-black.margin-top-20.mobil-btn {
  background-color: var(--dark-khaki);
  color: var(--black);
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  display: block;
}

.section-heading-1.margin-bottom-10 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  line-height: 1.1;
}

.section-heading-1.margin-bottom-10.white {
  color: #f9f9f9;
  margin-bottom: 20px;
  font-size: 38px;
}

.list-item {
  color: #787879;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  display: flex;
}

.list-item.white {
  color: #e4e4e4;
}

.heading-under-line-2 {
  background-color: var(--dark-khaki);
  border-radius: 2px;
  width: 80px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
}

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

.nvq {
  width: 150px;
  margin-left: 30px;
}

.nvq.left {
  margin-left: 0;
}

.fmb {
  width: 200px;
  margin-left: 0;
}

.fmb.left {
  margin-left: 0;
}

.fmb-link {
  width: 130px;
}

.chase {
  width: 120px;
  margin-left: 30px;
}

.chase.left {
  margin-left: 0;
}

.chas {
  width: 135px;
  margin-left: 30px;
}

.chas.left {
  margin-left: 0;
}

.nicec {
  width: 220px;
  margin-left: 30px;
}

.nicec.left {
  margin-left: 0;
}

.pop-head {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

.widget-block {
  z-index: 1000;
  background-color: var(--black);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: auto;
  padding: 24px;
  display: block;
  position: fixed;
  inset: auto auto 10px 70px;
  box-shadow: 1px 1px 3px #0000002e;
}

.close-icon {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 22px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon:hover {
  background-color: #0000;
}

.close-icon.circle {
  background-color: #111;
  font-family: "Fa solid 900", sans-serif;
  font-size: 19px;
}

.text-span-2 {
  font-size: 30px;
  font-weight: 700;
}

.footer-brand {
  text-decoration: none;
}

.footer-brand.popup {
  height: 60px;
}

.pop-light {
  font-weight: 400;
}

.background-image {
  background-image: url('../images/kitchen-room.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 650px;
}

.background-image.loft {
  background-image: url('../images/staircase-to-loft.webp');
}

.background-image.ext {
  background-image: url('../images/timber-roo-house.webp');
}

.background-image.refurb {
  background-image: url('../images/kitche-table.webp');
  background-position: 50% 85%;
  background-attachment: fixed;
}

.background-image.remodel {
  background-image: url('../images/Remodel.webp');
  background-position: 50%;
  background-attachment: fixed;
}

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

.card-bullet-2.areas {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.card-bullet-2.site {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  display: grid;
}

.bullet-heading-3 {
  color: #353535;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.card-icon-2 {
  background-color: var(--olive);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  display: flex;
}

.body-link {
  color: #353535;
  font-weight: 600;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.body-link:hover {
  color: #1b9a9e;
}

.area-map {
  filter: grayscale(75%);
  margin-top: 25px;
  margin-bottom: 10px;
}

.area-map._10 {
  margin-top: 0;
  margin-bottom: 0;
}

.map-section {
  margin-bottom: -10px;
}

.site-link {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.site-link:hover {
  color: var(--dark-khaki-2);
}

.foot-link {
  color: #9b9b9b;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

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

.pippinlb {
  text-decoration: none;
  position: relative;
}

.sandfield-div.hidden {
  display: none;
}

.thorncliffelb, .parkfarmlb, .warwicklb {
  text-decoration: none;
  position: relative;
}

.kennel-lodge-div.hidden {
  display: none;
}

.prabulb, .richmondlb {
  text-decoration: none;
  position: relative;
}

.fairacres-div.hidden, .oldforge-div.hidden {
  display: none;
}

.kennellb {
  text-decoration: none;
  position: relative;
}

.warwick-div.hidden, .observatory-div.hidden {
  display: none;
}

.bensonlb {
  text-decoration: none;
  position: relative;
}

.lb-image {
  object-fit: cover;
  height: 100%;
}

.benson-div.hidden {
  display: none;
}

.headlylb, .hornerlb {
  text-decoration: none;
  position: relative;
}

.appleton-div.hidden, .thorncliffe-div.hidden, .richmond-div.hidden, .horner-div.hidden {
  display: none;
}

.sandfieldlb, .appletonlb {
  text-decoration: none;
  position: relative;
}

.prabu-div.hidden {
  display: none;
}

.observatorylb {
  height: 400px;
  text-decoration: none;
  position: relative;
}

.fairacreslb, .meadowlb {
  text-decoration: none;
  position: relative;
}

.hover-text {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000000ad;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.previous-hover-div {
  z-index: 5;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: all .45s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.previous-hover-div:hover {
  opacity: 1;
  background-color: #2c3e5000;
}

.meadow-div.hidden {
  display: none;
}

.previous-projects-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pippin-div.hidden {
  display: none;
}

.oldforgelb {
  text-decoration: none;
  position: relative;
}

.park-farm-div.hidden {
  display: none;
}

.hover-small {
  font-size: 14px;
}

.circle-div-side {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-6 {
  font-size: 16px;
}

.side-socials {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 75px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.side-socials.top {
  justify-content: center;
  height: 1%;
  top: 50%;
  left: auto;
  right: 0;
}

.social-link {
  color: #fff;
  background-color: #ff5050;
  border: 1px solid #ff5050;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  color: #ff5050;
  background-color: #fff;
  border: 1px solid #ff5050;
}

.social-link.side {
  border-radius: 40px;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-right: 20px;
  font-size: 18px;
}

.social-link.side._1 {
  border-color: var(--black);
  background-color: var(--dark-khaki);
  color: var(--black);
  font-family: "Fa sharp solid 900", sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link.side._1:hover {
  background-color: #fff;
}

.social-link.side.text-block-3 {
  border-color: var(--black);
  background-color: var(--dark-khaki);
  color: var(--black);
  font-family: "Fa brands 400", sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link.side.text-block-3:hover {
  background-color: #fff;
}

.social-link.side._5 {
  border-color: var(--black);
  background-color: var(--dark-khaki);
  color: var(--black);
  font-family: "Fa brands 400", sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link.side._5:hover {
  background-color: #fff;
}

.social-link.side._2 {
  border-color: var(--black);
  background-color: var(--dark-khaki);
  color: var(--black);
  font-family: "Fa solid 900", sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link.side._2:hover {
  background-color: #fff;
}

.social-link.side._4 {
  border-color: var(--black);
  background-color: var(--dark-khaki);
  color: var(--black);
  font-family: "Fa brands 400", sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link.side._4:hover {
  background-color: #fff;
}

.arrow {
  font-family: "Fa sharp solid 900", sans-serif;
}

.trade-div {
  grid-column-gap: 6px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.chas-top {
  width: 60px;
}

.chas-top.left {
  margin-left: 0;
}

.fmb-top {
  background-color: var(--white-smoke);
  width: 130px;
  padding: 10px;
}

.fmb-top.left {
  margin-left: 0;
}

.fmb-top._2 {
  width: 90px;
}

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

.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: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 2147483647;
  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 {
  border: 2px solid var(--dark-khaki);
  background-color: var(--dark-khaki);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--dark-khaki);
  color: var(--dark-khaki);
  background-color: #f5f5f5;
}

.fs-cc-manager_component {
  z-index: 2147483647;
  width: 40px;
  height: 40px;
  display: none;
  position: fixed;
  inset: auto auto 60px 10px;
}

.fs-cc-prefs_title {
  color: var(--black);
  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 {
  border: 2px solid var(--dark-khaki);
  background-color: var(--dark-khaki);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--dark-khaki);
  color: var(--dark-khaki);
  background-color: #fff;
}

.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: var(--black);
  width: 16px;
  height: 16px;
}

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

.fs-cc-prefs_text {
  color: var(--black);
  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: var(--dark-khaki);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--dark-khaki);
  color: var(--dark-khaki);
  font-weight: 400;
  text-decoration: none;
}

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

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

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

@media screen and (min-width: 1920px) {
  .mask {
    width: 100%;
  }

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

  .testemonials-slider {
    position: static;
  }

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

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

  .slider-2 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.nav-fluid {
    width: 100%;
    padding: 0;
  }

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

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

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

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

  .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-menu-link {
    background-color: #0000;
  }

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

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

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

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

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

  .nav-link:hover {
    color: #fdfdfd;
    background-color: #ef233c;
    border-radius: 0;
  }

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

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

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

  .dropdown-link:hover {
    color: #fff;
    background-color: #ef233c;
    border-radius: 0;
  }

  .dropdown-link.w--open {
    color: #fff;
    background-color: #ef233c;
  }

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

  .burger-menu {
    color: #353535;
    font-size: 1.2em;
  }

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

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

  .nav {
    background-color: #353535;
    height: 100%;
    margin-bottom: auto;
  }

  .navbar-2 {
    justify-content: space-between;
  }

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

  .hero-content {
    width: 70%;
  }

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

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

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

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
  }

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

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

  .left-section {
    width: 100%;
  }

  .btn-wrapper {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

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

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

  .card-bullet._605 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

  .footer-contact-info {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

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

  .left-arrow {
    color: #fff;
    background-color: #ef233c;
    bottom: -25%;
    left: auto;
    right: 15%;
  }

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

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

  .right-arrow {
    background-color: #ef233c;
    inset: auto 0% -25% auto;
  }

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

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

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

  .slider-2 {
    position: relative;
  }

  .icon-2 {
    font-size: 29px;
  }

  .navbar-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown {
    width: 100%;
  }

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

  .btn-underline.nav-underline.display-none-underline, .btn-underline.services-underline.display-none-s {
    display: none;
  }

  .fa-icon-arrow {
    margin-left: 10px;
    font-family: "Fa 300", sans-serif;
    display: inline-block;
  }

  .nav-menu-2 {
    z-index: 10;
    background-color: #282828;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-right: auto;
    padding-top: 100px;
  }

  .dl-item {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .header-social {
    border-top: 1px solid #f7f7f733;
    justify-content: flex-start;
    margin-top: 90%;
    padding-top: 20px;
    display: flex;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    z-index: 200;
    background-color: #0000;
  }

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

  .container-4 {
    width: 90%;
  }

  .left-contact {
    width: 100%;
  }

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

  .bold-text-17 {
    font-size: 55px;
  }

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

  .section-content.inner-padding-right {
    width: 100%;
  }

  .section-content.inner-padding-right._w-100 {
    padding-right: 0;
  }

  .default-bullet-list.margin-b-t-20.list-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .font-icon.edit {
    flex: none;
  }

  .primary-btn.hovr-black.margin-top-20.mobil-btn {
    display: block;
  }

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

  .widget-block {
    z-index: 100000000;
  }

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

  .observatorylb {
    height: 325px;
  }

  .hover-text {
    font-size: 20px;
  }

  .previous-projects-grid {
    grid-template-columns: 1fr 1fr;
    width: 95%;
  }

  .trade-div {
    margin-left: 0;
    margin-right: auto;
  }

  .fs-cc-manager_component {
    bottom: 10px;
    left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .underline {
    width: 50%;
  }

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

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

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

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

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

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

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

  .navbar-3 {
    padding-left: 20px;
    padding-right: 10px;
  }

  .nav-menu-2 {
    width: 90%;
  }

  .image-2 {
    width: 180px;
  }

  .hero-sub-heading {
    font-size: 19px;
  }

  .hero-text {
    font-size: 37px;
  }

  .orange-gradient {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .section-heading-1-with-image {
    padding-bottom: 60px;
  }

  .pop-head {
    font-size: 24px;
    line-height: 32px;
  }

  .widget-block {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-bullet-2.areas, .card-bullet-2.site {
    display: block;
  }

  .hover-text {
    text-align: center;
  }

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

  .circle-div-side {
    display: none;
  }

  .side-socials {
    justify-content: flex-end;
    width: 80px;
    height: 80px;
    inset: auto 0% 0% auto;
  }

  .social-link.side {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }

  .trade-div {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .fmb-top {
    width: 20%;
  }

  .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) {
  .announcement-contact {
    width: 100%;
  }

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

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

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

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

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

  .brand.margin-right-20.footer-brand {
    margin-left: 0;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 90%;
  }

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

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

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

  .default-btn.margin-top-20.default-btn-outline.marginleft-20 {
    margin-bottom: 0;
  }

  .heading-1.margin-bottom-30 {
    line-height: 1.1;
  }

  .right-section {
    box-shadow: 10px -10px 0 0 var(--dark-khaki);
  }

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

  .inner-img.new-home-1, .inner-img.loft-1, .inner-img.ext-1, .inner-img.refurb1, .inner-img.remodel {
    background-size: cover;
  }

  .card-bullet.grid-2 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .card-bullet._605, .card-bullet._60-2 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .card-icon.gold {
    flex: none;
  }

  .heading-2-title {
    margin-bottom: 10px;
    line-height: 1.3;
  }

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

  .card-bullet-item {
    justify-content: flex-start;
  }

  .bullet-heading.w {
    text-align: left;
    justify-content: center;
  }

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

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

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

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

  .contact-block-1 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .contact-block-1.border-none {
    align-items: flex-start;
  }

  .contact-info-text {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .footer-section {
    z-index: 9999;
    padding-bottom: 40px;
    position: relative;
  }

  .contact-type-title {
    text-align: left;
  }

  .footer-contact-info {
    place-items: center stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-icon {
    margin-right: 0;
  }

  .contact-info-link._10t {
    text-align: left;
  }

  .footer-copy {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .services-link-box {
    min-height: 250px;
  }

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

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

  .underline {
    width: 30%;
  }

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

  .left-arrow {
    background-color: var(--black);
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

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

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

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

  .right-arrow {
    background-color: var(--black);
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .slide-3 {
    padding: 0;
  }

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

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

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

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

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

  .slider-2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .icon-2 {
    text-align: center;
  }

  .navbar-3 {
    flex-direction: column;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-2 {
    min-height: auto;
    max-height: 100%;
    margin-right: 0;
  }

  .brand-2.w--current {
    margin-right: 0;
  }

  .nav-menu-2 {
    width: 100%;
    height: auto;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .header-social {
    margin-top: 0%;
    padding-bottom: 20px;
  }

  .menu-button {
    width: 100%;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button.w--open {
    z-index: 200;
    margin-top: 0;
  }

  .image-2 {
    width: 170px;
    margin-top: 0;
  }

  .container-3 {
    margin-top: 220px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-2.service, .hero-section-2.service-2, .hero-section-2.service-3, .hero-section-2.bathroom, .hero-section-2.remodel, .hero-section-2.area, .hero-section-2.portfolio, .hero-section-2.testimonials, .hero-section-2.contact, .hero-section-2.site {
    height: 50vh;
  }

  .scroll-btn {
    width: 85px;
    height: 85px;
    display: none;
    right: 20px;
  }

  .hero-sub-heading {
    font-size: 18px;
    line-height: 1.4;
  }

  .hero-text {
    font-size: 26px;
    line-height: 1.3;
  }

  .hero-text.gold {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 37px;
  }

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

  .icon-block {
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .contact-info-text-2 {
    text-align: center;
  }

  .heading.h3 {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .heading-under-line {
    margin-top: 0;
  }

  .cta-text-contact {
    text-align: left;
  }

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

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

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

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

  .cn-text-lower {
    text-align: center;
    margin-top: 20px;
  }

  .nc1 {
    justify-content: center;
    align-items: center;
  }

  .orange-gradient {
    overflow: hidden;
  }

  .number-prefix {
    font-size: 11px;
  }

  .grid-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .bold-text-15 {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }

  .counterup {
    font-size: 55px;
    line-height: 55px;
  }

  .counterup.w {
    font-size: 45px;
    line-height: 49px;
  }

  .section-heading-1-with-image.m-bottom-none {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-content.inner-padding-right {
    padding-right: 0;
  }

  .default-bullet-list.margin-b-t-20.list-grid {
    grid-template-columns: 1fr;
  }

  .primary-btn.hovr-black.margin-top-20.mobil-btn {
    display: block;
  }

  .section-heading-1.margin-bottom-10 {
    font-size: 2.2em;
  }

  .heading-under-line-2 {
    margin-top: 0;
  }

  .nvq {
    margin-left: 0;
  }

  .fmb {
    width: 180px;
  }

  .fmb-link {
    width: 20%;
  }

  .chase {
    width: 100px;
    margin-left: 0;
  }

  .chas {
    width: 120px;
    margin-left: 0;
  }

  .nicec {
    width: 200px;
    margin-left: 0;
  }

  .pop-head {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .widget-block {
    width: auto;
    height: auto;
    padding: 20px;
    left: 10px;
    right: 10px;
  }

  .background-image {
    min-height: 400px;
  }

  .card-bullet-2.areas, .card-bullet-2.site {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .observatorylb {
    height: 290px;
  }

  .hover-text {
    font-size: 17px;
    line-height: 25px;
  }

  .previous-projects-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hover-small {
    font-size: 13px;
  }

  .circle-div-side {
    display: none;
  }

  .side-socials {
    justify-content: flex-end;
    height: 120px;
    inset: auto 0% 0% auto;
  }

  .trade-div {
    margin-left: auto;
  }

  .chas-top {
    width: 20%;
    margin-left: 0;
  }

  .fmb-top._2 {
    width: 20%;
  }

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

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

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

  .fs-cc-manager_component {
    bottom: 10px;
    left: 60px;
  }

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

  .fs-cc-manager_button {
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
}

#w-node-_30198d32-180e-c6a8-cc1d-c038b6a9619d-bd2f48a1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_76b3be0d-86eb-c90d-ceb3-a0592759a4e9-bd2f48a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_76b3be0d-86eb-c90d-ceb3-a0592759a4eb-bd2f48a1, #w-node-_76b3be0d-86eb-c90d-ceb3-a0592759a4f6-bd2f48a1, #w-node-_76b3be0d-86eb-c90d-ceb3-a0592759a500-bd2f48a1, #w-node-_76b3be0d-86eb-c90d-ceb3-a0592759a50a-bd2f48a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2eabf941-8c53-e9e3-483b-cc6e6a2e59d7-bd2f48a1, #w-node-_2eabf941-8c53-e9e3-483b-cc6e6a2e59f4-bd2f48a1, #w-node-_2eabf941-8c53-e9e3-483b-cc6e6a2e5a11-bd2f48a1 {
  place-self: auto;
}

#w-node-d7207de7-9c07-08e6-6f6b-c2b0083f0ccb-bd2f48a1, #w-node-d7207de7-9c07-08e6-6f6b-c2b0083f0cd0-bd2f48a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-abb0a1cc-5906-feff-6666-b3cfb040979f-09026953, #w-node-_68574697-84cb-a24e-bc75-229acab2fa94-09026953, #w-node-_339d4152-b3aa-455f-42ce-a88b4232739c-42327391, #w-node-_1ec44fc7-1cb3-255d-aa66-b0ec2c876168-42327391, #w-node-_6e520fe3-8efa-0c6d-2732-e2687077990d-42327391 {
  align-self: center;
}

#w-node-_83b0b9e1-bf4f-7b24-2510-a159458013a1-f7ab56ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e1fa9e51-56a4-d4e5-125b-7c6cc6bbb4f7-f7b1730a, #w-node-e1fa9e51-56a4-d4e5-125b-7c6cc6bbb4fc-f7b1730a, #w-node-e1fa9e51-56a4-d4e5-125b-7c6cc6bbb502-f7b1730a, #w-node-e1fa9e51-56a4-d4e5-125b-7c6cc6bbb506-f7b1730a, #w-node-e1fa9e51-56a4-d4e5-125b-7c6cc6bbb50a-f7b1730a, #w-node-e1fa9e51-56a4-d4e5-125b-7c6cc6bbb50e-f7b1730a, #w-node-e1fa9e51-56a4-d4e5-125b-7c6cc6bbb512-f7b1730a, #w-node-e1fa9e51-56a4-d4e5-125b-7c6cc6bbb51c-f7b1730a, #w-node-e1fa9e51-56a4-d4e5-125b-7c6cc6bbb520-f7b1730a, #w-node-e1fa9e51-56a4-d4e5-125b-7c6cc6bbb524-f7b1730a, #w-node-e1fa9e51-56a4-d4e5-125b-7c6cc6bbb528-f7b1730a, #w-node-e1fa9e51-56a4-d4e5-125b-7c6cc6bbb52c-f7b1730a, #w-node-f773ae2f-ff8d-fc91-8581-d8089af1b4b0-f7b1730a, #w-node-fde57da1-ca37-5886-ba6f-dbe3d5e2e19c-f7b1730a, #w-node-f9508007-ad23-586b-d4eb-16ce9e8915f1-f7b1730a, #w-node-_76912fdd-5d58-5b0d-e93d-4ebac7bf9177-f7b1730a, #w-node-_12157e77-4da9-2d79-55a0-5b25f7c1e8ba-f7b1730a, #w-node-_424dd82c-5298-a326-9959-f8b194632f87-5b6a7ec2, #w-node-_4d489a09-f68c-7e66-e6e3-c19fce652205-5b6a7ec2, #w-node-_76d08aeb-2404-0867-e805-403675ec4bed-5b6a7ec2, #w-node-d028a6b3-fe4f-fa78-fbc6-0590dfdc1071-5b6a7ec2, #w-node-_8f34b2f8-956d-997b-f1b6-846557cdabf0-5b6a7ec2, #w-node-afb272fd-1bc6-ba65-610b-33303c6586d2-5b6a7ec2, #w-node-cca2ecd5-3ff3-9f0d-2836-a92fcd32288e-5b6a7ec2, #w-node-e7891e40-6e39-aad1-5b2a-45dfa9dfe908-5b6a7ec2, #w-node-_643eb061-e1cc-cb6c-c205-9350066fec7d-5b6a7ec2, #w-node-_702df7fb-1105-debe-fff7-3ab59a02d21c-5b6a7ec2, #w-node-a4898857-fe53-b308-24c6-5a37870b1d7a-5b6a7ec2, #w-node-_3a3b381b-e48d-a994-94fc-d8190a484598-5b6a7ec2, #w-node-_30c7a6b3-6dd4-c31c-e565-a9f65aabb849-5b6a7ec2, #w-node-_0a0ab3b1-1a12-a21c-3be2-ee5de1fa228d-5b6a7ec2, #w-node-_64a18a02-4aac-4a1d-123d-b1712d968dff-5b6a7ec2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5ca0024-23a3-349a-1e90-10cd5fedd2fb-fc8db7e8, #w-node-f5ca0024-23a3-349a-1e90-10cd5fedd300-fc8db7e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b0352423-9b12-b304-8bdf-a62536e2d25d-24780944, #w-node-af7664d7-3637-55a0-3f37-34f737ab9aa2-24780944, #w-node-_7d4959b7-5dde-66c5-d155-8615d26d6cdc-24780944, #w-node-_2e8dc55e-6577-49e9-f3f4-6f9a88740469-24780944, #w-node-_548d5775-cd8c-f238-83e0-74cc8754324e-24780944, #w-node-a7080066-5389-1053-3336-5021e894b8b0-24780944, #w-node-_135bd946-75d1-39e3-3c60-5f212082e9f6-24780944, #w-node-c133cce2-c831-dd39-82f8-e32e2f39cd66-24780944, #w-node-ddbee351-0a18-0e12-7faf-129f77b15965-24780944, #w-node-_576a7aa3-e391-056b-0f98-db9601624d7a-24780944, #w-node-_4d0fb10b-4599-a74d-ee51-1975906f5b29-24780944, #w-node-_417c5f28-0657-19f0-b37f-c684401630e9-24780944 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_30198d32-180e-c6a8-cc1d-c038b6a9619d-bd2f48a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a9dae87a-1e41-1c5a-4895-c9782e2c085b-bd2f48a1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a9dae87a-1e41-1c5a-4895-c9782e2c085b-bd2f48a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_76b3be0d-86eb-c90d-ceb3-a0592759a4eb-bd2f48a1, #w-node-_76b3be0d-86eb-c90d-ceb3-a0592759a4f6-bd2f48a1, #w-node-_76b3be0d-86eb-c90d-ceb3-a0592759a500-bd2f48a1, #w-node-_76b3be0d-86eb-c90d-ceb3-a0592759a50a-bd2f48a1, #w-node-abb0a1cc-5906-feff-6666-b3cfb040979c-09026953 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-abb0a1cc-5906-feff-6666-b3cfb040979f-09026953 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_68574697-84cb-a24e-bc75-229acab2fa91-09026953 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_68574697-84cb-a24e-bc75-229acab2fa94-09026953 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_339d4152-b3aa-455f-42ce-a88b42327399-42327391 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_339d4152-b3aa-455f-42ce-a88b4232739c-42327391 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_4c1be36f-18de-d985-cf96-b5150c3cc0db-42327391 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1ec44fc7-1cb3-255d-aa66-b0ec2c876168-42327391 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_6e520fe3-8efa-0c6d-2732-e2687077990a-42327391 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6e520fe3-8efa-0c6d-2732-e2687077990d-42327391 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }
}


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