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

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

:root {
  --black: #0c0c0c;
  --blue: #25256b;
  --white: white;
  --red: #e91d10;
  --pale-grey: #eee;
  --30-blue: #3333994d;
  --50-white: #ffffff80;
}

.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 {
  color: var(--black);
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

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

.header-div-2.announcement-div {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.top-link {
  color: var(--blue);
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

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

.fa-social {
  border: 2px solid var(--white);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
}

.fa-social.contact {
  font-family: "Fa Solid 900", sans-serif;
}

.qoute-btn {
  border: 2px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  transition: all .3s;
}

.announcement-contact-block {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.contact-ann-block.auto-m {
  margin-left: auto;
  margin-right: auto;
}

.header-contact {
  flex-flow: column;
  flex: none;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

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

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

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

.ripple.gallery-btn-ripple {
  background-color: var(--red);
}

.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;
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

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

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

.dl-link-holder {
  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(--red);
}

.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-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dl-menu.w--open {
  background-color: var(--blue);
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-toggle {
  color: var(--blue);
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px 10px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

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

.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 {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  border-radius: 60px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

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

.section-2 {
  z-index: 10;
  border-bottom: 1px #5e5e5e;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.section-2.header-section.nav-verticle {
  background-color: var(--pale-grey);
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dl-link-2 {
  z-index: 1;
  color: var(--white);
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link {
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .3s ease-in-out;
}

.menu-link:hover {
  color: var(--red);
  border-bottom: 1px #f7f7f2;
}

.menu-link.w--current {
  color: var(--red);
  background-color: #0000;
  font-size: 14px;
}

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

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

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

.menu-div {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.hero-banner {
  height: auto;
}

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

.slide-1 {
  background-image: url('../images/barn_486092763.webp');
  background-position: 50% 75%;
  background-size: cover;
}

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

.menu-img {
  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;
  display: flex;
}

.menu-img._1 {
  background-image: url('../images/property-renovations-service-box.webp');
  background-position: 30%;
}

.menu-img._2 {
  background-image: url('../images/jh-fb-17.webp');
}

.menu-img._3 {
  background-image: url('../images/jh-fb-15.webp');
}

.menu-img._4 {
  background-image: url('../images/jh-fb-12.webp');
}

.menu-img._5 {
  background-image: url('../images/jh-fb-20.webp');
}

.box-link {
  z-index: 1;
  color: #fff;
  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: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.menu-button-div {
  height: 250px;
}

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--pale-grey);
  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(--blue);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: -60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
}

.h1.h1-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

.primary-btn.call {
  background-color: var(--blue);
  color: var(--white);
}

.primary-btn.gallery-btn {
  background-color: #0000;
  border: 1px solid #c0c1af;
}

.primary-btn.gallery-btn.m-center {
  background-color: var(--blue);
  margin-top: 60px;
  margin-right: auto;
}

.primary-btn.m-auto {
  border: 1px solid var(--white);
}

.primary-btn.side {
  margin-left: 20px;
}

.primary-btn.side.red, .primary-btn.side.red:hover {
  background-color: var(--red);
}

.img {
  z-index: 1;
  background-image: url('../images/building-services-page---additional-pic1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.img.home {
  background-image: url('../images/jh-fb-24.webp');
}

.img.property {
  background-image: url('../images/property-renovations-page---property-renovations-in-heathfield.webp');
}

.img.property1 {
  background-image: url('../images/property-renovations-page---quality-home-renovations.webp');
}

.img.property1._3 {
  background-image: url('../images/property-renovations-page---additional-pic1.webp');
}

.img.property1._4 {
  background-image: url('../images/property-renovations-page---additional-pic2.webp');
}

.img.property1._5 {
  background-image: url('../images/property-renovations-page---additional-pic.webp');
}

.img.extensions {
  background-image: url('../images/jh-fb-17.webp');
}

.img.plan {
  background-image: url('../images/property-extensions-page---a-start-to-finish-service.webp');
}

.img.plan.grid {
  height: 400px;
}

.img.plan.grid._1 {
  background-image: url('../images/home-extensions-page---additional-pic1.webp');
}

.img.plan.grid._2 {
  background-image: url('../images/home-extensions-page---additional-pic.webp');
}

.img.barn {
  background-image: url('../images/jh-fb-15.webp');
}

.img.barn1 {
  background-image: url('../images/jh-fb-3.webp');
}

.img.listed {
  background-image: url('../images/jh-fb-12.webp');
}

.img.listed2 {
  background-image: url('../images/jh-fb-10.webp');
  background-position: 50%;
}

.img.svs {
  background-image: url('../images/jh-fb-20.webp');
  background-position: 50%;
}

.img.svs1 {
  background-image: url('../images/building-services-page---construction-company-in-sussex.webp');
  background-position: 50%;
}

.img.eastbourne {
  background-image: url('../images/jh-fb-4.webp');
}

.img.heath {
  background-image: url('../images/jh-fb-17.webp');
}

.img._1 {
  background-image: url('../images/building-services-page---additional-pic2.webp');
}

.img._2 {
  background-image: url('../images/building-services-page---additional-pic.webp');
}

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

.p.white {
  color: #f7f7f2;
}

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

.p.centre {
  text-align: center;
}

.p.centre._30b {
  margin-bottom: 30px;
}

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

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

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

.basic-p-block._w-100.center-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-image-div {
  z-index: 1;
  border-radius: 0;
  width: 48%;
  position: relative;
}

.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: 1px 1px 3px #0000001f;
}

.h2 {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  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(--pale-grey);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
}

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

.lrg-img {
  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: 60%;
  height: 100%;
  min-height: 1050px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lrg-img.home {
  background-image: url('../images/homepage---image-behind-our-services.webp');
}

.testimonials {
  background-color: var(--blue);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

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

.testimonials-slider {
  border-left: 1px #c0c1af24;
}

.h2-title {
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 36px;
  font-weight: 300;
}

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

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

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

.testemonials-text.z {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

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

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

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

.h2-div.m-bottom-30 {
  justify-content: center;
  margin-bottom: 30px;
}

.h2-div._30b {
  margin-bottom: 30px;
}

.h2-div._30b.center {
  justify-content: center;
}

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

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

.grey-content-section.gradient {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white) 60%, var(--red) 60%);
  position: relative;
}

.grey-content-section.bg-white {
  background-color: #0000;
}

.grey-content-section.bg-white.p-white {
  background-color: #f7f7f2;
}

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

.grid-img.home {
  background-image: url('../images/jh-fb-14.webp');
}

.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/jh-fb-13.webp');
  background-position: 50% 0;
}

.grid-image-div._2 {
  background-image: url('../images/jh-fb-4.webp');
}

.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;
  display: flex;
}

.works-texxt-lable {
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 30px;
  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: 400px;
  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/jh-fb-9.webp');
}

.works._2 {
  background-image: url('../images/jh-fb-3.webp');
  background-position: 0%;
}

.works._3 {
  background-image: url('../images/jh-fb-19.webp');
  background-position: 100%;
}

.cta-text-contact {
  color: var(--blue);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

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

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

.cta-link {
  color: #000;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

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

.contact-section {
  background-color: var(--pale-grey);
  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(--blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
}

.h3-text {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

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

.heading-3-section {
  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;
}

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

.foooter-logo._2 {
  width: 80px;
  margin-top: 20px;
}

.footer-brand {
  flex-direction: column;
  align-items: center;
  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;
}

.fb-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

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

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

.footer-contact-link {
  color: var(--blue);
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-nav-item {
  color: #fff;
  text-align: left;
  cursor: pointer;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 5px;
  font-weight: 400;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

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

.footer-nav-item.address {
  color: var(--blue);
  text-align: center;
  cursor: auto;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  font-weight: 500;
}

.footer-nav-item.open {
  color: var(--blue);
  text-align: center;
  cursor: auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 10px;
  font-weight: 500;
}

.bottom-icon {
  border: 1px solid var(--30-blue);
  color: var(--red);
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

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

.footerlinks {
  color: var(--blue);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}

.footer-info-div-2 {
  border: 1px solid var(--30-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.footer-info-div-2._1 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--30-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
}

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

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

.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 {
  margin-top: 20px;
  padding-left: 0;
  list-style-type: none;
}

.default-list._2col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 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: 22px;
  display: flex;
}

.fa-icon {
  background-color: var(--blue);
  color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-right: 10px;
  padding: 3px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.fa-icon.red {
  background-color: var(--red);
}

.list-item {
  margin-bottom: 6px;
}

.google-maps {
  background-color: #f7f7f2;
}

.areas-list {
  padding-left: 0;
}

.areas-list.areas-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid #0000004d;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  display: flex;
}

.top-block {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.contact-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.contact-content {
  background-color: var(--blue);
  text-align: left;
  border-radius: 8px;
  width: 100%;
  padding: 30px;
  transition: all .3s ease-in-out;
  box-shadow: -1px 1px 3px #00000045;
}

.contact-content:hover {
  transform: translate(-5px, -5px);
}

.heading-1-small {
  color: #333333a1;
  font-weight: 300;
}

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

.telephone {
  color: #fff;
}

.telephone.office-number {
  padding-left: 20px;
}

.telephone.office-number.contact-type {
  color: var(--white);
  padding-left: 0;
}

.telephone.office-number.contact-type.m-bottom-10 {
  color: #fff;
  padding-bottom: 0;
}

.contact-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  display: inline-block;
}

.contact-type-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.contact-page-link {
  color: var(--white);
  text-decoration: none;
}

.contact-page-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.primary-btn-2 {
  z-index: 1;
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 220px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.list-default {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0;
}

.list-default._2col {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-default._3col {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-default._4col {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-items {
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  transition: padding .3s;
  display: flex;
}

.list-items.white {
  color: var(--white);
}

.service-block._w-img {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.service-block._w-img.flex-1 {
  flex-flow: column;
  display: flex;
}

.inner-services-content._100 {
  width: 100%;
}

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

.lb {
  height: 240px;
}

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

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.sitemap-list-item {
  text-align: center;
  padding-top: 0;
  padding-bottom: 10px;
}

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

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

.form {
  margin-top: -20px;
}

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

.chat-block {
  background-color: #fff;
  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(--red);
  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(--blue);
}

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

.whatsapp-container:hover {
  background-color: var(--red);
  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: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-chat-top-text {
  color: var(--blue);
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  position: static;
}

.live-chat-top-text.block {
  color: var(--blue);
  margin-bottom: 10px;
  font-size: 14px;
  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: 700;
  line-height: 24px;
}

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

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

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

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

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

.fa-social-2:hover {
  color: var(--red);
  background-color: #f7f7f2;
  transform: scale(1.1);
}

.fa-social-2.social-media {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
}

.fa-container {
  z-index: 17;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fa-container.header-icon {
  position: static;
}

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

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

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

.footer-contact {
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

.h3-link {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

.slide-2 {
  background-image: url('../images/use-to-replace-stock-image-on-banner-image.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2.s3 {
  background-image: url('../images/homepage---banner-image.webp');
}

.testimonial {
  color: var(--pale-grey);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.fmb-certificate {
  float: left;
  width: 250px;
  margin-right: 20px;
}

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

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

._30yrs {
  width: 80px;
  margin-left: 10px;
}

.fmb-logo {
  width: 130px;
  margin-top: 20px;
}

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

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

.more-link {
  width: 0;
  height: 0;
  margin-top: -80px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image {
  width: 150px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 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: var(--black);
  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(--red);
  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(--black);
  color: var(--black);
  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: var(--white);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.code-embed {
  width: 100%;
}

.fa-icon-2 {
  color: #fff;
  background-color: #420109;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-size: 15px;
  display: flex;
}

.fa-icon-2.gold {
  color: #420109;
  background-color: #f8e7c9;
}

.fa-icon-2.gold.large {
  color: var(--red);
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 40px;
  transition: all .2s;
}

.fa-icon-2.gold.large:hover {
  justify-content: flex-end;
  align-items: center;
  width: 140px;
}

.logo-img {
  width: 100px;
}

.logo-img.large {
  width: 160px;
}

.h2-2 {
  color: #212121;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 400;
}

.h2-2.h2-white {
  color: #f7f7f2;
  font-size: 24px;
  line-height: 30px;
}

.h2-2.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-2.h2-white.lg-text.edit-padding {
  color: #420109;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
}

.h2-2.h2-white.lg-text.edit-padding.auto {
  margin-left: 0;
}

.h2-2.h2-white.lg-text.edit-padding.auto._2 {
  color: var(--blue);
  margin-bottom: 20px;
}

.link-block {
  margin-right: 10px;
  text-decoration: none;
}

.link-block.large {
  border-bottom: 7px solid var(--blue);
  background-color: var(--pale-grey);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 440px;
  padding: 10px;
  display: flex;
}

.social-container {
  border-left: 2px solid #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  bottom: -50%;
  left: auto;
  right: 2%;
}

.social-container.dropdown {
  z-index: 4;
  background-color: #0000;
  border-left-style: none;
  padding: 0;
  top: 183px;
  bottom: auto;
}

.social-container-inner {
  background-color: var(--blue);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 15px;
  display: flex;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.contact-icon-2 {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.contact-icon-2:hover {
  color: var(--red);
  background-color: #fff;
}

.contact-icon-2.non-social {
  font-family: "Fa Solid 900", sans-serif;
}

.contact-icon-2.non-social:hover {
  color: var(--red);
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

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

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

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

.team-text {
  margin-top: 10px;
  font-size: 20px;
}

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

.team-name-2 {
  color: #000;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
}

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

.p-5.price-text {
  color: #000;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 400;
  line-height: 2;
}

.gridx3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 400px;
  display: grid;
}

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

.gridx3._4.size {
  height: 800px;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

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

  .testimonials-slider {
    position: static;
  }

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

  .announcement-bar {
    display: none;
  }

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

  .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-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
  }

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

  .main-block {
    justify-content: flex-end;
  }

  .dl-link-holder {
    background-color: #212121;
    width: 100%;
  }

  .navbar {
    width: 100%;
    margin-top: 5px;
  }

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

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

  .nav-menu-2 {
    z-index: 1;
    background-color: var(--pale-grey);
    border-radius: 10px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

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

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

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

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

  .section-2.header-section.nav-verticle {
    padding-bottom: 0;
  }

  .dl-link-2 {
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .menu-div {
    width: 40%;
  }

  .menu-button-2 {
    background-color: var(--pale-grey);
    border: 1px solid #cfcfcf;
    border-radius: 9px;
  }

  .menu-button-2.w--open {
    color: #5e5e5e;
    text-align: right;
    background-color: #ebebeb;
  }

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

  .menu-img {
    height: 200px;
  }

  .menu-img._1 {
    background-position: 50%;
  }

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

  .img {
    background-position: 50%;
    height: 450px;
    margin-top: 40px;
  }

  .img.property1, .img.property1._3 {
    margin-top: 0;
  }

  .basic-p-block, .single-image-div {
    width: 100%;
  }

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

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

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

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

  .lrg-img {
    width: 90%;
    min-height: 500px;
    position: static;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .light-text-line.not-needed {
    display: none;
  }

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

  .h2-div._30b {
    flex-direction: row;
    align-items: center;
  }

  .h2-div._30b.center {
    justify-content: center;
  }

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

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

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

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

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

  .foooter-logo {
    max-width: 350px;
  }

  .fb-div, .footer-nav-item.footer-contact {
    justify-content: center;
  }

  .footer-nav-item.address {
    align-items: center;
    max-width: 100%;
  }

  .footer-nav-item.open {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

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

  .footer-info-div-2._1 {
    border-width: 0 1px;
    padding: 40px 20px;
  }

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

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

  .google-maps {
    width: 100%;
  }

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

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

  .contact-content {
    flex-direction: column;
    display: flex;
  }

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

  .list-default._3col, .list-default._4col {
    grid-template-columns: 1fr 1fr;
  }

  .service-block._w-img.flex-direction {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .inner-services-content {
    width: 100%;
  }

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

  .lb {
    height: 160px;
  }

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

  .form {
    margin-top: 0;
  }

  .h2-wrap {
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .more-link {
    margin-top: -180px;
  }

  .h2-2.h2-white.lg-text.edit-padding {
    text-align: right;
    font-size: 28px;
  }

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

  .gridx3 {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .top-link {
    font-size: 14px;
  }

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

  .header-contact {
    border-left-style: none;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .main-block {
    margin-left: 10px;
    margin-right: 10px;
  }

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

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

  .icon {
    text-align: center;
  }

  .header-div {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    z-index: 100;
    position: sticky;
  }

  .menu-link {
    width: 100%;
  }

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

  .menu-div {
    width: 100%;
  }

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

  .hero-mask {
    height: 400px;
  }

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

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

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

  .primary-btn.gallery-btn.m-center {
    margin-top: 40px;
  }

  .primary-btn.m-auto {
    margin-top: 20px;
  }

  .img {
    height: 350px;
    margin-top: 0;
  }

  .img.property1, .img.property1._3, .img._1, .img._2 {
    margin-top: 0;
  }

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

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

  .lrg-img {
    min-height: 400px;
  }

  .testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .h2-title {
    margin-left: 0;
    margin-right: 0;
    font-size: 34px;
  }

  .light-text-line {
    display: none;
  }

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

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

  .h2-div._30b {
    margin-bottom: 20px;
  }

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

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

  .grid-img {
    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;
  }

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

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

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

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

  .left-contact.right {
    margin-top: 20px;
  }

  .icon-2 {
    width: 50px;
    height: 50px;
    font-size: 1.1em;
    line-height: 24px;
  }

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

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

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

  .fb-div {
    margin-top: 20px;
  }

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

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

  .footer-nav-item.address, .footer-nav-item.open {
    text-align: center;
  }

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

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

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

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

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

  .fa-social-2 {
    height: 40px;
  }

  .fa-container {
    justify-content: space-between;
    align-items: center;
  }

  .fmb-certificate {
    float: none;
    width: 180px;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .more-link {
    margin-top: -250px;
  }

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

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

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

  .gridx3._4.size {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    height: 600px;
  }
}

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

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

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

  .co-logo {
    width: 70%;
    max-width: 300px;
  }

  .co-logo-link {
    text-align: center;
    justify-content: center;
  }

  .co-logo-link.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

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

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

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

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

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

  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .icon {
    text-align: center;
  }

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

  .section-2.header-section.nav-verticle {
    position: relative;
  }

  .menu-link {
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .logo-div {
    align-items: center;
  }

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

  .menu-button-2 {
    border-radius: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

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

  .menu-button-2.w--open {
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 250px;
  }

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

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

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

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

  .primary-btn, .primary-btn.gallery-btn.m-center {
    margin-top: 20px;
  }

  .img {
    height: 250px;
    margin-top: 30px;
  }

  .img.plan.grid {
    height: 250px;
  }

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

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

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

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

  .h2 {
    font-size: 24px;
  }

  .h2.h2-white.lg-text.edit-padding {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    font-size: 18px;
  }

  .large-image-section {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lrg-img {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

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

  .testimonials-grid.work-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h2-div.m-bottom-30 {
    flex-direction: column;
  }

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

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

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

  .grey-content-section.gradient {
    background-image: linear-gradient(to bottom, var(--white) 55%, var(--red) 55%);
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

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

  .works {
    min-height: 300px;
  }

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

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

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

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

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

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

  .h3-text {
    font-size: 18px;
    line-height: 24px;
  }

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

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

  .foooter-logo {
    width: 100%;
  }

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

  .list {
    text-align: center;
  }

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

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

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

  .footer-contact-link {
    font-size: 14px;
  }

  .footer-nav-item.footer-contact {
    justify-content: center;
    margin-bottom: 10px;
  }

  .footer-nav-item.address, .footer-nav-item.open {
    font-size: 14px;
  }

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

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

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

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

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

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

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

  .areas-list-item.areas-list-flex {
    font-size: 14px;
  }

  .contact-content {
    padding: 20px;
  }

  .primary-btn-2 {
    margin-top: 20px;
  }

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

  .list-items:hover {
    padding-left: 0;
  }

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

  .lb {
    height: 140px;
  }

  .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;
    position: relative;
  }

  .fa-social-2 {
    width: 40px;
    height: 40px;
  }

  .fa-social-2.social-media {
    margin-right: 0;
  }

  .fa-container {
    border-top: 1px solid var(--30-blue);
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    display: flex;
    inset: auto 0% 0%;
  }

  .testimonial {
    font-size: 14px;
    line-height: 24px;
  }

  .fmb-certificate {
    width: 160px;
    margin-bottom: 0;
  }

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

  ._30yrs {
    width: 50px;
  }

  .fmb-logo {
    width: 100px;
  }

  .more-link {
    margin-top: 0;
  }

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

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

  .fs-cc-manager_component {
    display: none;
    bottom: 4px;
  }

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

  .h2-2.h2-white.lg-text.edit-padding {
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
    font-size: 22px;
  }

  .link-block.large {
    width: auto;
  }

  .lightbox-link-3 {
    height: 250px;
  }

  .p-5.price-text {
    font-size: 21px;
    line-height: 1.9;
  }

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

  .gridx3._4.size {
    flex-flow: column;
    height: 700px;
    display: flex;
  }
}

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

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

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

#w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930 {
  align-self: center;
}

#w-node-_30545da2-8b39-f641-0b07-5f180c590a9c-b7c19603, #w-node-_30545da2-8b39-f641-0b07-5f180c590aaa-b7c19603, #w-node-_30545da2-8b39-f641-0b07-5f180c590ab4-b7c19603 {
  place-self: auto stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_30545da2-8b39-f641-0b07-5f180c590a9c-b7c19603, #w-node-_30545da2-8b39-f641-0b07-5f180c590aaa-b7c19603 {
    justify-self: auto;
  }

  #w-node-_30545da2-8b39-f641-0b07-5f180c590ab4-b7c19603 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto stretch;
  }
}

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

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

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

@media screen and (max-width: 479px) {
  #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-b7c195ff {
    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;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}