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

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

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

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

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

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

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

:root {
  --white: #fff;
  --secondary: #474747;
  --primary: #4a708e;
  --black: black;
  --light-grey: #919191;
  --pale-grey: #ddd;
}

.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(--secondary);
  font-family: Montserrat, sans-serif;
}

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

.announcement-contact:hover {
  color: #212529;
}

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

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

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

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

.container {
  color: var(--primary);
  flex-direction: column;
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

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

.container.nav-fluid {
  margin-top: 10px;
}

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

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

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

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

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

.announcement-wrapper {
  background-color: var(--black);
  padding: 5px 40px;
  display: flex;
}

.header-social-media {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-social-media.topo {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-social-media.middle {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header-social-media.whitew {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-social-icon.margin-right-none {
  border-radius: 4px;
  margin-right: 0;
}

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

.header-social-icon.white.big {
  width: 40px;
  height: 40px;
}

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

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

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

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

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

.navbar {
  z-index: 1000;
  background-color: var(--white);
  width: 100%;
  padding-bottom: 10px;
  position: fixed;
}

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

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

.slide {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/Kitchen-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

.button:hover {
  transform: scale(.95);
}

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

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

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

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

.hero-section {
  height: 100%;
  padding-top: 50px;
  position: relative;
}

.hero-slider {
  height: 90vh;
  position: static;
}

.slide-2 {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/fire-damper-testing.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

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

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

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

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

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

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

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

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

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

.section-design-1-h1.auto {
  margin-left: auto;
}

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

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

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

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

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

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

.left-section._95 {
  width: 95%;
  max-width: 1400px;
}

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

.right-section {
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
}

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

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

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

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

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

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

.inner-img.map {
  background-image: none;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
}

.inner-img.img-1 {
  background-image: url('../images/Air-2.webp');
}

.inner-img.img-2 {
  background-image: url('../images/fire-damper-testing.webp');
}

.inner-img.kitchen-1 {
  background-image: url('../images/Kitchen-2.webp');
}

.inner-img.cctv-2 {
  background-image: url('../images/cctv.webp');
}

.inner-img.duct-4 {
  background-image: url('../images/ductwork-cleaning-set-up.webp');
}

.card-bullet {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.card-bullet.list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.card-bullet.left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
}

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

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

.top-title-content.left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  display: flex;
}

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

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

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

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

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

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

.bullet-list-services {
  background-color: var(--light-grey);
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

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

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

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

.bullet-block {
  background-color: var(--white);
  box-shadow: 1px 1px 3px 0 var(--white);
  text-align: left;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  transition: all .2s ease-in-out;
  display: flex;
}

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

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

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

.container-fluid.display-flex {
  background-color: var(--primary);
  display: flex;
}

.container-fluid.display-flex.w {
  background-color: var(--white);
}

.container-fluid.grey {
  background-color: var(--light-grey);
}

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

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

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

.section-2-text-content._100 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-2-text-content._100.w {
  background-color: var(--white);
}

.section-2-text-content._100.g, .section-2-text-content.white {
  background-color: var(--light-grey);
}

.section-2-text-content.white-bg {
  background-color: var(--white);
}

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

.heading-3-cta-section.contactform {
  background-color: var(--primary);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.content-h3-box._100 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.heading-3-text {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  padding-right: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.25;
}

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

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

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

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

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

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

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

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

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

.footer-col._00 {
  width: 100%;
}

.footer-col.box {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  height: 10vh;
}

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

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

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

.contact-block-1.border-none {
  border-right-style: none;
  align-items: center;
}

.contact-block-1._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.contact-block-1._100.bord {
  border-bottom: 1px solid var(--white);
  border-right-style: none;
}

.contact-block-1._100.nobord {
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 20px;
}

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

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

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

.footer-mid-content {
  border: 1px solid var(--primary);
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-info-text {
  line-height: 35px;
}

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

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

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

.contact-type-title.red {
  color: var(--primary);
}

.contact-type-title.backtotop {
  color: var(--black);
}

.footer-contact-info {
  border: 1px solid var(--primary);
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.footer-contact-info.vert {
  flex-flow: column;
}

.footer-contact-info.vert.contact {
  border-style: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

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

.contact-icon.ct-us {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 4px;
  font-family: "Fa solid 900", sans-serif;
}

.contact-info-link {
  color: var(--white);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
}

.contact-info-link.black {
  color: var(--black);
}

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

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

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

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

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

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

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

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

.services-link-box.ductwork {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ductwork-cleaning-set-up.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-link-box.fire {
  background-image: linear-gradient(#00000080, #00000080), url('../images/fire-damper-testing.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-link-box.kitchen {
  background-image: linear-gradient(#00000080, #00000080), url('../images/access-panel-install.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-link-box.cctv {
  background-image: linear-gradient(#00000080, #00000080), url('../images/cctv.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-link-box.air {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Air-Hygiene.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-box-title {
  background-color: var(--light-grey);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.service-box-title.link {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 4px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.test-slider {
  position: static;
}

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

.sub-heading.white {
  color: var(--black);
}

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

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

.heading-2.white {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: .9;
}

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

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

.page-top {
  background-image: linear-gradient(to bottom, var(--primary), var(--primary));
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-top: 100px;
  display: flex;
}

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

.image {
  object-fit: none;
  width: 150px;
  max-width: none;
  height: 150px;
}

.h1 {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

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

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

.h2 {
  color: var(--secondary);
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
}

.h2.white {
  color: var(--secondary);
  margin-bottom: 20px;
  font-weight: 700;
}

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

.p-dark {
  color: #000;
  text-align: left;
  line-height: 22px;
}

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

.p-dark.center {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-dark.top {
  margin-top: 20px;
}

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

.sub-head.white {
  color: var(--white);
  font-weight: 700;
}

.sub-head.w {
  color: var(--secondary);
  font-weight: 500;
}

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

.h2-title.flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.container-block._100 {
  width: 100%;
}

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

.h2-dark.b {
  color: var(--secondary);
  text-transform: uppercase;
}

.footer-list {
  color: var(--white);
  text-align: center;
}

.service-box-heading-container {
  background-color: var(--light-grey);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.backtotop {
  height: 0;
}

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

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

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

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

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

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  -webkit-text-stroke-color: var(--light-grey);
  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-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: var(--white);
  margin-right: 24px;
}

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

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

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

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

.fs-cc-manager_button {
  background-color: var(--primary);
  color: #333;
  cursor: pointer;
  border-radius: 4px;
  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 {
  background-color: var(--primary);
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

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

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

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

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

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

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}

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

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

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

.fs-cc-banner_close-icon {
  color: var(--primary);
  width: 24px;
  height: 24px;
}

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

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

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

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

.fs-cc-banner_button.fs-cc-button-alt {
  border-style: solid;
  border-color: var(--primary);
  color: var(--primary);
  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-prefs_space-small {
  margin-bottom: 12px;
}

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

.bottom-heading {
  color: #111;
  letter-spacing: .5px;
  border-bottom: 1px solid #077ac3;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.bottom-link {
  color: var(--black);
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}

.bottom-link.w--current {
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
}

.bottom-link.black, .bottom-link.black.w--current {
  color: var(--black);
  text-align: center;
}

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

.list.area {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

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

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

.bullet-icon-2 {
  color: #000;
  background-color: #fff;
  border: 2px solid #afafaf;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  display: flex;
}

.bullet-icon-2.round {
  background-color: var(--primary);
  color: #fff0;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border-style: none;
  border-color: #5f5f5f;
  border-radius: 20px;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.fa-2 {
  color: #fff;
  flex: none;
  font-size: 18px;
}

.bullet-heading-2 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.map {
  width: 100%;
}

.lb {
  border: 1px solid var(--primary);
}

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

.contactform {
  color: var(--white);
  width: 100%;
}

.lottie {
  width: 150px;
  display: inline-flex;
}

.contact-right {
  position: static;
}

.image-2 {
  width: 170px;
}

.desc-test {
  font-size: 15px;
  line-height: 25px;
  display: block;
}

.date-and-time {
  color: #082f64;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 700;
}

.date-and-time.b {
  color: var(--primary);
  font-weight: 600;
}

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

.italic-text {
  font-size: 17px;
  line-height: 24px;
}

.product-info {
  text-align: left;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 10px;
}

.container-3 {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.underline-2 {
  background-color: #fff;
  border-radius: 2px;
  width: 80px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.underline-2.blue {
  background-color: var(--secondary);
}

.services-heading {
  color: var(--primary);
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 35px;
  font-weight: 800;
  line-height: 40px;
  display: inline-block;
}

.products-wrapper.display-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.stars {
  color: var(--primary);
  margin-top: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 19px;
  font-weight: 400;
}

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

.testimonial-heading {
  color: #1e1e1e;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.testimonial-div {
  border: 2px solid var(--primary);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 18px;
  display: flex;
}

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

.button-2 {
  color: #fff;
  background-color: #fd6b01;
  border-radius: 4px;
  margin-top: auto;
  padding: 20px 40px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.button-2:hover {
  color: #080f34;
  background-color: #f9f9f9;
}

.button-2._20t {
  margin-top: 20px;
}

.button-2._20t:hover {
  color: #f9f9f9;
  background-color: #082f64;
}

.button-2._20t.margin-top-20 {
  margin-top: 20px;
}

.button-2._20t.margin-top-20.none-mob {
  background-color: var(--primary);
}

.menu-button-div {
  width: 19%;
}

.menu-button-div._2 {
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.layout-wrapper {
  background-color: #ffffff0f;
  background-image: linear-gradient(#ffffff0f, #ffffff0f), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #222;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 18px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
}

.layout-wrapper:hover {
  background-color: #ffffff1a;
  background-image: linear-gradient(#d3d3d3bd, #d3d3d3bd), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #757575;
}

.layout-wrapper._1 {
  background-image: linear-gradient(#00000054, #00000054), url('../images/cdingle-6_1cdingle-6.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
}

.layout-wrapper._1:hover {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/cdingle-6_1cdingle-6.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.layout-wrapper._5 {
  background-image: linear-gradient(#00000054, #00000054), url('../images/cdingle-4-crop-u805_1cdingle-4-crop-u805.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
}

.layout-wrapper._5:hover {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/cdingle-4-crop-u805_1cdingle-4-crop-u805.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.layout-wrapper._4 {
  background-image: linear-gradient(#00000054, #00000054), url('../images/86281957_186281957.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  width: 100%;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

.layout-wrapper._4:hover {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/86281957_186281957.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.layout-wrapper._2 {
  background-image: linear-gradient(#00000054, #00000054), url('../images/cdingle-17_1cdingle-17.avif');
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.layout-wrapper._2:hover {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/cdingle-17_1cdingle-17.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.layout-wrapper._3 {
  background-image: linear-gradient(#00000054, #00000054), url('../images/cdingle-18_1cdingle-18.avif');
  background-attachment: scroll, scroll;
  width: 100%;
}

.layout-wrapper._3:hover {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/cdingle-18_1cdingle-18.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.featured-icon-wrapper {
  background-color: var(--primary);
  border: 1px #484849;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  padding: 7px;
  display: flex;
}

.black-int-link {
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.black-int-link.white {
  color: #ebebeb;
  text-align: center;
  font-size: 20px;
}

.italic-text-2 {
  line-height: 13px;
}

.top-div {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.top-div.left {
  justify-content: flex-start;
  align-items: center;
}

.image-3 {
  width: 50px;
}

.image-3.mid-img {
  width: 25px;
  margin-right: 13px;
}

.image-3.mid-img.colour {
  filter: brightness(200%);
}

.image-4 {
  width: 30px;
  margin-left: -17px;
}

.image-4.colour {
  filter: brightness(200%);
}

.image-5 {
  width: 30px;
}

.image-5.colour {
  filter: brightness(200%);
}

.div-block {
  background-color: var(--white);
  width: 25%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-6 {
  position: absolute;
  inset: 0%;
}

.link-block {
  z-index: 2;
  background-color: var(--primary);
  border: 3px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 65px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 54px;
}

.number {
  justify-content: center;
  align-items: center;
  padding-bottom: 13px;
  display: flex;
  position: absolute;
  bottom: 5%;
  right: -31%;
  overflow: hidden;
}

.text-block-4 {
  color: #fff;
  margin-top: 15px;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: static;
}

.left-arrow-2 {
  height: 60px;
  inset: auto 100px 0% auto;
}

.image-7 {
  background-image: url('../images/img_2_small.jpg');
  background-position: 0 0;
  background-size: 125px;
  width: auto;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
  inset: 0% auto 0% 0;
}

.image-7._2 {
  background-image: none;
}

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

.text-block {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 150px;
  font-weight: 100;
  line-height: 100px;
  position: relative;
  inset: auto 0% 0% auto;
}

.top-empty-div {
  display: block;
  overflow: hidden;
}

.div-block-17 {
  background-color: #fff;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.small-pic {
  z-index: 3;
  width: 400px;
  height: 70%;
  margin-left: -191px;
  position: relative;
  inset: auto auto auto 0%;
  overflow: visible;
}

.paragraph {
  color: #fff;
  letter-spacing: 10px;
  margin-top: 20px;
  margin-left: 24px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.div-for-button {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 56%;
  height: 70%;
  margin-left: 140px;
  display: flex;
}

.large-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.right-arrow-2 {
  height: 60px;
  inset: auto 0% 0% auto;
}

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

.blac-left {
  background-color: var(--primary);
  width: 30%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-14 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.arrow-banner {
  z-index: 2;
  background-color: #1d1d1d;
  height: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.top-text-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 74px;
}

.text-block-5 {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.left-side {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider {
  height: 100vh;
}

.right-side {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.white-icon {
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

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

.trade-logo {
  width: 100%;
}

.service-box {
  text-decoration: none;
}

.bold-text {
  text-align: center;
  font-weight: 500;
}

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

.bold-text-3 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: .9;
  display: flex;
}

.bold-text-4 {
  color: var(--white);
  font-weight: 500;
  line-height: .8;
}

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

.bold-text-5 {
  font-weight: 500;
}

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

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

.social-container.dropdown.hide {
  top: 190px;
}

.social-container-inner {
  background-color: var(--primary);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

.f {
  color: var(--primary);
  transition: all .2s;
}

.f:hover {
  background-color: var(--pale-grey);
}

.line {
  background-color: var(--primary);
  width: 20%;
  height: .5vh;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.h3-heading-bold {
  font-weight: 700;
}

.d-54-paragraph {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.d-54-link-block-1 {
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}

.demo-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-54-link-block-3 {
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}

.d-54-card-wrapper {
  box-shadow: none;
  cursor: pointer;
  background-image: linear-gradient(#0000, #0006), url('../images/kalen-emsley-100223-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 480px;
  height: 360px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.d-54-card-wrapper.second {
  background-image: linear-gradient(180deg, #0000, var(--primary)), url('../images/ductwork-cleaning-1.webp');
  box-shadow: none;
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  width: 400px;
  display: flex;
}

.d-54-card-wrapper.second.fire {
  background-image: linear-gradient(180deg, #0000, var(--primary)), url('../images/fire-damper-testing.webp');
}

.d-54-card-wrapper.second.kitchen {
  background-image: linear-gradient(180deg, #0000, var(--primary)), url('../images/Kitchen-2.webp');
}

.image-8 {
  margin-left: 15px;
  margin-right: 15px;
}

.d-54-social-icon {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.25rem;
}

.d-54-inner-block {
  cursor: auto;
  background-image: linear-gradient(#0000001a, #0000001a);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.d-54-link-block-2 {
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}

.demo-arrow-wrapper {
  cursor: pointer;
  background-color: #4d16dd;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.demo-arrow-wrapper.next {
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 10px;
}

.d-54-section-home {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.demo-left-arrow-wrapper {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.demo-arrow-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.d-54-bottom-block {
  background-color: var(--primary);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.h3-heading {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.h3-heading.b {
  color: var(--primary);
  margin-left: 0;
}

.h3-heading.b.gsp {
  margin-top: 10px;
  margin-bottom: 10px;
}

.demo-right-arrow-wrapper {
  z-index: 5;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.demo-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.d-54-link-wrapper {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.div-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

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

.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-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

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

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

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

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

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

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

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

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

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

.whatsapp-container:hover {
  background-color: #494949;
  transform: scale(1.05);
}

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

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

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

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

.card-2 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.card-inner-2 {
  z-index: 10;
  background-image: linear-gradient(180deg, transparent, var(--primary));
  opacity: 1;
  letter-spacing: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  min-height: auto;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll-type-wrapper {
  display: flex;
}

.card-5 {
  z-index: 1;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  width: 100%;
  height: 650px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.main-heading-2 {
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.scroll-type {
  align-items: center;
  display: flex;
}

.h2-title-2 {
  color: #0e0d0d;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 34px;
  font-weight: 600;
}

.h2-title-2.white {
  color: #fff;
  line-height: 40px;
}

.testimonial-wrapp {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.divider-scroll-2 {
  background-color: var(--primary);
  border-radius: 200px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

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

.h2-2 {
  color: #0e0d0d;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 600;
}

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

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

.h2-2.h2-white.lg-text.edit-padding {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
}

.text-button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #eee;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.small-text-2 {
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
}

.row-scroll {
  justify-content: center;
  align-items: center;
  min-width: 33vw;
  padding-right: 1vw;
  display: flex;
}

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

.card-details-wrapper-2 {
  width: 100%;
  padding-bottom: 8%;
  padding-left: 8%;
  padding-right: 8%;
}

.testimonials-grid-2 {
  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-2.work-gallery {
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  display: flex;
}

.service-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  overflow: hidden;
}

.light-text-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
}

.image-wrapper {
  height: 600px;
  overflow: hidden;
}

.image-container {
  width: 100%;
  height: 100%;
}

.image-container.first {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/ductwork-cleaning-1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  position: relative;
}

.image-container.third {
  background-image: url('../images/Kitchen-3.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
}

.image-container.second {
  background-image: url('../images/cctv.webp');
  background-position: 65%;
  background-size: cover;
  border-radius: 4px;
}

.image-container.second.air-2 {
  background-image: url('../images/Air-5.webp');
}

.image-container.air-1 {
  background-image: url('../images/Kitchen-5.webp');
  background-position: 50%;
  background-size: cover;
}

.image-container.air-3 {
  background-image: url('../images/Air-3.webp');
  background-position: 50%;
  background-size: cover;
}

.image-container.duct-1 {
  background-image: url('../images/Ductwork-1.webp');
  background-position: 100%;
  background-size: cover;
}

.image-container.duct-2 {
  background-image: url('../images/Ductwork-cleaning-man-replacement.webp');
  background-position: 50%;
  background-size: cover;
}

.image-container.duct-3 {
  background-image: url('../images/Ductwork-4.webp');
  background-position: 50%;
  background-size: cover;
}

.image-container.kitchn01 {
  background-image: url('../images/Kitchen-4.webp');
  background-position: 50%;
  background-size: cover;
}

.image-container.kitchen-2 {
  background-image: url('../images/Kitchen-2.webp');
  background-position: 50%;
  background-size: cover;
}

.image-container.kitchen-3 {
  background-image: url('../images/Kitchen-1.webp');
  background-position: 50%;
  background-size: cover;
}

.image-container.cctv-1 {
  background-image: url('../images/cctv-1.webp');
  background-position: 0%;
  background-size: cover;
}

.image-container.cctv-02 {
  background-image: url('../images/cctv-3.webp');
  background-position: 50%;
  background-size: cover;
}

.image-container.cctv-3 {
  background-image: url('../images/cctv-2.webp');
  background-position: 78%;
  background-size: cover;
}

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

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

.image-container.fire-3 {
  background-image: url('../images/fire-3.webp');
  background-position: 50%;
  background-size: cover;
}

.pic-gallery-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 60px;
  display: block;
}

.icon-3 {
  display: block;
}

.code-embed {
  width: 100%;
}

.link-1 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.text-block-7 {
  font-size: 16px;
}

.service-title {
  color: var(--white);
}

.ths08-page-wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.ths08-preloader-section {
  z-index: 10;
  background-image: radial-gradient(circle, #000900, #000);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: -100% 0% 0%;
}

.ths08-logo-separator {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 2px;
  display: flex;
  position: absolute;
}

.ths08-logo-text {
  color: #f5f5f5;
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  display: flex;
}

.pre-load {
  z-index: 99999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.centered-div {
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  display: flex;
}

.image-9 {
  width: 20px;
  display: block;
}

.image-9.colour {
  filter: brightness(200%);
}

.h3 {
  font-size: 20px;
  font-weight: 400;
}

.h3.list {
  margin-left: 10px;
  font-size: 16px;
  display: flex;
}

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

.h3.dg {
  color: var(--secondary);
  font-weight: 500;
}

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

.number-2 {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.box-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.box-text._16px {
  font-size: 16px;
  line-height: 25px;
}

._3-box-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 90%;
  max-width: 1150px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

._3-box-div._0p {
  grid-template-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.numbered-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.number-circle {
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  min-width: 65px;
  height: 65px;
  min-height: 65px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 0 8px #4a708e57;
}

.numbered-div {
  flex-flow: column;
  margin-left: 25px;
  display: flex;
}

.number-box {
  background-color: #fff;
  flex-flow: row;
  width: 32%;
  margin-left: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 4px #00000014;
}

.number-box._0l {
  border: .5px solid var(--primary);
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-top: 20px;
}

.box-title {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.mymaps {
  width: 100%;
}

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

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

.team-grid {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
  padding: 40px 0;
}

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

.p-5.price-text {
  color: #fff;
  font-weight: 400;
  line-height: 2;
}

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

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

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

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

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

.bold-text-6 {
  display: block;
}

.all-in-one {
  width: 100%;
}

._2-col-div {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2-col-div._100 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.contact-link {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  text-decoration: none;
}

.contact-form {
  width: 65%;
}

.small-heading {
  color: #355f2d;
  margin-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.small-heading.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.socials-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.socials-div._0b {
  margin-bottom: 0;
}

.contact-title {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.h2-line {
  background-color: #355f2d;
  width: 100px;
  height: 3px;
}

.h2-line.white {
  background-color: #fff;
  width: 50px;
}

.sm-icon {
  color: #fff;
  background-color: #5bbb47;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  margin-right: 20px;
  padding: 10px 10px 9px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.sm-icon:hover {
  background-color: #355f2d;
}

.sm-icon.white {
  color: #355f2d;
  background-color: #fff;
}

.contact-icon-3 {
  color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 36px;
  line-height: 36px;
  display: flex;
}

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

._50-box-container {
  width: 100%;
}

.green-box {
  background-color: var(--primary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 20px;
  display: flex;
}

.green-box.vertical {
  flex-flow: column;
  margin-bottom: 0;
}

._30-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.foot-link {
  color: var(--pale-grey);
  text-decoration: none;
}

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

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

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

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

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

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

@media screen and (min-width: 1920px) {
  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header-social-icon.no-gap {
    border-radius: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

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

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

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

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

  .burger-menu {
    color: #353535;
    font-size: 1.2em;
  }

  .nav-toggle {
    border-radius: 6px;
    margin-right: 10px;
  }

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

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

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

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

  .hero-content {
    width: 75%;
  }

  .slider-inner-content {
    height: 100%;
  }

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

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

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

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

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

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

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

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

  .left-section {
    width: 100%;
  }

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

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

  .right-section.padd {
    margin-top: 40px;
  }

  .inner-img {
    min-height: 400px;
    margin-top: 20px;
  }

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

  .inner-img.kitchen-1, .inner-img.cctv-2 {
    min-height: 350px;
  }

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

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

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

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

  .bullet-block {
    padding: 20px;
  }

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

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

  .section-2-img-full {
    width: 100%;
    min-height: 350px;
  }

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

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

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

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

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

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

  .contact-block-1 {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

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

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

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

  .contact-icon {
    width: 40px;
    height: 40px;
    font-size: 1.1em;
  }

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

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

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

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

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

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

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

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

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

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

  .slider-2 {
    position: relative;
  }

  .h1 {
    text-align: center;
  }

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

  .h2-dark {
    line-height: 34px;
  }

  .h2-dark.b {
    line-height: 31px;
  }

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

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

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

  .bullet-icon-2.round {
    width: 32px;
    height: 32px;
  }

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

  .image-2 {
    width: 150px;
  }

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

  .product-info {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .product-info.hide {
    display: none;
  }

  .container-3 {
    width: 90%;
  }

  .underline-2.blue {
    margin-bottom: 20px;
  }

  .services-heading {
    padding-right: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .products-wrapper.display-grid {
    flex-wrap: wrap-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .button-2._20t.margin-top-20.none-mob {
    display: none;
  }

  .menu-button-div {
    position: relative;
  }

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

  .social-container.dropdown {
    z-index: 998;
    width: auto;
    position: fixed;
    right: 0%;
  }

  .social-container-inner {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    flex-flow: column;
  }

  .contact-icon-2 {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .demo-container {
    clear: both;
    flex-direction: row;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .d-54-card-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .d-54-section-home {
    clear: both;
    overflow: visible;
  }

  .demo-left-arrow-wrapper, .demo-right-arrow-wrapper {
    position: fixed;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 100px;
    margin-right: 0%;
  }

  .card-2 {
    flex: none;
    width: 100%;
    height: auto;
  }

  .card-inner-2 {
    background-image: linear-gradient(#0000, #000c);
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .scroll-type-wrapper {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
  }

  .card-5 {
    flex: none;
    width: 100%;
    height: auto;
  }

  .main-heading-2 {
    font-size: 3em;
    line-height: 1em;
  }

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

  .text-button {
    font-size: .75rem;
  }

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

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

  .service-section {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
  }

  .image-wrapper {
    height: 65vh;
  }

  .image-container.third {
    background-position: 50% 28%;
  }

  ._3-box-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: -60px;
  }

  .numbered-box {
    flex-flow: column;
  }

  .number-box {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .number-box._0b {
    margin-bottom: 0;
  }

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

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

  ._2-col-div {
    flex-flow: column;
  }

  .contact-form {
    width: 100%;
  }

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

  .green-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._30-div {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .announcement-bar {
    position: static;
  }

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

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

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

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

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

  .header-social-media {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .header-social-icon {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 10%;
    margin-left: 0;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 5px;
    inset: 0% 0% auto;
  }

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

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

  .slider-inner-content {
    height: 75vh;
    padding-top: 56px;
  }

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

  .hero-section {
    height: 75vh;
    padding-top: 119px;
  }

  .hero-slider {
    height: 60vh;
    min-height: 60vh;
  }

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

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

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

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

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

  .inner-img.img-1 {
    min-height: 300px;
  }

  .inner-img.img-2 {
    min-height: 350px;
  }

  .card-bullet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

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

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

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

  .heading-3-text {
    font-size: 20px;
  }

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

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

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

  .contact-block-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-block-1._100.nobord {
    padding-bottom: 0;
  }

  .footer-mid-content {
    flex-direction: column;
    padding-top: 0;
  }

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

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

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

  .footer-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

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

  .underline {
    width: 50%;
  }

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

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

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

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

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

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

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

  .heading-2.white {
    font-size: 35px;
  }

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

  .h1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 33px;
    display: flex;
  }

  .p {
    margin-bottom: 20px;
    font-size: 14px;
  }

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

  .container-block {
    width: 95%;
  }

  .h2-dark {
    font-size: 28px;
  }

  .h2-dark.b {
    font-size: 26px;
    line-height: 27px;
  }

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

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

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

  .contact-right {
    width: 95%;
    position: static;
  }

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

  .product-info {
    padding-top: 0;
  }

  .underline-2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .underline-2.blue {
    margin-top: 10px;
  }

  .quote-symbol-2 {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .menu-button-div._2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .div-block {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text-3 {
    display: flex;
  }

  .social-container.dropdown {
    width: auto;
    position: fixed;
    right: 0%;
  }

  .social-container-inner {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    flex-flow: column;
  }

  .contact-icon-2 {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .demo-container {
    align-items: center;
    min-height: 100vh;
    display: block;
  }

  .h3-heading.b.gsp {
    font-size: 22px;
  }

  .demo-wrapper {
    padding-left: 110px;
    padding-right: 110px;
  }

  .whatsapp-block {
    display: none;
  }

  .card-inner-2 {
    min-height: 54vh;
  }

  .scroll-type-wrapper {
    justify-content: center;
    align-items: center;
  }

  .main-heading-2 {
    font-size: 2em;
    display: block;
  }

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

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

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

  .card-details-wrapper-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

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

  .service-section {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .image-wrapper {
    background-size: cover;
    width: 100vw;
    height: 400px;
  }

  .pic-gallery-section {
    margin-bottom: 0;
  }

  .h3 {
    margin-top: 10px;
  }

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

  ._3-box-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  ._3-box-div._0p {
    margin-top: 0;
  }

  .numbered-box {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .number-box {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
  }

  .box-title {
    line-height: 27px;
  }

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

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

  ._30-div {
    margin-bottom: 30px;
  }

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

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

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

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

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

  .announcement-contact-info {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

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

  .header-social-media {
    background-color: var(--primary);
  }

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

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

  .brand.w--current {
    width: 200px;
  }

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

  .nav-link:hover, .nav-link.c {
    color: var(--black);
  }

  .header-social-icon {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-social-icon.white {
    width: 20%;
  }

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

  .nav-toggle {
    width: 70%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 85%;
  }

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

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

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

  .hero-slider {
    height: 60vh;
  }

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

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

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

  .top-text {
    margin-bottom: 10px;
    font-size: 1.1em;
    line-height: 1.7;
  }

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

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

  .inner-img, .inner-img.img-1, .inner-img.img-2, .inner-img.kitchen-1, .inner-img.cctv-2 {
    min-height: 250px;
  }

  .card-bullet.list-4 {
    display: flex;
  }

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

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

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

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

  .heading-3-text {
    margin-bottom: 0;
    font-size: 18px;
  }

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

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

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

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

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

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

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

  .footer-contact-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10px;
  }

  .footer-contact-info.vert.contact, .contact-icon {
    display: flex;
  }

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

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

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

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

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

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

  .underline {
    width: 30%;
  }

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

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

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

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

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

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

  .slide-3 {
    padding: 0;
  }

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

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

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

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

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

  .heading-2.white {
    font-size: 28px;
    font-weight: 500;
  }

  .slider-2 {
    width: 100%;
  }

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

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

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

  .sub-head.white {
    margin-bottom: 20px;
  }

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

  .button-div {
    flex-direction: column;
  }

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

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

  .bottom-container {
    align-items: center;
  }

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

  .list.row-1 {
    flex-flow: column;
    display: flex;
  }

  .bullet-heading-2 {
    text-align: left;
  }

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

  .contact-right {
    width: 100%;
  }

  .image-2 {
    margin-top: 5px;
  }

  .product-info {
    padding-top: 0;
  }

  .underline-2 {
    margin-top: 0;
  }

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

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

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

  .layout-wrapper {
    height: 200px;
    padding: 24px;
  }

  .bold-text-4.b {
    width: 100%;
    display: block;
  }

  .social-container.dropdown {
    z-index: 9999;
  }

  .social-container.dropdown.hide {
    display: none;
  }

  .d-54-paragraph {
    padding-left: 40px;
    padding-right: 40px;
  }

  .d-54-link-block-1, .d-54-link-block-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .d-54-card-wrapper {
    width: 320px;
  }

  .d-54-card-wrapper.second {
    width: 300px;
  }

  .image-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .d-54-social-icon {
    font-size: 1rem;
  }

  .d-54-link-block-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .demo-arrow-wrapper {
    justify-content: center;
    margin-left: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .demo-arrow-wrapper.next {
    justify-content: center;
  }

  .demo-left-arrow-wrapper {
    width: 50px;
  }

  .demo-arrow-text {
    display: none;
  }

  .h3-heading {
    font-size: 1.25rem;
  }

  .demo-right-arrow-wrapper {
    width: 50px;
  }

  .demo-wrapper {
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  .card-2 {
    transition: transform .45s ease-in-out;
  }

  .card-2:hover {
    transform: scale(1.1);
  }

  .card-inner-2 {
    min-height: auto;
  }

  .scroll-type-wrapper {
    justify-content: center;
    align-items: center;
  }

  .card-5 {
    transition: transform .45s ease-in-out;
  }

  .card-5:hover {
    transform: scale(1.1);
  }

  .main-heading-2 {
    width: 100%;
    max-width: 100%;
    font-size: 1.5em;
  }

  .scroll-type {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .h2-title-2 {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
  }

  .h2-title-2.white {
    margin-bottom: 0;
    font-size: 24px;
  }

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

  .h2-2 {
    font-size: 24px;
  }

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

  .small-text-2 {
    font-size: 9px;
  }

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

  .card-details-wrapper-2 {
    padding-left: 9%;
  }

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

  .service-section {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

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

  .image-wrapper {
    background-position: 50%;
    background-size: cover;
    height: 33.33vh;
  }

  .image-container.first {
    background-image: linear-gradient(#00000080, #00000080), url('../images/ductwork-cleaning-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .pic-gallery-section {
    margin-bottom: 10px;
  }

  .h3 {
    margin-top: 10px;
  }

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

  .numbered-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 50px;
    margin-left: 0;
    display: flex;
  }

  .number-circle {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    margin-top: -50px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .numbered-div {
    margin-left: 0;
  }

  .number-box {
    flex-flow: column;
    padding: 20px;
  }

  .number-box._0l {
    flex-flow: column;
  }

  .lightbox-link {
    height: 250px;
  }

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

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

  .small-heading {
    margin-right: 10px;
  }

  .h2-line {
    width: 60px;
  }

  .contact-icon-3 {
    margin-right: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .h2-div-2 {
    margin-bottom: 15px;
  }

  .green-box {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

#w-node-_5a1d9f18-e588-56e6-d6ed-7ae3c4649e06-d043e967, #w-node-_5079cc28-e00c-2aed-e67c-ad734bef72f2-d043e967, #w-node-_199fe366-b9d3-e0e1-d256-d151f13f753b-d043e967, #w-node-_508b4b84-2dc4-2473-aa55-f4fdd4f88acc-d043e967, #w-node-_8f7e5c08-df2e-0178-186c-449614808bb8-d043e967, #w-node-_21f66423-3d5d-a184-2157-9318e8476119-d043e967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2a887c4-4c39-532e-9495-40f2c04c7fa2-d043e967 {
  align-self: auto;
}

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

#w-node-bea1954c-f01e-e5a0-4944-ad73d0049437-d043e967 {
  place-self: start end;
}

#w-node-_959bd323-e1d3-03b2-7558-adcd12f60c79-09026953, #w-node-c4cfaff9-573b-7758-7dd0-af31e21a1e29-d043e968, #w-node-ded173e5-dbde-9be8-6783-4b6da5429109-d043e969, #w-node-_2d48ead2-93b4-6b57-bba5-4baa62f8ecad-d043e969 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-d043e969 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto;
}

#w-node-_3170b60f-dd7c-bbc6-8d8b-a1f6e5bdce75-d043e969 {
  align-self: auto;
}

#w-node-_77324b04-a76c-94fa-787e-d78259f515fe-d043e96e, #w-node-ac483256-88ab-d706-5156-6853c02fbc51-d043e970, #w-node-_81d299af-e613-3f08-a206-fa9098e4f01d-d043e971, #w-node-b047c854-7c95-4049-6a93-ff88f24a73e6-d043e972, #w-node-faf44218-d6ca-cd7a-d6e3-d65d60cd64e3-d043e973, #w-node-ded173e5-dbde-9be8-6783-4b6da5429109-4599bfb1, #w-node-_2d48ead2-93b4-6b57-bba5-4baa62f8ecad-4599bfb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-4599bfb1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto;
}

#w-node-_3170b60f-dd7c-bbc6-8d8b-a1f6e5bdce75-4599bfb1 {
  align-self: auto;
}

#w-node-ded173e5-dbde-9be8-6783-4b6da5429109-318c3024, #w-node-_2d48ead2-93b4-6b57-bba5-4baa62f8ecad-318c3024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-318c3024 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto;
}

#w-node-_3170b60f-dd7c-bbc6-8d8b-a1f6e5bdce75-318c3024 {
  align-self: auto;
}

#w-node-ded173e5-dbde-9be8-6783-4b6da5429109-ddeca615, #w-node-_2d48ead2-93b4-6b57-bba5-4baa62f8ecad-ddeca615 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-ddeca615 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto;
}

#w-node-_3170b60f-dd7c-bbc6-8d8b-a1f6e5bdce75-ddeca615 {
  align-self: auto;
}

#w-node-ded173e5-dbde-9be8-6783-4b6da5429109-a9cce23f, #w-node-_2d48ead2-93b4-6b57-bba5-4baa62f8ecad-a9cce23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-a9cce23f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto;
}

#w-node-_3170b60f-dd7c-bbc6-8d8b-a1f6e5bdce75-a9cce23f {
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-bea1954c-f01e-e5a0-4944-ad73d0049437-d043e967 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6740a32e-634d-c46e-1e71-a4920a06016a-069283de {
    justify-self: auto;
  }

  #w-node-_73df20c0-dbed-966d-233b-8e93d9cb9a6f-1349f026 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_73df20c0-dbed-966d-233b-8e93d9cb9a74-1349f026 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bea1954c-f01e-e5a0-4944-ad73d0049437-d043e967 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6740a32e-634d-c46e-1e71-a4920a06016a-069283de {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_73df20c0-dbed-966d-233b-8e93d9cb9a6f-1349f026 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_73df20c0-dbed-966d-233b-8e93d9cb9a74-1349f026 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-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 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}