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

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

@font-face {
  font-family: "Fa 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;
}

:root {
  --white: white;
  --black: black;
  --dodger-blue: #1091e8;
  --mid-gray: #5e5e5e;
  --alice-blue: #dbf0fb;
  --white-2: #fafafa;
  --white-smoke: #ebebeb;
  --dim-grey: #505466;
}

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

.header-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.header-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 10px;
  display: flex;
}

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

.contact-info-div {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 26px;
  display: flex;
}

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

.email-link {
  text-align: center;
  font-weight: 500;
}

.email-link.int-link-header {
  color: var(--black);
  padding-left: 10px;
  font-size: 16px;
  text-decoration: none;
}

.menu-link {
  border-bottom: 1px solid var(--white);
  font-size: 15px;
  font-weight: 500;
}

.menu-link:hover {
  border-bottom: 1px solid var(--dodger-blue);
  color: var(--dodger-blue);
}

.menu-link:focus {
  border-bottom: 1px solid #000;
}

.menu-link.w--current {
  color: var(--dodger-blue);
  font-weight: 500;
}

.navbar {
  background-color: #0000;
}

.section {
  z-index: 10;
  background-color: var(--white);
  border-bottom: 1px solid #5054664d;
  position: sticky;
  top: 0;
}

.menu-button-section {
  z-index: 1;
  background-color: #f5f5f5;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.menu-button-group-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: grid;
}

.menu-button-image-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 260px;
  display: flex;
}

.menu-button-image-link.build {
  background-image: url('../images/43012828_275844279701495_4683656295780188160_n.webp');
}

.menu-button-image-link.kitchen {
  background-image: url('../images/43950778_279576025994987_1493819011715039232_n.webp');
}

.menu-button-image-link.bath {
  background-image: url('../images/107537752_614194875866432_4479411899407687695_n.webp');
}

.menu-button-image-link.garage {
  background-image: url('../images/45542391_287158878570035_7251589144382537728_n.webp');
}

.menu-button-image-link.ext {
  background-image: url('../images/138570720_738804370072148_2691725607303704039_n.webp');
}

.menu-label-div {
  background-color: var(--dodger-blue);
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.black-int-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.content-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
}

.content-section.primary-color {
  background-color: var(--dodger-blue);
}

.double-content-div {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.double-content-div.grid-x2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.double-content-div.block {
  display: block;
}

.basic-p-block {
  width: 48%;
}

.basic-p-block._w-100 {
  width: 100%;
}

.single-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 48%;
  height: auto;
}

.single-image-div.home-1 {
  background-image: url('../images/138556228_738805250072060_1461934783228823998_n.webp');
}

.single-image-div.build-1 {
  background-image: url('../images/237209616_858291048123479_4540304001868888920_n.webp');
  background-position: 50% 0;
}

.single-image-div.kitchen-1 {
  background-image: url('../images/13ddb5_8345f06b6fbf454cb599082abc632c53_mv2_d_3264_2448_s_4_2.webp');
}

.single-image-div.bathroom {
  background-image: url('../images/239647140_858291068123477_8688789544136809396_n.webp');
}

.single-image-div.garage-1 {
  background-image: url('../images/45542391_287158878570035_7251589144382537728_n.webp');
  background-position: 50%;
}

.single-image-div.ext-1 {
  background-image: url('../images/13ddb5_5f353a9e87954c81840664b314dbda16_mv2-1.webp');
}

.h1 {
  color: #1091e8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 36px;
  font-weight: 500;
}

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

.coloured-underline {
  background-color: var(--dodger-blue);
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

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

.p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

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

.large-single-image-div {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  min-height: 600px;
  display: flex;
}

.large-single-image-div.home-2 {
  background-image: url('../images/107574293_614194092533177_5202495888000474535_n.webp');
}

.large-single-image-div.build-2 {
  background-color: #ddeffc;
  background-image: url('../images/280290096_1020684355217480_4986630164126157282_n.webp');
  background-position: 50% 71%;
  background-size: contain;
  height: 500px;
}

.large-single-image-div.kitchen-2 {
  background-image: url('../images/13ddb5_f33245229c72429c89b6c6f23a5739ef_mv2.webp');
}

.large-single-image-div.bathroom-2 {
  background-image: url('../images/107537752_614194875866432_4479411899407687695_n_1.webp');
}

.large-single-image-div.bathroom-3 {
  background-image: url('../images/259823876_917244002228183_3562505871064978504_n.webp');
}

.large-single-image-div.garage-2 {
  background-image: url('../images/292871776.webp');
}

.large-single-image-div.ext-2 {
  background-image: url('../images/13ddb5_5a6084a5fcd14287909ee5e116efae3a_mv2_d_2272_1704_s_2-1-1.webp');
}

.large-image-section {
  background-color: var(--alice-blue);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.large-p-block {
  background-color: #ddeffc;
  border-radius: 4px;
  width: 48%;
  padding: 0;
}

.h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 500;
}

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

.h2.t40 {
  margin-top: 40px;
}

.grey-content-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.grey-content-section.blue {
  background-color: var(--white-2);
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.grid-image-large-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

.grid-image-large-div.home-3 {
  background-image: url('../images/43040017_275844086368181_475957177547227136_n.webp');
}

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

.grid-image-div.home-4 {
  background-image: url('../images/280534551_1020688411883741_4249428644590291952_n.webp');
  background-position: 50% 60%;
}

.grid-image-div.home-5 {
  background-image: url('../images/13ddb5_9d3367ecce834a2a80728acbd790981c_mv2.webp');
}

.grey-dividing-line {
  background-color: #5e5e5e;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 600px;
}

.slide-2 {
  background-image: url('../images/13ddb5_5a6084a5fcd14287909ee5e116efae3a_mv2_d_2272_1704_s_2.webp');
  background-position: 50% 60%;
  background-repeat: repeat;
  background-size: cover;
}

.slide-2.slide-3 {
  background-image: url('../images/13ddb5_5f353a9e87954c81840664b314dbda16_mv2.webp');
  background-position: 100% 30%;
}

.co-logo-link.w--current {
  margin-right: 10px;
}

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

.dl-link {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dl-link:hover {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.dl-link.w--current {
  background-color: var(--dodger-blue);
  color: #fff;
}

.cta-text-contact {
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.contact-form {
  width: 100%;
}

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

.contact-section.blue-sec {
  background-color: var(--dodger-blue);
}

.contact-section.blue-sec.review {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-section.off-white {
  background-color: #dbf0fb9c;
  padding-top: 60px;
  padding-bottom: 60px;
}

.title-as-section {
  color: #f5f5f5;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: 500;
}

.title-as-section.lg-text {
  font-size: 28px;
  line-height: 1;
}

.title-as-section.lg-text.black {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.3;
}

.title-as-section.lg-text.black.m-left-even {
  margin-left: 0;
  padding-bottom: 30px;
}

.title-as-section.lg-text.black.m-left-even.h-white {
  color: var(--white);
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

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

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

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

.heading-3-top-title {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.heading-3-top-title.veticle {
  flex-direction: column;
  align-items: flex-start;
}

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

.icon-2 {
  background-color: var(--dodger-blue);
  color: #f7f7f2;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

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

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

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

.light-text-line {
  background-color: #22284a;
  width: 40px;
  height: 2px;
}

.light-text-line.white {
  background-color: #fff;
}

.heading-3-text {
  color: #c0c1af;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.heading-3-text.sm-h3 {
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.heading-3-text.sm-h3.white-h3 {
  color: #f7f7f2;
}

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

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

.heading-3-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;
  align-items: stretch;
  min-height: 350px;
  display: flex;
}

.btn-text {
  z-index: 1;
  color: #f5f5f5;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

.btn-text.text-white-change {
  color: var(--dodger-blue);
}

.heading-3-left-image {
  background-image: url('../images/281071772_1020688398550409_5271811649777698065_n.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

.heading-3-right-text {
  background-color: var(--dodger-blue);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.primary-btn {
  z-index: 1;
  background-color: var(--dim-grey);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn:hover {
  background-color: var(--dodger-blue);
}

.primary-btn.btn-white {
  background-color: #f5f5f5;
  font-weight: 600;
}

.heading-3-section {
  background-color: #5f5f51;
  padding: 0;
}

.reviews-embed {
  margin-top: 0;
  margin-bottom: 0;
}

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

.contact-link {
  color: #333;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.contact-link:hover {
  color: #22284a;
}

.footer-social-link {
  background-color: var(--dodger-blue);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.footer-social-link:hover {
  border: 1px solid var(--dodger-blue);
  color: var(--dodger-blue);
  background-color: #0000;
}

.footer-title {
  color: var(--dodger-blue);
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.footer-contact-link {
  color: #333;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-contact-link:hover {
  color: #22284a;
}

.text-span-4 {
  background-color: var(--dodger-blue);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 18px;
  display: flex;
}

.footer-info-div-2 {
  border: 1px solid #22284a4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.footer-info-div-2._1 {
  border-width: 1px;
  border-color: #22284a4d #c0c1af24;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
}

.footer-info-div-2._1.border-edit {
  border-left-style: solid;
  border-left-color: #22284a4d;
  border-right-style: solid;
  border-right-color: #22284a4d;
}

.foooter-logo {
  object-fit: contain;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
}

.fb-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 85%;
  display: flex;
}

.footer-contact-links {
  justify-content: space-around;
  width: 100%;
  max-width: none;
  display: flex;
}

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

.footer-nav-item {
  color: #252525;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .2s;
}

.footer-nav-item:hover {
  color: #ffce07;
}

.footer-nav-item.footer-contact {
  color: #333;
  text-align: left;
  cursor: auto;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-brand {
  margin-bottom: 10px;
  display: flex;
}

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

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

.footerlinks-copy {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
}

.footer-copy-right {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
}

.footer-section-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

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

.page-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
}

.areas-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.areas-list-item {
  align-items: center;
  margin-bottom: 5px;
  font-size: 16px;
  display: flex;
}

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

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

.ll {
  transition: all .3s ease-in-out;
}

.ll:hover {
  outline-color: var(--dodger-blue);
  outline-offset: -13px;
  outline-width: 3px;
  outline-style: solid;
}

.ll-img {
  width: 100%;
}

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

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

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

.sitemap-link:hover {
  color: var(--dodger-blue);
}

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

.h1-small {
  color: var(--black);
  font-size: 36px;
  font-weight: 300;
}

.h3-list {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.list-icon {
  background-color: var(--dodger-blue);
  color: #fff;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 0;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.list-icon-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.list-2 {
  width: 100%;
  padding-left: 0;
}

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

.list-2._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;
}

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

.phone-link {
  box-shadow: inset 0 -2px 0 0 var(--white);
  color: #fff;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.phone-link:hover {
  box-shadow: inset 0 -50px 0 0 var(--white);
  color: var(--dodger-blue);
}

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

.hyperlink:hover {
  box-shadow: inset 0 -50px 0 0 var(--dodger-blue);
  color: #fff;
}

.text-img-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-img-div.flex {
  align-items: center;
  height: auto;
  margin-bottom: 20px;
}

.heading-3 {
  font-weight: 500;
}

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

.heading-3-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.h2-list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

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

.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;
  padding-top: 20px;
}

.grid-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  min-height: 350px;
  box-shadow: 1px 1px 3px #00000045;
}

.grid-img.build-1 {
  background-image: url('../images/280747085_1020688448550404_5462701707352452418_n.webp');
}

.grid-img.build-22 {
  background-image: url('../images/320511209_910228337055372_3048663138533031342_n.webp');
}

.grid-img.build-3 {
  background-image: url('../images/320503662_526884922704495_3082269186614855338_n.webp');
}

.grid-img.kitchen01 {
  background-image: url('../images/320571112_1292438094870827_8036679437504358292_n.webp');
}

.grid-img.kitchen012 {
  background-image: url('../images/13ddb5_a7e19dd0985543fea6638822ba03ba89_mv2_d_3264_2448_s_4_2.webp');
}

.grid-img.kitchen03 {
  background-image: url('../images/13ddb5_49d13da73d4e46a090f3b10f226004f1_mv2-1.webp');
}

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

.bg-img {
  opacity: .23;
  background-image: url('../images/_305967221.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  color: var(--dodger-blue);
  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(--dodger-blue);
  background-color: var(--dodger-blue);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 13px;
}

.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(--dodger-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--dodger-blue);
  color: var(--dodger-blue);
  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%;
}

.team-block {
  z-index: 3;
  background-color: var(--dodger-blue);
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-line-side {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
}

.team-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 60px;
}

.team-text {
  margin-top: 32px;
}

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

.lightbox-link {
  width: 100%;
  height: 375px;
  position: relative;
}

.team-name {
  color: var(--dodger-blue);
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.p-2 {
  color: #111;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.7em;
}

.p-2.price-text {
  font-weight: 400;
  line-height: 2;
}

.bold-text-3 {
  font-size: 28px;
}

.team-line-bottom {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 32px;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  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: 11px;
}

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

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

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

.whatsapp-icon {
  color: #fff;
  display: block;
}

.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(--dodger-blue);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--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(--dodger-blue);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--dim-grey);
}

.top-section-2 {
  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;
}

.sticky-socials-2 {
  z-index: 100;
  background-color: var(--dodger-blue);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 58px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.footer-social-link-2 {
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.footer-social-link-2:hover {
  color: #06b7fc;
  background-color: #0000;
  border: 1px solid #06b7fc;
}

@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) {
  .header-div {
    width: 100%;
  }

  .logo-div {
    justify-content: flex-start;
    width: 58%;
  }

  .menu-div {
    width: 40%;
  }

  .menu-link {
    text-align: right;
    position: static;
  }

  .menu-link:hover, .menu-link:focus {
    background-color: var(--mid-gray);
    color: var(--white);
  }

  .navbar {
    width: 100%;
  }

  .menu-button-group-div {
    grid-template-columns: 1fr 1fr;
  }

  .menu-button-image-link {
    height: 160px;
  }

  .menu-label-div {
    margin-top: 0;
  }

  .double-content-div {
    flex-direction: column;
    align-items: center;
  }

  .double-content-div.grid-x2 {
    grid-template-columns: 1fr;
  }

  .basic-p-block {
    width: 100%;
    padding-bottom: 30px;
  }

  .single-image-div {
    width: 100%;
    height: 400px;
  }

  .large-single-image-div {
    width: 100%;
    height: 450px;
    margin-bottom: 10px;
  }

  .large-image-section {
    padding-bottom: 60px;
  }

  .large-p-block {
    width: 100%;
  }

  .menu-button:hover {
    background-color: var(--white-smoke);
  }

  .menu-button.w--open {
    background-color: var(--white-smoke);
    color: #5e5e5e;
    text-align: right;
  }

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

  .contact-info-block.m-bottom-20 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .container-4 {
    width: 90%;
  }

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

  .left-contact {
    width: 100%;
  }

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

  .heading-3-wrapper {
    flex-direction: column-reverse;
  }

  .heading-3-left-image {
    width: 100%;
    margin-top: 0;
  }

  .heading-3-right-text {
    width: 100%;
  }

  .reviews-embed {
    margin-top: 0;
  }

  .footer-info-div-2 {
    width: 100%;
    padding: 40px 20px;
  }

  .footer-info-div-2._1 {
    border-left: 1px solid #22284a4d;
    border-right-style: solid;
    border-right-color: #22284a4d;
    padding: 40px 20px;
  }

  .fb-div {
    justify-content: center;
  }

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

  .footer-brand.w--current {
    min-height: 180px;
  }

  .footerlinks-copy {
    line-height: 1.5;
  }

  .footer-copy-right {
    justify-content: center;
  }

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

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

  .list-2._3-row, .list-2._4-row {
    grid-template-columns: 1fr 1fr;
  }

  .text-img-div.flex {
    flex-direction: column;
  }

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

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

  .sticky-socials-2 {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .header-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .logo-div {
    flex-direction: column;
    align-items: center;
  }

  .menu-div {
    width: 100%;
  }

  .contact-info-div {
    align-items: center;
    padding-top: 5px;
  }

  .email-link.int-link-header {
    padding-left: 0;
  }

  .menu-link {
    background-color: var(--white);
    width: 100%;
  }

  .menu-link:hover {
    background-color: var(--white);
    color: var(--dodger-blue);
  }

  .section {
    position: static;
  }

  .menu-button-section {
    padding-top: 40px;
  }

  .menu-button-group-div {
    grid-template-columns: 1fr;
  }

  .single-image-div {
    height: 250px;
  }

  .coloured-underline {
    margin-right: auto;
  }

  .large-single-image-div {
    height: 350px;
  }

  .large-single-image-div.build-2 {
    background-position: 0%;
    height: auto;
    min-height: 350px;
  }

  .large-single-image-div.kitchen-2, .large-single-image-div.bathroom-2, .large-single-image-div.bathroom-3, .large-single-image-div.garage-2, .large-single-image-div.ext-2 {
    min-height: auto;
  }

  .grid {
    grid-template-rows: auto auto auto;
  }

  .grid-image-large-div, .grid-image-div {
    height: 250px;
  }

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

  .menu-button.w--open {
    background-color: var(--white);
  }

  .hero-mask {
    height: 500px;
  }

  .dl-link {
    text-align: right;
  }

  .title-as-section.lg-text.black {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .title-as-section.lg-text.black.m-left-even {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: auto;
  }

  .heading-3-top-title {
    flex-wrap: wrap-reverse;
  }

  .heading-3-top-title.veticle {
    align-items: flex-start;
  }

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

  .heading-3-wrapper {
    flex-direction: column;
  }

  .heading-3-left-image {
    width: 100%;
  }

  .heading-3-right-text {
    width: 100%;
    margin-top: 5px;
  }

  .dl-menu {
    text-align: right;
    width: 100%;
  }

  .dl-menu:hover {
    color: var(--dodger-blue);
  }

  .footer-info-div-2 {
    justify-content: flex-start;
  }

  .footer-info-div-2._1 {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .header-div {
    flex-direction: column;
  }

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

  .menu-div {
    text-align: center;
    width: 95%;
  }

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

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

  .navbar {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .menu-button-section {
    display: none;
  }

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

  .p._1 {
    padding-bottom: 0;
  }

  .large-single-image-div {
    border-radius: 4px;
    width: 100%;
    height: 250px;
  }

  .large-single-image-div.home-2 {
    min-height: 250px;
  }

  .large-single-image-div.build-2 {
    background-position: 50%;
    background-size: cover;
    height: auto;
    min-height: 250px;
  }

  .large-single-image-div.kitchen-2 {
    min-height: auto;
  }

  .large-image-section {
    flex-direction: column;
  }

  .large-p-block {
    padding: 0;
  }

  .h2 {
    margin-top: 10px;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .grey-content-section {
    margin-top: 0;
  }

  .menu-button {
    display: flex;
  }

  .hero-mask {
    height: 375px;
  }

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

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

  .contact-section.blue-sec.review {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title-as-section.lg-text.black {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 24px;
  }

  .title-as-section.lg-text.black.m-left-even {
    margin-left: 0;
  }

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

  .contact-info-block.m-bottom-20 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-3-top-title {
    flex-wrap: wrap-reverse;
  }

  .heading-3-top-title.veticle {
    flex-wrap: nowrap;
  }

  .icon-2 {
    width: 48px;
    height: 48px;
    font-size: 1.4em;
  }

  .contact-form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .left-contact.right {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .heading-3-right-text {
    padding: 20px;
  }

  .heading-3-section {
    background-color: var(--dodger-blue);
  }

  .reviews-embed {
    margin-top: 0;
  }

  .dl-menu, .dl-menu.w--open {
    text-align: center;
  }

  .footer-social-link {
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-right: 10px;
    font-size: 24px;
  }

  .text-span-4 {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 5px;
    font-size: 22px;
  }

  .footer-info-div-2 {
    width: 100%;
  }

  .footer-info-div-2._1 {
    border-width: 1px;
    border-bottom-style: solid;
  }

  .fb-div {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .footer-contact-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-nav-item.footer-contact {
    justify-content: flex-start;
  }

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

  .page-top {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .page-text {
    font-size: 7vw;
    display: flex;
  }

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

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

  .h1-small {
    font-size: 28px;
  }

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

  .list-2._2-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

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

  .sticky-btn {
    padding: 10px 20px;
    display: none;
  }

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

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

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

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

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

  .lightbox-link {
    height: 300px;
  }

  .whatsapp-block {
    z-index: 999;
    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%;
  }

  .sticky-socials-2 {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
  }

  .footer-social-link-2 {
    margin-left: 0;
    margin-right: 10px;
  }
}

#w-node-_076ede73-e98d-e4f6-4252-e3d9d86acbc2-16ca643c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0c669217-9267-692c-c2e5-5e93fada1f74-fada1f68, #w-node-_0c669217-9267-692c-c2e5-5e93fada1f7f-fada1f68, #w-node-_0c669217-9267-692c-c2e5-5e93fada1f88-fada1f68, #w-node-a9e3a058-991b-64f1-237b-fcde30d0179d-6c4f2b2d, #w-node-a9e3a058-991b-64f1-237b-fcde30d017a8-6c4f2b2d, #w-node-a9e3a058-991b-64f1-237b-fcde30d017b1-6c4f2b2d {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-bbb60972-5277-ed42-bafd-043f2ba85e98-63fd736b, #w-node-_1fdb0dc9-ae82-9c39-5012-e7b812b380cc-b6cb84ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_076ede73-e98d-e4f6-4252-e3d9d86acbc2-16ca643c, #w-node-_076ede73-e98d-e4f6-4252-e3d9d86acbc3-16ca643c, #w-node-_076ede73-e98d-e4f6-4252-e3d9d86acbc4-16ca643c, #w-node-bbb60972-5277-ed42-bafd-043f2ba85e98-63fd736b, #w-node-_1fdb0dc9-ae82-9c39-5012-e7b812b380cc-b6cb84ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bbb60972-5277-ed42-bafd-043f2ba85e98-63fd736b, #w-node-_1fdb0dc9-ae82-9c39-5012-e7b812b380cc-b6cb84ef {
    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 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 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;
}