@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype"), 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"), 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"), 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;
}

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

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

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

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

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

@font-face {
  font-family: Centurygothic;
  src: url('../fonts/centurygothic_bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: #fff;
  --black: #181923;
  --primary: #2daae2;
  --third: #e0e5f3;
  --secondary: #070709;
  --mid-grey\<deleted\|variable-f61a06a9\>: #7e7e7e;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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: Centurygothic, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

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

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

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

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

.co-logo-link-2.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(--primary);
}

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

.navbar-2 {
  background-color: #0000;
}

.dl-link-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px;
  flex: none;
  width: 45px;
  height: 45px;
  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 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dl-menu.w--open {
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 15px;
  margin-left: 0;
  overflow: hidden;
  box-shadow: 0 2px 20px #0000001c;
}

.dropdown-toggle {
  color: var(--black);
  text-transform: capitalize;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px 10px 10px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.header-div-3 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 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 {
  z-index: 999;
  background-color: var(--white);
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dl-link-2 {
  z-index: 1;
  color: var(--black);
  text-transform: capitalize;
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link {
  color: var(--black);
  text-transform: capitalize;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-family: Centurygothic, Verdana, sans-serif;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

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

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

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

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 77vh;
}

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

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

.menu-button-image-link {
  background-image: url('../images/New-Build-Service.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  text-decoration: none;
  display: flex;
}

.menu-button-image-link._2 {
  background-image: url('../images/Extension-Service.webp');
}

.menu-button-image-link._3 {
  background-image: url('../images/Renovation-Service.webp');
}

.menu-button-image-link._4 {
  background-image: url('../images/StructureService.webp');
}

.menu-button-image-link._5 {
  background-image: url('../images/Loft-Service.webp');
}

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

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

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

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  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-left: 10px;
  padding-right: 10px;
  display: grid;
}

.menu-label-div {
  background-color: var(--black);
  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 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 36px;
  line-height: 40px;
}

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

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

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

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

.double-content-div.top60 {
  margin-top: 60px;
}

.p {
  letter-spacing: -.5px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 28px;
}

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

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

.basic-p-block {
  flex-flow: column;
  align-items: flex-start;
  width: 48%;
  transition: all .2s;
  display: flex;
}

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

.img-div {
  z-index: 1;
  background-image: url('../images/PHC28.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 48%;
  position: relative;
}

.img-div.home3 {
  background-image: url('../images/PHC-1.webp');
}

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

.img-div.s2-3 {
  background-image: url('../images/PHC10.webp');
  background-position: 100% 100%;
  background-size: cover;
}

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

.img-div.s1-3 {
  background-image: url('../images/PHC22.webp');
  background-position: 50% 100%;
  background-size: cover;
}

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

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

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

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

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

.img-div.s5-3 {
  background-image: url('../images/PHC38.webp');
  background-position: 50%;
  background-size: cover;
}

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

.large-p-block {
  background-color: var(--white);
  flex-flow: column;
  align-items: flex-start;
  padding: 50px;
  display: flex;
  box-shadow: 1px 1px 3px #0000001f;
}

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

.large-single-image-div {
  background-image: url('../images/living-room.webp');
  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: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-single-image-div.s2-2 {
  background-image: url('../images/PHC13.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 700px;
}

.large-single-image-div.s1-2 {
  background-image: url('../images/PHC36.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 750px;
}

.large-single-image-div.s3-2 {
  background-image: url('../images/PHC23.webp');
  background-position: 50%;
  background-size: cover;
}

.large-single-image-div.s4-2 {
  background-image: url('../images/PHC35.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 1025px;
}

.large-single-image-div.s5-2 {
  background-image: url('../images/PHC8.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 750px;
}

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

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

.testemonials.page {
  background-color: var(--white);
}

.h2-title {
  color: var(--primary);
  text-transform: capitalize;
  margin: 0 10px;
  font-size: 40px;
  font-weight: 300;
}

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

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

.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-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

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

.h2-div.left {
  align-items: flex-start;
  padding-bottom: 20px;
}

.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(--mid-grey\<deleted\|variable-f61a06a9\>);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

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

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

.cta-text-contact {
  color: var(--primary);
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 22px;
  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: 20px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

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

.cta-link {
  color: var(--black);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
}

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

.contact-section {
  background-color: var(--white);
  background-image: linear-gradient(#ffffff87, #ffffff87), url('../images/Quote-Section.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-section._0 {
  background-image: none;
}

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

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

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

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

.left-contact._100 {
  background-color: var(--white);
  border-radius: 6px;
  width: 100%;
  margin-top: 10px;
  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: center;
  width: 100%;
  display: flex;
}

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

.icon-2 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  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;
}

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

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

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

.default-list._2col {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.default-list._2col._12 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  margin-bottom: 10px;
}

.default-list._10 {
  margin-bottom: 5px;
}

.bullet-list {
  letter-spacing: -.5px;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

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

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

.list-item {
  align-items: center;
  display: flex;
}

.list-item.low {
  flex-flow: column;
  align-items: flex-start;
}

.google-maps {
  filter: grayscale(55%);
  background-color: #f7f7f2;
}

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

.areas-list.areas-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  margin-bottom: 5px;
  display: grid;
}

.areas-list.site-map {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: baseline;
  display: grid;
}

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid #5f5f511f;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  display: flex;
}

.areas-list-item.left {
  border-bottom: 1px solid #5f5f511f;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

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

.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 {
  letter-spacing: -.2px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 21px;
  position: static;
}

.live-chat-bottom-text {
  font-size: 11px;
  line-height: 20px;
}

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

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

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

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

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

.banner-content {
  background-image: linear-gradient(#00000038, #00000038);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.announcement-link {
  color: var(--white);
  letter-spacing: -.2px;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

.announcement-bar-2 {
  background-color: var(--primary);
  padding-top: 10px;
  padding-bottom: 10px;
}

.announcement-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.announcement-icon {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.1em;
  line-height: 1.5;
  display: flex;
}

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

.announcement-contact-info.margin-right-20 {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.nav-button-primary {
  z-index: 45;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  letter-spacing: -.5px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  padding: .25rem 1.8rem;
  font-size: .95rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-button-primary.banner {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 0;
  padding: .35rem 1.2rem;
}

.nav-button-primary.content-outline {
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 20px;
  margin-top: 12px;
  margin-left: 0;
  padding: .35rem 1.2rem;
  font-size: 1rem;
}

.button-text {
  z-index: 3;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
}

.button-animation-trigger-nav {
  background-color: var(--primary);
  display: none;
  position: absolute;
  inset: 0%;
  transform: translate(-101%);
}

.banner-text-2 {
  color: var(--white);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.block-hero-large {
  background-color: var(--primary);
  border-radius: 30px 0 360px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  margin-left: -34px;
  padding: 40px 60px;
  display: flex;
}

.subtitle-white {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Centurygothic, Verdana, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
}

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

.section-wrapper {
  background-color: var(--primary);
  padding: 100px 20px;
}

.trust-logo {
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 235.455px;
  min-height: 120px;
  padding: 20px 45px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.logo-grid4 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 14px;
}

.trust-logo-img {
  max-height: 50px;
}

.trust-logo-img.gas-safe {
  max-height: 65px;
}

.trust-logo-img.firestone {
  width: 100%;
  max-height: 100%;
}

.logo-grid5 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 14px;
}

.subtitloe {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Centurygothic, Verdana, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.subtitloe.text-orange {
  color: var(--white);
}

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

.sec-title {
  color: #1f2022;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Centurygothic, Verdana, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.sec-title.white {
  color: var(--white);
  font-family: Centurygothic, Verdana, sans-serif;
}

.cargo-conatiner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-2 {
  color: var(--white);
}

.footer-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-dark {
  background-color: var(--black);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  overflow: visible;
}

.footer-logo {
  width: 200px;
}

.footer-text {
  color: #ffffff80;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  width: 80%;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 180%;
}

.footer-link-title {
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.footer-link {
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Centurygothic, Verdana, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: color .2s;
}

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

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

.footer-bottom {
  border-top: 1px solid #dfdad233;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.bg-white {
  background-color: var(--primary);
}

.h1-blue {
  color: var(--primary);
  font-weight: 700;
}

.text-block-3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

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

.blue-section {
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-counter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
}

.counter-col {
  border-right: 1px solid var(--white);
  text-align: center;
  padding: 10px 40px;
}

.mumber-col {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
}

.counter-text {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 160%;
}

.number-col-customer {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
}

.counter-col-border {
  text-align: center;
  padding: 10px 40px;
}

.number-col-support {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
}

.service-cel {
  background-color: var(--secondary);
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.service-head {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.service-head.position-relativez1 {
  color: var(--white);
  line-height: 1.4;
}

.quick-stacks {
  width: 100%;
  height: 700px;
  margin-bottom: 36px;
  padding: 0;
}

.bg-servc {
  opacity: .35;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-logo-link {
  margin-bottom: 24px;
}

.list-logo {
  flex: none;
  width: 32px;
  margin-right: 7px;
}

.location-strip-section {
  z-index: 2;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location-strip-section:hover {
  background-image: url('../images/ORG__DSC8298.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.feat-event-info-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.event-header-wrap {
  margin-bottom: 15px;
  display: inline-block;
  overflow: hidden;
}

.location-strip-content {
  z-index: 2;
  background-color: #0009;
  align-items: center;
  width: 100%;
  min-height: 100%;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.location-strip-content:hover {
  background-color: #00000069;
}

.footer-btn-text {
  letter-spacing: 0;
  text-transform: uppercase;
}

.outline-btn-text {
  float: left;
  clear: none;
  color: #f8f8f8;
  letter-spacing: 0;
  flex: none;
  margin-right: 5px;
  font-weight: 700;
  line-height: 1em;
}

.location-hours {
  color: #fff;
  letter-spacing: -.5px;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.arrow-button-secondary {
  z-index: 10;
  border: 1px solid #b3b3b3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  height: 45px;
  padding: 1rem 20px;
  transition: border-color .25s;
  display: flex;
}

.arrow-button-secondary:hover {
  border-color: #b3b3b380;
}

.arrow-button-secondary.pad-right-1rem {
  margin-right: .5rem;
  font-weight: 700;
}

.button-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.wave-text-up-btn {
  color: #2e2e2e;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3a3a3a;
  background-image: linear-gradient(#fff, #fff);
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wave-text-up-btn.pad-right-1rem {
  margin-right: .5rem;
}

.location-header-md {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  margin: 0 auto;
  padding-right: 5rem;
  font-size: 44px;
  font-weight: 400;
  line-height: 48px;
  display: block;
}

.location-background {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.location-background:hover {
  background-image: url('../images/ORG__DSC8298.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.banner-light {
  font-weight: 400;
}

.facebook-reviews {
  margin-top: 10px;
}

.chat-section-2 {
  background-color: #b7b5b5;
  background-image: linear-gradient(#fefefea6, #fefefea6), url('../images/4587dba198ee103cf89c1f9c8828a1f4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.whatsapp-icon-2 {
  filter: invert();
  color: #fff;
  display: block;
}

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

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

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

.whatsapp-container-2 {
  z-index: 30;
  border: 1px solid var(--white);
  background-color: var(--white);
  cursor: pointer;
  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;
  box-shadow: 0 2px 12px #00000070;
}

.whatsapp-container-2:hover {
  border-color: var(--third);
  background-color: var(--third);
  transform: scale(1.05);
}

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

.livechat-button-2 {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button-2:hover {
  background-color: var(--secondary);
}

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

.live-icon-chat-2 {
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.gallery-link {
  color: var(--black);
  text-decoration: none;
}

.side-socials {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 75px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.side-socials.top {
  justify-content: center;
  height: 1%;
  top: 50%;
}

.circle-div-side {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-link {
  color: #fff;
  background-color: #ff3639;
  border: 1px solid #ff3639;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  color: #ff3639;
  background-color: #fff;
  border: 1px solid #ff3639;
}

.social-link.side {
  border-radius: 40px;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-right: 20px;
  font-size: 18px;
}

.social-link.side._2 {
  border-width: 3px;
  border-color: var(--black);
  background-color: var(--black);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.social-link.side._2:hover {
  color: var(--black);
  background-color: #fff;
}

.social-link.side._1 {
  border-width: 3px;
  border-color: var(--black);
  background-color: var(--black);
  font-family: "Fa Duotone 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.social-link.side._1:hover {
  color: var(--black);
  background-color: #fff;
  border-width: 3px;
}

.social-link.side._4 {
  border-width: 3px;
  border-color: var(--black);
  background-color: var(--black);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.social-link.side._4:hover {
  color: var(--black);
  background-color: #fff;
}

.foot-icon {
  background-color: var(--primary);
  border-radius: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 7px;
  font-size: 13px;
  display: flex;
}

.foot-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.foot-wrapper._0 {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.icon-fa {
  text-align: center;
  font-family: "Fa Solid 900", sans-serif;
}

.service-banner {
  background-image: url('../images/New-Build-Service.webp');
  background-position: 50%;
  background-size: cover;
  height: 375px;
}

.service-banner.extensions {
  background-image: url('../images/Extension-Service.webp');
  background-position: 50% 35%;
}

.service-banner.renovations {
  background-image: url('../images/Renovation-Service.webp');
  background-position: 50% 35%;
}

.service-banner.structure {
  background-image: url('../images/StructureService.webp');
  background-position: 50% 10%;
}

.service-banner.loft-conversions {
  background-image: url('../images/Loft-Service.webp');
  background-position: 50%;
}

.service-banner.area {
  background-image: url('../images/Areas-We-Cover_1.webp');
  background-position: 50% 70%;
}

.service-banner.gallery {
  background-image: url('../images/Gallery.webp');
  background-position: 50%;
}

.service-banner.testimonials {
  background-image: url('../images/Testimonials-2.webp');
  background-position: 50%;
}

.service-banner.contact {
  background-image: url('../images/Contact-Us-1.webp');
}

.service-banner.site-map {
  background-image: url('../images/Site-Map-1.webp');
  background-position: 50% 60%;
}

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

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

.test-10 {
  background-color: var(--black);
  padding: 15px 20px;
}

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

.foot-link {
  color: #ffffff80;
  font-family: Centurygothic, Verdana, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.foot-link:hover {
  color: var(--white);
}

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

.features-grid_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  box-shadow: 3px 3px 0 0 var(--white);
  background-color: #00000026;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 1rem;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
}

._1x3-grid-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
  width: 100%;
}

.bullet-heading {
  color: var(--white);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

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

.text-custom-gray {
  color: #000;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.text-custom-gray.box {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.text-custom-gray._0top {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

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

.card-bullet {
  margin-top: 10px;
  padding-left: 0;
}

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

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

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

.text-size-medium-4 {
  font-size: 1.25rem;
}

.text-size-medium-4.text-weight-semibold {
  color: var(--white);
  margin-top: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.features-grid_feature-icon-div {
  background-color: #fff;
  border: 1px solid #9b9b9b;
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: -2rem 2rem auto auto;
  box-shadow: 4px 7px #3fffec;
}

.icon-height-medium {
  height: 2rem;
}

.icon-height-medium.is-high-z {
  z-index: 1;
  position: relative;
}

.h3-blue {
  color: var(--primary);
  margin-top: 5px;
  margin-bottom: 5px;
}

.bold4 {
  margin-top: 8px;
}

.paragraph {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
}

.paragraph-2 {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.paragraph-3 {
  font-size: 15px;
  line-height: 22px;
}

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

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--black);
  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_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_label {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

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

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

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

.fs-cc-prefs_title {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_component {
  z-index: 1000;
  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_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-banner_text-link {
  border-bottom: 2px solid var(--primary);
  color: var(--black);
  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-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-banner_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
}

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

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

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

.google-reviews {
  width: 100%;
}

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

  .footer-btn-text {
    font-size: 1rem;
  }

  .wave-text-up-btn {
    height: 50px;
    font-size: 1rem;
  }

  .whatsapp-chat-2 {
    display: none;
  }

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

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

@media screen and (max-width: 991px) {
  .ripple {
    width: 900px;
    right: -10%;
  }

  .ripple.dl-btn {
    background-color: var(--black);
    width: 900px;
    right: -7%;
  }

  .headt-call-btn {
    background-color: var(--secondary);
    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;
  }

  .co-logo-link-2.w--current {
    margin-right: 0;
  }

  .dl-link-holder {
    background-color: var(--primary);
    width: 100%;
  }

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

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

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

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

  .dropdown {
    width: 100%;
  }

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

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

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

  .header-div-3 {
    flex-flow: column;
    width: 100%;
  }

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

  .dl-link-2 {
    color: var(--white);
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
  }

  .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(--secondary);
    color: var(--white);
  }

  .logo-div-2 {
    flex-flow: column;
    justify-content: center;
    width: 58%;
  }

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

  .menu-button-2 {
    background-color: var(--white);
    border-radius: 9px;
    width: 100%;
  }

  .menu-button-2.w--open {
    background-color: var(--white);
    color: var(--secondary);
    text-align: center;
    width: 100%;
  }

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

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

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

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

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

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

  .content-section.blue {
    padding-top: 60px;
  }

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

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

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

  .img-div.s1-3 {
    margin-bottom: 10px;
  }

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

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

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

  .large-single-image-div {
    width: 90%;
    height: auto;
    min-height: 450px;
    position: static;
  }

  .large-single-image-div.s2-2, .large-single-image-div.s1-2 {
    min-height: 400px;
  }

  .large-single-image-div.s4-2, .large-single-image-div.s5-2 {
    min-height: 450px;
  }

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

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

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

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

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

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

  .left-contact {
    width: 100%;
  }

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

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

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

  .container-4 {
    width: 90%;
  }

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

  .container-3.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .google-maps {
    width: 100%;
  }

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

  .whatsapp-block {
    display: none;
  }

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

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

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

  .nav-button-primary {
    max-width: none;
  }

  .banner-text-2 {
    font-size: 32px;
    line-height: 35px;
  }

  .block-hero-large {
    border-bottom-right-radius: 260px;
    width: 60%;
    margin-left: -12px;
    padding: 40px;
  }

  .subtitle-white {
    font-size: 18px;
  }

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

  .trust-logo {
    padding-left: 25px;
    padding-right: 25px;
  }

  .logo-grid4 {
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
  }

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

  .sec-title {
    font-size: 38px;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-3 {
    letter-spacing: 2px;
  }

  .counter-col {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mumber-col {
    font-size: 55px;
  }

  .counter-text {
    letter-spacing: 0;
    font-size: 16px;
  }

  .number-col-customer, .number-col-support {
    font-size: 55px;
  }

  .feat-event-info-wrap {
    width: 90%;
  }

  .location-hours {
    letter-spacing: -.5px;
    font-size: 21px;
  }

  .arrow-button-secondary {
    top: 15%;
  }

  .location-header-md {
    font-size: 29px;
    line-height: 34px;
  }

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

  .features-grid_item {
    margin-bottom: 2rem;
  }

  ._1x3-grid-3 {
    margin-top: 0;
  }

  .text-custom-gray {
    text-align: left;
  }

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

  .features-grid_feature-icon-div {
    right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .headt-call-btn {
    display: none;
  }

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

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

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

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

  .menu-link, .menu-div-2 {
    width: 100%;
  }

  .hero-mask {
    height: 450px;
  }

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

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

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

  .double-content-div.top60 {
    margin-top: 20px;
  }

  .img-div, .img-div.home3, .img-div.s2-3, .img-div.s1-3, .img-div.s3-3, .img-div.s4-3, .img-div.s5-3 {
    height: 325px;
  }

  .large-p-block {
    padding-top: 32px;
  }

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

  .large-single-image-div {
    height: auto;
    min-height: 325px;
  }

  .large-single-image-div.s2-2 {
    min-height: 300px;
  }

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

  .large-single-image-div.s5-2 {
    min-height: 400px;
  }

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

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

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

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

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

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

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

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

  .container-3.announcement-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .announcement-contact-info {
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .nav-button-primary {
    margin-right: auto;
  }

  .banner-text-2 {
    font-size: 26px;
    line-height: 30px;
  }

  .block-hero-large {
    width: 80%;
    margin-bottom: -30px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .logo-grid4, .logo-grid5 {
    grid-template-columns: 1fr 1fr;
  }

  .sec-title {
    max-width: 540px;
    font-size: 34px;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-counter {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .counter-col {
    border-right-style: none;
  }

  .service-cel {
    padding: 15px;
  }

  .service-head.position-relativez1 {
    font-size: 28px;
  }

  .quick-stacks {
    padding-left: 0;
    padding-right: 0;
  }

  .location-strip-section {
    min-height: 55vh;
  }

  .footer-btn-text {
    letter-spacing: 3px;
  }

  .location-header-md {
    padding-right: 0;
    font-size: 26px;
    line-height: 30px;
  }

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

  .side-socials {
    justify-content: flex-end;
    width: 80px;
    height: 80px;
    inset: auto 0% 0% auto;
  }

  .circle-div-side {
    display: none;
  }

  .social-link.side {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }

  .gallery-thumb {
    height: 300px;
  }

  .features-grid_item {
    padding: 2rem;
  }

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

  .bullet-heading {
    font-size: 16px;
    line-height: 22px;
  }

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

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

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

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

@media screen and (max-width: 479px) {
  .headt-call-btn {
    font-size: 14px;
  }

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

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

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

  .navbar-2 {
    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 {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    position: relative;
  }

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

  .icon {
    text-align: center;
  }

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

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

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

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

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

  .menu-button-2 {
    background-color: var(--white);
    color: var(--black);
    border-radius: 0;
    width: 100%;
    padding-top: 10px;
    display: flex;
  }

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

  .menu-button-2.w--open {
    background-color: var(--secondary);
    color: var(--white);
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 450px;
  }

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

  .h1 {
    margin-top: 10px;
    font-size: 25px;
    line-height: 26px;
  }

  .h1.white {
    font-size: 24px;
  }

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

  .double-content-div.top60 {
    margin-top: 40px;
  }

  .p, .p.white {
    font-size: 16px;
    line-height: 26px;
  }

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

  .basic-p-block {
    padding-bottom: 0;
  }

  .img-div.home3 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .img-div.s2-1 {
    height: 250px;
  }

  .img-div.s2-3 {
    height: 250px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .img-div.s1-1 {
    height: 250px;
  }

  .img-div.s1-3 {
    height: 250px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .img-div.s3-3, .img-div.s4-3, .img-div.s5-3 {
    margin-top: 20px;
    margin-bottom: 0;
  }

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

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

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

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

  .large-single-image-div.s2-2, .large-single-image-div.s1-2, .large-single-image-div.s4-2, .large-single-image-div.s5-2 {
    min-height: 250px;
  }

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

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

  .h2-title {
    margin-left: 0;
    font-size: 26px;
    font-weight: 500;
  }

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

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

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

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

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

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

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

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

  .cta-text-contact {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }

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

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

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

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

  .icon-block {
    margin-bottom: 5px;
  }

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

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

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

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

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

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

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

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

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

  .announcement-link {
    font-size: 15px;
  }

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

  .announcement-icon {
    font-size: 1.2em;
    display: none;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
  }

  .banner-text-2 {
    font-size: 22px;
    line-height: 24px;
  }

  .block-hero-large {
    border-top-left-radius: 0;
    border-bottom-right-radius: 140px;
    width: 100%;
    margin-bottom: -400px;
    margin-left: 0;
    padding: 20px;
  }

  .subtitle-white {
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 700;
  }

  .trust-logo {
    width: 100%;
  }

  .logo-grid4, .logo-grid5 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .sec-title {
    font-size: 28px;
  }

  .footer-grid {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-text {
    text-align: center;
    letter-spacing: 1px;
  }

  .footer-link {
    text-align: center;
    letter-spacing: -.2px;
    font-size: 13px;
    line-height: 150%;
  }

  .mumber-col, .number-col-customer, .number-col-support {
    font-size: 45px;
  }

  .service-cel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-head.position-relativez1 {
    font-size: 18px;
  }

  .quick-stacks {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .list-logo {
    margin-top: 10px;
  }

  .location-strip-section {
    min-height: 70vh;
  }

  .feat-event-info-wrap {
    flex-direction: column;
    width: 90%;
    padding-right: 0%;
    display: flex;
  }

  .event-header-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .location-strip-content {
    background-color: #000000d9;
    flex-direction: column;
    justify-content: center;
  }

  .footer-btn-text, .outline-btn-text {
    letter-spacing: 0;
    font-size: 14px;
  }

  .location-hours {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .arrow-button-secondary {
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-button-secondary.pad-right-1rem {
    height: auto;
    margin-top: 1rem;
    padding: 12px 32px;
  }

  .button-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .wave-text-up-btn.pad-right-1rem {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

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

  .livechat-button-2 {
    width: 90%;
  }

  .side-socials {
    justify-content: flex-end;
    height: 120px;
    inset: auto 0% 0% auto;
  }

  .foot-icon {
    display: none;
  }

  .service-banner {
    height: 325px;
  }

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

  .gallery-thumb {
    height: 275px;
  }

  .features-grid_item {
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._1x3-grid-3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .bullet-heading, .text-custom-gray {
    font-size: 15px;
    font-weight: 300;
  }

  .text-custom-gray.box, .text-custom-gray._0top {
    font-size: 15px;
    line-height: 22px;
  }

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

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

  .text-size-medium-4.text-weight-semibold {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }

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

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

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

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

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

#w-node-d02b7adb-f750-3bc3-6fe8-14cb73ed7934-477d865f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr 1fr;
}

#w-node-d02b7adb-f750-3bc3-6fe8-14cb73ed7935-477d865f, #w-node-d02b7adb-f750-3bc3-6fe8-14cb73ed794b-477d865f {
  grid-column: span 2 / span 2;
}

#w-node-e92bc41a-22c0-e51e-9c3f-0267da49f0b2-da49f0af, #w-node-e92bc41a-22c0-e51e-9c3f-0267da49f0b5-da49f0af, #w-node-e92bc41a-22c0-e51e-9c3f-0267da49f0c2-da49f0af, #w-node-e92bc41a-22c0-e51e-9c3f-0267da49f0cf-da49f0af, #w-node-_63bd13d3-6456-1a1d-bc79-7140cb7a7fea-cb7a7fe1, #w-node-_63bd13d3-6456-1a1d-bc79-7140cb7a7fec-cb7a7fe1, #w-node-_63bd13d3-6456-1a1d-bc79-7140cb7a7fee-cb7a7fe1, #w-node-_63bd13d3-6456-1a1d-bc79-7140cb7a7ff1-cb7a7fe1, #w-node-_63bd13d3-6456-1a1d-bc79-7140cb7a7ff3-cb7a7fe1, #w-node-_63bd13d3-6456-1a1d-bc79-7140cb7a7ff5-cb7a7fe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a9b2e50-64a9-e95e-cf0d-39d8d3e5db37-d3e5db28, #w-node-_8a9b2e50-64a9-e95e-cf0d-39d8d3e5db40-d3e5db28, #w-node-_8a9b2e50-64a9-e95e-cf0d-39d8d3e5db49-d3e5db28, #w-node-_8a9b2e50-64a9-e95e-cf0d-39d8d3e5db54-d3e5db28 {
  align-self: center;
}

#w-node-_4ed67000-ee7b-5a37-552e-7e5142d0e135-42d0e133, #w-node-_4ed67000-ee7b-5a37-552e-7e5142d0e13a-42d0e133, #w-node-_4ed67000-ee7b-5a37-552e-7e5142d0e13f-42d0e133 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d61a38cd-d4cc-9828-af9f-9ebcfd1065a5-477d8663, #w-node-d61a38cd-d4cc-9828-af9f-9ebcfd1065ae-477d8663, #w-node-d61a38cd-d4cc-9828-af9f-9ebcfd1065b7-477d8663, #w-node-d61a38cd-d4cc-9828-af9f-9ebcfd1065c2-477d8663 {
  align-self: center;
}

#w-node-e2a4fd58-164f-c880-56a4-9e387450a350-446069d3, #w-node-_97e7fcdf-fb41-fb7c-8c6d-34cf54c40aae-446069d3, #w-node-_972bc05e-b20a-d522-922d-4a89ded53341-e4f9d75b, #w-node-c38698b2-2fa5-e13e-a792-ad146ba28aa9-e4f9d75b, #w-node-_75943391-0d05-6709-92ec-a4582ab95b84-e4f9d75b, #w-node-_51eadc5a-a83e-ba0d-5870-70d973e9bdcc-c80db1eb, #w-node-a1ae9211-0d60-1088-cb8e-91bab6a7d054-bd443e2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e92bc41a-22c0-e51e-9c3f-0267da49f0b2-da49f0af, #w-node-e92bc41a-22c0-e51e-9c3f-0267da49f0b5-da49f0af, #w-node-e92bc41a-22c0-e51e-9c3f-0267da49f0c2-da49f0af, #w-node-e92bc41a-22c0-e51e-9c3f-0267da49f0cf-da49f0af {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d02b7adb-f750-3bc3-6fe8-14cb73ed7934-477d865f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-bb4bae69-e316-61b9-f611-6e66169a32af-169a32ac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bb4bae69-e316-61b9-f611-6e66169a32b4-169a32ac {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-bb4bae69-e316-61b9-f611-6e66169a32b9-169a32ac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d02b7adb-f750-3bc3-6fe8-14cb73ed7934-477d865f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8a9b2e50-64a9-e95e-cf0d-39d8d3e5db34-d3e5db28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8a9b2e50-64a9-e95e-cf0d-39d8d3e5db37-d3e5db28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_8a9b2e50-64a9-e95e-cf0d-39d8d3e5db3d-d3e5db28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8a9b2e50-64a9-e95e-cf0d-39d8d3e5db40-d3e5db28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_8a9b2e50-64a9-e95e-cf0d-39d8d3e5db46-d3e5db28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8a9b2e50-64a9-e95e-cf0d-39d8d3e5db49-d3e5db28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_8a9b2e50-64a9-e95e-cf0d-39d8d3e5db51-d3e5db28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8a9b2e50-64a9-e95e-cf0d-39d8d3e5db54-d3e5db28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-bb4bae69-e316-61b9-f611-6e66169a32af-169a32ac, #w-node-bb4bae69-e316-61b9-f611-6e66169a32b4-169a32ac {
    justify-self: center;
  }

  #w-node-d61a38cd-d4cc-9828-af9f-9ebcfd1065a2-477d8663 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d61a38cd-d4cc-9828-af9f-9ebcfd1065a5-477d8663 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d61a38cd-d4cc-9828-af9f-9ebcfd1065ab-477d8663 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d61a38cd-d4cc-9828-af9f-9ebcfd1065ae-477d8663 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d61a38cd-d4cc-9828-af9f-9ebcfd1065b4-477d8663 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d61a38cd-d4cc-9828-af9f-9ebcfd1065b7-477d8663 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d61a38cd-d4cc-9828-af9f-9ebcfd1065bf-477d8663 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d61a38cd-d4cc-9828-af9f-9ebcfd1065c2-477d8663 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-a5c0f27e-26be-5d54-3441-20ad00896f73-477d8665, #w-node-_365553b8-5ec4-e2a4-05b3-122b9f7b58c4-b77ce2ee, #w-node-fae53116-64f8-9cbb-af8d-1ac97be28f42-e4f9d75b {
    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'), 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'), 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'), 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;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/centurygothic_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/centurygothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}