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

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

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

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

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

:root {
  --olive-drab: #519e00;
  --dim-grey: #4a4a4a;
  --white: white;
  --black: black;
  --mid-gray: #8d8d8d;
}

.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;
  font-size: 16px;
  line-height: 26px;
}

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

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

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

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

.body-copy-section.bg-gradiant {
  background-image: linear-gradient(139deg, #fff 70%, #4169e1 70%);
}

.body-copy-section.bg-gradiant.top-bttom {
  background-image: linear-gradient(#4169e1 60%, #fff 60%);
}

.body-copy-section.bg-gradiant.top-bttom.bg-reverse-gradiant {
  background-image: linear-gradient(to bottom, var(--olive-drab) 75%, white 75%);
}

.body-copy-section.low-p-top {
  padding-top: 0;
}

.body-copy-section.about {
  background-image: url('../images/fb-img-12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
}

.h2.sm-h2 {
  color: var(--olive-drab);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

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

.top-section {
  background-color: #4b4b4b;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.top-email {
  direction: ltr;
  color: #fff;
  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.m-bottom-10 {
  color: #fff;
  text-align: right;
  margin-bottom: 10px;
}

.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 400", sans-serif;
  font-size: 1em;
  display: flex;
}

.top-tel-link {
  color: #519e00;
  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 {
  background-color: var(--olive-drab);
  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:hover {
  transform: scale(.95);
}

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

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

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

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

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

.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: 90%;
  max-width: 1300px;
  display: flex;
}

.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: #222;
  text-align: left;
  border-left: 5px #233589;
  padding: 15px 60px 15px 20px;
  font-size: 15px;
  transition: all .2s ease-in-out;
}

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

.dropdown-link.w--current {
  background-color: var(--olive-drab);
  color: #fff;
  border-bottom-color: #8d8d8d;
}

.dl-anim {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  display: flex;
}

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

.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 {
  border-right: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 15px;
  display: flex;
}

.nav-link-dropdown.dl-flex:hover {
  background-color: var(--olive-drab);
}

.nav-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 0 #000;
  border-right: 1px solid #ffffff1a;
  padding: 25px 15px;
  font-size: 15px;
  transition: background-color .3s ease-in-out;
}

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

.nav-link.w--current {
  background-color: var(--olive-drab);
  color: #fff;
  border-bottom-style: none;
  border-bottom-color: #8d8d8d;
  padding-top: 25px;
  padding-bottom: 25px;
}

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

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

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

.box-1-div-planning-2 {
  background-color: #272d33;
  background-image: linear-gradient(#00000080, #00000080), url('../images/_4917070.webp');
  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.door {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_108059738.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

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

.box-1-div-planning-2.work {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_518590058.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 300px;
}

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

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

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

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

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

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

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

.h1.m-b-20 {
  color: #333;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
}

.h1.m-b-20.h2-sm {
  color: var(--olive-drab);
  font-size: 26px;
  line-height: 32px;
}

.h1.m-b-20.h2-sm.h3-small {
  font-size: 18px;
  font-weight: 600;
}

.h1.m-b-20 {
  color: #333;
  margin-bottom: 20px;
  font-size: 2.8em;
  font-weight: 800;
}

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

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

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

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

.section-btn {
  background-color: var(--olive-drab);
  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 {
  background-color: #6ebe19;
}

.para {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75;
}

.para.white-p {
  color: #f3f3f3;
  text-align: center;
}

.l-2-content {
  background-image: url('../images/235305251.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
}

.l-2-content.img-style-section {
  border-radius: 20px;
  box-shadow: 1px 2px 8px #33333340;
}

.l-2-content.img-style-section.k-1 {
  background-image: url('../images/fb-img-8.webp');
  background-position: 50% 80%;
  min-height: 450px;
}

.l-2-content.img-style-section.k-3 {
  background-image: url('../images/IMG_9749.webp');
}

.l-2-content.img-style-section.tb-1 {
  background-image: url('../images/IMG_4269.webp');
  background-size: cover;
}

.l-2-content.img-style-section.tb-2 {
  background-image: url('../images/IMG_4268.webp');
  background-size: cover;
}

.l-2-content.img-style-section.cd-2 {
  background-image: url('../images/IMG_0597.webp');
}

.l-2-content.img-style-section.js-1 {
  background-image: url('../images/joinery-services.webp');
}

.l-2-content.img-style-section.jc-3 {
  background-image: url('../images/_340545156-2.webp');
}

.l-2-content.img-style-section.id-1 {
  background-image: url('../images/IMG_5266-1.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.l-2-content.img-style-section.home-1 {
  background-image: url('../images/home-page-1-1.webp');
}

.l-2-content.img-style-section.b-1 {
  background-image: url('../images/fb-img-12.webp');
}

.l-2-content.img-style-section.cl-1 {
  background-image: url('../images/fb-img-8.webp');
}

.l-2-content.img-style-section.home-3 {
  background-image: url('../images/home-page-2-1.webp');
  min-height: 450px;
}

.l-2-content.img-style-section.home-4 {
  background-image: url('../images/home-page-3-1.webp');
  min-height: 450px;
}

.l-2-content._w-100 {
  width: 100%;
}

.l-2-content._w-100._3-img-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.l-2-content._w-100._3-img-grid._w-90 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.l-2-content._w-100._3-img-grid._w-90.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.l-2-content._w-100.grid-edit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-div-2 {
  width: 90%;
  max-width: 1300px;
}

.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-text-div.white-bg._w-70 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.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: var(--olive-drab);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
}

.hero-btn-1 {
  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:hover {
  background-color: var(--olive-drab);
  color: #fff;
  border-color: #4169e1;
}

.hero-btn-1.m-top-20 {
  border-color: var(--olive-drab);
  color: var(--olive-drab);
  background-color: #0000;
  margin-top: 20px;
  margin-left: 0;
}

.hero-btn-1.m-top-20:hover {
  background-color: var(--olive-drab);
  color: #fff;
}

.full-width-image-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_370508152-1.jpg');
  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-section.k-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_320874376.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.full-width-image-section.tb-para {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_118431903.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.full-width-image-section.cd-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0595.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.full-width-image-section.js-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_195614692.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.full-width-image-section.id-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_108059738.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.full-width-image-section.home-para {
  background-image: linear-gradient(#00000080, #00000080), url('../images/fb-img-12.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.full-width-image-section.b-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_118431903.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.full-width-image-section.cl-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_320874376.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.accent {
  background-color: var(--olive-drab);
  color: #fff;
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  padding: 10px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

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

.section-2 {
  background-color: #4169e10d;
  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: #424242;
  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(--olive-drab);
  color: #fff;
  display: block;
}

.section-btn-2.block:hover {
  color: #fff;
  background-color: #75c027;
}

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

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

.footer-copy-desc.footer-style-copy {
  color: #e7e7e7;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  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-logo {
  position: static;
}

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

.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: #4169e2;
  transform: scale(1.1);
}

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

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

.footer-social {
  padding-top: 20px;
  display: flex;
}

.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(--dim-grey);
  padding-top: 60px;
  padding-bottom: 0;
}

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

.footer-brand.test {
  border-radius: 8px;
  padding: 0;
}

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

.slider-heading {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2;
}

.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-small-text {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
}

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

.image-section {
  z-index: 0;
  background-image: linear-gradient(#00000014, #00000014), url('../images/_269232223.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 70vh;
  position: relative;
}

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

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

.hyper-link-2.white {
  color: #fff;
  box-shadow: inset 0 -2px #fff;
}

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

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

.default-bullet-list.bullet-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;
}

.font-icon {
  background-color: var(--olive-drab);
  color: #fff;
  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.service-icon {
  width: 38px;
  height: 38px;
  font-family: "Fa 300", sans-serif;
}

.font-icon.service-icon.house {
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.service-heading-text {
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 700;
  display: flex;
}

.grid-service-block {
  background-color: #f5f7fd;
  border-radius: 5px;
  padding: 25px;
  box-shadow: 1px 1px 3px #00000026;
}

.default-list-item.bullet-flex {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type: none;
  display: flex;
}

.h2-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.25;
}

.h2-2.white-heading {
  color: #fff;
}

.h2-2.white-heading.cener {
  text-align: center;
}

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

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

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

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

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .3s;
}

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

.h3-text {
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.block-wrapper {
  border-bottom: 1px solid #8d8d8d36;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.block-wrapper.white {
  background-color: #ffffffe6;
  margin-bottom: 0;
  padding: 40px;
}

.site-map-bullet {
  padding-left: 0;
  list-style-type: none;
}

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

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

.site-item {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.site-item.flex-box {
  display: flex;
}

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

.html-embed-2 {
  width: 100%;
  height: 100%;
}

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

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

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

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

.contact-icon {
  background-color: var(--olive-drab);
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: auto;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  line-height: 1;
  display: flex;
}

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

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

.site-map {
  padding-top: 100px;
  padding-bottom: 100px;
}

.site-map-container {
  text-align: center;
}

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

.site-map-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.site-map-link {
  color: #222;
  text-decoration: none;
}

.footer-copy-link {
  color: var(--white);
  text-decoration: none;
}

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

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

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

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

.coloured-underline {
  background-color: #ff0a01;
  border-radius: 20px;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

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

.fb-feed-2, .contact-form-code {
  margin-bottom: 0;
}

.testemonials-section {
  background-color: var(--olive-drab);
  opacity: 1;
  border-top: 2px #8a868e3b;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.mobile_sticky {
  background-color: var(--olive-drab);
  color: #fff;
  border-radius: 4px;
  padding: 12px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: none;
  position: fixed;
  inset: auto auto 15px 15px;
  box-shadow: 1px 1px 3px #00000040;
}

.mobile_sticky:hover {
  transform: scale(.95);
}

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

.gallery-grid {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

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

.split-thumb {
  width: 100%;
}

.lb-link {
  background-color: var(--olive-drab);
  color: var(--white);
  text-decoration: none;
}

.pop-up-heading {
  text-align: left;
  text-transform: uppercase;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.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 {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yell-reviews {
  width: 100%;
}

.live-chat-top-text {
  color: var(--olive-drab);
  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: #fff;
}

.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(--dim-grey);
  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(--dim-grey);
  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(--olive-drab);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.top-section-2 {
  background-color: var(--dim-grey);
  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;
}

@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) {
  .body-copy-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body-copy-section.bg-gradiant {
    background-image: linear-gradient(139deg, #fff 61%, #4169e1 61%);
  }

  .top-email {
    flex: none;
    font-size: 16px;
  }

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

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

  .call-link {
    font-size: 16px;
  }

  .top-contact-div {
    align-items: flex-end;
  }

  .top-div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    width: 100%;
  }

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

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

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

  .nav-menu {
    background-color: #222;
  }

  .dropdown {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .h1.m-b-20 {
    font-size: 2em;
  }

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

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

  .l-2-content.img-style-section {
    min-height: 400px;
    margin-top: 60px;
    display: block;
  }

  .l-2-content.img-style-section.k-1 {
    margin-top: 0;
  }

  .l-2-content.img-style-section.k-3 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .l-2-content.img-style-section.js-1 {
    margin-top: 0;
  }

  .l-2-content.img-style-section.jc-3 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .l-2-content.img-style-section.id-1 {
    margin-top: 0;
  }

  .l-2-content.img-style-section.b-1, .l-2-content.img-style-section.cl-1 {
    margin-top: 10px;
  }

  .l-2-content._w-100._3-img-grid._w-90 {
    grid-template-columns: 1fr 1fr;
  }

  .body-div-2 {
    width: 90%;
  }

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

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

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

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

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

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

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

  .contact-page-map {
    width: 100%;
  }

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

  .mobile_sticky {
    display: inline-block;
  }

  .pop-up-heading {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .body-copy-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .co-logo {
    margin-top: -10px;
    margin-bottom: 20px;
  }

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

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

  ._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 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h1.m-b-20 {
    font-size: 26px;
  }

  .l-2-content.img-style-section {
    min-height: 300px;
  }

  .l-2-content.img-style-section.k-3, .l-2-content.img-style-section.tb-1 {
    margin-top: 0;
  }

  .l-2-content.img-style-section.tb-2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .l-2-content.img-style-section.cd-2 {
    margin-top: 0;
  }

  .l-2-content.img-style-section.jc-3 {
    margin-bottom: 20px;
  }

  .l-2-content.img-style-section.b-1 {
    margin-top: 10px;
  }

  .l-2-content._w-100._3-img-grid {
    grid-template-columns: 1fr 1fr;
  }

  .l-2-content._w-100._3-img-grid._w-90, .l-2-content._w-100._3-img-grid._w-90.grid {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

  .container, .container-3 {
    width: 90%;
  }

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

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

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

  .pop-up-heading {
    min-height: 70px;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

  .co-logo {
    margin-top: -10px;
    margin-bottom: 10px;
  }

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

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

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

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

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

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

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

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

  ._4-box-text-2 {
    font-size: 16px;
    line-height: 26px;
  }

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

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

  .h1.m-b-20 {
    font-size: 2em;
  }

  .l-2-content.img-style-section.k-1 {
    min-height: 300px;
  }

  .l-2-content.img-style-section.jc-3 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .l-2-content.img-style-section.home-1 {
    margin-top: 40px;
  }

  .l-2-content.img-style-section.home-3, .l-2-content.img-style-section.home-4 {
    min-height: 300px;
    margin-top: 40px;
  }

  .l-2-content._w-100._3-img-grid {
    grid-template-columns: 1fr;
  }

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

  .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: 22px;
    line-height: 28px;
  }

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

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

  .overlay-div {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .image-section {
    height: auto;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .grid-service-block {
    padding: 25px;
  }

  .h2-2.white-heading.cener {
    font-size: 26px;
    line-height: 28px;
  }

  .site-map-bullet {
    padding-left: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .pop-up-heading {
    min-height: auto;
  }

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

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

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

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

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

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

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

  .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-_918d8116-f1db-f2ee-b5a0-9e246f72719f-fd36aa6c, #w-node-_918d8116-f1db-f2ee-b5a0-9e246f7271a7-fd36aa6c, #w-node-_918d8116-f1db-f2ee-b5a0-9e246f7271af-fd36aa6c, #w-node-_918d8116-f1db-f2ee-b5a0-9e246f7271b7-fd36aa6c, #w-node-_53f6e663-7628-dc77-cf0f-738cd61610b4-fd36aa6c, #w-node-_2220bc27-de4f-ed72-c3e2-66708c1a16a5-fd36aa6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3e11e2e-6d4f-66fe-b04e-05e782921348-a79c07b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73db1aeb-e534-3f6f-6abb-b28a75f0b000-0295c7e5 {
  align-self: stretch;
}

#w-node-_0fba4586-bbec-3ff3-da2d-52de84b81b66-cae427b5, #w-node-b2b6f328-8f79-1342-46f8-617c127a2290-cae427b5, #w-node-bddd55ce-379e-c5c1-3895-52bf500e1752-cae427b5, #w-node-ed62925b-295c-c553-ce1f-3e7f8cc72bee-cae427b5, #w-node-ed37607d-863c-7d83-7499-22cd98dd4d5f-cae427b5, #w-node-_712f2758-d942-b086-0a8d-54608f5ac61a-cae427b5, #w-node-ed980128-b7cf-545a-d178-12f2ed01c511-cae427b5, #w-node-_164941a9-d726-6a0b-44c2-b4fba33f1d63-cae427b5, #w-node-_84c98858-8e2b-4bec-1ceb-c94ed24ec157-cae427b5, #w-node-_5cc87d54-2076-5d1f-9bb9-b749b8f43517-cae427b5, #w-node-d136c4ca-53d3-4d9a-a3ec-b9ad9f081196-cae427b5, #w-node-_3586135f-e5df-e80d-3664-87855d7c415b-cae427b5, #w-node-_93132ac4-3f47-81b1-8c0d-9b35f57c2514-cae427b5, #w-node-_54b1b027-3474-6977-11fd-3c8dc4c9bbf6-cae427b5, #w-node-ebc3a388-cc2f-416b-3c81-1786f3d2408f-cae427b5, #w-node-debe4706-defa-0cb9-a215-5a8a6374f35b-cae427b5, #w-node-_1affb0a4-72a0-af31-02ca-8974636639a6-cae427b5, #w-node-_70dc5f7b-f679-30a2-5dca-00c03b9c2a6f-cae427b5, #w-node-_23502b19-f762-99fe-7017-87b002d9979c-cae427b5, #w-node-_4bf85e75-0744-af99-b60b-bbd287787559-cae427b5, #w-node-_35e17029-5218-ead7-cf87-e6995a469212-cae427b5, #w-node-_860d27c9-2cbe-49dd-7322-bc7394cebe43-cae427b5, #w-node-_36acbb42-aa13-ee6d-b4e0-b13f7c165bac-cae427b5, #w-node-a3c8592e-7d0e-a246-b213-e7caeee9cb58-cae427b5, #w-node-_79034c74-09e3-36ab-bda8-9ab378478daf-cae427b5, #w-node-_5f549ed5-a363-4e01-7279-a65617ae4285-cae427b5, #w-node-_8db995d6-1c19-ff6f-fe18-fa8cc647f813-cae427b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-b3e11e2e-6d4f-66fe-b04e-05e782921348-a79c07b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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