@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 400";
  src: url('../fonts/fa-regular-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 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 {
  --color: white;
  --goldenrod: #d3b037;
  --black: #000;
  --royal-blue: #536cbe;
}

.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: Montserrat, sans-serif;
}

.top-section {
  z-index: 999;
  background-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.top-email {
  direction: ltr;
  color: #000;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.top-email.m-bottom-10 {
  color: #474747;
  text-align: right;
  margin-bottom: 10px;
  font-size: 16px;
}

.top-tel-link {
  color: #353535;
  text-align: right;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.125;
  text-decoration: none;
}

.font-icon-mobile {
  color: #fff;
  background-color: #333;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  display: flex;
}

.co-logo-link {
  flex-flow: column;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

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

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

.need-help.hide {
  background-color: var(--black);
  margin-bottom: 0;
  margin-left: auto;
}

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

.top-contact-div {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  margin-right: auto;
  display: flex;
}

.navbar {
  z-index: 1;
  background-color: var(--color);
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.nav-section {
  background-color: #222;
  justify-content: center;
  display: flex;
}

.nav-section.s-nav {
  align-items: center;
}

.icon {
  margin-right: 10px;
  padding-top: 1px;
}

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

.nav-link-dropdown {
  color: #fff;
  border-bottom: 0 #000;
  padding: 25px 35px 25px 15px;
  font-size: 13px;
  transition: background-color .3s ease-in-out;
}

.nav-link-dropdown:hover {
  background-color: #4169e1;
  border-bottom-color: #8d8d8d;
}

.nav-link-dropdown.dl-flex {
  color: var(--black);
  border-right: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 35px;
  display: flex;
}

.nav-link-dropdown.dl-flex:hover {
  background-color: var(--goldenrod);
  color: #fff;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 250px;
  overflow: hidden;
}

.dropdown-link {
  color: #fff;
  text-align: left;
  background-color: #222;
  border-left: 5px #222;
  padding: 15px 60px 15px 20px;
  font-size: 15px;
  transition: all .2s ease-in-out;
}

.dropdown-link:hover, .dropdown-link.w--current {
  background-color: var(--goldenrod);
  color: #fff;
  border-bottom-color: #8d8d8d;
  padding-left: 30px;
}

.nav-link {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-bottom: 0 #000;
  border-right: 1px solid #ffffff1a;
  padding: 20px 15px;
  font-size: 15px;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.nav-link:hover {
  background-color: var(--goldenrod);
  color: #fff;
  border-bottom-color: #8d8d8d;
}

.nav-link.w--current {
  background-color: var(--goldenrod);
  color: #fff;
  border-bottom-style: none;
  border-bottom-color: #8d8d8d;
}

.left-arrow {
  display: none;
}

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

.slider-overlay-div {
  z-index: 1;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-right: 0;
  display: flex;
  position: relative;
}

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

.slider {
  height: 90vh;
}

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

.small-text-div-and-arrow.m-bottom-20 {
  margin-top: 0;
  margin-bottom: 20px;
}

.small-text-div-and-arrow.verticle {
  flex-direction: column;
  align-items: flex-start;
}

.slider-small-text {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

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

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

.slider-heading {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.hero-btn-1 {
  background-color: var(--goldenrod);
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  flex: none;
  margin-right: 10px;
  padding: 15px 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.hero-btn-1:hover {
  border-color: var(--royal-blue);
  color: #fff;
  background-color: #000;
}

.services-block-btn {
  background-color: var(--goldenrod);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.services-block-btn:hover {
  color: #fff;
  background-color: #000;
}

.box-heading-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2;
}

._4-box-text-2 {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.75;
}

._4-box-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: grid;
}

._4-boxes-section-2 {
  background-color: #4d5c661a;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.box-1-div-planning-2 {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  padding: 20px;
  display: flex;
}

.box-1-div-planning-2:hover {
  box-shadow: 1px 1px 3px #0006;
}

.box-1-div-planning-2.domest {
  background-image: linear-gradient(#0006, #0006), url('../images/1-gallery.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.comer {
  background-image: linear-gradient(#0006, #0006), url('../images/37896583_280195652747910_328097907565658112_n.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.roof {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/5-gallery.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.hire {
  background-image: linear-gradient(#0006, #0006), url('../images/38448627_286228348811307_8807844778579329024_n.webp');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._4-block-div-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.underline {
  background-color: #111;
  border-radius: 20px;
  width: 80px;
  height: 3px;
  margin-bottom: 20px;
}

.underline.underline-white {
  background-color: #fff;
}

.underline.underline-white.gold {
  background-color: var(--goldenrod);
}

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

.body-div.aling-center {
  justify-content: flex-start;
  align-items: center;
  min-height: 300px;
  display: flex;
}

.para {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.para.para-white {
  color: #fff;
  font-size: 15px;
}

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

.hyper-link:hover {
  box-shadow: inset 0 -50px 0 0 var(--goldenrod);
  color: #fff;
}

.hyper-link.white {
  color: #fff;
}

.h1-content-wrapper.h1-c-flex {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.h1-content-wrapper.h1-c-flex.flex-reverse {
  margin-bottom: 20px;
}

.h1 {
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
}

.l-2-content {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
  min-height: 250px;
}

.l-2-content.google-maps {
  background-image: none;
  width: 100%;
}

.l-2-content.google-maps._30px {
  margin-top: 0;
}

.l-2-content.domestic-1 {
  background-image: url('../images/2-gallery.webp');
}

.l-2-content.commerical-1 {
  background-image: url('../images/37896583_280195652747910_328097907565658112_n.webp');
  background-position: 50% 0;
}

.l-2-content.roof-1 {
  background-image: url('../images/37952751_280191389415003_7000654421688320000_n.webp');
}

.l-2-content.home-1 {
  background-image: url('../images/15-gallery.webp');
}

.l-2-content.services-1 {
  background-image: url('../images/PHOTO-2023-02-14-08-50-434.webp');
}

.l-2-content.hire-1 {
  background-image: url('../images/PHOTO-2023-02-14-08-50-422.webp');
  background-position: 100%;
}

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

.body-copy-section.border-top {
  border-top: 1px solid #00000017;
}

.body-copy-section.border-top.primary-bg {
  background-color: #111;
}

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

.section-btn {
  background-color: var(--goldenrod);
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
  padding: 15px 40px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.section-btn:hover {
  color: #fff;
  background-color: #000;
}

.h1-light {
  color: var(--goldenrod);
  font-size: 30px;
  font-weight: 400;
}

.l-1-content {
  width: 48%;
}

.l-1-content._w-70._100, .l-1-content._w-100 {
  width: 100%;
}

.l-1-content._w-100.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testemonials-section {
  opacity: 1;
  background-color: #111;
  border-top: 2px #8a868e3b;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.testemonials-section.nonee {
  background-color: #fff;
  border-top: 1px solid #1111110d;
  padding-top: 60px;
  padding-bottom: 60px;
}

.testemonials-section.nonee.bg-off-white {
  background-color: #f5f5f5;
}

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

.h2-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

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

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

.coloured-underline.unerline-white {
  background-color: var(--goldenrod);
}

.contact-form-code, .mid-text {
  color: #fff;
  margin-bottom: 0;
}

.mid-text.dark-text {
  color: #333;
  margin-bottom: 10px;
  padding-left: 0;
}

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

.full-width-image-text-div.white-bg {
  background-color: #fff;
  border-radius: 9px;
}

.full-width-image-section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/4-gallery.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;
  min-height: 250px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.mid-heading {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.mid-heading.blue-heading {
  color: #111;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.5;
}

.hero-btn-1-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  flex: none;
  margin-right: 10px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.hero-btn-1-2:hover {
  color: #111;
  background-color: #fee88d;
  border-color: #fee88d;
}

.hero-btn-1-2.m-top-20 {
  background-color: var(--goldenrod);
  color: #fff;
  border-style: none;
  border-color: #111;
  margin-top: 20px;
  margin-left: 0;
  font-weight: 600;
}

.hero-btn-1-2.m-top-20:hover {
  border-color: var(--royal-blue);
  color: #fff;
  background-color: #000;
}

.list-item-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: padding .3s cubic-bezier(.645, .045, .355, 1);
}

.list-item-2:hover {
  padding-left: 15px;
}

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

.default-list.list-white {
  color: #fff;
}

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

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

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

.h2-4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.25;
}

.h2-4.h2-white {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}

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

.font-icon-2 {
  color: #fff;
  background-color: #013220;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  display: flex;
}

.font-icon-2.fa-white {
  background-color: var(--goldenrod);
  color: #fff;
}

.l-2-content-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
  min-height: 350px;
}

.l-2-content-3.domestic-2 {
  background-image: url('../images/9-gallery.webp');
}

.l-2-content-3.commerical-2 {
  background-image: url('../images/_314786778.webp');
  background-position: 50% 40%;
}

.l-2-content-3.commerical-3 {
  background-image: url('../images/_285218751.webp');
}

.l-2-content-3.roof-2 {
  background-image: url('../images/PHOTO-2023-02-14-08-45-05.webp');
  background-position: 50% 0;
}

.l-2-content-3.roof-3 {
  background-image: url('../images/37971818_280195619414580_7023892372308099072_n.webp');
  background-position: 50%;
}

.l-2-content-3.home-2 {
  background-image: url('../images/10-gallery.webp');
  background-position: 50% 0;
}

.l-2-content-3.home-3 {
  background-image: url('../images/37982008_280195636081245_8480495153100881920_n.webp');
}

.l-2-content-3.services-2 {
  background-image: url('../images/37966921_280195582747917_6792626396511338496_n.webp');
  background-position: 50%;
}

.l-2-content-3.hire-2 {
  background-image: url('../images/PHOTO-2023-02-14-08-50-433.webp');
  background-position: 50% 40%;
  background-size: cover;
}

.l-2-content-3.hire-3 {
  background-image: url('../images/PHOTO-2023-02-14-08-50-436.webp');
}

.font-icon {
  color: #fee88d;
  background-color: #111;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 15px;
  display: flex;
}

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

.section-2 {
  background-color: #4169e10d;
  background-image: linear-gradient(#0009, #0009), url('../images/CTA-banner.webp');
  background-position: 0 0, 50% 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  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: #fff;
  text-transform: uppercase;
  width: 90%;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.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(--goldenrod);
  color: #fff;
  display: block;
}

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

.footer-col.footer-map {
  background-image: url('../images/farn.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 13px;
  width: 100%;
}

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

.footer-brand.test {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.footer-logo {
  min-width: 120px;
  position: static;
}

.bold-footer {
  color: #fff;
  margin-right: 5px;
  font-weight: 600;
}

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

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

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

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

.footer-list-item {
  color: #cac9c9;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.footer-desing-my-home.primary-color {
  background-color: #111;
  padding-top: 60px;
  padding-bottom: 0;
}

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

.footer-copy-desc.footer-style-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

.footer-social {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.footer-social-link {
  display: inline-block;
}

.footer-social-link.text-link {
  color: #fff;
  background-color: #ffffff1f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.footer-social-link.text-link:hover {
  background-color: var(--goldenrod);
  transform: scale(1.1);
}

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

.text-block-2 {
  font-size: 24px;
  line-height: 1.2;
}

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

.page-top-title.top {
  padding-top: 140px;
}

.page-title {
  color: var(--goldenrod);
  text-transform: uppercase;
  background-color: #fff;
  padding-left: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 2;
}

.text-span {
  background-color: var(--goldenrod);
  color: #fff;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.accent {
  font-weight: 400;
  display: inline-block;
}

.areaslist {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-left: 0;
  display: grid;
}

.arealist-item {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  display: flex;
}

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

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

.image {
  width: 100%;
  transition: all .3s ease-in-out;
}

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

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

.contact-flex.none-grids {
  display: block;
}

.telephone {
  color: #fff;
}

.telephone.office-number {
  padding-left: 20px;
}

.telephone.office-number.contact-type {
  color: #1d1d1d;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-left: 0;
}

.telephone.office-number.contact-type.m-bottom-10 {
  margin-bottom: 10px;
}

.top-block {
  color: #000;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.contact-icon {
  color: var(--goldenrod);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  display: inline-block;
}

.contact-content {
  text-align: left;
  background-color: #d3b0372e;
  border-radius: 8px;
  width: 100%;
  padding: 30px;
  transition: all .3s ease-in-out;
  box-shadow: -1px 1px 3px #00000012;
}

.contact-content:hover {
  background-color: #ffffff36;
}

.contact-type-title {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

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

.contact-page-link {
  color: #12373c;
  text-decoration: none;
}

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

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

.sitemap-link {
  color: #302e2e;
  text-decoration: none;
  display: inline-block;
}

.h3-4 {
  text-transform: uppercase;
  font-size: 28px;
}

.h3-4.white {
  color: #fff;
  font-weight: 600;
}

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

.review {
  width: 100%;
}

.sticky-btn {
  z-index: 1000;
  color: #000;
  background-color: #fdfd79;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 15px 40px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: none;
  position: fixed;
  inset: auto auto 10px 10px;
  box-shadow: 1px 1px 3px #0000004d;
}

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

.font-icon-3 {
  color: #686a6c;
  margin-right: 10px;
  font-weight: 400;
}

.font-icon-3.font-icon-m-left {
  color: #000;
  margin-left: 10px;
  margin-right: 0;
}

.footer-icon {
  color: #fff;
  background-color: #ffffff1f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Fa 400", sans-serif;
  font-size: 18px;
  transition: all .3s ease-in-out;
  display: flex;
}

.footer-icon:hover {
  background-color: var(--goldenrod);
  transform: scale(1.1);
}

.image-2 {
  width: 100%;
  height: 90px;
}

.chas {
  background-image: url('../images/CHAS-1.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 80px;
  margin-top: 10px;
  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: 997;
  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(--goldenrod);
  background-color: var(--goldenrod);
  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(--goldenrod);
  color: var(--goldenrod);
  background-color: #f5f5f5;
}

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

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

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

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

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

.header-contact {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-left: 10px;
  margin-right: auto;
  display: flex;
}

.header-cont-info {
  align-items: center;
  display: flex;
}

.fa-icon {
  color: #1b1b1b;
  background-color: #ffd900;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  display: flex;
}

.fa-icon.sm {
  background-color: var(--goldenrod);
  color: var(--color);
  width: 26px;
  height: 26px;
  margin-right: 5px;
  font-size: 12px;
}

.header-link-cont {
  color: #1b1b1b;
  text-decoration: none;
}

.socials {
  z-index: 1000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30%;
  display: flex;
  position: fixed;
  inset: 40% 0% 0% auto;
}

.social-button {
  background-color: var(--goldenrod);
  color: var(--color);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.social-button:hover {
  background-color: var(--royal-blue);
  color: var(--color);
}

.social-button.non {
  color: var(--color);
  font-family: "Fa solid 900", sans-serif;
}

.lottie-animation {
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: block;
}

.lottie-animation-2 {
  height: 100px;
  margin-bottom: 20px;
}

.work-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
}

.work-item-wrapper {
  color: #edf2f4;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.image-cover {
  z-index: 1;
  mix-blend-mode: normal;
  background-color: #0a100d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.work-item-image {
  object-fit: cover;
  width: 100%;
  height: 31.25rem;
}

.work-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
  display: grid;
}

.overflow-none {
  overflow: hidden;
}

.overflow-none.full {
  border-radius: 4px;
  width: 100%;
  position: relative;
}

.track {
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.works-title {
  z-index: 90;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 18vh;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.works-title.med-size {
  margin-left: auto;
  margin-right: auto;
  font-size: 7vh;
}

.card-hover {
  z-index: 6;
  color: #fff;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.split-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

.div-block-12 {
  z-index: 50;
  background-color: var(--goldenrod);
  color: #fff;
  border: .5px solid #000;
  border-left: 2px #000;
  border-right: 2px #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 5vh;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  inset: 50% 0% auto;
}

.div-block-12:hover {
  background-color: var(--black);
}

.txt-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.txt-2:hover {
  color: #fff;
}

.image-9 {
  border: 2px #000;
  width: 100%;
  display: block;
  position: relative;
}

.image-9:hover {
  outline-color: var(--goldenrod);
  outline-offset: -20px;
  outline-width: .5px;
  outline-style: solid;
}

.image-10 {
  width: 100%;
  display: block;
}

.image-10:hover {
  outline-offset: -20px;
  outline: .5px solid #ffd03e;
}

.text-block-3 {
  color: #cdb24f;
  margin-top: -10px;
  font-size: 10px;
  font-weight: 600;
}

.image-11 {
  width: 120px;
  margin-right: 0;
}

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

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

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

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

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

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

.announcement-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  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-contact-info.margin-right-20.mobile-display-none {
  color: var(--goldenrod);
}

.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-wrapper-2 {
  justify-content: space-around;
  align-items: center;
  width: 49%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

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

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

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

.container-4.announcement-container {
  background-color: var(--goldenrod);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.announcement-link-2 {
  color: var(--color);
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

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

.announcement-time-2 {
  color: var(--goldenrod);
  font-size: 1em;
  font-weight: 300;
}

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

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

@media screen and (max-width: 991px) {
  .top-div-block {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-tel-link {
    font-weight: 700;
  }

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

  .co-logo-link.w--current {
    flex: none;
  }

  .need-help.hide {
    font-size: .8em;
  }

  .top-contact-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .top-contact-div.hide {
    display: none;
  }

  .dropdown {
    width: 100%;
  }

  .menu-button {
    color: #fff;
    text-align: center;
    justify-content: flex-end;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .navbar {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .nav-section.s-nav {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: 0;
    padding-top: 10px;
    display: grid;
  }

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

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

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

  .nav-menu {
    flex-direction: column;
    display: flex;
  }

  .burger-menu {
    width: 32px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .nav-link {
    text-align: left;
    border-bottom-width: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

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

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

  .slider {
    height: 70vh;
  }

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

  .box-heading-2 {
    font-size: 33px;
  }

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

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

  .body-div {
    width: 90%;
  }

  .h1-content-wrapper.h1-c-flex, .h1-content-wrapper.h1-c-flex.flex {
    flex-direction: column;
  }

  .h1-content-wrapper.h1-c-flex {
    flex-direction: column-reverse;
  }

  .h1-content-wrapper.h1-c-flex.flex-reverse {
    flex-direction: column;
  }

  .l-2-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .l-2-content.google-maps {
    min-height: auto;
  }

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

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

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

  .l-1-content {
    width: 100%;
  }

  .l-1-content._w-70 {
    width: 100%;
    margin-bottom: 10px;
  }

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

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

  .default-list.list-white._4-row, .default-list._4-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .l-2-content-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col.footer-map {
    height: 450px;
  }

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

  .footer-list-item {
    display: flex;
  }

  .footer-desing-my-home.primary-color {
    padding-bottom: 0;
  }

  .footer-social-link.text-link.header {
    margin-right: 0;
  }

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

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

  .contact-content {
    flex-direction: column;
    display: flex;
  }

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

  .icon-2 {
    color: var(--goldenrod);
  }

  .image-2 {
    flex: none;
    width: 80%;
    height: 80px;
  }

  .chas {
    height: 70px;
    margin-top: 20px;
  }

  .fa-icon.sm {
    flex: none;
  }

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

  .works-title {
    font-size: 9vh;
  }

  .card-hover {
    display: none;
  }

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

  .image-9, .image-10 {
    height: 300px;
  }

  .image-11 {
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

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

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

  .announcement-wrapper-2 {
    flex-direction: row;
    width: 100%;
  }

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

@media screen and (max-width: 767px) {
  .top-section {
    position: static;
  }

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

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

  .need-help.hide {
    display: none;
  }

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

  .navbar {
    z-index: 999;
  }

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

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

  .slider {
    height: 400px;
  }

  ._4-box-grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  ._4-boxes-section-2, .body-copy-section, .testemonials-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-3 {
    width: 90%;
  }

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

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

  .mid-heading.blue-heading {
    font-size: 2.5em;
  }

  .default-list.list-white._4-row, .default-list._4-row {
    grid-template-columns: 1fr 1fr;
  }

  .h3-text-bullet-3 {
    line-height: 28px;
  }

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

  .footer-col.footer-map {
    height: 350px;
  }

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

  .footer-desing-my-home-footer-link {
    margin-top: 60px;
    padding-bottom: 100px;
  }

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

  .page-top-title.top {
    padding-top: 0;
  }

  .page-title {
    font-size: 23px;
  }

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

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

  .sticky-btn {
    background-color: var(--goldenrod);
    color: #fff;
    border-width: 2px;
    border-color: #ebebeb;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    bottom: 20px;
    left: 10px;
  }

  .font-icon-3.font-icon-m-left {
    color: #fff;
    font-family: "Fa sharp solid 900", sans-serif;
  }

  .image-2 {
    height: 90px;
    margin-bottom: 10px;
  }

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

  .header-contact {
    display: block;
  }

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

  .image-9 {
    height: 450px;
  }

  .container.announcement-container {
    padding-top: 10px;
    padding-bottom: 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;
  }

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

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

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

  .announcement-wrapper-2 {
    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: flex;
  }

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

  .container-4.announcement-container {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

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

  .announcement-contact-3.hide {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .top-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-div-block {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .top-email.m-bottom-10 {
    text-align: center;
  }

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

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

  .co-logo-link {
    justify-content: center;
    width: 100%;
    margin-right: auto;
    padding-bottom: 10px;
  }

  .co-logo-link.w--current {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

  .top-contact-div {
    flex-flow: wrap;
    align-items: center;
    width: auto;
  }

  .menu-button {
    border: 1px solid var(--goldenrod);
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block {
    padding-left: 20px;
  }

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

  .nav-link-dropdown.dl-flex {
    text-align: center;
    justify-content: center;
  }

  .dropdown-link {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 60px;
  }

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

  .nav-link {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .overlay-div {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider {
    height: 500px;
    display: flex;
  }

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

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

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

  .box-heading-2 {
    font-size: 27px;
  }

  ._4-box-grid-2 {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

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

  .box-1-div-planning-2 {
    width: 100%;
    min-height: 230px;
    padding: 15px;
  }

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

  .body-div.aling-center {
    justify-content: center;
  }

  .h1 {
    font-size: 22px;
    line-height: 1.5;
  }

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

  .h1-light {
    font-size: 20px;
  }

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

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

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

  .mid-text {
    width: 80%;
  }

  .mid-text.dark-text {
    width: 100%;
  }

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

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

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

  .mid-heading.blue-heading {
    font-size: 26px;
  }

  .default-list.list-white._4-row, .default-list.list-white._2-row, .default-list._4-row {
    grid-template-columns: 1fr;
  }

  .h2-4 {
    font-size: 28px;
  }

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

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

  .footer-col.footer-map {
    height: 250px;
  }

  .footer-brand.test {
    text-align: center;
    width: 100%;
  }

  .page-title {
    text-align: center;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
  }

  .text-span {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    display: flex;
  }

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

  .h3-4.white {
    font-size: 24px;
  }

  .image-2 {
    width: auto;
    height: 110px;
    margin-bottom: 0;
    margin-right: 0;
  }

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

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

  .fs-cc-manager_component {
    display: none;
    bottom: 48px;
  }

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

  .header-contact {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 0;
    padding-bottom: 5px;
    display: flex;
  }

  .header-cont-info.hide {
    display: none;
  }

  .header-link-cont {
    width: 100%;
  }

  .socials {
    z-index: 50;
    background-color: var(--goldenrod);
    flex-flow: row;
    width: 100%;
    height: auto;
    inset: auto 0% 0%;
  }

  .work-grid {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-9, .image-10 {
    height: 250px;
  }

  .text-block-3 {
    margin-top: -14px;
  }

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

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

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

  .announcement-contact-info {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    text-align: center;
    font-size: 14px;
  }

  .announcement-contact {
    width: 100%;
  }

  .announcement-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    line-height: 17px;
  }

  .announcement-contact-2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    padding: 15px 20px;
  }

  .announcement-icon-2 {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
  }

  .container-4.announcement-container {
    padding-top: 1px;
  }

  .announcement-link-2 {
    font-size: 15px;
  }

  .announcement-link-2.hide {
    display: none;
  }

  .announcement-contact-3 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    padding: 15px 20px;
  }
}

#w-node-e48a6449-a5d8-edf7-7137-52498385516a-c1a68db9, #w-node-e48a6449-a5d8-edf7-7137-52498385515a-c1a68db9, #w-node-e48a6449-a5d8-edf7-7137-524983855162-c1a68db9, #w-node-e48a6449-a5d8-edf7-7137-524983855172-c1a68db9, #w-node-_261ebb09-72df-3468-4c4e-1d453aa4887a-82d17110, #w-node-_261ebb09-72df-3468-4c4e-1d453aa4887b-82d17110, #w-node-_261ebb09-72df-3468-4c4e-1d453aa4887f-82d17110, #w-node-_261ebb09-72df-3468-4c4e-1d453aa48880-82d17110, #w-node-_261ebb09-72df-3468-4c4e-1d453aa48884-82d17110, #w-node-_261ebb09-72df-3468-4c4e-1d453aa48885-82d17110, #w-node-_261ebb09-72df-3468-4c4e-1d453aa48889-82d17110, #w-node-_261ebb09-72df-3468-4c4e-1d453aa4888a-82d17110, #w-node-_261ebb09-72df-3468-4c4e-1d453aa4888e-82d17110, #w-node-_261ebb09-72df-3468-4c4e-1d453aa4888f-82d17110, #w-node-_35f18921-e181-e4b7-a245-39656930839c-82d17110, #w-node-_35f18921-e181-e4b7-a245-39656930839d-82d17110, #w-node-d85bc150-370c-f1f7-3504-f88369c0d097-cfa5cb94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfb2f706-18ea-4aaf-4b52-38358b703985-cfa5cb94, #w-node-cfb2f706-18ea-4aaf-4b52-38358b703991-cfa5cb94, #w-node-_6bf1f4fd-3df3-a4df-2118-c382cc92b5ca-cfa5cb94, #w-node-cfb2f706-18ea-4aaf-4b52-38358b70399d-cfa5cb94 {
  place-self: auto stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_00c2e9c6-e6c9-c666-da1e-c683a20d6c3a-a20d6c37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cfb2f706-18ea-4aaf-4b52-38358b703985-cfa5cb94, #w-node-cfb2f706-18ea-4aaf-4b52-38358b703991-cfa5cb94 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cce99e68-3035-47a2-5ba8-024a0ac82b9a-787df92f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cce99e68-3035-47a2-5ba8-024a0ac82b9f-787df92f {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cce99e68-3035-47a2-5ba8-024a0ac82b9a-787df92f {
    justify-self: center;
  }

  #w-node-cce99e68-3035-47a2-5ba8-024a0ac82b9f-787df92f {
    grid-area: 2 / 1 / 3 / 2;
    justify-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 400';
  src: url('../fonts/fa-regular-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 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;
}