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

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

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

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

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

:root {
  --black: #282828;
  --dark-blue: #12599c;
  --white: white;
  --cyan: #348ae1;
  --15-cyan: #348ae126;
  --white-2: white;
  --black-2: black;
}

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.nav-link {
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #16252e1a;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s ease-in-out;
}

.nav-link:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

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

.nav-link.contact-nav {
  background-color: var(--dark-blue);
  color: var(--white);
  height: 100%;
  transition: all .2s ease-in-out;
}

.nav-link.contact-nav:hover {
  background-color: var(--cyan);
  color: #f0f6f8;
}

.nav-link.contact-nav.call-btn {
  display: none;
}

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

.nav-container {
  border-radius: 5px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.nav-menu {
  text-align: right;
  align-items: center;
  display: flex;
}

.dropdown-list {
  margin-top: 20px;
}

.dropdown-list.w--open {
  background-color: #f0f6f8;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  min-width: 240px;
  margin-top: 10px;
}

.navbar {
  background-color: var(--white);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  display: flex;
  overflow: visible;
  box-shadow: 0 2px 8px #0003;
}

.drop-down-link {
  border-top: 1px solid var(--15-cyan);
  border-left: 5px solid var(--white);
  background-color: var(--white);
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

.drop-down-link:hover {
  border-left-color: var(--dark-blue);
  background-color: var(--cyan);
  color: var(--white);
}

.drop-down-link.w--current {
  border-left-color: var(--cyan);
  background-color: var(--dark-blue);
  color: var(--white);
}

.drop-down-link.last {
  border-bottom-color: #1b1b1b00;
}

.navigation-bar {
  z-index: 10000;
  border-radius: 5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: fixed;
  inset: 0 0% auto;
  overflow: visible;
}

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

.dropdown-toggle.nav-link {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 35px;
}

.hero-container {
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.hero-intro-text {
  color: var(--dark-blue);
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.75;
}

.banner-text {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.banner-text._20b {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

.p.light {
  color: #c4c4c4;
}

.p.light.testimonial-text {
  color: #f0f6f8;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1rem;
  font-weight: 300;
}

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

.hero-section {
  background-color: #fff;
  background-image: linear-gradient(#fff0, #1b1b1b91), url('../images/banner-1.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.hero-section.small {
  height: 60vh;
  min-height: 600px;
  padding-top: 100px;
}

.hero_btn {
  background-color: var(--dark-blue);
  color: var(--white);
  margin-top: 20px;
  margin-right: 20px;
  padding: 20px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.hero_btn:hover {
  background-color: var(--black);
}

.hero_btn.outline-btn {
  background-color: var(--cyan);
  color: var(--white);
  transition: all .2s ease-in-out;
}

.hero_btn.outline-btn:hover {
  background-color: var(--black);
}

.hero-card {
  border-left: 5px solid var(--dark-blue);
  background-color: #f0f6f8;
  width: 40%;
  margin-left: 5%;
  padding: 25px;
}

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

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

.section-info-title {
  text-transform: uppercase;
}

.section-info-title.large-text {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.section-info-title.white, .section-info-title.light {
  color: #fefefe;
}

.section-info-title.light.center {
  text-align: center;
}

.section-info-title.light.center.b {
  color: var(--dark-blue);
}

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

.services-desc {
  color: #21323d;
  font-size: 1rem;
  line-height: 1.75;
}

.services-text-block {
  border-bottom: 2px solid var(--cyan);
  background-color: #fefefe;
  padding: 30px 20px 20px;
  box-shadow: 1px 1px 3px #101b2240;
}

.services-button-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: grid;
}

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

.section-line.large-line {
  width: 35px;
  margin-right: 0;
}

.section-line.white, .section-line.light {
  background-color: #fefefe;
}

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

.container.container-fluid {
  width: 98%;
  max-width: 98%;
}

.container.container-fluid.b {
  background-color: var(--dark-blue);
}

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

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

.container.display-flex.container-1600px.copy-flex {
  justify-content: center;
  width: 80%;
  font-size: 14px;
}

.services-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.services-title.price {
  color: var(--dark-blue);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.services-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s ease-in-out;
}

.services-block:hover {
  transform: translate(0, -20px);
}

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

.section-info-wrapper.text-center {
  text-align: center;
  justify-content: center;
  padding-bottom: 40px;
}

.services-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-height: 300px;
  margin-bottom: -40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 1px 1px 3px #101b2240;
}

.service-btn {
  background-color: var(--cyan);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.service-btn:hover {
  background-color: var(--black);
}

.service-btn.blue {
  background-color: var(--dark-blue);
  padding: 10px 20px;
  display: inline-block;
}

.service-btn.blue:hover {
  background-color: var(--black);
}

.section {
  background-color: #fefefe;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section.b {
  background-color: #348ae11c;
}

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

.sm-inner-img {
  background-color: var(--cyan);
  color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 8%;
  margin-top: -25px;
  margin-bottom: 0;
  margin-right: -25px;
  display: flex;
}

.left-contact.padding-top-20 {
  padding-top: 20px;
}

.left-contact.padding-top-20.flex {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.project-img-title {
  text-align: center;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
}

.left-text-area {
  width: 48%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.left-text-area.cyan {
  background-color: var(--cyan);
  padding: 100px 40px 40px;
  position: relative;
}

.left-text-area.cyan._100 {
  background-color: #348ae100;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 0;
}

.left-text-area.cyan._100._40 {
  padding-right: 40px;
}

.left-text-area._100--width {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.left-text-area._100--width._0p {
  padding-left: 60px;
}

.left-text-area._40p {
  flex-direction: column;
  padding-top: 100px;
  display: flex;
}

.heading-1 {
  color: #101b22;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-1.margin-top-bottom-10 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
}

.heading-1.margin-top-bottom-10.white {
  color: var(--white);
}

.right-double-img {
  width: 48%;
}

.right-double-img.image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.right-double-img.image.contact {
  background-image: none;
}

.right-double-img.image.map {
  background-image: none;
  flex-direction: column-reverse;
  align-items: flex-end;
}

.right-double-img.image.home-2 {
  background-image: url('../images/fans-on-wall.webp');
}

.right-double-img.image.car-1 {
  background-image: url('../images/air-conditioning-in-car.webp');
}

.right-double-img.image.cold-1 {
  background-image: url('../images/wall.webp');
}

.right-double-img.image.comm-1 {
  background-image: url('../images/27797626_1621980924557663_7397118786660292904_o.webp');
}

.right-double-img.heating {
  background-image: url('../images/air-con-near-door.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.right-double-img.heating.contact {
  background-image: none;
}

.right-double-img.heating.map {
  background-image: none;
  flex-direction: column-reverse;
  align-items: flex-end;
}

.default-btn {
  color: #101b22;
  background-color: #ffe135;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  color: #fefefe;
  background-color: #101b22;
}

.default-btn.margin-top-40 {
  background-color: var(--dark-blue);
  color: var(--white);
  margin-top: 40px;
}

.default-btn.margin-top-40:hover {
  background-color: var(--black);
}

.default-btn.margin-top-40.hover-white {
  border: 1px solid var(--white);
}

.default-btn.margin-top-40.hover-white:hover {
  color: #101b22;
  background-color: #fefefe;
}

.default-btn.margin-top-40 {
  text-transform: uppercase;
  margin-top: 40px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.default-btn.margin-top-40.white {
  border: 1px solid var(--white);
  background-color: var(--cyan);
  color: var(--white);
}

.default-btn.margin-top-40.white:hover {
  background-color: var(--black);
}

.default-btn.margin-top-40.black {
  background-color: var(--cyan);
}

.default-btn.margin-top-40.black:hover {
  background-color: var(--black);
}

.h2-section {
  background-color: var(--dark-blue);
  justify-content: space-between;
  display: flex;
}

.h2-section.display-flex {
  justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-section.display-flex.flex-reverse {
  flex-direction: row-reverse;
}

.h2-section.display-flex.gradiant-reverse {
  background-color: var(--dark-blue);
  background-image: none;
}

.h2-section.display-flex.no-bg {
  background-image: none;
}

.h2-section.display-flex.b {
  margin-left: auto;
  padding-left: 60px;
}

.section-heading-2 {
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

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

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

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

.h2-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.h2-img.min-height-300 {
  min-height: 300px;
}

.h2-img.min-height-300.img-edit {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.h2-img.home-3 {
  background-image: url('../images/dixon-center.webp');
}

.h2-img.car-2 {
  background-image: url('../images/large-car-air-conthumb.webp');
}

.h2-img.cold-2 {
  background-image: url('../images/hocked-up-fan.webp');
}

.h2-img.heating-2 {
  background-image: url('../images/heating-anf-cooling.webp');
}

.h2-img.commer-2 {
  background-image: url('../images/27797752_1621982674557488_3167448995992630348_o.webp');
  background-position: 50% 0;
}

.h2 {
  text-transform: uppercase;
}

.h2.h2-white {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.col-1 {
  flex-direction: column;
  justify-content: flex-start;
  width: 48%;
  display: flex;
}

.col-1.flex-grid {
  display: none;
}

.bottom-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: 45%;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.bottom-img:hover {
  transform: translate(-10px);
}

.bottom-img.img-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.bottom-img.img-2:hover {
  transform: translate(10px);
}

.col-2 {
  flex-direction: column-reverse;
  justify-content: flex-start;
  width: 48%;
  display: flex;
}

.right-img-grid {
  justify-content: space-between;
  width: 48%;
  display: flex;
}

.top-img {
  background-image: url('../images/272168413_1272168413.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45%;
}

.top-img.margin-top-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.margin-top-10:hover {
  transform: translate(0, 10px);
}

.top-img.margin-bottom-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.margin-bottom-10:hover {
  transform: translate(0, -10px);
}

.title-as-section {
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
}

.heading-3-btn {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  padding: 15px 50px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.9;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.heading-3-btn:hover {
  background-color: var(--cyan);
  color: #fff;
}

.heading-3-left-image {
  background-image: url('../images/large-car-air-con.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 49.5%;
  min-height: 400px;
}

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

.heading-3-top-title {
  align-items: center;
  display: flex;
}

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

.heading-3-wrapper {
  justify-content: space-between;
  display: flex;
}

.h3-cta-text {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.heading-3-section {
  padding-top: 10px;
  padding-bottom: 20px;
}

.footer-brand {
  text-decoration: none;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.5fr;
  grid-auto-columns: 1fr;
}

.footer-link {
  color: var(--black);
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.footer-link.black {
  color: #000;
}

.footer-link.address {
  max-width: 220px;
}

.footer-col-text-title {
  box-shadow: 0 1px 0 0 var(--cyan);
  color: var(--dark-blue);
  text-transform: uppercase;
  padding-bottom: 0;
  font-weight: 600;
  display: inline-block;
}

.footer-links-block {
  flex-direction: column;
  padding-top: 10px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

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

.left-copy-text {
  justify-content: flex-end;
  width: 70%;
  display: flex;
}

.footer-copy-social {
  justify-content: flex-end;
  display: flex;
}

.footer-social-icon {
  background-color: var(--cyan);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-icon:hover {
  background-color: var(--dark-blue);
}

.footer-link-texts {
  color: var(--cyan);
  text-align: center;
  width: 90%;
  margin-bottom: 0;
}

.arrow-up {
  z-index: 1000;
  background-color: #ffd900;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.socials {
  z-index: 1000;
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto auto 20px 3%;
}

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

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

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

.arrow-up-2 {
  z-index: 1000;
  background-color: #ffd900;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto auto 10% 3%;
}

.back-to-top {
  border: 1px solid var(--white);
  background-color: var(--dark-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.back-to-top:hover {
  background-color: var(--cyan);
}

.list {
  padding-left: 0;
}

.list._2-row {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.list-item {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.list-icon {
  color: #ffdb3a;
  background-image: url('../images/key_1key.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.bullet-list {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.bullet-list.b {
  color: #000;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--cyan);
  color: var(--white);
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -50px 0 0 var(--cyan);
  color: #fff;
}

.hyperlink.b {
  color: var(--black);
}

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

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

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

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid var(--15-cyan);
  color: #000;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 15px;
  display: flex;
}

.font-icon {
  background-color: var(--dark-blue);
  color: var(--white);
  border: 1px #e5605c;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
  display: flex;
}

.hyperlink-2 {
  color: #000;
  padding-left: 2.5px;
  padding-right: 2.5px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
  box-shadow: inset 0 -2px #e5605c;
}

.hyperlink-2:hover {
  color: #f7f7f2;
  box-shadow: inset 0 -100px #e5605c;
}

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

.lb, .contactform {
  width: 100%;
}

.google-map {
  background-image: url('../images/google-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
}

.google-map.f {
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.footer-links-block-2 {
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.footer-links-block-2.remove {
  padding-top: 0;
}

.footer-link-2 {
  color: #f0f6f8;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.95;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

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

.footer-link-2.black {
  color: #000;
}

.heading-2-img-section-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

.heading-2-img-section-2.home-1 {
  background-image: url('../images/13151975_1024606160961812_4865209888713742570_n-1920w.webp');
}

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

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

.default-btn-2 {
  color: #101b22;
  background-color: #ffe135;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.default-btn-2:hover {
  color: #fefefe;
  background-color: #101b22;
}

.default-btn-2.margin-top-40 {
  text-transform: uppercase;
  margin-top: 40px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.default-btn-2.margin-top-40.hover-white {
  background-color: var(--cyan);
  color: var(--white);
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.default-btn-2.margin-top-40.hover-white:hover {
  color: #101b22;
  background-color: #fefefe;
}

.default-btn-2.margin-top-40.white {
  color: var(--black);
  background-color: #fefefe;
}

.default-btn-2.margin-top-40.white:hover {
  background-color: var(--cyan);
  color: var(--white);
}

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

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

.heading-2-img-section-3.no-img.grid-edit {
  grid-column-gap: 16px;
  grid-row-gap: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: start;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  padding-right: 40px;
  display: grid;
}

.default-btn-3 {
  color: #101b22;
  background-color: #ffe135;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.default-btn-3:hover {
  color: #fefefe;
  background-color: #101b22;
}

.default-btn-3.margin-top-40 {
  text-transform: uppercase;
  margin-top: 40px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.default-btn-3.margin-top-40.hover-white {
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.default-btn-3.margin-top-40.hover-white:hover {
  color: #101b22;
  background-color: #fefefe;
}

.default-btn-3.margin-top-40.white {
  background-color: #fefefe;
}

.default-btn-3.margin-top-40.white:hover {
  color: #1b1b1b;
  background-color: #ffd900;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

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

.cta-text-contact {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 700;
}

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

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

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

.form {
  width: 100%;
}

.icon {
  background-color: var(--cyan);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  display: flex;
}

.co-logo {
  width: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.bottom-logo {
  width: 100%;
  max-width: 300px;
}

.svs-img {
  width: 100%;
}

.icon-2 {
  margin-right: 15px;
}

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

.left-contact-div.padding-top-20 {
  padding-top: 20px;
}

.left-contact-div.padding-top-20.flex {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.site-map-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.site-map-div.remove {
  padding-top: 0;
}

.banner-sub {
  color: var(--cyan);
  font-size: 21px;
  font-weight: 400;
}

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

.default-list.list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  margin-top: 10px;
  padding-left: 0;
  display: grid;
}

.default-list.list-grid.w {
  color: #f7fbff;
}

.default-list.list-grid.w._40t {
  margin-top: 40px;
}

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

.h3-text-list {
  color: var(--black);
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.h3-text-list:hover {
  margin-left: 0;
  padding-left: 0;
  transform: translate(10px);
}

.h3-text-list.w {
  color: var(--white);
}

.fa-icon {
  background-color: var(--cyan);
  color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 16px;
  display: flex;
}

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

.testimonials {
  width: 100%;
}

.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(--dark-blue);
  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(--cyan);
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--dark-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(--cyan);
  transform: scale(1.05);
}

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

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

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

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

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

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

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

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

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

.whatsapp-chat {
  background-color: #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(--cyan);
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.asso-container {
  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: 10px;
  margin-bottom: 40px;
  display: grid;
}

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

.assos-div._1 {
  background-image: url('../images/lac-1.webp');
  background-position: 50%;
  background-size: cover;
  padding: 0;
  display: block;
}

.assos-div._2 {
  background-image: url('../images/lac-4.webp');
  background-size: contain;
}

.assos-div._3 {
  background-image: url('../images/lac-3.webp');
}

.assos-div._4 {
  background-image: url('../images/lac-2.webp');
  background-size: 90%;
}

.assos-div._5 {
  background-image: url('../images/655200995c6f3c9ceedf6e28_720_600_1-1.webp');
  background-size: contain;
  height: 100px;
}

.h1-small {
  color: var(--cyan);
  font-weight: 300;
}

.heading-3 {
  text-transform: uppercase;
  font-size: 25px;
}

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

.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 {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

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

.fs-cc-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 {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

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

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

.fs-cc-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: #021a69;
  font-size: 12px;
}

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

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

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

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

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

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

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

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

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

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

@media screen and (min-width: 1920px) {
  .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) {
  .nav-link {
    background-color: #f0f6f8;
  }

  .nav-link.contact-nav.call-btn {
    margin-right: 5px;
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
  }

  .drop-downmenu {
    width: 100%;
  }

  .nav-container {
    border-radius: 0;
    max-width: 1300px;
  }

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

  .menu-button {
    background-color: var(--black);
    color: #f0f6f8;
  }

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

  .navbar {
    border-radius: 0;
    width: 100%;
  }

  .drop-down-link {
    text-transform: uppercase;
  }

  .navigation-bar, .dropdown-toggle.nav-link {
    width: 100%;
  }

  .p.light.testimonial-text {
    font-size: 1.15rem;
  }

  .hero-section.small {
    height: auto;
    min-height: auto;
    padding-top: 160px;
    padding-bottom: 60px;
  }

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

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

  .section-info-title.large-text {
    font-size: 26px;
    line-height: 36px;
  }

  .services-text-block {
    padding-top: 20px;
  }

  .container.display-flex.container-1600px.copy-flex {
    text-align: center;
    flex-direction: column;
  }

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

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

  .left-text-area {
    width: 100%;
    padding: 40px;
  }

  .left-text-area.cyan {
    width: 100%;
  }

  .left-text-area.cyan.bg-white {
    background-color: #0000;
  }

  .left-text-area._100--width {
    padding-left: 0;
    padding-right: 0;
  }

  .left-text-area._40p {
    padding: 40px;
  }

  .left-text-area._0p {
    padding: 0;
  }

  .right-double-img.image {
    width: 100%;
    height: 500px;
    margin-top: 60px;
  }

  .right-double-img.image.contact {
    height: auto;
  }

  .right-double-img.image.map {
    height: auto;
    margin-top: 40px;
  }

  .right-double-img.heating {
    width: 100%;
    height: 500px;
    margin-top: 100px;
  }

  .right-double-img.heating.contact {
    height: auto;
  }

  .right-double-img.heating.map {
    height: auto;
    margin-top: 40px;
  }

  .default-btn.margin-top-40, .default-btn.margin-top-40.black {
    margin-top: 20px;
  }

  .h2-section {
    flex-direction: column;
  }

  .h2-section.display-flex {
    background-image: none;
    flex-direction: column;
  }

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

  .h2-section.display-flex.no-bg {
    padding-bottom: 40px;
  }

  .section-heading-2.m-top-10 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h2-img {
    width: 100%;
    height: 450px;
  }

  .right-img-grid {
    width: 100%;
    min-height: 500px;
    margin-top: 40px;
    padding-top: 0;
  }

  .heading-3-btn {
    text-align: center;
    width: 100%;
  }

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

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

  .heading-3-section {
    padding-top: 0;
  }

  .div-block {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .footer-copy-social {
    margin-top: 20px;
  }

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

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

  .google-map, .heading-2-img-section-2 {
    width: 100%;
  }

  .default-btn-2.margin-top-40.hover-white, .default-btn-2.margin-top-40.white {
    margin-top: 20px;
  }

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

  .heading-2-img-section-3.no-img.grid-edit {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .form {
    margin-top: 40px;
  }

  .bottom-logo {
    max-width: 280px;
  }

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

  .icon-4 {
    color: var(--white);
    text-align: center;
  }

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

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

@media screen and (max-width: 767px) {
  .brand {
    margin-left: 0;
  }

  .hero-section {
    background-image: linear-gradient(#fff0, #1b1b1b91), url('../images/banner-1.webp');
    background-position: 0 0, 50%;
  }

  .hero-section.small {
    padding-top: 140px;
  }

  .hero-card {
    background-color: #f0f6f8b8;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .services-text-block {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .services-block {
    margin-bottom: 40px;
    display: flex;
  }

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

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

  .sm-inner-img {
    width: auto;
    margin-top: -10px;
    margin-right: -10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-text-area._0p {
    padding: 0;
  }

  .right-double-img.image, .right-double-img.heating {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .default-btn.margin-top-40 {
    text-align: center;
    text-align: center;
    width: 100%;
  }

  .h2-section {
    width: 100%;
  }

  .h2-img {
    height: 350px;
  }

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

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

  .f-col {
    border-bottom: 1px solid #f0f6f81f;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .f-col.no-padding {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-links-block {
    padding-top: 10px;
  }

  .footer-wrapper, .list._2-row {
    grid-template-columns: 1fr;
  }

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

  .footer-links-block-2 {
    padding-top: 10px;
  }

  .default-btn-2.margin-top-40, .default-btn-3.margin-top-40 {
    text-align: center;
    width: 100%;
  }

  .co-logo {
    width: auto;
    max-width: 250px;
  }

  .svs-img {
    width: 95%;
    height: 400px;
  }

  .site-map-div {
    padding-top: 10px;
  }

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .nav-link.contact-nav.call-btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
  }

  .brand {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

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

  .navbar {
    flex-direction: column;
    padding-right: 0;
  }

  .hero-intro-text {
    font-size: 1.3rem;
  }

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

  .banner-text._20b {
    font-size: 27px;
  }

  .hero-section {
    background-image: linear-gradient(#fff0, #1b1b1b91), url('../images/banner-1.webp');
    background-position: 0 0, 50%;
    min-height: 108vh;
  }

  .hero-section.small {
    padding-top: 150px;
    padding-bottom: 30px;
  }

  .hero_btn {
    text-align: center;
    width: 100%;
    padding: 15px 30px;
  }

  .hero_btn.outline-btn {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .hero-card {
    background-color: #f0f6f8b8;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
  }

  .section-info-title.large-text {
    font-size: 24px;
    line-height: 34px;
  }

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

  .services-block {
    margin-bottom: 0;
  }

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

  .section-info-wrapper.text-center {
    padding-bottom: 20px;
  }

  .service-btn {
    font-weight: 400;
  }

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

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

  .sm-inner-img {
    width: auto;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-img-title {
    font-size: 1rem;
  }

  .left-text-area {
    padding: 20px;
  }

  .left-text-area.cyan {
    padding: 30px 20px;
  }

  .left-text-area._100--width._0p {
    padding-left: 0;
  }

  .left-text-area._40p {
    padding: 20px 20px 10px;
  }

  .left-text-area._0p {
    padding: 0;
  }

  .heading-1.margin-top-bottom-10 {
    color: #16252e;
    text-transform: uppercase;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .heading-1.margin-top-bottom-10.white {
    color: #f0f6f8;
  }

  .right-double-img.image {
    height: 300px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .right-double-img.heating {
    height: 250px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .default-btn.margin-top-40 {
    margin-top: 10px;
  }

  .h2-section.display-flex.no-bg {
    padding-bottom: 30px;
  }

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

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

  .h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .h2.h2-white {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .col-1 {
    width: 100%;
    min-height: 300px;
    display: none;
  }

  .col-1.flex-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    min-height: 480px;
    margin-bottom: 30px;
    display: grid;
  }

  .bottom-img {
    height: 100%;
  }

  .col-2 {
    width: 100%;
    min-height: 300px;
  }

  .right-img-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    display: grid;
  }

  .top-img.margin-top-10, .top-img.margin-bottom-10 {
    height: 100%;
  }

  .heading-3-btn {
    text-align: center;
    width: 100%;
  }

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

  .heading-3-right-text {
    margin-top: 0;
    padding: 20px;
  }

  .h3-cta-text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .f-col {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .f-col.no-padding {
    padding-bottom: 0;
  }

  .footer-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .footerlink-section {
    padding-bottom: 70px;
  }

  .socials {
    background-color: var(--dark-blue);
    justify-content: center;
    width: 120px;
    bottom: 10px;
    right: 5%;
  }

  .social-button {
    background-color: var(--dark-blue);
  }

  .arrow-up-2 {
    display: none;
    bottom: 10px;
    right: 5%;
  }

  .bullet-list, .bullet-list.b {
    font-size: 14px;
  }

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

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

  .footer-link-2 {
    margin-bottom: 5px;
    font-size: 14px;
  }

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

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

  .section-info-wrapper-2 {
    margin-bottom: 0;
  }

  .para {
    font-weight: 300;
  }

  .title-container-2 {
    margin-bottom: 0;
  }

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

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

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

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

  .contact-info-block.m-bottom-20.m-top-60 {
    grid-template-columns: 60px 1fr;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .form {
    margin-top: 20px;
  }

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

  .co-logo {
    width: 100%;
    max-width: 220px;
  }

  .bottom-logo {
    padding-bottom: 10px;
  }

  .svs-img {
    height: 250px;
  }

  .icon-3 {
    text-align: center;
  }

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

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

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

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

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

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

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

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

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

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

#w-node-_13e00f3c-194b-6ff0-77ff-14657b0da026-7b0da016 {
  align-self: center;
}

#w-node-_13e00f3c-194b-6ff0-77ff-14657b0da02b-7b0da016 {
  align-self: end;
}

#w-node-_13e00f3c-194b-6ff0-77ff-14657b0da02f-7b0da016, #w-node-_13e00f3c-194b-6ff0-77ff-14657b0da038-7b0da016, #w-node-_58f17072-570f-96e0-a688-e61fdd9aa23a-be35d90b {
  align-self: center;
}

#w-node-_58f17072-570f-96e0-a688-e61fdd9aa23f-be35d90b {
  align-self: end;
}

#w-node-_58f17072-570f-96e0-a688-e61fdd9aa243-be35d90b, #w-node-_58f17072-570f-96e0-a688-e61fdd9aa24c-be35d90b {
  align-self: center;
}

#w-node-da8d081e-77ee-7f1c-884a-22efd67750f7-be35d90c, #w-node-_6f6e3f4a-d9c9-f844-643f-e8fe622950e8-be35d90c, #w-node-_63805d63-9a73-8748-69de-bcf7adbaee82-be35d90c, #w-node-_02b096b6-9e49-8f9b-88f2-6bb6e5a0f57f-be35d90c, #w-node-_3cf98a5c-9691-2e91-96bd-b54d851ff2e4-be35d90c, #w-node-c3093d58-7c28-c62d-9809-a1edbd9f0475-be35d90c, #w-node-aa9f9c40-688a-cc17-4238-7bb0d35e1ea7-be35d90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-aff942e5-7f39-1f40-e2bc-1e82feb5852c-be35d909 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_13e00f3c-194b-6ff0-77ff-14657b0da034-7b0da016, #w-node-_58f17072-570f-96e0-a688-e61fdd9aa248-be35d90b {
    justify-self: center;
  }
}


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