@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Michroma&family=Mulish:wght@400;700&family=Murecho:wght@700&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  transition: ease 0.3s;
}

body {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a:hover {
  text-decoration: none;
}

a, ul, li, ol {
  text-decoration: none;
  list-style: none;
}

h1, h2, h3, h4, a, p {
  margin: 0 !important;
}

button {
  border: none;
  background: transparent;
}

.mw-1680 {
  max-width: 1680px;
}

.mw-1440 {
  max-width: 1440px;
}

.mw-953 {
  width: 953px;
}

.mw-820 {
  max-width: 820px;
}

.mw-793 {
  max-width: 793px;
}

.mw-467 {
  max-width: 467px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-100 {
  padding-top: 100px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.m-row {
  margin-left: -10px;
  margin-right: -10px;
}

.r-10 {
  border-radius: 10px;
}

.r-20 {
  border-radius: 20px;
}

.r-90 {
  border-radius: 90px;
}

h1, .h-one {
  font-family: "Murecho", sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 61px;
}
@media (max-width: 576px) {
  h1, .h-one {
    font-size: 30px !important;
  }
}

h2, .h-two {
  font-family: "Michroma", sans-serif;
  font-size: 40px !important;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  h2, .h-two {
    font-size: 26px !important;
  }
}
@media (max-width: 350px) {
  h2, .h-two {
    font-size: 22px !important;
  }
}

.h-two-lg {
  font-family: "Michroma", sans-serif;
  font-size: 50px !important;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .h-two-lg {
    font-size: 26px !important;
  }
}

.h-three {
  font-family: "Michroma", sans-serif;
  font-size: 30px !important;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .h-three {
    font-size: 20px !important;
  }
}

h4, .h-four {
  font-family: "Michroma", sans-serif;
  font-size: 24px !important;
  font-weight: 400;
  text-transform: uppercase;
}

h5, .h-five {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

p, .p {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.body-2 {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.body-3 {
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.p-btn {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.p-btn-2 {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.grey9 {
  color: #101223;
}

.grey8 {
  color: #282a3a;
}
.grey8-bg {
  background-color: #282a3a;
}

.grey5 {
  color: #777986;
}

.grey1-bg {
  background-color: #F3F4F8;
}

.white {
  color: white;
}
.white-bg {
  background-color: white;
}

.green {
  color: #00ce7c;
}
.green-bg {
  background-color: #00ce7c;
}

.blue {
  color: #007cba;
}
.blue-bg {
  background-color: #007cba;
}
.blue-hover:hover {
  color: #007cba;
}

.blue-gradient-bg {
  background: linear-gradient(180deg, #007CBA 13.02%, #00547D 100%);
}

.sm-icon {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.md-icon {
  width: 50px;
  height: 50px;
  object-fit: scale-down;
}

.logo {
  max-width: 296px;
  width: 100%;
  object-fit: cover;
}

.blue-btn {
  display: inline-block;
  padding: 15px 40px;
  background-color: #007cba;
  border-radius: 180px;
  text-align: center;
}
.blue-btn:hover {
  background-color: #00547d !important;
}

.blue-border-btn {
  display: inline-block;
  text-align: center;
  padding: 15px 40px;
  background: transparent;
  border-radius: 180px;
  border: 2px solid #007cba;
}

.underline-link {
  padding: 10px 20px;
  border-bottom: 1px solid white;
  display: inline-block;
}
.underline-link:hover {
  border-color: #B3B5BD !important;
  color: #B3B5BD !important;
}

#home .hero {
  padding-top: 250px !important;
}
@media (max-width: 992px) {
  #home .hero {
    padding-top: 120px !important;
  }
}
@media (max-width: 576px) {
  #home .hero {
    padding-top: 60px !important;
  }
}

.services .switch {
  position: relative;
  background-color: #282a3a;
  border-radius: 180px;
}
.services .service-btn {
  position: relative;
  z-index: 2;
  padding: 15px 30px !important;
}
.services .service-btn.active {
  color: #101223;
}
.services .slider-background {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 180px;
  width: 50%;
  height: 100%;
  background-color: #00ce7c;
  transition: left 0.3s ease; /* sliding effect */
  z-index: 1;
}
.services #ResidentialBtn.active ~ .slider-background {
  left: 0;
}
.services #CommercialBtn.active ~ .slider-background {
  left: 50%;
}
.services #residentialServices, .services #commercialServices {
  display: none;
}
.services #residentialServices.show, .services #commercialServices.show {
  display: flex !important;
}
.services .icon-container {
  border-radius: 100%;
  border: 3px solid white;
}
.services #residentialServices span {
  width: 150px;
}
@media (max-width: 1200px) {
  .services #residentialServices span {
    width: 100%;
  }
}
.services #commercialServices .service {
  width: 300px;
}
@media (max-width: 576px) {
  .services #commercialServices .service {
    width: 50% !important;
  }
}
@media (max-width: 1200px) {
  .services #commercialServices {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.services .service {
  transition-duration: 10ms !important;
}
.services .service img {
  transition-duration: 10ms !important;
}
.services .service:hover {
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(0, 124, 186, 0.9416141457) 46%, rgb(0, 124, 186) 100%) !important;
  color: #101223 !important;
}
.services .service:hover img {
  transform: scaleX(-1);
  transition-duration: 10ms !important;
}
@media (max-width: 576px) {
  .services .service-btn {
    padding: 10px !important;
  }
}

.about-home p {
  line-height: 24px !important;
}
.about-home img {
  width: 100%;
  height: 583px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 576px) {
  .about-home img {
    height: 250px;
  }
}

.contact-header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.logo-container {
  position: static;
  z-index: 555;
  top: 10px;
}
@media (min-width: 1200px) {
  .logo-container {
    position: absolute !important;
    background-color: white;
    border-radius: 50%;
    box-shadow: 2px 4px 25px 0px rgba(0, 0, 0, 0.25);
  }
}

.form-quote .white-bg {
  height: 100px;
}
.form-quote .form-container {
  height: fit-content;
  width: 710px;
  box-shadow: 2px 4px 25px 0px rgba(0, 0, 0, 0.25);
  top: -100px;
  right: 0;
  background-color: white;
}
@media (max-width: 1200px) {
  .form-quote {
    flex-direction: column !important;
  }
  .form-quote .white-bg {
    display: none !important;
  }
  .form-quote .form-container {
    position: static !important;
    margin-top: -100px;
  }
}
@media (max-width: 768px) {
  .form-quote .form-container {
    width: 100%;
  }
}

.footer-desktop {
  position: relative;
}
.footer-desktop .footer-bg {
  height: 550px;
}
.footer-desktop .footer-content {
  position: absolute;
  top: 0;
}
.footer-desktop .footer-content .content-container {
  max-width: 276px;
}
.footer-desktop .footer-content .r-90 {
  border: 1px solid white;
}
.footer-desktop .footer-content iframe {
  height: 300px;
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 1200px) {
  .footer-desktop .footer-content iframe {
    height: 150px;
  }
}
@media (max-width: 992px) {
  .footer-desktop {
    display: none;
  }
}

.footer-mobile {
  display: none !important;
}
.footer-mobile .d-flex, .footer-mobile .grey8-bg {
  display: none !important;
}
@media (max-width: 992px) {
  .footer-mobile {
    display: flex !important;
  }
  .footer-mobile .d-flex, .footer-mobile .grey8-bg {
    display: flex !important;
  }
}
@media (max-width: 576px) {
  .footer-mobile .blue-gradient-bg {
    padding-bottom: 125px !important;
  }
}
.footer-mobile iframe {
  border-radius: 20px;
  width: 100%;
  height: 200px;
}
.footer-mobile .content-container {
  max-width: 276px;
}
.footer-mobile .r-90 {
  border: 1px solid white;
}

.hero {
  background-image: url(/images/heroes/home.webp);
  background-position: center;
  background-size: cover;
  padding-top: 400px;
  padding-bottom: 80px;
}
.hero h1 {
  max-width: 669px;
}
.hero .text-cont {
  padding-bottom: 0px !important;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 250px;
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .hero .h-two-lg {
    font-size: 20px !important;
  }
}

.information-left {
  position: relative;
  height: 840px;
  margin: 50px 0;
}
.information-left .information-content {
  padding: 80px;
  box-shadow: 2px 4px 25px 0px rgba(0, 0, 0, 0.25);
  z-index: 5;
  height: fit-content;
}
.information-left .information-content .service-container p {
  width: 200px;
}
.information-left .image-container {
  position: absolute;
  width: 50%;
  top: -20px;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.information-left .image-container img {
  margin-left: 50px !important;
  width: 100%;
  border-radius: 100%;
}
@media (min-width: 1980px) {
  .information-left .image-container {
    top: 0;
    right: 200px;
    max-width: 850px;
  }
  .information-left .image-container img {
    margin-left: 0px !important;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .information-left .image-container {
    top: -40px !important;
  }
}
@media (max-width: 992px) {
  .information-left {
    height: fit-content;
    margin-top: 300px !important;
  }
  .information-left .image-container {
    top: -240px !important;
  }
  .information-left .mw-953 {
    max-width: 600px;
  }
  .information-left .service-container {
    width: 100% !important;
  }
  .information-left .service-container p {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .information-left {
    margin-top: 50px !important;
  }
  .information-left .information-content {
    padding: 20px !important;
  }
  .information-left .image-container {
    display: none;
  }
}

.information-right {
  position: relative;
  height: 840px;
  margin: 50px 0;
}
.information-right .information-content {
  padding: 80px;
  box-shadow: 2px 4px 25px 0px rgba(0, 0, 0, 0.25);
  z-index: 5;
  height: fit-content;
}
.information-right .information-content .service-container p {
  width: 200px;
}
.information-right .image-container {
  position: absolute;
  width: 50%;
  top: -20px;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.information-right .image-container img {
  margin-right: 50px !important;
  width: 100%;
  border-radius: 100%;
}
@media (min-width: 1980px) {
  .information-right .image-container {
    top: 0;
    left: 200px;
    max-width: 850px;
  }
  .information-right .image-container img {
    margin-left: 0px !important;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .information-right .image-container {
    top: -60px !important;
  }
}
@media (max-width: 992px) {
  .information-right {
    height: fit-content;
    margin-top: 300px;
  }
  .information-right .image-container {
    top: -260px !important;
  }
  .information-right .mw-953 {
    max-width: 600px;
  }
  .information-right .service-container {
    width: 100% !important;
  }
  .information-right .service-container p {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .information-right {
    margin-top: 50px !important;
  }
  .information-right .information-content {
    padding: 20px !important;
  }
  .information-right .image-container {
    display: none;
  }
}

details {
  margin: 1rem auto;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 2px 4px 25px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
details:not([open]) {
  animation-name: fold-in;
  animation-duration: 0.2s;
}
details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  padding: 1.5rem;
}
details summary::-webkit-details-marker,
details summary::marker {
  content: "";
  display: none;
}
details summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 1rem;
  color: #007cba;
}
details .content {
  padding: 0 1.5rem 1.5rem;
}

details[open] summary::after {
  content: "−";
  color: #007cba;
}
details[open] .content {
  animation-name: fold-out;
  animation-duration: 0.2s;
}

@keyframes fold-out {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes fold-in {
  0% {
    padding-bottom: 1rem;
  }
  100% {
    padding-bottom: 0;
  }
}
.brands .company-logo {
  width: 100%;
  object-fit: scale-down;
  border-radius: 10px;
  box-shadow: 2px 4px 25px 0px rgba(0, 0, 0, 0.25);
}

.top-btn {
  background-color: #007cba;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.top-btn img {
  width: 40px;
  height: 40px;
}

.reviews-home .reviews-container {
  background: transparent !important;
}
.reviews-home .review-container {
  box-shadow: 2px 4px 25px 0px rgba(0, 0, 0, 0.25);
}
.reviews-home .review-container:nth-of-type(n+3) {
  display: none;
}

#residential .hero {
  background-image: url(/images/heroes/residential.webp);
  padding-bottom: 0px !important;
}
#residential .hero .text-cont {
  padding: 20px;
  background-color: #282a3a;
  border-radius: 10px 10px 0 0;
  width: fit-content !important;
}
@media (max-width: 576px) {
  #residential .hero {
    background-image: url(/images/heroes/residential-mobile.webp);
    background-position: 50% 90%;
  }
}
#residential #gas .service-container {
  width: 300px;
}
#residential #gas .service-container p {
  width: 100%;
}

#commercial .hero {
  background-image: url(/images/heroes/commercial.webp);
  padding-bottom: 0px !important;
}
#commercial .hero .text-cont {
  padding: 20px;
  background-color: #282a3a;
  border-radius: 10px 10px 0 0;
  width: fit-content !important;
}
@media (max-width: 576px) {
  #commercial .hero {
    background-image: url(/images/heroes/commercial-mobile.webp);
  }
}
#commercial #commercialServices {
  display: flex !important;
}
#commercial #hvac .service-container, #commercial #gas .service-container, #commercial #process-piping .service-container {
  width: 300px;
}
#commercial #hvac .service-container p, #commercial #gas .service-container p, #commercial #process-piping .service-container p {
  width: 100%;
}
@media (max-width: 768px) {
  #commercial .service {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  #commercial #plumbing {
    margin-top: 75px !important;
  }
}

#compressedair .hero {
  background-image: url(/images/heroes/compressed-air.webp);
  background-position: 70% 50%;
  padding-bottom: 0px !important;
}
#compressedair .hero .text-cont {
  padding: 20px;
  padding-bottom: 20px !important;
  color: #00547d;
  background-color: #282a3a;
  border-radius: 10px 10px 0 0;
  width: fit-content !important;
}
@media (max-width: 576px) {
  #compressedair .hero {
    background-image: url(/images/heroes/compressed-air-mobile.webp);
  }
}
#compressedair #compressors .service-container, #compressedair #air-treatment .service-container, #compressedair #service .service-container, #compressedair #parts .service-container {
  width: 50%;
}
#compressedair #compressors .service-container p, #compressedair #air-treatment .service-container p, #compressedair #service .service-container p, #compressedair #parts .service-container p {
  width: 100%;
}

#about .hero {
  background-image: url(/images/heroes/about.webp);
  padding-bottom: 0px !important;
  background-position: 70% 50%;
}
#about .hero h1 {
  padding: 20px;
  padding-bottom: 20px !important;
  background-color: #282a3a;
  border-radius: 10px 10px 0 0;
  width: fit-content !important;
}
@media (max-width: 576px) {
  #about .hero {
    background-image: url(/images/heroes/about-mobile.webp);
  }
}
#about #who-we-are {
  margin-top: 50px;
  margin-bottom: 120px;
}
@media (max-width: 1500px) {
  #about #who-we-are {
    height: 100% !important;
  }
  #about #who-we-are .mw-1440 {
    justify-content: center !important;
  }
  #about #who-we-are .image-container {
    display: none;
  }
  #about #who-we-are .image-team {
    display: block !important;
    height: 400px;
    object-fit: cover;
    object-position: 50% 30%;
  }
}
#about #the-leadership {
  padding-top: 120px;
  padding-bottom: 120px;
}
#about #the-leadership .intro {
  max-width: 710px;
}
#about #the-leadership .employees img {
  object-fit: cover;
  border-radius: 10px;
}
#about #the-leadership .employees .employee-img {
  height: 450px !important;
  object-fit: cover;
  object-position: 50% 20%;
}
@media (max-width: 992px) and (min-width: 576px) {
  #about #the-leadership .employees .employee-img {
    height: 650px !important;
  }
}
@media (max-width: 576px) {
  #about #the-leadership .employees .h-four {
    font-size: 19px !important;
  }
}
#about #the-leadership .employee-container {
  background-color: white;
  border-radius: 10px;
}
#about #the-leadership .employee-container img {
  object-fit: cover;
}
@media (max-width: 768px) {
  #about #the-leadership .employee-container {
    height: auto !important;
  }
}
#about #the-leadership .employee-container button {
  background-color: transparent;
  border: none;
  padding: 0;
}
#about .bottom-row img {
  height: 556px !important;
}
#about #community-support {
  padding-top: 105px;
  padding-bottom: 105px;
  overflow: hidden;
}
#about #community-support ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
#about #community-support .content {
  max-width: 710px;
  padding: 80px;
  background-color: white;
  box-shadow: 2px 4px 25px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
  position: relative;
}
@media (max-width: 576px) {
  #about #community-support .content {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  #about #community-support .content {
    margin: 0 auto !important;
  }
}
#about #community-support .carousel-lg {
  width: 1345px;
  overflow: scroll;
  position: absolute;
  top: 95px;
  right: -180px;
}
#about #community-support .carousel-lg .scroll-carousel {
  width: 2150px;
  height: 550px;
  position: relative;
}
#about #community-support .carousel-lg .scroll-carousel .carousel-img {
  width: 550px;
  padding-right: 10px;
}
#about #community-support .carousel-lg .scroll-carousel .carousel-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  #about #community-support .carousel-lg {
    display: none;
  }
}

#showcase .hero {
  background-image: url(/images/heroes/showcase.webp);
  padding-bottom: 0px !important;
  background-position: 70% 50%;
}
#showcase .hero h1 {
  padding: 20px;
  background-color: #282a3a;
  border-radius: 10px 10px 0 0;
  width: fit-content !important;
}
@media (max-width: 576px) {
  #showcase .hero {
    background-position: 50% 50%;
  }
}
@media (max-width: 576px) {
  #showcase .intro {
    padding-top: 50px !important;
  }
}
#showcase #suppliers {
  padding-bottom: 120px;
}
#showcase #suppliers img {
  box-shadow: 2px 4px 25px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 10px;
  object-fit: scale-down;
  object-position: center;
  width: 100%;
  height: 135px;
}
#showcase #gallery {
  padding-bottom: 120px;
}
#showcase #gallery .gallery-row .one img {
  height: 782px;
  object-fit: cover;
  object-position: right top;
}
#showcase #gallery .gallery-row .two img {
  height: 381px;
  object-fit: cover;
  object-position: center;
}
#showcase #gallery .lm-btn {
  padding: 5px 15px;
  margin: 0 auto;
  border-bottom: 1px solid #101223;
}
#showcase #gallery .lm-btn:hover {
  color: #B3B5BD;
}
#showcase #gallery iframe {
  width: 100%;
}
#showcase #gallery iframe .juicer-feed.image-grid li.feed-item, #showcase #gallery iframe .juicer-feed.slider li.feed-item, #showcase #gallery iframe .juicer-feed.hip li.feed-item {
  padding: 10px !important;
}
#showcase #gallery iframe .juicer-feed .j-instagram-bg {
  background-color: transparent !important;
}

#contact .hero {
  background-image: url(/images/heroes/contact.webp);
  padding-bottom: 0px !important;
  background-position: 10% 50%;
}
#contact .hero .text-cont {
  padding: 20px;
  background-color: #282a3a;
  border-radius: 10px 10px 0 0;
  width: fit-content !important;
}
@media (max-width: 576px) {
  #contact .hero {
    background-image: url(/images/heroes/contact-mobile.webp);
  }
}
@media (max-width: 1200px) {
  #contact .hero {
    background-position: 33% 50%;
  }
}
#contact .findus {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 40px;
  padding-left: 1.5rem;
}
#contact .findus .content {
  width: 425px !important;
}
@media (max-width: 992px) {
  #contact .findus {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}
#contact .form {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 80px;
  padding-right: 1.5rem;
}
#contact .form .content {
  max-width: 832px;
}
#contact .form .content p {
  max-width: 526px;
}
@media (max-width: 992px) {
  #contact .form {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}
#contact .map iframe {
  width: 100%;
  margin-bottom: -10px;
}

/*# sourceMappingURL=style.css.map */
