.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

p {
  text-align: left;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
}

a {
  text-decoration: underline;
}

ul {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 20px 40px;
}

.image-7 {
  width: 160px;
  height: auto;
  max-width: none;
  object-fit: fill;
  margin-top: 0;
  overflow: visible;
}

.nav-menu-wrapper {
  margin-top: 0;
  padding-top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  color: #f5b514;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 15px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #f5b514;
  text-decoration: underline;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.footer {
  border-top-style: none;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.nav-link.footer:hover {
  text-decoration: underline;
}

.navbar {
  background-color: #001652;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}

.navbar-brand {
  position: static;
}

.hero-banner {
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container {
  width: 100%;
  max-width: 960px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.center {
  align-items: center;
}

.container.horizontal-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.our-process-section {
  background-color: #f0f0f0;
  border: 1px #000;
  border-bottom: 1px solid #bfbfbf;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  display: flex;
  position: relative;
}

.our-process-section.grey {
  background-color: #f2f2f2;
  border-bottom: 1px solid #bfbfbf;
}

.our-process-section.grey.section-padding {
  background-color: #f0f0f0;
}

.our-process-section.section-padding {
  color: #000;
  background-color: #f0f0f0;
  padding: 60px 40px;
}

.our-process-section.grey {
  background-color: #f2f2f2;
  border-bottom: 1px solid #bfbfbf;
}

.our-process-section.grey.section-padding {
  background-color: #f0f0f0;
  border-bottom-style: none;
}

.row {
  width: 100%;
  max-width: none;
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

.image-frame {
  width: 100%;
  height: 200px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-frame.cooling {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75)), url('../images/air-conditioning-systems-on-roof-top-2021-08-31-11-32-41-utc-min.jpg');
  background-position: 0 0, 50%;
}

.image-frame.heating {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75)), url('../images/set-of-manometers-in-industrial-heating-system-in-2021-08-29-17-32-47-utc-min.jpg');
  background-position: 0 0, 50%;
}

.image-frame.plumbing {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75)), url('../images/industrial-pipelines-and-valves-close-up-on-white-2021-08-26-16-34-07-utc-min.jpg');
}

.service-grid-block {
  width: auto;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.aboutimg1_desktop {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: fill;
  object-position: 50% 100%;
  border-radius: 15px;
  margin-bottom: 0;
}

.column {
  width: 50%;
  height: 0%;
  margin-top: auto;
  margin-bottom: auto;
}

.aboutimg2 {
  border-radius: 15px;
  margin-top: 0;
  display: block;
}

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

.image-10 {
  width: 300px;
  margin-bottom: 20px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  color: #000;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-block-two {
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.footer-brand-info {
  width: 50%;
}

.footer {
  background-color: #001652;
  border: 1px #000;
  border-top: 1px solid #bfbfbf;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.footer-copyright {
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.text-white {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 300;
  text-decoration: none;
}

.headerdesc {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.headerdesc.footer {
  color: #f5b514;
  border-top-style: none;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-weight: 600;
}

.section-padding {
  padding-left: 40px;
  padding-right: 40px;
}

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

.grid.services {
  grid-column-gap: 16px;
}

.body {
  line-height: 24px;
}

.list {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.list.mb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.about-section.section-padding {
  background-color: rgba(0, 0, 0, 0);
  padding: 60px 40px;
}

.horizontal-container {
  max-width: 960px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.heading-5 {
  font-size: 18px;
}

.footer-copyright-center {
  text-align: center;
  padding: 5px;
  font-size: 18px;
  line-height: 16px;
}

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

.div-block-2 {
  align-items: center;
  display: flex;
  position: relative;
  left: auto;
  right: 0;
}

.div-block {
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.footer-title {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.heading-4 {
  color: #000;
  text-transform: none;
  padding-top: 5px;
  padding-right: 50px;
  font-size: 22px;
}

.footer-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.navbar-2 {
  background-color: #404040;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.navcontainer {
  font-size: 18px;
}

.navleftblock {
  float: left;
  color: #fff;
  position: relative;
  top: 20px;
}

.navsitename {
  letter-spacing: .5px;
  text-transform: none;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.nav-menu {
  text-decoration: none;
}

.navlink {
  color: #d6d6d6;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.navlink.w--current {
  color: #92e2fc;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.menu-button {
  background-color: #595959;
}

.link, .link-2 {
  color: #000;
  text-decoration: none;
}

.paragraph {
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: block;
}

.heading-1 {
  text-transform: none;
}

.aboutimg1_mobile {
  display: none;
}

.col_mobileimg {
  width: 50%;
  height: 0%;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}

.aboutimg1_mobile2 {
  display: none;
}

.col_swapimg {
  width: 50%;
  height: 0%;
  margin-top: auto;
  margin-bottom: auto;
}

.about-intro {
  background-color: #f0f0f0;
  padding: 40px 60px;
}

.columnparagraph {
  width: 50%;
  height: 0%;
  margin-top: auto;
  margin-bottom: auto;
}

.heading-3 {
  max-width: 400px;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 20px;
}

.gridnumber {
  max-height: 80px;
  max-width: 100%;
  object-fit: fill;
  border-radius: 100%;
  margin: 20px auto auto;
}

.processparagraph {
  max-width: 300px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.listitemgrid {
  max-width: 500px;
  object-fit: fill;
  grid-template-columns: .5fr 1fr .5fr;
}

.processlistmobile {
  display: none;
}

.listitemgridmobile {
  max-width: 500px;
  object-fit: fill;
  grid-template-columns: .5fr 1fr .5fr;
}

.headertitle, .headertext {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.headerblock {
  width: 100%;
  max-width: 960px;
  background-color: rgba(0, 0, 0, .66);
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 20px 0;
  display: flex;
}

.headercontainer {
  margin-top: auto;
  margin-bottom: auto;
}

.phide {
  display: none;
}

.pshow {
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: block;
}

.aboutintroimg {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

@media screen and (min-width: 1280px) {
  .navbar-no-shadow-container {
    max-width: none;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbar {
    padding: 20px 40px;
  }

  .container {
    width: 100%;
    max-width: 960px;
  }

  .container.horizontal-container {
    justify-content: space-between;
  }

  .our-process-section {
    max-width: none;
    padding: 60px 100px;
  }

  .row {
    max-width: 960px;
  }

  .aboutimg1_desktop {
    width: 100%;
  }

  .image-10 {
    margin-bottom: 20px;
  }

  .footer-brand-info {
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .horizontal-container {
    max-width: 960px;
  }

  .headerblock {
    width: 100%;
    max-width: 960px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-no-shadow-container {
    width: auto;
  }

  .container {
    max-width: 960px;
  }

  .container.horizontal-container {
    min-width: 960px;
  }

  .our-process-section {
    padding-left: 100px;
    padding-right: 100px;
  }

  .aboutimg2 {
    width: 430px;
  }

  .ourprocesslist {
    grid-column-gap: 51px;
    grid-row-gap: 50px;
  }

  .background-video {
    height: 700px;
  }

  .headerblock {
    max-width: 960px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    background-color: #001652;
  }

  .hero-banner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 960px;
  }

  .our-process-section {
    padding: 60px 0;
  }

  .our-process-section.grey {
    border-bottom-color: #bfbfbf;
  }

  .row {
    width: 100%;
  }

  .service-grid-block {
    background-color: #fff;
  }

  .aboutimg1_desktop {
    width: 100%;
  }

  .footer {
    background-color: #001652;
    border-top-color: #bfbfbf;
  }

  .headerdesc, .heading-5 {
    font-size: 24px;
  }

  .footer-copyright-center {
    font-size: 22px;
  }

  .heading-4 {
    font-size: 26px;
  }

  .paragraph {
    font-size: 22px;
  }

  .heading-1 {
    text-align: center;
    font-size: 66px;
  }

  .heading-3 {
    font-size: 26px;
  }

  .processparagraph {
    font-size: 22px;
  }

  .ourprocesslist {
    grid-column-gap: 134px;
    grid-row-gap: 51px;
    grid-template-rows: auto;
    justify-items: center;
  }

  .headertitle {
    width: auto;
    align-self: stretch;
  }

  .headertext {
    width: auto;
  }

  .background-video {
    height: 700px;
  }

  .headerblock {
    max-width: 960px;
  }

  .pshow, .text-block-2, .text-block {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
  }

  p {
    text-align: left;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-7 {
    z-index: 5;
    margin-top: 0;
    position: relative;
  }

  .icon-3 {
    color: #f5b514;
    font-size: 40px;
  }

  .icon-3:hover {
    color: #ffe093;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    line-height: 24px;
  }

  .nav-link.footer {
    font-size: 16px;
    font-weight: 500;
  }

  .hero-banner {
    height: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .our-process-section {
    padding: 40px 60px;
  }

  .image-frame.cooling, .image-frame.heating {
    height: 200px;
  }

  .service-grid-block {
    border: 1px solid #bfbfbf;
  }

  .aboutimg1_desktop {
    display: none;
  }

  .column {
    padding-bottom: 20px;
  }

  .footer-divider-two {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-copyright {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
  }

  .text-white {
    font-size: 12px;
    font-weight: 500;
  }

  .headerdesc {
    text-align: center;
    font-size: 18px;
  }

  .headerdesc.footer {
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .grid.services {
    grid-column-gap: 16px;
  }

  .about-section.section-padding {
    background-color: rgba(0, 0, 0, 0);
  }

  .column-3 {
    padding-left: 20px;
  }

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

  .heading-4 {
    padding-right: 35px;
  }

  .column-2 {
    padding-left: 5px;
  }

  .navbar-2 {
    background-color: #404040;
    position: fixed;
  }

  .nav-menu {
    background-color: #595959;
    box-shadow: 0 9px 9px -7px #323232;
  }

  .navlink {
    color: #fff;
  }

  .menu-button {
    background-color: #595959;
  }

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

  .menuicon {
    color: #fff;
  }

  .aboutimg1_mobile, .aboutimg1_mobile2 {
    max-height: 550px;
    border-radius: 15px;
    padding-top: 0;
    display: block;
  }

  .col_swapimg {
    padding-bottom: 20px;
  }

  .heading-2-about {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .columnparagraph {
    padding-bottom: 20px;
  }

  .headerblock {
    width: 100%;
    max-width: none;
    background-color: rgba(0, 0, 0, .7);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .navbar-no-shadow-container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .hero-banner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    width: 100%;
  }

  .container.horizontal-container {
    min-width: 100%;
  }

  .our-process-section {
    padding: 40px;
  }

  .our-process-section.section-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row {
    flex-direction: row;
  }

  .image-frame.cooling {
    width: 100%;
    height: 150px;
  }

  .image-frame.heating {
    height: 150px;
    background-position: 0 0, 50% 30%;
  }

  .column {
    width: 100%;
    min-width: 200px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-divider-two {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-block-two {
    text-align: left;
  }

  .footer.section-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }

  .text-white {
    font-weight: 400;
  }

  .headerdesc {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .headerdesc.footer {
    text-align: left;
  }

  .section-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .about-section.section-padding {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .column-3 {
    padding-left: 10px;
  }

  .divider {
    margin-top: 60px;
  }

  .footer-block {
    text-align: center;
  }

  .footer-title {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    padding-right: 5px;
  }

  .footer-social-block {
    width: auto;
    height: auto;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
    margin-left: -20px;
  }

  .navsitename {
    padding-left: 30px;
    padding-right: 0;
  }

  .paragraph {
    font-size: 18px;
  }

  .col_mobileimg, .col_swapimg {
    width: 100%;
  }

  .columnparagraph {
    width: 100%;
    min-width: 200px;
  }

  .heading-3-col {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
  }

  .processparagraph {
    font-size: 18px;
  }

  .ourprocesslist {
    grid-row-gap: 41px;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .heading-2-ourprocess {
    text-align: center;
    font-size: 30px;
  }

  .processlistmobile {
    display: none;
  }

  .heading-2-aboutintro {
    overflow: visible;
  }

  .headertitle, .headertext {
    margin-bottom: 0;
    overflow: hidden;
  }

  .background-video {
    height: 500px;
  }

  .headerblock {
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
  }

  .phide {
    font-size: 18px;
    display: block;
  }

  .pshow {
    font-size: 18px;
    display: none;
  }

  .aboutintroimg {
    margin-top: -24px;
    margin-bottom: 20px;
    padding-top: 0;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  h3 {
    font-size: 18px;
    font-weight: 600;
  }

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

  .image-7 {
    width: 120px;
    height: auto;
  }

  .icon-3 {
    color: #f5b514;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-banner {
    min-width: 100px;
    padding-left: 20px;
    padding-right: 20px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container {
    max-width: none;
    padding-left: 0;
  }

  .our-process-section {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .row {
    grid-column-gap: 16px;
    flex-direction: column;
    margin-bottom: 0;
  }

  .image-frame.cooling {
    height: auto;
    min-height: 200px;
  }

  .image-frame.heating {
    height: auto;
    min-height: 200px;
    background-position: 0 0, 50%;
  }

  .image-frame.plumbing {
    height: auto;
    min-height: 200px;
  }

  .service-grid-block {
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
  }

  .aboutimg1_desktop {
    margin-bottom: 20px;
  }

  .column {
    width: auto;
    order: 0;
    padding-top: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-10 {
    width: auto;
  }

  .footer-divider-two {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-block-two {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }

  .footer-brand-info {
    width: 100%;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-copyright {
    font-size: 12px;
    line-height: 16px;
  }

  .text-white {
    margin-bottom: 10px;
    line-height: 24px;
  }

  .headerdesc {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

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

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

  .footer-copyright-center {
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    line-height: 18px;
    display: block;
    overflow: visible;
  }

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

  .footer-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    padding-right: 5px;
  }

  .footer-social-block {
    justify-content: center;
  }

  .navsitename {
    padding-left: 10px;
    padding-right: 0;
    font-size: 20px;
  }

  .menu-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    padding-right: 0;
  }

  .aboutimg1_mobile {
    display: none;
  }

  .col_mobileimg {
    width: auto;
    order: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .col_swapimg {
    width: auto;
    order: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columnparagraph {
    width: auto;
    order: 0;
    padding-top: 20px;
  }

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

  .gridnumber {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .processparagraph {
    margin-bottom: 60px;
  }

  .listitemgrid {
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

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

  .ourprocesslist {
    clear: none;
    grid-template-columns: .6fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-left: 0;
    display: none;
  }

  .processlistmobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .listitemgridmobile {
    object-fit: fill;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .heading-2-aboutintro {
    font-weight: 600;
  }

  .headertitle, .headertext {
    flex: 0 auto;
  }

  .background-video {
    height: 400px;
    object-fit: fill;
  }

  .headerblock {
    max-width: none;
    background-color: rgba(0, 0, 0, .9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .headercontainer {
    padding-top: 40px;
  }

  .pshow {
    padding-right: 0;
  }

  .aboutintroimg {
    margin-top: 0;
  }
}

#w-node-_7dd0b3d9-1b30-a84a-e290-a59fcec93ecf-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7dd0b3d9-1b30-a84a-e290-a59fcec93ed2-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_98a2afd4-6dbc-d252-989b-2f05c4155c58-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_98a2afd4-6dbc-d252-989b-2f05c4155c5b-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca4efcd6-0c98-30a2-d342-8c8b2608d9c3-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ca4efcd6-0c98-30a2-d342-8c8b2608d9c6-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d8e6208-3909-61df-706b-afcf2874d3e4-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5d8e6208-3909-61df-706b-afcf2874d3e7-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6907f1d4-da0e-1df9-b3ea-2ff13ece5121-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6907f1d4-da0e-1df9-b3ea-2ff13ece5124-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4477f210-03df-96f2-ca85-223d617fedd5-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4477f210-03df-96f2-ca85-223d617fedd8-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db9a94ba-8d08-0fc8-9f05-e8249936ec21-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-db9a94ba-8d08-0fc8-9f05-e8249936ec24-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b0ef97d2-d3af-a4f6-e0a5-e6ad7f771f66-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b0ef97d2-d3af-a4f6-e0a5-e6ad7f771f69-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_413e7dbb-90e2-d634-2de1-77a4517ad18e-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_413e7dbb-90e2-d634-2de1-77a4517ad191-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1fc5577-2a9e-4d8f-3ce9-bc01779a5ff0-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c1fc5577-2a9e-4d8f-3ce9-bc01779a5ff3-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dfc49412-2af2-6ddc-b3b6-f1cdeec3b04e-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-dfc49412-2af2-6ddc-b3b6-f1cdeec3b051-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acf239a6-08a0-0eeb-b2e5-2a4c8c8be6c7-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-acf239a6-08a0-0eeb-b2e5-2a4c8c8be6ca-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aeabebe5-02e1-7e6d-7f28-c7cb307b8302-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-aeabebe5-02e1-7e6d-7f28-c7cb307b8305-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83609294-86b2-6741-7248-518f7da4a553-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_83609294-86b2-6741-7248-518f7da4a556-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90cc1983-eeea-975f-1817-e3cb6cf6bff9-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_90cc1983-eeea-975f-1817-e3cb6cf6bffc-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ff553d38-1e58-6194-636a-356efdcea1ea-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ff553d38-1e58-6194-636a-356efdcea1ed-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_228f0504-e992-5a90-3f5a-8f8367a28517-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_228f0504-e992-5a90-3f5a-8f8367a2851a-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_068b0957-f984-3064-0dc3-161119823ffa-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_068b0957-f984-3064-0dc3-161119823ffd-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fef03e62-c9bf-4f34-15a7-0062c2d0035f-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-fef03e62-c9bf-4f34-15a7-0062c2d00362-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_38cc37bf-c87e-3b94-3cf4-f16da497a368-4d676368 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_38cc37bf-c87e-3b94-3cf4-f16da497a36b-4d676368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_18db3e97-c83f-3a76-5603-2db6804bc08b-4d676368 {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7dd0b3d9-1b30-a84a-e290-a59fcec93ecf-4d676368 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7dd0b3d9-1b30-a84a-e290-a59fcec93ed2-4d676368 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98a2afd4-6dbc-d252-989b-2f05c4155c58-4d676368 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98a2afd4-6dbc-d252-989b-2f05c4155c5b-4d676368 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca4efcd6-0c98-30a2-d342-8c8b2608d9c3-4d676368 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ca4efcd6-0c98-30a2-d342-8c8b2608d9c6-4d676368 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d8e6208-3909-61df-706b-afcf2874d3e4-4d676368 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5d8e6208-3909-61df-706b-afcf2874d3e7-4d676368 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6907f1d4-da0e-1df9-b3ea-2ff13ece5121-4d676368 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6907f1d4-da0e-1df9-b3ea-2ff13ece5124-4d676368 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4477f210-03df-96f2-ca85-223d617fedd5-4d676368 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4477f210-03df-96f2-ca85-223d617fedd8-4d676368 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-db9a94ba-8d08-0fc8-9f05-e8249936ec21-4d676368 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-db9a94ba-8d08-0fc8-9f05-e8249936ec24-4d676368 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b0ef97d2-d3af-a4f6-e0a5-e6ad7f771f66-4d676368 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b0ef97d2-d3af-a4f6-e0a5-e6ad7f771f69-4d676368 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_413e7dbb-90e2-d634-2de1-77a4517ad18e-4d676368 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_413e7dbb-90e2-d634-2de1-77a4517ad191-4d676368 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1fc5577-2a9e-4d8f-3ce9-bc01779a5ff0-4d676368 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c1fc5577-2a9e-4d8f-3ce9-bc01779a5ff3-4d676368 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


