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

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

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

:root {
  --white: #fff;
  --secondary: #474747;
  --black: black;
  --primary: #1470af;
  --light-grey: #c7c4c4;
  --pale-grey: #ddd;
}

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

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

.body {
  background-color: var(--white);
  color: var(--secondary);
  font-family: Montserrat, sans-serif;
}

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

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

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

.announcement-bar {
  z-index: 99;
  background-color: var(--primary);
  color: var(--secondary);
  position: sticky;
  inset: 0% 0% auto;
}

.announcement-link {
  color: var(--white);
  margin-right: 5px;
  padding-right: 5px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.container.nav-fluid {
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.container.container-flex {
  align-items: flex-end;
  display: flex;
}

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

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-wrapper {
  background-color: var(--primary);
  width: 100%;
  padding: 0 20px;
  display: flex;
}

.header-social-media {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu.margin-auto {
  justify-content: space-between;
  width: 100%;
}

.dropdown-menu-link {
  background-color: #fff;
  border-left: 5px solid #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s ease-in-out;
}

.dropdown-menu-link:hover {
  border-left: 5px solid var(--primary);
  color: #353535;
}

.dropdown-menu-link.w--current {
  border-left-color: var(--primary);
  color: var(--primary);
}

.drop-down-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.drop-down-link:hover {
  color: #ef233c;
}

.brand {
  color: #fff;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.brand.margin-right-20 {
  color: #212529;
  margin-right: 10px;
}

.brand.margin-right-20.footer-brand {
  color: #fdfdfd;
  margin-bottom: 20px;
  margin-right: 0;
}

.brand.footer {
  justify-content: center;
  align-items: center;
}

.dropdown-list {
  border-radius: 6px;
  width: 300px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  margin-top: 19px;
  overflow: visible;
}

.nav-link {
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  color: var(--primary);
  background-color: #0000;
  border-radius: 6px;
}

.header-social-icon {
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  background-color: var(--primary);
  color: var(--white);
}

.header-social-icon.margin-right-none {
  margin-right: 0;
  font-family: "Fa solid 900", sans-serif;
}

.header-social-icon.margin-right-none.fa {
  font-family: "Fa brands 400", sans-serif;
}

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.dropdown-link:hover {
  color: var(--primary);
  background-color: #0000;
}

.logo-span {
  color: #ef233c;
  flex: none;
  font-weight: 800;
}

.nav {
  margin-left: auto;
  margin-right: auto;
}

.navbar-2 {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.navbar {
  z-index: 995;
  background-color: var(--white);
  flex-flow: column;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
}

.slider-arrow {
  background-color: var(--secondary);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.slider-arrow:hover {
  background-color: var(--primary);
}

.slide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/dirty-conservatory-roof-photo.webp');
  background-position: 0 0, 49%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-content {
  text-align: center;
  width: 70%;
  margin-top: auto;
  margin-bottom: auto;
}

.button {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 4px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button:hover {
  background-color: var(--light-grey);
  transform: scale(.95);
}

.button.book-today {
  color: var(--white);
}

.button.right-button {
  background-color: var(--black);
}

.button.caps {
  text-transform: uppercase;
}

.button.caps.top {
  margin-top: 0;
  margin-right: 0;
  font-size: 14px;
}

.slider-inner-content {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-large-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
}

.hero-para-text {
  color: #ececec;
  font-size: 1.2em;
  line-height: 1.7;
}

.hero-section {
  margin-top: 170px;
  padding-top: 0;
  position: relative;
}

.hero-slider {
  min-height: 700px;
  position: static;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/left-side-clean.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

.hero-text {
  color: var(--light-grey);
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.arrow-icon {
  font-size: .6em;
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.default-btn {
  background-color: var(--black);
  color: var(--white);
  margin-top: 10px;
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

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

.default-btn.margin-top-20 {
  text-align: center;
  background-color: #ef233c;
  border: 1px solid #ef233c;
  margin-top: 0;
}

.default-btn.margin-top-20.default-btn-outline {
  color: #ffd166;
  background-color: #0000;
  border: 1px solid #ffd166;
}

.default-btn.margin-top-20.default-btn-outline.marginleft-20 {
  color: #ef233c;
  border-color: #ef233c;
  min-width: auto;
  margin-left: 20px;
}

.default-btn.margin-top-20.light-btn {
  color: #ef233c;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  margin-top: 20px;
}

.section-design-1-h1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-text {
  color: var(--primary);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.95;
}

.top-text.bullet-list-title {
  color: #757575;
  font-size: 1.25em;
}

.heading-1 {
  color: #3b444d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.5;
}

.heading-1.margin-bottom-30 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.5;
}

.left-section {
  flex: 0 auto;
  width: 48%;
}

.left-section._100 {
  width: 100%;
}

.btn-wrapper {
  padding-top: 20px;
}

.right-section {
  box-shadow: 11px -11px 0 0 var(--primary);
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.para {
  color: #838383;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
}

.para.para-sm {
  color: #838383;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.para.bullet-para {
  color: #353535;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.para.para-white {
  color: #fdfdfd;
}

.para.text-white {
  color: #9b9b9b;
  text-align: center;
}

.inner-img {
  background-image: url('../images/brick-wall-clean.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img.google {
  background-image: none;
}

.inner-img.guter-1 {
  background-image: url('../images/gutters-before-.webp');
}

.inner-img.fascia-1 {
  background-image: url('../images/dirty-soffit_fascia_1.webp');
}

.inner-img.conserv-1 {
  background-image: url('../images/dirty-conservatory-roof-photo_1.webp');
}

.card-bullet {
  padding-left: 0;
}

.card-bullet.doulbe {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

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

.card-bullet.price {
  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;
}

.card-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.card-icon.blue {
  color: var(--primary);
}

.card-icon.hide {
  display: none;
}

.top-title-content {
  text-align: center;
}

.top-title-content.left {
  text-align: left;
}

.heading-2-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.9;
}

.heading-2-title.heading-white {
  color: #fdfdfd;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.bullet-icon {
  text-align: left;
  background-image: url('../images/Circle-3.webp');
  background-position: 50%;
  background-size: cover;
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
}

.bullet-icon.plastering {
  background-image: url('../images/Circle-2.webp');
}

.bullet-icon.kitchen {
  background-image: url('../images/circle-1.webp');
}

.bullet-block-title {
  color: #212529;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.75;
}

.bullet-list-services {
  background-color: var(--primary);
  background-image: url('../images/colorkit.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bullet-list-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.bullet-list-grid._2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.bullet-list-grid._0 {
  margin-top: 0;
}

.card-bullet-item {
  color: #838383;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  list-style-type: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.card-bullet-item:hover {
  transform: translate(5px);
}

.card-bullet-item.price {
  background-color: var(--primary);
  border-radius: 4px;
  flex-flow: row;
  padding-left: 10px;
  padding-right: 10px;
}

.bullet-block-btn {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

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

.bullet-block-btn.white {
  background-color: var(--white);
  color: var(--primary);
}

.bullet-block {
  text-align: left;
  border-radius: 4px;
  padding: 30px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #0000000d;
}

.bullet-block:hover {
  transform: translate(0, -5px);
}

.bullet-block.background {
  border: 1px solid var(--white);
  background-color: var(--primary);
  border-radius: 0;
  padding: 25px;
  display: block;
}

.bullet-block.background.down.no-colour {
  background-color: var(--primary);
}

.bullet-block.mid {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bullet-block.side {
  padding-left: 10px;
}

.bullet-heading {
  color: var(--white);
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.bullet-heading.black {
  color: var(--black);
  font-size: 14px;
  line-height: 24px;
}

.inner-text-content {
  width: 68%;
  max-width: 1400px;
  margin-left: 60px;
  margin-right: auto;
}

.container-fluid.display-flex {
  display: flex;
}

.section-2-img-full {
  background-image: url('../images/left-side-clean.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

.section-2-img-full.guter-2 {
  background-image: url('../images/gutters-after.webp');
}

.section-2-img-full.fascia-2 {
  background-image: url('../images/clean-soffit_fascia.webp');
}

.section-2-img-full.conserv-2 {
  background-image: url('../images/clean-conservatory-roof-photo.webp');
}

.section-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2-text-content {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-2-text-content._100 {
  width: 100%;
}

.heading-3-cta-section {
  background-color: var(--primary);
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.h3-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-h3-box {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.heading-3-text {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.25;
  display: block;
}

.h3-cta-btns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.h3-cta-call-btn {
  background-color: var(--white);
  color: var(--primary);
  margin-right: 20px;
  padding: 15px 20px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline;
}

.h3-cta-call-btn.btn-outline {
  border: 1px solid var(--light-grey);
  color: var(--white);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h3-cta-call-btn.btn-outline:hover {
  color: var(--primary);
  background-color: #fdfdfd;
}

.brand-bands {
  background-color: var(--pale-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-band-wrapper {
  justify-content: space-between;
  display: flex;
}

.brand-icon {
  color: #bdbdbd;
  font-family: "Fa brands 400", sans-serif;
  font-size: 5em;
  line-height: 1;
  display: inline-block;
}

.map {
  background-image: url('../images/google-maps-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
}

.footer-desc {
  color: var(--white);
  font-size: 1em;
}

.footer-desc.blure {
  color: var(--primary);
}

.footer-col {
  width: 30%;
}

.footer-col.mid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--primary);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-link:hover {
  color: var(--primary);
}

.contact-block-1 {
  border: 1px solid var(--primary);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.contact-block-1.border-none {
  border-right-style: solid;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.footer-social-media {
  background-color: var(--primary);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-media:hover {
  background-color: var(--light-grey);
  color: var(--primary);
}

.footer-social-media.margin-right-none {
  margin-right: 0;
}

.footer-mid-content {
  border: 1px solid var(--primary);
  flex-flow: row;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-info-text {
  width: 100%;
}

.footer-section {
  background-color: var(--white);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-menu-text {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
}

.contact-type-title {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.footer-contact-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  display: grid;
}

.footer-contact-info.one-row {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  display: block;
}

.contact-icon {
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  display: flex;
}

.contact-info-link {
  color: var(--primary);
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}

.footer-copy {
  background-color: var(--primary);
  border-top: 1px solid #ffffff17;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-social-media-block {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.footer-copy-link {
  color: var(--white);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.scroll-up {
  z-index: 1000;
  background-color: var(--primary);
  border: .5px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.scroll-up.w--current {
  display: none;
}

.scroll-arrow-up {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

.services-section {
  background-color: var(--primary);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.services-link-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.services-link-box.s1 {
  background-image: url('../images/white-door.webp');
  background-position: 50% 0;
}

.services-link-box.s2 {
  background-image: url('../images/dirty-soffit_fascia.webp');
}

.services-link-box.s3 {
  background-image: url('../images/cleaning-soffits_fascia_s.webp');
}

.services-link-box.s4 {
  background-image: url('../images/dirty-conservatory-roof-photo.webp');
}

.services-link-box.s5 {
  background-image: url('../images/cleaning-white-house.webp');
}

.service-box-title {
  background-color: var(--white);
  color: var(--black);
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.service-box-title.link {
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60%;
  font-weight: 500;
  display: flex;
}

.mask {
  height: auto;
  min-height: 250px;
}

.who-made-comment {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.quote-symbol {
  color: var(--primary);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  display: flex;
  position: relative;
}

.underline {
  background-color: #fb6749;
  border-radius: 6px;
  width: 60%;
  height: 5px;
  line-height: 30px;
  position: absolute;
  inset: 15px 0 auto auto;
}

.underline.testemonials-underline {
  flex: 0 auto;
  width: 20%;
  position: relative;
  left: 0%;
  right: 0;
}

.underline.testemonials-underline.orange {
  background-color: var(--primary);
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: var(--light-grey);
  width: 100%;
}

.testemonials-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.left-arrow {
  background-color: var(--pale-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  transition: all .3s ease-in-out;
  display: none;
  inset: auto auto 0% 0%;
}

.left-arrow:hover {
  background-color: var(--primary);
  transform: scale(.95);
}

.customer-title {
  color: var(--secondary);
}

.testemonial-content-everything {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testemonial-content-everything.testimonials {
  border: 1px solid var(--primary);
  background-color: #1470af1a;
  padding: 6px;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-2.test-container {
  padding-top: 0;
}

.testimonials-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.right-arrow {
  background-color: var(--pale-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: none;
  inset: auto auto 0% 0%;
}

.right-arrow:hover {
  background-color: var(--primary);
  color: #fff;
  transform: scale(.95);
}

.slide-nav {
  display: block;
  position: absolute;
}

.slide-3 {
  background-color: var(--white);
  height: auto;
  padding: 15px;
}

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

.text-block-3 {
  color: var(--secondary);
  flex: none;
  margin-top: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: block;
  position: static;
  inset: 0%;
}

.test-slider {
  position: static;
}

.sub-heading {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

.block-quote {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.heading-2 {
  color: var(--secondary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.slider-2 {
  background-color: var(--white);
  height: auto;
  position: static;
}

.customer-img {
  background-image: url('../images/vicky-hladynets-C8Ta0gwPbQg-unsplash_1vicky-hladynets-C8Ta0gwPbQg-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

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

.page-title {
  text-align: right;
  margin-left: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}

.image {
  object-fit: contain;
  height: 100px;
  margin-bottom: 10px;
}

.image.logo-top {
  height: 90px;
}

.image.check {
  height: 50px;
}

.h1 {
  color: var(--white);
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.p {
  color: var(--white);
  font-size: 15px;
  line-height: 25px;
}

.p.blue {
  color: var(--black);
}

.p.small {
  margin-bottom: 20px;
  line-height: 1.5;
}

.p.small.top {
  margin-top: 0;
}

.h2 {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
}

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

.h2.black.small {
  margin-top: 0;
  font-size: 26px;
}

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

.p-dark {
  color: #000;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  font-weight: 400;
  line-height: 1.7;
  display: block;
}

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

.p-dark.price {
  flex-flow: row;
  display: flex;
}

.p-dark.bold {
  font-weight: 600;
}

.sub-head {
  font-size: 18px;
}

.h2-title {
  justify-content: center;
  width: 90%;
  display: flex;
}

.heading-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.h2-dark {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 42px;
}

.h2-dark.blue {
  color: var(--primary);
}

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

.footer-list {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.service-box-heading-container {
  display: flex;
}

.backtotop {
  height: 0;
}

.dropdown-toggle {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s;
}

.dropdown-toggle:hover {
  color: var(--primary);
}

.co-desc {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 1em;
  display: flex;
}

.co-desc.blure {
  color: var(--primary);
}

.hyperlink {
  color: var(--secondary);
  font-weight: 700;
  text-decoration: underline;
}

.hyperlink:hover {
  color: var(--primary);
}

.last-section {
  background-color: var(--primary);
  padding-top: 60px;
  padding-bottom: 60px;
}

.last-section.white {
  background-color: var(--white);
}

.text-block-4 {
  text-transform: uppercase;
  font-size: 14px;
}

.water-icon {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  justify-content: space-between;
  align-items: flex-end;
  height: 150px;
  display: flex;
}

.image-2 {
  width: 150px;
}

.lottie-animation {
  z-index: 23;
  width: 100%;
  position: absolute;
  bottom: -2109.09px;
}

.lottie-animation-2 {
  width: 100%;
  height: 100px;
}

.social-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: .5px solid var(--primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.social-banner.blue {
  background-color: var(--primary);
}

.link {
  border-right: .5px solid var(--primary);
  color: var(--primary);
  width: 100%;
  text-decoration: none;
}

.text-block-5 {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-5.white {
  color: var(--white);
}

.text-block-5.a {
  font-family: "Fa brands 400", sans-serif;
}

.image-3 {
  width: 50px;
}

.h4 {
  color: var(--primary);
  font-size: 15px;
  font-weight: 400;
}

.h3-link {
  color: var(--light-grey);
}

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

.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: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  place-items: end stretch;
  margin-top: 0;
  padding-bottom: 10px;
}

.section-info-title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.cta-text-contact {
  color: #151623;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 600;
}

.section-hedaing-2-wrapper.display-flex {
  background-image: linear-gradient(to right, #fff0, #101b22 52%);
  justify-content: space-between;
  display: flex;
}

.section-hedaing-2-wrapper.display-flex.no-bg {
  background-image: none;
}

.heading-2-img-section {
  background-image: linear-gradient(to right, #fff0, #16252e99), url('../images/294173684_1294173684.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  min-height: 500px;
}

.heading-2-img-section.no-img {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-2-img-section.no-img.grid-edit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.section-info-wrapper {
  align-items: center;
  display: flex;
  position: static;
}

.left-section-para-container.padding-top-20 {
  padding-top: 20px;
}

.left-section-para-container.padding-top-20.flex {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.section-line {
  background-color: #2c2c2c;
  width: 30px;
  height: 1px;
  margin-right: 10px;
}

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

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

.left-text-area {
  width: 48%;
}

.left-text-area.paddint-tomp-bottom-40 {
  padding: 40px;
  position: relative;
}

.left-text-area.paddint-tomp-bottom-40.bg-white.side {
  padding: 0;
}

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

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

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

.section-heading-2.margin-bottom-20 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.html-embed {
  width: 100%;
}

.icon-2 {
  color: #f9f9f9;
  background-color: #21323d;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

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

.social-button {
  background-color: var(--white);
  color: var(--primary);
  border: .5px solid #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.social-button:hover {
  background-color: var(--primary);
  color: var(--black);
}

.social-button._2 {
  font-family: "Fa brands 400", sans-serif;
}

.gutter-img {
  background-image: url('../images/GutterLogo.webp');
  background-position: 50%;
  background-size: auto;
  height: 240px;
}

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

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

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

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

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

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

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

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

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

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

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

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

.fs-cc-prefs_close-icon {
  color: var(--black);
  width: 16px;
  height: 16px;
}

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

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

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

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

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

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

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

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

.fs-cc-prefs_label {
  color: var(--primary);
  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(--primary);
  color: var(--primary);
  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%;
}

.line {
  z-index: 2;
  width: 100%;
  position: relative;
  top: -77px;
}

.div-block {
  width: 50%;
}

.text-span {
  color: var(--primary);
  font-weight: 600;
}

.top-section-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

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

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

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

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

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  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(--primary);
  transform: scale(1.05);
}

.livechat-button {
  cursor: pointer;
  background-color: #000;
  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(--primary);
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  position: static;
}

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

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

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

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

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

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

.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: none;
  overflow: hidden;
}

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

.service-banner {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/gutter.webp');
  background-position: 0 0, 50% 16%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.service-text {
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 0;
  padding: 9px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.h1-small {
  color: var(--primary);
  font-weight: 400;
}

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

.price-desc {
  padding-right: 20px;
}

.google-maps {
  width: 100%;
}

.heading-3-div {
  background-color: var(--white);
  border: 1px solid #000;
  margin-bottom: 5px;
  padding: 20px;
}

.heading-3-div.whitre {
  border-color: var(--white);
  background-color: var(--primary);
}

.grid.contact-info-text-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

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

.footer-link-2 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
  transition: all .2s;
  display: flex;
}

.footer-link-2:hover {
  color: #f91818;
}

.foot-nav {
  color: #353535;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.foot-nav.w--current {
  color: var(--primary);
  font-weight: 500;
  text-decoration: none;
}

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

.lb {
  width: 100%;
}

.footerlinks {
  color: var(--white);
  padding-left: 2.5px;
  padding-right: 2.5px;
  text-decoration: none;
}

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

.text-span-2 {
  color: var(--pale-grey);
  font-size: 30px;
}

.text-span-3 {
  color: var(--black);
  margin-left: 20px;
  font-weight: 600;
}

.text-span-4 {
  color: var(--black);
  margin-left: auto;
  padding-left: 20px;
  font-weight: 600;
  display: inline-flex;
}

.text-span-5, .text-span-6, .text-span-7 {
  color: var(--black);
  margin-left: 20px;
  font-weight: 600;
}

.div-block-2 {
  width: 100%;
  position: relative;
  top: -35px;
}

.b-a-slide {
  width: 100%;
}

.image-4 {
  width: 150px;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.check {
  width: 150px;
  margin-right: 20px;
}

.code-embed {
  width: 100%;
}

.div-block-4 {
  background-color: var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
}

.text-block-6 {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-6._1 {
  font-size: 14px;
}

.video-div {
  width: 100%;
  max-width: 400px;
}

.video-bg {
  background-color: var(--pale-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .hero-content {
    padding-top: 0;
  }

  .hero-text {
    font-size: 30px;
  }

  .mask {
    width: 100%;
  }

  .who-made-comment {
    position: relative;
  }

  .test-slider {
    position: static;
  }

  .block-quote {
    font-size: 1.15rem;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .slider-2 {
    width: 100%;
  }

  .h1 {
    font-size: 40px;
  }

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

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

  .whatsapp-chat {
    display: none;
  }

  .text-span-2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .container.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.nav-fluid {
    width: 100%;
    padding: 0;
  }

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

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

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

  .header-social-media {
    justify-content: space-around;
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  .nav-menu.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
  }

  .dropdown-menu-link {
    color: var(--black);
    background-color: #0000;
  }

  .dropdown-menu-link:hover {
    color: var(--black);
  }

  .drop-down-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drop-down-link:hover {
    color: #fff;
  }

  .brand.margin-right-20 {
    margin-left: 10px;
    margin-right: auto;
  }

  .dropdown-list.w--open {
    background-color: #f7f7f7;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-link {
    background-color: var(--primary);
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    background-color: var(--secondary);
    color: var(--white);
    border-radius: 0;
  }

  .nav-link.w--current {
    color: var(--white);
  }

  .header-social-icon {
    background-color: var(--white);
    color: var(--black);
    border-right: 1px solid #3535353d;
    width: 33.3%;
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .header-social-icon:hover {
    color: var(--white);
  }

  .header-social-icon.margin-right-none {
    background-color: var(--white);
    text-align: left;
    font-size: 22px;
  }

  .header-social-icon.margin-right-none:hover {
    background-color: var(--primary);
    color: var(--white);
  }

  .dropdown-link {
    color: #fff;
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
    width: 100%;
  }

  .dropdown-link:hover {
    color: #fff;
    background-color: #ef233c;
    border-radius: 0;
  }

  .dropdown-link.w--open {
    color: #fff;
    background-color: #ef233c;
  }

  .dropdown-link.no-border {
    background-color: var(--primary);
    color: var(--white);
    border-bottom-style: none;
  }

  .dropdown-link.no-border:hover {
    background-color: var(--secondary);
  }

  .burger-menu {
    color: #353535;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    display: flex;
  }

  .nav-toggle {
    border-radius: 6px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-toggle.w--open {
    background-color: var(--white);
  }

  .nav {
    background-color: #353535;
    height: 100%;
    margin-bottom: auto;
  }

  .navbar-2 {
    justify-content: space-between;
    align-items: center;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content {
    width: 70%;
    padding-top: 0;
  }

  .hero-large-text {
    font-size: 3em;
  }

  .hero-para-text {
    font-size: 1.1em;
  }

  .hero-section {
    margin-top: 121px;
    top: 52px;
  }

  .hero-text {
    font-size: 1.5em;
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
  }

  .default-btn {
    margin-right: auto;
  }

  .default-btn.margin-top-20 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .default-btn.margin-top-20.default-btn-outline.marginleft-20 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-design-1-h1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-section {
    width: 100%;
  }

  .btn-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .right-section {
    width: 100%;
    margin-bottom: 40px;
  }

  .inner-img {
    min-height: 450px;
  }

  .inner-img.google {
    min-height: auto;
  }

  .card-bullet.doulbe, .card-bullet.price {
    grid-template-columns: 1fr 1fr;
  }

  .bullet-list-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .bullet-block-btn {
    margin-top: 10px;
  }

  .bullet-block {
    padding: 20px;
  }

  .inner-text-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-fluid.display-flex {
    flex-direction: column;
  }

  .section-2-img-full {
    width: 100%;
  }

  .section-2-text-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-3-cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h3-wrapper {
    flex-direction: column;
  }

  .content-h3-box {
    width: 100%;
  }

  .heading-3-text {
    text-align: center;
    font-size: 21px;
  }

  .h3-cta-btns {
    justify-content: center;
    width: 60%;
    padding-top: 20px;
    display: flex;
  }

  .contact-block-1 {
    border: .5px solid var(--primary);
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 5px;
  }

  .contact-block-1.border-none {
    border-bottom-style: none;
  }

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

  .footer-copy {
    padding-bottom: 60px;
  }

  .scroll-up {
    z-index: 1;
  }

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

  .left-arrow {
    background-color: var(--primary);
    color: #fff;
    bottom: -25%;
    left: auto;
    right: 15%;
  }

  .customer-title {
    font-size: 1.2rem;
  }

  .testimonials-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .right-arrow {
    background-color: var(--primary);
    inset: auto 0% -25% auto;
  }

  .text-block-3 {
    color: var(--white);
  }

  .block-quote {
    font-size: 16px;
  }

  .heading-2 {
    padding-right: 0;
  }

  .slider-2 {
    position: relative;
  }

  .image {
    height: 80px;
  }

  .h1 {
    font-size: 35px;
  }

  .container-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle {
    color: var(--white);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle:hover {
    color: var(--white);
  }

  .section-hedaing-2-wrapper.display-flex {
    background-image: none;
    flex-direction: column;
  }

  .heading-2-img-section, .left-text-area {
    width: 100%;
  }

  .left-text-area.paddint-tomp-bottom-40 {
    background-color: #101b22;
    width: 100%;
  }

  .left-text-area.paddint-tomp-bottom-40.bg-white {
    background-color: #0000;
  }

  .html-embed {
    margin-top: 40px;
  }

  .text-span {
    font-size: 37px;
  }

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

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

  .text-span-2 {
    width: 100%;
  }

  .video-div {
    max-width: 300px;
  }

  .video-bg {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
    display: none;
  }

  .announcement-bar {
    position: static;
  }

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

  .container.nav-fluid {
    padding-top: 0;
  }

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

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

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

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .navbar {
    padding-bottom: 0;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 83%;
    display: flex;
  }

  .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .button.book-today {
    width: 30%;
  }

  .slider-inner-content {
    height: auto;
  }

  .hero-large-text {
    font-size: 2.5em;
  }

  .hero-section {
    height: 700px;
    margin-top: 113px;
  }

  .default-btn {
    flex-direction: row;
    display: flex;
  }

  .section-design-1-h1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .para.para-sm {
    width: 100%;
  }

  .inner-img {
    min-height: 250px;
  }

  .card-bullet.doulbe {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-bullet._2-row {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .card-bullet.price {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bullet-list-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bullet-list-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .section-2-img-full {
    min-height: 250px;
  }

  .heading-3-cta-section {
    padding-bottom: 40px;
  }

  .h3-cta-btns {
    width: 100%;
  }

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

  .map {
    background-size: cover;
  }

  .footer-col {
    width: 100%;
    margin-top: 40px;
  }

  .footer-col.mid {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-mid-content {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 20px;
  }

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

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

  .footer-copy {
    padding-bottom: 80px;
  }

  .services-section {
    padding-top: 40px;
  }

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

  .services-link-box.s1, .services-link-box.s2, .services-link-box.s3, .services-link-box.s4, .services-link-box.s5 {
    min-height: 250px;
  }

  .quote-symbol {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1;
    position: static;
  }

  .underline {
    width: 50%;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -5%;
    right: 20%;
  }

  .container-2 {
    padding-top: 20px;
  }

  .testimonials-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
    bottom: -5%;
  }

  .slide-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .test-slider {
    width: 95%;
    position: static;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .image {
    height: 70px;
  }

  .h1 {
    font-size: 30px;
    line-height: 1;
  }

  .p {
    margin-bottom: 20px;
  }

  .p.small {
    line-height: 17px;
  }

  .h2 {
    line-height: 1;
  }

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

  .h2-dark.blue {
    line-height: 40px;
  }

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

  .text-span {
    font-size: 30px;
  }

  .service-text {
    font-size: 24px;
  }

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

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

  .div-block-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .video-div {
    max-width: 250px;
  }

  .video-bg {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .announcement-contact {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    padding: 15px 20px;
  }

  .announcement-link, .announcement-link.change {
    font-size: 13px;
  }

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

  .container.nav-fluid {
    flex-flow: column;
  }

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

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

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 0;
    line-height: 17px;
    display: none;
  }

  .nav-menu.margin-auto {
    border-top: 1px solid #0000000d;
    width: 100%;
  }

  .brand.margin-right-20.footer-brand {
    margin-left: 0;
  }

  .burger-menu {
    color: var(--white);
  }

  .nav-toggle {
    background-color: var(--primary);
    border-radius: 0;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-2 {
    flex-flow: column;
    padding: 20px 0 0;
  }

  .navbar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 95%;
    padding-top: 0;
  }

  .button {
    text-align: center;
    width: 80%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button.book-today {
    width: 53%;
  }

  .hero-large-text {
    font-size: 1.5em;
  }

  .hero-section {
    text-align: center;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    top: 0;
  }

  .hero-slider {
    min-height: 750px;
  }

  .hero-text {
    padding-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .default-btn {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .section-design-1-h1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .top-text {
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .btn-wrapper {
    flex-direction: column;
  }

  .right-section {
    margin-bottom: 20px;
  }

  .inner-img {
    min-height: 250px;
  }

  .card-bullet {
    width: 100%;
  }

  .bullet-list-services {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bullet-list-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 30px;
    display: flex;
  }

  .bullet-block-btn {
    margin-top: 5px;
  }

  .bullet-block.mid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bullet-heading {
    font-size: 14px;
  }

  .section-2-text-content {
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .heading-3-cta-section {
    padding-top: 40px;
  }

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 1.3em;
  }

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

  .h3-cta-call-btn {
    text-align: center;
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .h3-cta-call-btn.btn-outline {
    flex: none;
  }

  .footer-desc {
    line-height: 12px;
  }

  .footer-col {
    margin-top: 30px;
  }

  .footer-col.mid {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-block-1 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .footer-mid-content {
    padding-left: 20px;
  }

  .footer-section {
    padding-top: 30px;
  }

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

  .contact-icon {
    display: none;
  }

  .contact-info-link {
    line-height: 1.4;
  }

  .footer-copy {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .services-section {
    padding-top: 30px;
  }

  .services-link-box {
    min-height: 250px;
  }

  .service-box-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quote-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 2rem;
  }

  .underline {
    width: 30%;
  }

  .testemonials-text {
    line-height: 1;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .testemonial-content-everything {
    padding-right: 0;
  }

  .container-2.test-container {
    width: 95%;
  }

  .testimonials-grid {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .slide-3 {
    padding: 0;
  }

  .testemonials {
    padding-top: 40px;
    overflow: hidden;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .sub-heading {
    font-size: 1.125rem;
  }

  .block-quote {
    font-size: .95rem;
  }

  .heading-2 {
    font-size: 1rem;
  }

  .slider-2 {
    width: 100%;
  }

  .image {
    height: 90px;
  }

  .image.logo-top {
    height: 100px;
  }

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

  .p {
    font-size: 14px;
    line-height: 23px;
  }

  .h2 {
    margin-top: 0;
    font-size: 24px;
  }

  .h2.black {
    margin-top: 5px;
    font-size: 23px;
  }

  .h2.black.small {
    font-size: 21px;
  }

  .slide-nav-2 {
    display: none;
  }

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

  .h2-dark {
    font-size: 24px;
    line-height: 32px;
  }

  .h2-dark.blue {
    line-height: 32px;
  }

  .last-section {
    padding-bottom: 10px;
  }

  .water-icon {
    height: 100px;
  }

  .image-2 {
    width: 100px;
  }

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

  .heading-2-img-section {
    min-height: 300px;
  }

  .heading-2-img-section.no-img.grid-edit {
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-info-wrapper {
    margin-bottom: 20px;
  }

  .left-text-area.paddint-tomp-bottom-40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-container {
    margin-bottom: 20px;
  }

  .section-heading-2.margin-bottom-20 {
    margin-bottom: 10px;
  }

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

  .socials {
    display: none;
    top: 23%;
    bottom: 10px;
    right: 0%;
  }

  .gutter-img {
    height: 216px;
  }

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

  .text-span {
    font-size: 25px;
  }

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

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

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

  .livechat-button {
    width: 90%;
  }

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

  .service-banner {
    height: 350px;
  }

  .service-text {
    margin-top: 140px;
    font-size: 21px;
  }

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

  .div-block-4 {
    height: auto;
    padding: 20px;
  }

  .video-bg {
    margin-bottom: 20px;
  }
}

#w-node-d4cfa3ce-90fc-4f46-dfba-4b32c68b8bbf-29efaf42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-29efaf42 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5a1d9f18-e588-56e6-d6ed-7ae3c4649e06-29efaf42, #w-node-_2ee52069-c011-2593-2af0-b82ee0617beb-29efaf42, #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-29efaf42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-29efaf42, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-29efaf42, #w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-29efaf42 {
  place-self: auto;
}

#w-node-ff47f2e9-e160-e7e1-41e3-60e00dfeebfc-29efaf42 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto;
}

#w-node-_5d7a501f-c3c6-3913-bd63-bb004b5ef96b-4b5ef962 {
  place-self: end;
}

#w-node-ff47f2e9-e160-e7e1-41e3-60e00dfeebfc-d8e23bd3, #w-node-ff47f2e9-e160-e7e1-41e3-60e00dfeebfc-fc007f22 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto;
}

#w-node-f9d5efc9-ad89-39ac-9804-d6bc4d4a4b99-cf0733b5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c30051fc-44da-e7b3-571a-caba43cea2e2-cf0733b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d10fdea4-0d9f-d0df-48c4-0560fb506bf4-cf0733b5, #w-node-_7de89de8-8c12-0ba3-01d2-0a1fd2f8f893-cf0733b5, #w-node-_451068d5-69a3-4307-037a-390acc8e7b7f-cf0733b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34cc7277-c43f-fe01-6f3b-25b7a4a9ea44-cf0733b5, #w-node-_82ad10ec-ebf6-79d1-c257-a7317bd03910-cf0733b5, #w-node-_439f483f-45b0-eb12-8317-7ff582a33673-cf0733b5, #w-node-_7b4a94b5-5f05-0ceb-08ef-aca7b0fce896-cf0733b5, #w-node-_36b0fd9b-3883-09af-bf50-2196f47adf24-82e30c52 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67e2d1c7-c952-9f74-87cd-4e487e238999-82e30c52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61782fc5-3727-f0a8-47d5-6bb7f4762a14-82e30c52 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-29efaf42 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-29efaf42 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f9d5efc9-ad89-39ac-9804-d6bc4d4a4b99-cf0733b5, #w-node-c30051fc-44da-e7b3-571a-caba43cea2e2-cf0733b5, #w-node-d10fdea4-0d9f-d0df-48c4-0560fb506bf4-cf0733b5, #w-node-_7de89de8-8c12-0ba3-01d2-0a1fd2f8f893-cf0733b5, #w-node-_451068d5-69a3-4307-037a-390acc8e7b7f-cf0733b5, #w-node-_34cc7277-c43f-fe01-6f3b-25b7a4a9ea44-cf0733b5, #w-node-_82ad10ec-ebf6-79d1-c257-a7317bd03910-cf0733b5, #w-node-_439f483f-45b0-eb12-8317-7ff582a33673-cf0733b5, #w-node-_7b4a94b5-5f05-0ceb-08ef-aca7b0fce896-cf0733b5, #w-node-_36b0fd9b-3883-09af-bf50-2196f47adf24-82e30c52 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-29efaf42 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d7a501f-c3c6-3913-bd63-bb004b5ef96a-4b5ef962 {
    justify-self: auto;
  }

  #w-node-_575ed83e-1210-4263-60a0-869c61efd050-1349f026 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_575ed83e-1210-4263-60a0-869c61efd055-1349f026 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d7a501f-c3c6-3913-bd63-bb004b5ef96a-4b5ef962 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_575ed83e-1210-4263-60a0-869c61efd050-1349f026 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_575ed83e-1210-4263-60a0-869c61efd055-1349f026 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_214adc7e-fd0e-0316-e403-4340793b546a-e777f52c, #w-node-ea54893c-fa7d-288d-79ac-1077dbe29f7f-e777f52c {
    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 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-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 sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}