@font-face {
  font-family: Fa6;
  src: url('../fonts/FA6-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 brands;
  src: url('../fonts/FA6-Brands.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 solid;
  src: url('../fonts/FA6-Solid.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --tan: #d3af88;
  --white: white;
  --midnight-blue: #0a1c4c;
  --black: black;
  --mid-gray: #8d8d8d;
  --gainsboro: #dbdbdb;
}

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

.image-section {
  z-index: 0;
  background-image: url('../images/Cottage.webp');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.nav-section {
  background-color: var(--tan);
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 95%;
  max-width: 1200px;
  display: flex;
  position: static;
}

.dropdown-list {
  background-color: var(--white);
}

.dropdown-list.w--open {
  background-color: var(--midnight-blue);
}

.body {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.nav-link {
  border-right: 1px solid #0a1c4c14;
  border-bottom: 5px solid var(--tan);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  transition: all .3s ease-in-out;
  position: static;
}

.nav-link:hover {
  border-bottom-color: var(--midnight-blue);
}

.nav-link.w--current {
  border-bottom-color: var(--midnight-blue);
  color: var(--white);
}

.nav-link-dropdown {
  border-right: 1px solid #0a1c4c14;
  border-bottom: 5px solid var(--tan);
  color: var(--white);
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 35px;
  font-size: 13px;
  transition: all .3s ease-in-out;
}

.nav-link-dropdown:hover {
  border-bottom-color: var(--midnight-blue);
}

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

.co-logo-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon {
  margin-top: 32px;
  margin-bottom: auto;
  margin-right: 15px;
}

.overlay-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 165px;
  padding-bottom: 165px;
  display: flex;
}

.slider-text-div {
  background-color: #000c;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 49%;
  max-width: 780px;
  padding: 30px;
  display: flex;
}

.slider-overlay-div {
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.slider-heading {
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 800;
  line-height: 48px;
}

.slider-small-text {
  color: var(--white);
  width: 70%;
  margin-bottom: 0;
}

.small-text-div-and-arrow {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.nav-menu {
  position: static;
}

._4-boxes-section {
  background-color: var(--tan);
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.box-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 800;
  line-height: 60px;
}

._4-box-text {
  color: var(--white);
  width: 75%;
  margin-bottom: 0;
}

.box-div {
  opacity: 1;
  background-image: linear-gradient(#000000bf, #000000bf);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  padding: 30px;
  display: flex;
}

.box-div:hover {
  text-shadow: 4px 4px 5px #000000bf;
  background-image: linear-gradient(#0a1c4c, #0a1c4c);
}

._4-block-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.arrow-head-blue {
  border: 2px solid var(--white);
  background-color: #0000004d;
  width: 70px;
}

.body-copy-section {
  background-image: linear-gradient(#ffffffeb, #ffffffeb), url('../images/carving-texture_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.body-copy-section.light-bg {
  background-color: var(--midnight-blue);
  background-image: none;
}

.body-div {
  width: 95%;
  max-width: 1200px;
}

.h1 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 800;
}

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

.p {
  background-color: #0000;
  margin-bottom: 10px;
  margin-right: 0;
}

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

.read-more-button {
  background-color: var(--black);
  letter-spacing: 1px;
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.read-more-button.m-top-20 {
  background-color: var(--tan);
  margin-top: 20px;
}

.full-width-image-section {
  background-image: linear-gradient(#0a1c4c63, #0a1c4c63), url('../images/Workshop-planing.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.full-width-image-div {
  width: 95%;
  max-width: 1200px;
  min-height: 200px;
}

.full-width-image-text-div {
  background-color: var(--tan);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 600px;
  padding: 30px;
  display: flex;
}

.h2 {
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}

.h2.h2-white {
  color: var(--tan);
}

._4-box-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.button-link {
  margin-left: 5px;
}

.arrows {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

.mid-heading {
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 800;
  line-height: 48px;
}

.dropdown-link {
  color: var(--white);
  text-align: left;
  padding: 15px;
  font-size: 15px;
  transition: all .3s ease-in-out;
}

.dropdown-link:hover {
  border-bottom-color: var(--mid-gray);
  background-color: var(--tan);
}

.dropdown-link.w--current {
  border-bottom-color: var(--mid-gray);
  background-color: var(--tan);
  color: var(--white);
}

.mid-text {
  color: var(--white);
  width: 70%;
  margin-bottom: 0;
}

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

.top-section-2 {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.top-email-2 {
  direction: ltr;
  color: var(--gainsboro);
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.top-email-2.m-bottom-10 {
  color: var(--gainsboro);
  text-align: right;
  margin-bottom: 0;
}

.font-icon-mobile {
  background-color: var(--tan);
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  display: flex;
}

.top-tel-link-2 {
  color: var(--tan);
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.125;
  text-decoration: none;
}

.need-help-2 {
  background-color: var(--tan);
  color: #fff;
  text-align: center;
  letter-spacing: 2.5px;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.25;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.need-help-2:hover {
  transform: scale(.95);
}

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

.top-contact-div-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.top-div-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  display: flex;
}

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

.footer-copy-desc {
  color: #bdb8b8;
}

.footer-copy-desc.footer-style-copy {
  color: var(--gainsboro);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.footer-contact-link {
  color: #cac9c9;
  text-decoration: none;
}

.footer-map-2.map-style {
  border-radius: 9px;
  display: flex;
  overflow: hidden;
}

.bold-footer {
  color: #fff;
  font-weight: 600;
}

.footer-copy-link {
  color: #f5f7fd;
  font-weight: 400;
  text-decoration: none;
}

.footer-desing-my-home-footer-link {
  background-color: var(--tan);
  border-top: 1px solid #dadada21;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 80px;
}

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

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

.footer-list-item {
  color: #cac9c9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  line-height: 1.5;
}

.footer-desing-my-home.primary-color {
  background-color: var(--midnight-blue);
  padding-top: 60px;
  padding-bottom: 0;
}

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

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

.h1-wrapperr.none-grid {
  display: block;
}

.h1-wrapperr.wrapper-grid-edit {
  grid-template-columns: .5fr 1fr;
}

.img-right {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.img-right.home-img-1 {
  background-image: url('../images/IMG_8824-Humbug-Table.webp');
  background-position: 50%;
  border-radius: 8px;
  min-height: 400px;
}

.img-right.carp-img-1 {
  background-image: url('../images/cherry2.webp');
}

.img-right.bespoke-1 {
  background-image: url('../images/IMG_8829tmb.webp');
  background-size: cover;
}

.img-right.process-3 {
  background-image: url('../images/IMG_8824-Humbug-Table.webp');
}

.img-right.kitchen-1 {
  background-image: url('../images/wood-turning-1.webp');
  background-position: 50% 59%;
  background-size: cover;
  border-radius: 11px;
  min-height: 500px;
}

.img-right.kitchen-03 {
  background-image: url('../images/wood-turning-13.webp');
}

.img-right.fitted {
  background-image: url('../images/DSC_0004.webp');
  background-position: 50% 0;
}

.img-right.fitted-2 {
  background-image: url('../images/Fitted-furniture.webp');
}

.img-right.farm-1 {
  background-image: url('../images/DSC_0035tmb.webp');
}

.img-right.farn-2 {
  background-image: url('../images/DSC_0025tmb.webp');
}

.img-right.farn-3 {
  background-image: url('../images/IMAG1050tmb.webp');
}

.img-right.farn-4 {
  background-image: url('../images/IMG_8829tmb.webp');
}

.list-item.list-white {
  color: var(--gainsboro);
}

.list {
  padding-left: 20px;
}

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

.list.list-grid.w {
  grid-row-gap: 3px;
  color: var(--white);
}

.list.list-white {
  color: var(--gainsboro);
}

.list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.h3-list-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

._3-img-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

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

.img {
  object-fit: cover;
  border-radius: 11px;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 300px;
}

.img._80 {
  width: 100%;
}

.img.low {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.img._100 {
  max-height: none;
}

.small-section-heading-3 {
  background-color: #fae9d7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-2 {
  background-color: var(--tan);
  background-image: linear-gradient(#d3af88c4, #d3af88c4), url('../images/grain-texture_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.container-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small-sec-heading-3 {
  color: #f0f0f0;
  text-align: center;
  line-height: 36px;
}

.small-sec-heading-3.max-wdith-70 {
  z-index: 0;
  color: var(--midnight-blue);
  text-transform: none;
  width: 90%;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.hyper-link {
  color: #4169e1;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: inline-block;
  box-shadow: inset 0 -2px #4169e1;
}

.hyper-link:hover {
  color: #fff;
  box-shadow: inset 0 -50px #4169e1;
}

.section-btn-2 {
  color: #222;
  text-align: center;
  background-color: #fff;
  flex: 0 auto;
  align-self: center;
  width: auto;
  margin: 20px auto 0;
  padding: 15px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
  position: static;
}

.section-btn-2:hover {
  background-color: #fff;
  transform: scale(.95);
}

.section-btn-2.block {
  background-color: var(--midnight-blue);
  color: #fff;
  display: block;
}

.section-btn-2.block:hover {
  background-color: var(--midnight-blue);
  color: #fff;
}

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

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

.sitemap-link {
  color: #333;
  text-decoration: none;
}

.contact-page-form {
  background-color: var(--white);
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 2px 5px #0003;
}

.contact-page-link {
  margin-left: 20px;
  padding-left: 0;
  font-size: 1.2em;
  font-weight: 500;
}

.contact-page-link.hyper-link {
  box-shadow: inset 0 -2px 0 0 var(--tan);
  color: var(--tan);
}

.contact-page-link.hyper-link:hover {
  box-shadow: inset 0 -50px 0 0 var(--tan);
  color: var(--white);
}

.contact-page-link.hyper-link.white, .contact-page-link.white {
  color: var(--white);
}

.section-1-with-image {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-1-with-image.image-fluid {
  position: relative;
}

.section-1-with-image.image-fluid.contact {
  background-image: linear-gradient(#ffffffbd, #ffffffbd), url('../images/listed-building.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-area.ct {
  background-color: var(--white);
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 2px 5px #0003;
}

.contact-icon {
  color: #fff;
  background-color: #d3af88;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: auto;
  font-family: Fa6 solid, sans-serif;
  font-size: 1.2em;
  line-height: 1;
  display: flex;
}

.heading-thin {
  color: #797979;
  font-weight: 300;
}

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

.contact-div.display-flex {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-div.display-flex.border-bottom {
  border-bottom: 1px solid #cac9c959;
  width: 100%;
}

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

.logo-img {
  width: 400px;
}

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

.lb {
  color: var(--black);
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}

.body-link {
  color: var(--midnight-blue);
  text-decoration: none;
}

.body-link.light-link {
  color: var(--tan);
}

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

.testimonials-block {
  background-color: var(--midnight-blue);
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 1px 1px 3px #0000003b;
}

.testimoniasl-name {
  color: var(--tan);
}

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

.h3 {
  text-transform: uppercase;
}

.before-after-text {
  background-color: var(--midnight-blue);
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
}

.before-after-text.white {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 600;
  display: flex;
}

.div-block {
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

.fs-cc-prefs_component {
  z-index: 3200;
  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(--midnight-blue);
  background-color: var(--midnight-blue);
  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(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #f5f5f5;
}

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

.fs-cc-prefs_title {
  color: var(--midnight-blue);
  letter-spacing: -1px;
  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-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  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(--midnight-blue);
  color: var(--midnight-blue);
  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: #021a7c;
  width: 16px;
  height: 16px;
}

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

.fs-cc-prefs_text {
  color: var(--midnight-blue);
  font-size: 14px;
  line-height: 24px;
}

.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(--midnight-blue);
  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(--midnight-blue);
  color: var(--midnight-blue);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  border: 2.5px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: #333;
  cursor: pointer;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

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

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

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

.image {
  position: relative;
  left: -44px;
}

.heading {
  margin-top: 0;
}

.live-chat-top-text {
  color: var(--tan);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.live-chat-bottom-text.white {
  color: var(--white);
}

.chat-section {
  background-color: #b7b5b5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--midnight-blue);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--tan);
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.livechat-button {
  background-color: var(--midnight-blue);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--midnight-blue);
}

.top-section-3 {
  background-color: var(--midnight-blue);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon-chat {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

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

.socials-icon {
  color: var(--tan);
  font-family: Fa6 brands, sans-serif;
  font-size: 1.6em;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .nav-section {
    position: relative;
  }

  .navbar {
    flex-flow: column;
    width: 100%;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .nav-link {
    border-bottom-width: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-dropdown {
    text-align: center;
    border-bottom-width: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }

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

  .icon {
    margin-top: auto;
    margin-right: 30px;
  }

  .overlay-div {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-text-div {
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-overlay-div {
    width: 100%;
  }

  .slider-heading {
    font-size: 36px;
    line-height: 38px;
  }

  .menu-button {
    color: var(--white);
    text-align: center;
    width: 100%;
  }

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

  .nav-menu {
    background-color: #000;
    position: absolute;
  }

  .box-heading {
    font-size: 28px;
    line-height: 28px;
  }

  ._4-block-div {
    align-items: flex-end;
  }

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

  .body-div {
    width: 90%;
  }

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

  .full-width-image-text-div {
    width: 100%;
    max-width: 100%;
  }

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

  .dropdown-link {
    text-align: center;
  }

  .dropdown {
    width: 100%;
  }

  .top-email-2 {
    flex: none;
    font-size: 1em;
  }

  .font-icon-mobile {
    color: #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    font-size: 1.25em;
    display: none;
  }

  .top-tel-link-2 {
    flex: none;
    font-size: 1.75em;
    font-weight: 700;
  }

  .top-contact-div-2 {
    align-items: center;
  }

  .top-div-block-2 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-map-2.map-style {
    height: 100%;
  }

  .h1-wrapperr.wrapper-grid-edit {
    grid-template-columns: 1fr;
  }

  .h1-wrapperr.flex-wrap {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .h1-wrapperr.flex-wrap.flex-reverse {
    flex-direction: column;
  }

  .img-right.carp-img-1, .img-right.bespoke-1, .img-right.process-3, .img-right.kitchen-1, .img-right.kitchen-03, .img-right.fitted, .img-right.fitted-2, .img-right.farm-1, .img-right.farn-2, .img-right.farn-3, .img-right.farn-4 {
    min-height: 350px;
  }

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

  .img {
    max-height: 500px;
  }

  .img._80 {
    width: 100%;
  }

  .contact-page-form {
    padding: 30px;
  }

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

  .text-area {
    width: 100%;
    padding-bottom: 20px;
  }

  .text-area.ct {
    padding: 30px;
  }

  .container-wrapper.flex-grid.contact-page-grid {
    grid-template-columns: 1fr;
  }

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

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

  .image {
    left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .overlay-div, ._4-boxes-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box-div {
    min-height: 250px;
  }

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

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

  .mid-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .need-help-2 {
    font-size: 1em;
  }

  .top-contact-div-2 {
    align-items: center;
  }

  .top-div-block-2 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-desing-my-home.primary-color {
    padding-top: 40px;
  }

  .footer-brand.w--current {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .list-wrapper.grid-x2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .img, .img._100 {
    max-height: 325px;
  }

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

  .small-sec-heading-3.max-wdith-70 {
    letter-spacing: -.5px;
    font-size: 22px;
  }

  .contact-page-form, .text-area.ct {
    padding: 20px;
  }

  .container {
    width: 90%;
  }

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

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

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

  .image {
    position: static;
    left: -50px;
  }
}

@media screen and (max-width: 479px) {
  .image-section {
    min-height: 350px;
  }

  .nav-link, .nav-link-dropdown {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .co-logo-link {
    justify-content: center;
    width: 100%;
  }

  .slider-text-div {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 30px 20px;
  }

  .slider-overlay-div {
    height: 100%;
  }

  .slider-heading {
    font-size: 30px;
    line-height: 31px;
  }

  .slider-small-text {
    width: 80%;
  }

  .menu-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .box-div {
    width: 100%;
  }

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

  .body-div {
    max-width: 100%;
  }

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

  .full-width-image-div {
    width: 90%;
    max-width: 100%;
  }

  .full-width-image-text-div {
    width: 100%;
    padding: 20px;
  }

  .h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .h2.h2-white {
    font-size: 28px;
    line-height: 32px;
  }

  .mid-heading {
    font-size: 28px;
    line-height: 30px;
  }

  .dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mid-text {
    width: 80%;
  }

  .tel-div-2 {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

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

  .font-icon-mobile {
    justify-content: center;
  }

  .top-tel-link-2 {
    width: auto;
    font-size: 22px;
  }

  .need-help-2 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .top-contact-div-2 {
    align-items: center;
    width: 100%;
  }

  .top-div-block-2 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .img-right.carp-img-1 {
    min-height: 250px;
    max-height: 250px;
  }

  .img-right.bespoke-1 {
    min-height: 250px;
  }

  .img-right.kitchen-1 {
    background-size: cover;
    min-height: 250px;
  }

  .img-right.kitchen-03 {
    min-height: 250px;
    margin-bottom: 10px;
  }

  .img-right.fitted, .img-right.fitted-2, .img-right.farm-1, .img-right.farn-2, .img-right.farn-3, .img-right.farn-4 {
    min-height: 250px;
  }

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

  .list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .small-sec-heading-3.max-wdith-70 {
    width: 100%;
    font-size: 22px;
    line-height: 28px;
  }

  .contact-page-form {
    padding: 10px;
  }

  .contact-page-link {
    margin-left: 10px;
    font-size: 1em;
  }

  .contact-page-link.hyper-link {
    font-size: 1em;
  }

  .section-1-with-image {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-1-with-image.image-fluid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-area.ct {
    padding: 10px;
  }

  .contact-icon {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .contact-div.display-flex.border-bottom {
    width: 100%;
  }

  .container {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    display: flex;
  }

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

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

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

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

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

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

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

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

  .image {
    min-width: 288px;
    left: -26px;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button {
    width: 90%;
  }
}

#w-node-db0e3535-8bec-b4e5-afc2-692ad9fef4ec-c2a469b1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d9c0f8a4-8f03-c9ac-1544-417484c1f0b1-c2a469b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_169c318f-ada6-ed4a-e734-e7da2aa88336-d9b32d24, #w-node-a0fc1d4b-fc29-b676-e739-3071d3f8ee87-d9b32d24, #w-node-acd190bd-5cdb-026e-8bc6-ac1c691e0bcf-d9b32d24, #w-node-acd190bd-5cdb-026e-8bc6-ac1c691e0bd1-d9b32d24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-d9c0f8a4-8f03-c9ac-1544-417484c1f0b1-c2a469b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}