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

:root {
  --white: #fff;
  --black: #000;
  --primary: #4a8a40;
  --mid-grey: #a1a095;
  --secondary: #e2e2e2;
  --dim-grey: #4c4a4b;
  --80-mid-grey: #a1a095cc;
  --mid-grey\<deleted\|variable-f61a06a9\>: #7e7e7e;
  --dull-green: #6e8c71;
  --transparent: #fff0;
  --90-grey: #4c4a4be6;
  --90-green: #4a8a40e6;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.announcement-bar {
  z-index: 1;
  background-color: var(--primary);
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

.contact-block {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-ann-block {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.ripple {
  z-index: 0;
  background-color: var(--mid-grey);
  color: var(--white);
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

.ripple.dl-btn {
  background-color: var(--mid-grey);
  right: -20%;
}

.ripple.call {
  background-color: var(--black);
  width: 565px;
}

.headt-call-btn {
  display: none;
}

.main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.co-logo {
  background-color: #0000;
  width: 200px;
  padding-bottom: 0;
}

.co-logo-link.w--current {
  flex: none;
  margin-right: 5px;
}

.dl-link-holder {
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f226;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dl-link-holder:hover {
  border-bottom-style: solid;
  padding-left: 30px;
}

.dl-link-holder.w--current {
  background-color: var(--black);
}

.dl-link-holder.lst {
  border-bottom-style: none;
  border-bottom-color: #f7f7f200;
}

.navbar {
  background-color: #0000;
}

.dl-link-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 50px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  position: relative;
}

.drop-down-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 250px;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu {
  background-color: var(--white);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown {
  border-right: 1px solid var(--secondary);
  font-weight: 400;
}

.dl-menu.w--open {
  background-color: var(--black);
  border-radius: 4px;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}

.dropdown-toggle {
  color: var(--mid-grey);
  align-items: center;
  padding: 10px 35px 10px 15px;
  transition: all .3s;
  display: flex;
}

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

.fonticon {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-family: "Fa 300";
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.fonticon.blue {
  color: var(--primary);
  width: auto;
  margin-right: 8px;
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

.header-div {
  justify-content: space-between;
  align-items: flex-end;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

.nav-section {
  z-index: 10;
  background-color: var(--white);
  border-bottom: 1px #5e5e5e;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.dl-link-2 {
  z-index: 1;
  color: var(--white);
  text-transform: none;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link {
  border-right: 1px solid var(--secondary);
  color: var(--mid-grey);
  padding: 10px 15px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

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

.menu-link.w--current {
  color: #212121;
  background-color: #0000;
  font-size: 14px;
}

.menu-link.home {
  border-left: 1px solid var(--secondary);
}

.menu-link.home.w--current {
  border-right-color: var(--primary);
  border-left-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.mobile-block {
  color: #ffea00;
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

.mobile-block.lig-text {
  color: var(--dim-grey);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

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

.menu-div {
  margin-bottom: 5px;
}

.h-link {
  color: var(--mid-grey);
  text-decoration: none;
  transition: all .2s;
}

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

.hero-banner {
  background-color: var(--dim-grey);
  height: auto;
}

.hero-mask {
  height: 75vh;
  min-height: 680px;
}

.slide-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/homecrest-40.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.image-link {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.image-link:hover {
  transform: translate(0, -20px);
  box-shadow: 0 6px 20px #00000080;
}

.image-link.roofing {
  background-image: url('../images/local-tile-slate-roof-repair-service-chelsea-sw10-crop-u44593.webp');
}

.image-link.new {
  background-image: url('../images/chelsea-roofers-roof-repair-sw10.webp');
}

.image-link.flat {
  background-image: url('../images/homecrest-19.webp');
  background-position: 50%;
}

.image-link.repairs {
  background-image: url('../images/roof-repair-project-undertaken-in-chelsea-sw10.webp');
}

.image-link.reroof {
  background-image: url('../images/tile-slate-roofer-in-chelsea-sw10-london-crop-u44620.webp');
}

.black-int-link {
  z-index: 1;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-button-section {
  z-index: 5;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--secondary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.menu-label-div {
  background-color: var(--primary);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
}

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

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

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

.btn-text {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}

.primary-btn {
  z-index: 1;
  background-color: var(--primary);
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.primary-btn.black {
  background-color: #000;
  transition: all .2s;
}

.primary-btn.black:hover {
  transform: scale(1.1);
}

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

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

.p.white._0b, .p._0b {
  margin-bottom: 0;
}

.basic-p-block {
  width: 48%;
  transition: all .2s;
}

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

.img-div {
  z-index: 1;
  outline-color: var(--white);
  outline-offset: -10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  outline-width: 2px;
  outline-style: solid;
  width: 48%;
  position: relative;
}

.img-div.home {
  background-image: url('../images/local-roofing-andrefurbishement-service-by-homecrest-solutions-06_4.webp');
}

.img-div.s1-1 {
  background-image: url('../images/homecrest-27.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s1-2 {
  background-image: url('../images/homecrest-63.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s2-1 {
  background-image: url('../images/homecrest-43.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s2-2 {
  background-image: url('../images/homecrest-69.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.img-div.s3-1 {
  background-image: url('../images/homecrest-11.webp');
  background-position: 50% 10%;
  background-size: cover;
}

.img-div.s3-2 {
  background-image: url('../images/homecrest-79.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s5-2 {
  background-image: url('../images/homecrest-39.webp');
  background-position: 100% 60%;
  background-size: cover;
}

.img-div.s5-1 {
  background-image: url('../images/homecrest-4.webp');
  background-position: 100%;
  background-size: cover;
}

.img-div.s4-1 {
  background-image: url('../images/homecrest-29.webp');
  background-position: 50% 25%;
  background-size: cover;
}

.img-div.s4-2 {
  background-image: url('../images/homecrest-45.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.pinned-content-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.large-p-block {
  background-color: #ffffffe6;
  margin-right: 40px;
  padding: 40px;
  box-shadow: 3px 3px 6px 2px #0003;
}

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

.h2.h2-white {
  color: #f7f7f2;
  margin-left: 10px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.h2.h2-white.lg-text {
  color: #f7f7f2;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 100px;
  padding-right: 60px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  display: block;
}

.h2.h2-white.lg-text.edit-padding {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.h2.h2-white.lg-text.auto {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.lrg-img-section {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.single-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 65%;
  height: 100%;
  min-height: 950px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.single-image-div.home {
  background-image: url('../images/homecrest-5.webp');
}

.left-arrow {
  background-color: var(--mid-grey);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 300;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 100px -15% auto;
  overflow: hidden;
}

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

.left-arrow:active {
  background-color: var(--black);
}

.text-block-2 {
  flex: none;
  margin-top: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 26px;
  font-weight: 400;
  display: block;
  position: static;
  inset: 0%;
}

.testemonials {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testemonials.projects {
  background-color: var(--mid-grey);
  background-image: linear-gradient(to bottom, var(--80-mid-grey), var(--80-mid-grey)), url('../images/stripes_671305174.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testemonials-slider {
  border-left: 1px #c0c1af24;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

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

.h2-title {
  color: var(--black);
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.h2-title.white {
  color: var(--white);
  line-height: 40px;
}

.h2-title.white.smaller {
  text-transform: none;
  font-size: 30px;
  line-height: 40px;
}

.testemonials-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.right-arrow {
  background-color: var(--mid-grey);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 0 -15% auto;
}

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

.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(--mid-grey);
  width: 30%;
  position: absolute;
  top: 0;
}

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

.block-quote {
  color: var(--white);
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
}

.light-text-line {
  background-color: var(--primary);
  width: 40px;
  height: 2px;
}

.light-text-line.light {
  background-color: var(--secondary);
}

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

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

.testimonials-grid.work-gallery {
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  display: flex;
}

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

.slide {
  height: auto;
  padding: 15px 0;
}

.slider {
  background-color: #0000;
  height: auto;
  position: static;
}

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

.container-2.test-container.fluid {
  width: 90%;
  max-width: 1600px;
}

.container-2.test-container.fluid._1300px {
  max-width: 1300px;
}

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

.grey-content-section {
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-content-section.bg-gradiant {
  background-color: var(--primary);
  background-image: linear-gradient(180deg, var(--white) 60%, var(--primary) 60%);
}

.grey-content-section.no-gradient {
  background-color: var(--primary);
  flex-flow: column;
}

.large-div {
  background-image: url('../images/local-roofing-andrefurbishement-service-by-homecrest-solutions-06_5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

.double-p-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

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

.grey-dividing-line.line-odd {
  background-color: #f7f7f236;
}

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

.grid-image-div._1 {
  background-image: url('../images/local-roofing-andrefurbishement-service-by-homecrest-solutions-4-53_5-crop-u50864.webp');
}

.grid-image-div._2 {
  background-image: url('../images/homecrest-71.webp');
  background-position: 50% 80%;
}

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

.works-image-grid {
  padding-top: 60px;
}

.works-image-grid.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
  position: relative;
  left: 0%;
}

.h2-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.h2-wrapper._20b {
  margin-bottom: 20px;
}

.works-texxt-lable {
  background-color: var(--secondary);
  color: var(--black);
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 300;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

.works {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 350px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

.works:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -60px 200px #15162380;
}

.works._1 {
  background-image: url('../images/homecrest-61.webp');
}

.works._2 {
  background-image: url('../images/homecrest-11.webp');
}

.works._3 {
  background-image: url('../images/homecrest-14.webp');
  background-position: 50% 10%;
}

.cta-text-contact {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--mid-grey);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 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: 20px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid var(--secondary);
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 10px;
}

.contact-info-block._0b {
  margin-bottom: 0;
}

.cta-link {
  color: var(--primary);
  text-decoration: none;
}

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

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

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

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

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

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

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

.icon-2 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.h3-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

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

.h3-text.sm-h3.white-h3 {
  color: var(--white);
  line-height: 28px;
}

.heading-3-right-text {
  background-image: linear-gradient(to bottom, var(--80-mid-grey), var(--80-mid-grey)), url('../images/stripes_671305174.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

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

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

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

.heading-3-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  min-height: 400px;
  display: flex;
}

.h3-image {
  background-image: url('../images/local-roofing-andrefurbishement-service-by-homecrest-solutions-06_8-crop-u51004.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

.foooter-logo {
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  display: flex;
}

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

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

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

.footer-section {
  background-color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

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

.footer-contact-link {
  color: var(--black);
  margin-left: 3px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

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

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

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

.footer-nav-item.footer-contact:hover {
  color: var(--black);
}

.bottom-icon {
  color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.contact-link {
  color: var(--black);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.footerlinks {
  color: var(--primary);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-info-div {
  border: 1px solid var(--mid-grey);
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px 20px;
  display: flex;
}

.footer-info-div.mid {
  border-left-width: 0;
  border-right-width: 0;
  justify-content: flex-start;
  align-items: center;
}

.footer-info-div._3 {
  justify-content: flex-start;
  align-items: center;
  min-width: 350px;
}

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

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

.default-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.default-list._2col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bullet-list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.fa-icon {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.live-chat-text {
  color: var(--white);
  text-decoration: none;
}

.chat-block {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

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

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

.livechat-button {
  background-color: var(--black);
  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(--mid-grey);
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--primary);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--mid-grey);
  transform: scale(1.05);
}

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

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

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

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

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

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

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

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

.whatsapp-chat {
  background-color: var(--white);
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

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

.h2-wrap {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fa-socials {
  border: 1px solid var(--primary);
  background-color: var(--secondary);
  color: var(--primary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-socials:hover {
  background-color: var(--primary);
  color: var(--white);
}

.fa-socials.brand {
  font-family: "Fa Brands 400", sans-serif;
}

.fa-container {
  z-index: 17;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 240px;
  left: auto;
  right: 0%;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--primary);
  color: var(--primary);
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -40px 0 0 var(--primary);
  color: var(--white);
}

.hyperlink.white {
  box-shadow: inset 0 -1px 0 0 var(--white);
  color: var(--white);
}

.hyperlink.white:hover {
  box-shadow: inset 0 -30px 0 0 var(--white);
  color: var(--primary);
}

.icon-3 {
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

.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_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

.fs-cc-prefs_trigger {
  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-manager_trigger {
  display: none;
}

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

.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, .fs-cc-prefs_checkbox-label {
  display: none;
}

.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-banner_close-icon {
  width: 24px;
  height: 24px;
}

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

.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_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

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

.fs-cc-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_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.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_space-medium {
  margin-bottom: 40px;
}

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

.lottie {
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-div {
  padding-top: 10px;
}

.buttons-div {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.slide-2 {
  background-image: url('../images/homecrest-27.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-div {
  z-index: 5;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-text {
  border: 5px solid var(--primary);
  color: var(--black);
  background-color: #ffffffd9;
  width: 350px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  font-size: 80px;
  font-weight: 200;
  line-height: 70px;
  box-shadow: 0 10px 20px 8px #00000080;
}

.trade-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 350px;
  margin-top: 20px;
  display: flex;
}

.checkatrade {
  width: 100%;
}

.trade-link {
  width: 45%;
}

.rated-people {
  width: 50%;
}

.cookie-img {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

._24hr {
  color: var(--white);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

._25yr-img {
  filter: drop-shadow(0px 10px 10px var(--black));
  margin-top: 30px;
  margin-left: 20px;
}

.green-div {
  background-color: var(--dull-green);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  padding: 40px 30px;
  display: flex;
}

.green-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.green-grid-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.green-div-icon {
  background-color: var(--black);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.green-div-title {
  color: var(--secondary);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.green-div-txt {
  color: var(--white);
  line-height: 22px;
}

.value-div {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.value-box {
  border-top: 5px solid var(--dull-green);
  border-bottom: 5px solid var(--dull-green);
  background-color: var(--black);
  padding: 5px 15px;
}

.value-txt {
  color: var(--white);
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.arrowhead {
  width: 20%;
  margin-right: 10px;
}

.header-tel-nos {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.top-tel-div {
  display: flex;
}

.top-tel-no {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}

.service-banner {
  background-image: linear-gradient(#00000070, #00000070), url('../images/homecrest-6.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.service-ban-text {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 38px;
}

.div-block {
  background-color: var(--primary);
  width: 175px;
  height: 5px;
  margin-top: 20px;
}

.h2-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
}

.heading-light {
  font-weight: 300;
}

.card-bullet-item {
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.card-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  display: flex;
}

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

.features_item {
  color: #474747;
  text-align: center;
  background-color: #f9fafa73;
  border: 1px solid #b7bcba;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  transition: all .45s ease-in-out;
  display: flex;
}

.features_item:hover {
  background-color: var(--primary);
  color: #fff;
}

.service-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.heading-style-h5 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.p-dark {
  color: #322f2f;
  font-size: 17px;
  line-height: 26px;
}

.p-dark.left {
  text-align: left;
}

.card-bullet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  display: grid;
}

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

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

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

.features_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 32px;
  display: grid;
}

.bullet-list-services {
  background-color: #f2f4f8;
  padding-top: 60px;
  padding-bottom: 60px;
}

.h2-2 {
  color: #474747;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
}

.h2-2.left {
  text-align: left;
}

.bullet-heading {
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  display: flex;
}

.bullet-heading.white {
  color: var(--white);
  flex: 1;
}

.hero-large-text-2 {
  text-transform: none;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}

.hero-content-2 {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-card {
  box-shadow: 9px 9px 0 0 var(--dull-green);
  background-color: #ffffffe6;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  padding: 32px;
  display: flex;
}

.para-3 {
  font-size: 1rem;
  line-height: 1.75;
}

.para-3.light-grey {
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}

.background-image {
  background-image: url('../images/New-Roof.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding: 90px 0%;
  display: block;
}

.background-image.s2 {
  background-image: url('../images/New-Roof-Banner.webp');
}

.background-image._3 {
  background-image: url('../images/Roof-6.webp');
}

.h3-small {
  color: var(--white);
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.h3-small.green {
  color: var(--primary);
  text-align: left;
  font-weight: 600;
}

.code-embed {
  filter: grayscale(65%);
  margin-top: 20px;
}

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

.gallery-thumb {
  object-fit: cover;
  width: 100%;
  height: 330px;
}

.site-link, .foot-link {
  color: var(--black);
  text-decoration: none;
}

.container-6 {
  flex: 1;
  width: 100%;
  display: block;
  position: relative;
}

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

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

.team-section {
  width: 100%;
  max-width: none;
}

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

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

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

.gallery-h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

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

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

.gallery-sub {
  text-align: center;
  font-size: 22px;
  line-height: 34px;
}

.body-container-div {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-container-div.left {
  align-items: flex-start;
}

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

.white-bf {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1920px) {
  .double-content-div {
    display: flex;
  }

  .testemonials-slider {
    position: static;
  }

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

  .mask, .slider {
    width: 100%;
  }

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

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

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .contact-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .header-contact {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
  }

  .ripple.dl-btn {
    display: none;
  }

  .headt-call-btn {
    background-color: var(--primary);
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .dl-link-holder {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
  }

  .dl-link-holder:hover {
    background-color: var(--mid-grey);
    color: var(--white);
    padding-left: 15px;
  }

  .navbar {
    width: 100%;
  }

  .dl-link-img {
    margin-right: 10px;
    display: none;
  }

  .drop-down-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .nav-menu {
    z-index: 1;
    background-color: #f7f7f2;
    border-radius: 10px;
    margin-top: 11px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

  .dl-menu.w--open {
    background-color: var(--white);
    border-radius: 0;
    margin-top: 0;
    margin-bottom: -10px;
    position: static;
  }

  .dropdown-toggle {
    background-color: var(--white);
    color: var(--black);
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .header-div {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .dl-link-2 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-link {
    background-color: var(--white);
    color: var(--black);
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

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

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

  .menu-div {
    width: 100%;
    max-width: 480px;
    margin-bottom: 0;
  }

  .menu-button {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 9px;
  }

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

  .hero-mask {
    height: 400px;
    min-height: auto;
  }

  .image-link {
    height: 160px;
  }

  .menu-button-div {
    height: auto;
  }

  .menu-button-group-div {
    grid-column-gap: 10px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
  }

  .h1 {
    font-size: 32px;
  }

  .content-section {
    padding-bottom: 60px;
  }

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

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

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

  .pinned-content-div {
    justify-content: center;
    width: 100%;
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    box-shadow: none;
    width: 90%;
    margin-right: 0;
    padding: 0;
  }

  .h2.h2-white.lg-text.edit-padding, .h2.h2-white.lg-text.auto {
    text-align: right;
    margin-left: 0;
    font-size: 28px;
  }

  .lrg-img-section {
    flex-flow: column-reverse;
    padding-bottom: 60px;
  }

  .single-image-div {
    width: 90%;
    height: auto;
    min-height: 400px;
    margin-top: 30px;
    position: static;
  }

  .single-image-div.home {
    background-position: 50% 20%;
  }

  .left-arrow {
    inset: auto auto -15% 2.5%;
  }

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

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

  .testemonials-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow {
    bottom: -15%;
    left: 2.5%;
    right: 0;
  }

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

  .h2-div {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .h2-div.flex {
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
  }

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

  .large-div {
    height: 400px;
  }

  .grid-image-div._2 {
    background-position: 50%;
  }

  .works-image-grid.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    margin-left: 0%;
    position: relative;
  }

  .h2-wrapper {
    align-items: center;
    display: flex;
  }

  .works {
    width: 100%;
    min-width: 300px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .works._3 {
    background-position: 50%;
  }

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

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

  .left-contact {
    width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

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

  .h3-text.sm-h3.white-h3 {
    font-size: 20px;
  }

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

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

  .h3-image {
    width: 100%;
    min-height: 400px;
    margin-top: 0;
  }

  .footer-nav-item.footer-contact {
    justify-content: center;
    align-items: center;
  }

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

  .footer-info-div.mid {
    border-width: 0 1px;
  }

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

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

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

  .h2-wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  .fa-container {
    top: 230px;
  }

  .hero-div {
    padding-bottom: 60px;
  }

  .hero-text {
    width: 300px;
    font-size: 80px;
    line-height: 70px;
  }

  ._24hr {
    font-size: 18px;
    line-height: 22px;
  }

  ._25yr-img {
    width: 150px;
  }

  .green-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 30px;
  }

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

  .header-tel-nos {
    margin-left: 0;
  }

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

  .h2-white {
    margin-top: 32px;
    font-size: 32px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .features_item {
    height: 100%;
  }

  .card-bullet._3, .card-bullet.area {
    grid-template-columns: 1fr;
  }

  .features_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .hero-large-text-2 {
    font-size: 2rem;
  }

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

  .background-image {
    height: 600px;
    padding-left: 0%;
    padding-right: 0%;
  }

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

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

@media screen and (max-width: 767px) {
  .contact-block {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

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

  .header-contact {
    border-left-style: none;
  }

  .dl-link-img {
    margin-right: 20px;
  }

  .drop-down-wrapper {
    background-color: #fff;
    margin-top: 0;
  }

  .nav-section {
    z-index: 100;
    position: static;
  }

  .menu-link {
    width: 100%;
  }

  .mobile-block.lig-text {
    margin-right: 0;
  }

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

  .menu-div {
    width: 100%;
  }

  .hero-mask {
    height: 250px;
  }

  .menu-button-section, .menu-button-group-div {
    display: none;
  }

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

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

  .img-div {
    height: 300px;
  }

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

  .h2.h2-white.lg-text.edit-padding, .h2.h2-white.lg-text.auto {
    flex: 0 auto;
    margin-top: 10px;
    margin-left: 0;
    font-size: 24px;
  }

  .lrg-img-section {
    flex-flow: column-reverse;
    padding-bottom: 40px;
  }

  .single-image-div {
    height: auto;
    min-height: 300px;
    margin-top: 30px;
  }

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

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

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

  .testemonials-slider {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .h2-title {
    font-size: 26px;
  }

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

  .underline {
    width: 50%;
  }

  .block-quote {
    font-size: 15px;
    line-height: 24px;
  }

  .testimonials-grid {
    grid-template-rows: auto auto 81px;
    grid-template-columns: 1fr;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .h2-div.flex {
    margin-bottom: 10px;
  }

  .slide {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    justify-content: center;
    align-items: center;
    width: auto;
    position: static;
  }

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

  .grey-content-section.bg-gradiant, .grey-content-section.no-gradient {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .large-div {
    height: 250px;
  }

  .grey-dividing-line, .grey-dividing-line.line-odd {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

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

  .works {
    min-width: 250px;
  }

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

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

  .h3-text {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .h3-text.sm-h3.white-h3 {
    line-height: 30px;
  }

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

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

  .h3-image {
    width: 100%;
    min-height: 300px;
  }

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

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

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

  .h2-wrap {
    margin-bottom: 0;
  }

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

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

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

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

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

  .hero-div {
    padding-bottom: 0;
  }

  .hero-text {
    width: 250px;
    padding: 30px;
    font-size: 70px;
    line-height: 60px;
  }

  ._24hr {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .logo-link {
    display: none;
  }

  ._25yr-img {
    margin-top: 20px;
  }

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

  .green-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .header-tel-nos {
    text-align: center;
  }

  .h2-white {
    font-size: 30px;
    line-height: 36px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .features_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .hero-large-text-2 {
    font-size: 1.6rem;
  }

  .hero-card {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .background-image {
    height: auto;
    padding: 60px 3%;
  }

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

@media screen and (max-width: 479px) {
  .announcement-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-block {
    flex-flow: column;
  }

  .header-contact {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .headt-call-btn {
    font-size: 14px;
  }

  .main-block {
    justify-content: center;
    width: 100%;
  }

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

  .co-logo-link {
    text-align: center;
    width: 100%;
  }

  .co-logo-link.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar {
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
    position: relative;
  }

  .dl-link-img {
    width: 43px;
    height: 43px;
  }

  .drop-down-wrapper {
    margin-top: 0;
  }

  .nav-menu {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

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

  .header-div {
    flex-direction: column;
    padding: 0;
  }

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

  .mobile-block.lig-text {
    margin-right: 0;
  }

  .logo-div {
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .menu-div {
    text-align: center;
    width: 100%;
    margin-top: 0;
  }

  .menu-button {
    background-color: var(--mid-grey);
    color: var(--black);
    border-radius: 0;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .menu-button:hover {
    border-radius: 0;
  }

  .menu-button.w--open {
    background-color: var(--mid-grey);
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 200px;
  }

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

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

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

  .coloured-underline {
    margin-bottom: 20px;
  }

  .primary-btn {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .img-div {
    height: 250px;
  }

  .pinned-content-div {
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    box-shadow: none;
    background-color: #0000;
    padding: 0;
  }

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

  .h2.h2-white.lg-text.edit-padding, .h2.h2-white.lg-text.auto {
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .lrg-img-section {
    padding-bottom: 30px;
  }

  .single-image-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-top: 20px;
  }

  .left-arrow {
    width: 70px;
    height: 70px;
    bottom: -18%;
  }

  .testemonials {
    padding-top: 30px;
    padding-bottom: 120px;
    overflow: hidden;
  }

  .testemonials.projects {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .h2-title {
    margin-left: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
  }

  .h2-title.white {
    font-size: 24px;
  }

  .h2-title.white.smaller {
    font-size: 22px;
    line-height: 30px;
  }

  .right-arrow {
    width: 70px;
    height: 70px;
    margin-left: 80px;
    bottom: -18%;
  }

  .underline {
    width: 30%;
  }

  .light-text-line {
    margin-right: 5px;
    display: none;
  }

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

  .testimonials-grid.work-gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .h2-div {
    margin-bottom: 10px;
  }

  .h2-div.flex {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .slide {
    padding: 0;
  }

  .container-2.test-container {
    position: relative;
  }

  .grey-content-section {
    margin-top: 60px;
  }

  .grey-content-section.bg-gradiant, .grey-content-section.no-gradient {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-dividing-line, .grey-dividing-line.line-odd {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .grid, .works-image-grid.grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2-wrapper._20b {
    margin-bottom: 10px;
  }

  .works-texxt-lable {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
    top: 20px;
  }

  .works {
    min-height: 250px;
  }

  .cta-text-contact {
    margin-bottom: 0;
  }

  .contact-info-block {
    grid-template-columns: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

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

  .icon-block {
    display: none;
  }

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

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

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

  .h3-text {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .h3-text.sm-h3.white-h3 {
    font-size: 18px;
    line-height: 26px;
  }

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

  .h3-image {
    min-height: 250px;
  }

  .footer-brand.w--current {
    margin-bottom: 0;
  }

  .list {
    text-align: center;
  }

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

  .footer-title {
    margin-bottom: 10px;
  }

  .footer-contact-link {
    margin-left: 0;
  }

  .footer-nav-item {
    padding-bottom: 0;
  }

  .footer-nav-item.footer-contact {
    flex-flow: column;
    justify-content: center;
    margin-bottom: 0;
  }

  .bottom-icon {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
    font-size: 20px;
    display: none;
  }

  .footer-info-div {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .footer-copy-right {
    padding-bottom: 100px;
  }

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

  .bullet-list {
    line-height: 24px;
  }

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

  .livechat-button {
    width: 90%;
  }

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

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

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

  .h2-wrap {
    line-height: 20px;
  }

  .fa-container {
    top: 350px;
  }

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

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

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

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

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

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

  .hero-text {
    width: 200px;
    padding: 20px;
    font-size: 44px;
    line-height: 44px;
  }

  .trade-div {
    flex-flow: column;
  }

  .trade-link {
    width: 60%;
    margin-bottom: 10px;
  }

  .rated-people {
    width: 60%;
  }

  ._24hr {
    text-align: center;
    max-width: 200px;
    margin-bottom: 10px;
  }

  ._25yr-img {
    width: 130px;
    margin-left: 10px;
  }

  .green-div {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

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

  .green-grid-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .green-div-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 22px;
    line-height: 22px;
  }

  .service-banner {
    height: 200px;
  }

  .service-ban-text {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }

  .div-block {
    margin-top: 10px;
  }

  .h2-white {
    font-size: 22px;
    line-height: 32px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .p-dark {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .card-bullet._2, .features_component {
    grid-template-columns: 1fr;
  }

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

  .h2-2 {
    text-align: left;
    margin-top: 0;
    font-size: 24px;
  }

  .bullet-heading {
    text-align: left;
    font-size: 16px;
  }

  .hero-large-text-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
  }

  .hero-card {
    opacity: .89;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .para-3 {
    font-weight: 300;
  }

  .para-3.light-grey {
    font-size: 16px;
    line-height: 24px;
  }

  .background-image {
    height: auto;
    padding: 40px 0%;
  }

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

  .gallery-thumb {
    height: 290px;
  }

  .gallery-h1 {
    width: 100%;
    font-size: 26px;
    line-height: 34px;
  }

  .body-container-div {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .body-container-div.left {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-_17ef6961-5229-11ca-1ccf-308d9a770bbd-78865f38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-78865f38 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b513-78865f38 {
  align-self: auto;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-78865f38, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b520-78865f38, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b523-78865f38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_542e6bca-006f-97c9-1824-bcccfbe5ad27-fbe5ad1a, #w-node-_542e6bca-006f-97c9-1824-bcccfbe5ad30-fbe5ad1a, #w-node-_542e6bca-006f-97c9-1824-bcccfbe5ad39-fbe5ad1a, #w-node-_542e6bca-006f-97c9-1824-bcccfbe5ad42-fbe5ad1a {
  align-self: center;
}

#w-node-_4294a79d-358b-9874-b8c9-cad8fcac06a4-936a1b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4294a79d-358b-9874-b8c9-cad8fcac06c2-936a1b99 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 767px) {
  #w-node-_8a89af07-0e79-e9a8-a8d9-8512866facd3-78865f38 {
    justify-self: auto;
  }

  #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-78865f38, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-78865f38, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-78865f38 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51b-78865f38 {
    justify-self: auto;
  }

  #w-node-_4294a79d-358b-9874-b8c9-cad8fcac0668-936a1b99, #w-node-_4294a79d-358b-9874-b8c9-cad8fcac0686-936a1b99, #w-node-_4294a79d-358b-9874-b8c9-cad8fcac06a4-936a1b99 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_21233bb9-6f25-dfaa-6f18-8df121224a0f-0b2f0500 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4294a79d-358b-9874-b8c9-cad8fcac06c2-936a1b99 {
    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 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 Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}