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

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

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

:root {
  --black: black;
  --grey: #8d8d8d;
  --slate-blue: #3345cd;
  --white: white;
  --dark-slate-blue: #2c4f8c;
}

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

.top-contact-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  height: 100%;
  display: flex;
}

.top-tel-no {
  color: var(--black);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

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

.need-help {
  color: var(--grey);
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 800;
}

.logo-link {
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.contact-div {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.html-embed {
  color: var(--slate-blue);
  width: 40px;
  margin-right: 10px;
}

.html-embed.white {
  color: #fff;
  width: 32px;
  margin-right: 20px;
}

.header {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-bottom: 3px solid #0000;
  padding: 15px;
  font-size: 15px;
  font-weight: 700;
}

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

.nav-link.w--current {
  border-bottom-color: var(--grey);
  color: #fff;
}

.menu {
  background-color: var(--slate-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.dropdown-list.w--open {
  background-color: #3345cdcc;
}

.icon {
  margin-top: 25px;
}

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

.nav-link-dropdown {
  color: #fff;
  border-bottom: 3px solid #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 700;
}

.nav-link-dropdown:hover, .nav-link-dropdown.services {
  border-bottom-color: var(--grey);
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.banner {
  z-index: 0;
  background-image: url('../images/68678220_2878693232146601_9073865947562901504_n.jpg');
  background-position: 50% 60%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  min-height: auto;
  display: flex;
  position: relative;
}

.overlay-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 550px;
  display: flex;
}

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

._4-boxes-section {
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

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

.box {
  opacity: 1;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 30px 20px;
  display: flex;
}

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

.box._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/48377489_2453476244668304_6368954209500397568_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  text-decoration: none;
  transition: background-color .2s;
}

.box._1:hover {
  background-image: linear-gradient(#3345cdb3, #3345cdb3), url('../images/48377489_2453476244668304_6368954209500397568_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/49005380_2477869552228973_3127157167002484736_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  text-decoration: none;
  transition: background-color .2s;
}

.box._2:hover {
  background-image: linear-gradient(#3345cdb3, #3345cdb3), url('../images/49005380_2477869552228973_3127157167002484736_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/72775259_3028459010503355_5832834998381576192_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  text-decoration: none;
  transition: background-color .2s;
}

.box._3:hover {
  background-image: linear-gradient(#3345cdb3, #3345cdb3), url('../images/72775259_3028459010503355_5832834998381576192_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/61403911_2725522980796961_1587061819703296000_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  text-decoration: none;
  transition: background-color .2s;
}

.box._4:hover {
  background-image: linear-gradient(#3345cdb3, #3345cdb3), url('../images/61403911_2725522980796961_1587061819703296000_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 40px;
}

.p {
  margin-bottom: 0;
  margin-right: 0;
  line-height: 24px;
}

.p.white {
  color: #fff;
  margin-right: 0;
  line-height: 27px;
}

.p.white._2 {
  padding-bottom: 40px;
}

.p._1 {
  padding-top: 40px;
}

.p._2 {
  padding-bottom: 40px;
}

.p._3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p.site {
  color: #fff;
  margin-top: 20px;
  margin-right: 0;
  line-height: 27px;
}

.p.site._2 {
  padding-bottom: 40px;
}

.h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.body-section {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.body-section.blue {
  background-color: var(--black);
}

.small {
  color: var(--grey);
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
}

.read-more {
  background-color: var(--dark-slate-blue);
  border-radius: 20px;
  margin-top: 20px;
  padding: 15px 20px;
  font-weight: 400;
  transition: background-color .2s;
}

.read-more:hover {
  background-color: var(--grey);
  color: var(--white);
}

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

.image-section {
  background-image: url('../images/57592743_2653227581359835_6319773174649061376_n.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-section._3 {
  background-image: url('../images/49005380_2477869552228973_3127157167002484736_n.jpg');
  background-position: 50% 6%;
  background-size: cover;
}

.image-section._2 {
  background-image: url('../images/48377489_2453476244668304_6368954209500397568_n.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.image-section._4 {
  background-image: url('../images/73309720_3028458647170058_3873598027503501312_n.jpg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
}

.full-width-image-text-div {
  background-color: #2c4f8cb3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  max-width: 780px;
  height: 72%;
  padding: 30px;
  display: flex;
}

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

.list-div {
  width: 100%;
  display: flex;
}

.white-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.list-item {
  padding-bottom: 10px;
}

.list {
  color: #fff;
}

.list.black {
  color: #000;
}

.h3 {
  color: var(--dark-slate-blue);
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 50px;
}

.h3.no-padding {
  margin-top: 0;
}

.contact-form-section {
  background-color: #68696a;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.html-embed-5 {
  background-color: #0000;
  margin-bottom: 0;
}

.social-media-icons-div {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.h2-blue {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 300;
  line-height: 60px;
}

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

.footer-div-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

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

.social-media-link {
  margin-right: 20px;
  text-decoration: none;
}

.html-embed-4 {
  color: #fff;
  width: 20px;
  height: auto;
  transition: color .2s;
}

.html-embed-4:hover {
  color: var(--grey);
}

.bottom-tel-div {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 35px;
}

.footer-div-1 {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.bottom-content-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.bottom-section {
  background-color: var(--slate-blue);
  background-image: linear-gradient(76deg, var(--dark-slate-blue), var(--slate-blue));
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.contact-div-copy {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.footer-link-section {
  background-color: #0d0f11;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
}

.footer-links {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  transition: all .2s;
}

.nav-link-dropdown-2 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-bottom: 0 solid #0000;
  padding: 15px;
  font-size: 15px;
  font-weight: 700;
}

.nav-link-dropdown-2:hover {
  border-bottom-width: 0;
  border-bottom-color: var(--grey);
  background-color: var(--grey);
}

.nav-link-dropdown-2.w--current {
  background-color: var(--grey);
  color: #fff;
  border-bottom-color: #205816;
}

.black-link {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

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

.h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 38px;
  font-weight: 300;
  line-height: 50px;
}

.int-link {
  color: var(--black);
  font-weight: 700;
}

.int-link.white {
  color: var(--white);
  font-weight: 700;
}

.map {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.map._3 {
  background-image: url('../images/49005380_2477869552228973_3127157167002484736_n.jpg');
  background-position: 50% 6%;
  background-size: cover;
}

.map._2 {
  background-image: url('../images/48377489_2453476244668304_6368954209500397568_n.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.map._4 {
  background-image: url('../images/73309720_3028458647170058_3873598027503501312_n.jpg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
}

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

.html-embed-6 {
  width: 100%;
}

.testimonials-slider {
  background-color: var(--white);
  height: 500px;
}

.arrow {
  transition: background-color .2s;
}

.arrow:hover {
  background-color: var(--slate-blue);
}

.absolute-div-testimonials {
  width: 95%;
  max-width: 1200px;
  position: absolute;
  inset: 0%;
}

.testimonials-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonials-p {
  text-align: center;
  font-size: 14px;
  font-style: italic;
}

.gallery-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.pumbing-grid {
  grid-template-rows: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-div-1 {
  background-image: url('../images/IMG-20210910-WA0030.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.image-div-2 {
  background-image: url('../images/IMG-20210910-WA0011.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.p-mobile {
  margin-bottom: 0;
  margin-right: 0;
  line-height: 24px;
}

.p-mobile.white {
  color: #fff;
  margin-right: 0;
  line-height: 27px;
  display: none;
}

.p-mobile.white._2 {
  padding-bottom: 40px;
}

.p-mobile._1 {
  padding-top: 40px;
}

.p-mobile._2 {
  padding-bottom: 40px;
}

.p-mobile._3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-contact-page {
  margin-bottom: 0;
  margin-right: 0;
  line-height: 24px;
}

.p-contact-page.white {
  color: #fff;
  margin-top: 20px;
  margin-right: 0;
  line-height: 27px;
}

.p-contact-page.white._2 {
  padding-bottom: 40px;
}

.p-contact-page._1 {
  padding-top: 40px;
}

.p-contact-page._2 {
  padding-bottom: 40px;
}

.p-contact-page._3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image {
  width: 50%;
}

.footer-media-icon {
  color: var(--white);
  font-family: "Fa brands 400", sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.media-link {
  color: var(--white);
  text-decoration: none;
  transition: all .2s;
}

.media-link:hover {
  color: var(--grey);
}

.image-2 {
  width: 235px;
}

.co-logo-link {
  align-items: center;
  margin-bottom: 5px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.co-logo-link.w--current {
  justify-content: center;
}

.co-logo {
  width: 155px;
}

.co-logo-div {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

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

.dropdown-link:hover {
  background-color: #03104826;
}

.dropdown-link.w--current {
  color: #111;
  background-color: #03104833;
  text-decoration: none;
}

.nav-link-2 {
  color: #111;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: background-color .3s;
}

.nav-link-2:hover {
  background-color: #03104826;
}

.nav-link-2.w--current {
  color: #031048;
  border-bottom-color: #031048;
}

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

.dropdown-list-2.w--open {
  margin-top: 5px;
  box-shadow: 0 1px 1px #1113;
}

.nav-section {
  z-index: 2;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 5px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 0 10px #1111114d;
}

.dropdown-toggle {
  border-bottom: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: background-color .3s;
}

.dropdown-toggle:hover {
  background-color: #03104826;
}

.contact-section {
  background-color: var(--dark-slate-blue);
  padding-top: 6px;
  padding-bottom: 8px;
}

.top-div {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tel-container {
  align-items: center;
  display: flex;
}

.tel-link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.p-white {
  color: #fff;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 16px;
}

.mobile-link {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
  text-decoration: none;
}

.image-3 {
  width: 260px;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.image-4 {
  width: 80%;
}

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

.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: 1002;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  border: 2px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-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(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: #f5f5f5;
}

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

.fs-cc-prefs_title {
  color: var(--dark-slate-blue);
  letter-spacing: -.5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

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

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

.fs-cc-prefs_button {
  border: 2px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-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(--dark-slate-blue);
  color: var(--dark-slate-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: var(--dark-slate-blue);
  width: 16px;
  height: 16px;
  line-height: 20px;
}

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

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

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

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

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

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

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

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

.fs-cc-prefs_label {
  color: var(--dark-slate-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(--dark-slate-blue);
  color: var(--dark-slate-blue);
  font-weight: 500;
  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%;
}

.google-reivew-block {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.google-reviews {
  width: 100%;
}

.foot-fa {
  color: var(--white);
  font-family: "Fa brands 400", sans-serif;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  transition: color .456s ease-in-out;
}

.foot-fa:hover {
  color: var(--grey);
}

.h3-bold {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.slide-nav {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .top-contact-div {
    align-items: center;
  }

  .top-tel-no {
    text-align: center;
  }

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

  .need-help {
    display: none;
  }

  .logo-link {
    justify-content: center;
    padding-bottom: 20px;
  }

  .contact-div {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link {
    border-bottom-width: 0;
  }

  .nav-link:hover {
    background-color: var(--grey);
  }

  .nav-link.w--current {
    background-color: #0000;
    border-bottom-width: 0;
  }

  .dropdown-list.w--open {
    background-color: #0000;
  }

  .icon {
    display: none;
  }

  .nav-menu {
    background-color: #3345cdcc;
  }

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

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

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

  .nav-link-dropdown:hover, .nav-link-dropdown.services {
    background-color: var(--grey);
  }

  .navbar {
    width: 100%;
  }

  .banner {
    height: 400px;
  }

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

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

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

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

  .full-width-image-text-div {
    align-items: stretch;
    width: 100%;
  }

  .social-media-icons-div {
    justify-content: center;
  }

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

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

  .footer-div-1 {
    justify-content: center;
  }

  .bottom-content-div {
    flex-direction: column;
    align-items: center;
    width: 90%;
  }

  .contact-div-copy {
    text-align: center;
    flex-direction: column;
  }

  .nav-link-dropdown-2 {
    border-bottom-width: 0;
  }

  .nav-link-dropdown-2:hover {
    background-color: var(--grey);
  }

  .nav-link-dropdown-2.w--current {
    background-color: #0000;
    border-bottom-width: 0;
  }

  .nav-link-dropdown-2.w--current:hover {
    background-color: var(--grey);
  }

  .h4 {
    text-align: center;
  }

  .image {
    width: 60%;
  }

  .icon-2 {
    color: #111;
  }

  .menu-button-2 {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

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

  .co-logo-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-link {
    text-align: center;
    background-color: #0310481a;
  }

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

  .nav-link-2 {
    text-align: center;
    border-bottom-width: 0;
  }

  .nav-link-2.w--current {
    background-color: #0310481a;
    border-bottom-width: 0;
  }

  .navbar-2 {
    text-align: center;
    width: 100%;
  }

  .dropdown-list-2.w--open {
    margin-top: 0;
  }

  .nav-section {
    padding-bottom: 0;
  }

  .nav-menu-2 {
    text-align: center;
    background-color: #fff;
  }

  .dropdown-toggle {
    border-bottom-width: 0;
    width: 100%;
  }

  .top-div {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .full-width-image-text-div {
    background-color: #3345cd;
    border-radius: 0;
    max-width: 100%;
  }

  .list-div {
    flex-direction: column;
  }

  .list.black {
    margin-bottom: 0;
  }

  .map {
    flex-direction: column;
  }

  .absolute-div {
    width: 100%;
    position: static;
  }

  .testimonials-slider {
    height: 600px;
  }

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

  .image-div-1, .image-div-2 {
    height: 300px;
  }

  .image {
    width: 70%;
  }

  .top-div {
    flex-direction: column;
  }

  .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) {
  .top-contact-div {
    align-items: center;
    width: 100%;
  }

  .top-tel-no {
    font-size: 16px;
  }

  .top-div-block {
    flex-direction: column;
  }

  .need-help {
    margin-top: 5px;
  }

  .logo-link, .contact-div {
    justify-content: center;
    width: 100%;
  }

  .html-embed.white {
    width: 30px;
    margin-bottom: 5px;
    margin-right: 0;
  }

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

  .banner {
    height: 300px;
    min-height: 300px;
  }

  .overlay-div {
    height: 350px;
  }

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

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

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

  .box {
    width: 100%;
  }

  .box._1, .box._2, .box._3, .box._4 {
    height: 130px;
  }

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

  .p.white, .p.site {
    font-size: 16px;
    display: block;
  }

  .h1 {
    font-size: 25px;
    line-height: 40px;
  }

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

  .body-section.blue {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .image-section {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .image-section._4 {
    height: 500px;
  }

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

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

  .white-link {
    font-size: 14px;
  }

  .h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .h2-blue {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

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

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

  .bottom-tel-div {
    font-size: 16px;
  }

  .footer-div-1 {
    width: 100%;
    margin-top: 30px;
  }

  .bottom-content-div {
    flex-direction: column;
  }

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

  .contact-div-copy {
    justify-content: center;
    width: 100%;
  }

  .footer-links {
    font-size: 14px;
  }

  .h4 {
    text-align: left;
    padding-bottom: 20px;
    font-size: 28px;
  }

  .map {
    margin-top: 0;
    margin-bottom: 30px;
  }

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

  .arrow {
    display: none;
  }

  .absolute-div-testimonials {
    width: 90%;
    max-width: 100%;
  }

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

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

  .p-mobile.white {
    font-size: 16px;
    display: block;
  }

  .p-contact-page.white {
    font-size: 16px;
    display: none;
  }

  .co-logo-link {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .co-logo {
    max-width: 260px;
  }

  .co-logo-div {
    flex-direction: column;
  }

  .nav-section {
    align-items: center;
    padding-top: 30px;
    padding-bottom: 0;
  }

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

  .tel-container {
    flex-direction: column;
  }

  .image-3 {
    margin-left: 0;
  }

  .image-4 {
    width: 75%;
  }

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


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}