:root {
  --text: #555;
  --light-blue: #e4ebf3;
  --transparent: #fff0;
  --white: white;
  --blue: #85bff1;
  --dark-blue: #1f58bb;
  --black: #212121;
  --orange: #feac4f;
  --grey: #dae2ec;
  --link-blue: #49a2ee;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-black: black;
}

.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: var(--text);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.body {
  background-color: var(--light-blue);
  flex-flow: column;
  display: flex;
}

.section {
  background-color: var(--transparent);
  padding: 120px 60px;
}

.section.billboard {
  color: var(--white);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/billboard_1.jpg');
  background-position: 0 0, 50% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 800px;
  display: flex;
}

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

.section.blue-bg.cta {
  margin-top: auto;
}

.section.cta {
  background-color: var(--blue);
  color: var(--white);
}

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

.section.dark-blue-bg {
  background-color: var(--dark-blue);
  color: var(--white);
}

.section.logos {
  border-top: 2px solid var(--white);
  background-color: var(--light-blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.logos.blue-bg, .section.reviews {
  background-color: var(--light-blue);
}

.container-1500 {
  flex-flow: column;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-1500.project-top-padding {
  padding-top: 60px;
}

.navbar {
  background-color: var(--light-blue);
  width: 100%;
  padding: 20px 60px;
  position: sticky;
  top: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.brand {
  margin-right: 10px;
}

.nav-menu {
  display: flex;
}

.nav-link {
  color: var(--black);
  padding: 10px 20px;
  font-size: 16px;
}

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

.nav-link.nav-cta {
  background-color: var(--orange);
  color: var(--white);
  margin-left: 15px;
  transition: opacity .2s;
}

.nav-link.nav-cta:hover {
  opacity: .9;
}

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

.logo {
  width: 175px;
}

.footer {
  background-color: var(--dark-blue);
  color: var(--white);
  margin-top: auto;
  padding: 120px 60px 60px;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.25fr;
}

.f-grid-block {
  flex-flow: column;
  display: flex;
}

.f-grid-block.right {
  text-align: right;
  align-items: flex-end;
}

.h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.3;
}

.h1.white {
  color: var(--white);
  margin-bottom: 20px;
}

.h1.bb-heading {
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 500;
}

.heading-wrap {
  max-width: 1100px;
  margin-bottom: 40px;
}

.heading-wrap.bb, .heading-wrap.no-margin {
  margin-bottom: 0;
}

.button {
  background-color: var(--orange);
  text-align: center;
  min-width: 220px;
  padding: 12px;
  transition: opacity .2s;
}

.button:hover {
  opacity: .9;
}

.section-title {
  border-bottom: 1px solid var(--black);
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.section-title.blue-border {
  border-bottom-color: var(--blue);
}

.section-title.white-border {
  border-bottom-color: var(--white);
}

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

.text-block.large {
  color: var(--black);
  font-size: 22px;
  font-weight: 500;
}

.text-block.large.blue {
  color: var(--dark-blue);
}

.text-block.large.white {
  color: var(--white);
  font-weight: 400;
}

.text-block.small {
  font-size: 14px;
}

.text-block.small.c-right {
  color: var(--blue);
  font-size: 16px;
}

.text-block.bold {
  color: var(--black);
  font-weight: 500;
}

.text-block.italic {
  font-family: IBM Plex Sans, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.flex-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-cont-wrap {
  width: 50%;
}

.flex-cont-wrap.sb-image {
  background-image: url('../images/billboard.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-cont-wrap.sb-image.angled-crop-left, .flex-cont-wrap.sb-image.contact-form {
  background-image: none;
}

.h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
}

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

.paragraph {
  margin-bottom: 20px;
}

.paragraph.large {
  font-size: 22px;
}

.paragraph.billboard-sub {
  font-size: 26px;
  font-weight: 500;
}

.paragraph.bold {
  font-weight: 500;
}

.paragraph.small {
  font-size: 14px;
}

.paragraph.top-margin {
  margin-top: 10px;
  margin-bottom: 0;
}

.sb-image {
  aspect-ratio: auto;
  object-fit: cover;
  height: 100%;
}

.footer-logo-wrap {
  margin-bottom: 10px;
}

.footer-logo {
  width: 140px;
}

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

.footer-links-title-wrap {
  margin-bottom: 30px;
}

.footer-links-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.footer-links-title {
  color: var(--blue);
  font-weight: 500;
}

.footer-link {
  color: var(--white);
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .8;
}

.footer-link.w--current {
  color: var(--white);
  text-decoration: underline;
}

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

.footer-link.innotech-bms {
  display: none;
}

.footer-base {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.ps-link {
  background-image: url('../images/ps-link_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  transition: all .2s;
}

.ps-link:hover {
  opacity: 1;
  background-image: url('../images/ps-link_1ps-link.png');
}

.services-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
}

.services-grid-block {
  background-color: var(--white);
  height: 350px;
}

.services-grid-block.angled-crop-left {
  border: 0px none var(--transparent);
  background-color: var(--light-blue);
  flex-flow: column;
  height: auto;
  min-height: 500px;
  display: flex;
}

.service-grid-image {
  aspect-ratio: auto;
  background-color: var(--grey);
  object-fit: fill;
  height: 300px;
  overflow: visible;
}

.service-grid-image.building-automation {
  background-image: url('../images/services-building-automation.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.service-grid-image.mechanical-electrical-installations {
  background-image: url('../images/services-mech-elec.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.service-grid-image.commercial-electrical-maintenance {
  background-image: url('../images/sb-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.service-grid-image.electrical-installations {
  background-image: url('../images/1280x720-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.service-grid-image.energy-management {
  background-image: url('../images/services-energy-management.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
}

.service-gris-copy {
  padding: 30px 30px 0;
}

.service-grid-link {
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
}

.arrow-link {
  transition: opacity .2s;
}

.arrow-link:hover {
  opacity: .8;
}

.link-arrow {
  width: 26px;
}

.link-arrow.large {
  width: 48px;
}

.arrow-link-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
}

.cta-container {
  color: var(--white);
}

.form-block {
  margin-top: 30px;
}

.field-label {
  font-weight: 500;
}

.text-field {
  background-color: var(--transparent);
  color: var(--text);
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  background-color: var(--transparent);
  color: var(--text);
  min-height: 150px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.form-field-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.phone, .email, .hours {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.social-links {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.social-link {
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .8;
}

.social-icon {
  width: 26px;
}

.button-wrap {
  margin-top: 40px;
}

.button-wrap.mobile-cta {
  display: none;
}

.testimonials-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.title-headings {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.title-headings.white {
  color: var(--white);
  font-weight: 400;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: var(--transparent);
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  margin-right: 40px;
  display: flex;
}

.quote-icon {
  width: 80px;
  margin-bottom: 24px;
}

.testimonial-client-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-project-image {
  object-fit: cover;
  width: 30%;
  height: 400px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  font-size: 10px;
  display: flex;
  position: static;
  bottom: -60px;
}

.h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

.h4.small {
  margin-bottom: 10px;
  font-size: 24px;
}

.h4.accordian {
  margin-bottom: 0;
}

.container-1100 {
  max-width: 1100px;
}

.legal-link-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: auto;
  display: flex;
}

.breadcrumbs-wrap {
  color: var(--white);
  margin-top: -10px;
  margin-bottom: 20px;
}

.bc-active {
  font-weight: 400;
  text-decoration: underline;
}

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

.bc-link.w--current {
  color: var(--white);
}

.list-wrap {
  padding-top: 0;
  padding-bottom: 20px;
}

.list-wrap.top-margin {
  padding-top: 20px;
}

.list {
  margin-bottom: 0;
  list-style-type: square;
}

.list.custom-bullets {
  margin-bottom: 0;
}

.list.numbers {
  list-style-type: decimal;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-item.numbers {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-top-spacer {
  height: 40px;
}

.heading-top-spacer.border {
  border-top: 1px solid var(--blue);
}

.body-copy-link {
  color: var(--link-blue);
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.body-copy-link:hover {
  color: var(--link-blue);
  text-decoration: underline;
}

.bold {
  color: var(--black);
  font-weight: 500;
}

.link-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--text);
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.innotech-logo {
  width: 190px;
}

.copy-image-wrap {
  margin-top: 40px;
  margin-bottom: 0;
}

.footer-ph-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.encoded-ea-f {
  margin-bottom: 0;
}

.encoded-ea-f-2 {
  margin-bottom: 0;
  display: none;
}

.email-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.email-wrap.spacing {
  margin-top: 10px;
  margin-bottom: 10px;
}

.encoded-ea {
  margin-bottom: 0;
}

.encoded-ea-2 {
  margin-bottom: 0;
  display: none;
}

.ph-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--text);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.mi-contact {
  margin-bottom: 30px;
}

.phone-icn, .email-icn {
  width: 16px;
}

.enc-emails-wrap {
  margin-top: -3px;
}

.form-button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border: 1px solid #000;
  min-width: auto;
  margin-right: 0;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 400;
  transition: opacity .2s;
}

.form-button:hover {
  opacity: .9;
}

.titles {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
}

.project-basic-details {
  border-left: 1px solid var(--blue);
  padding-left: 20px;
}

.content-accordion {
  border: 1px #1668b7;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
}

.accord-title {
  background-color: var(--light-blue);
  cursor: pointer;
  border-bottom: 1px #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  transition: background-color .25s;
  display: flex;
}

.accord-title:hover {
  background-color: var(--grey);
}

.faq-icn {
  align-self: center;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq-answer-2 {
  background-color: #0000;
  border-top: 1px #1668b7;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}

.gallery-grid {
  column-count: 3;
  column-gap: 2rem;
  width: 100%;
}

.gallery-lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.logos-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.logos-img {
  width: 250px;
}

.logos-img.smaller {
  width: 180px;
}

.client-review-wrap {
  border-bottom: 1px solid var(--blue);
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.client-review-wrap.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.acknowledgement-of-country {
  border-top: 1px none var(--white);
  color: var(--white);
  max-width: 900px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 100px 40px;
  }

  .section.billboard {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .brand {
    margin-right: 0;
  }

  .nav-menu {
    background-color: var(--light-blue);
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link {
    padding: 20px 0;
    font-size: 20px;
    font-weight: 500;
  }

  .nav-link.nav-cta {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .f-grid-block.right {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h1 {
    font-size: 55px;
  }

  .button, .text-block {
    font-size: 20px;
  }

  .text-block.large {
    font-size: 24px;
  }

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

  .text-block.small.c-right {
    font-size: 20px;
  }

  .flex-container {
    flex-flow: column;
  }

  .flex-cont-wrap {
    order: 1;
    width: auto;
  }

  .flex-cont-wrap.sb-image.angled-crop-left {
    order: -1;
    width: auto;
  }

  .flex-cont-wrap.sb-image.contact-form {
    order: 1;
    width: 100%;
  }

  .flex-cont-wrap.project-order {
    order: 1;
  }

  .flex-cont-wrap.contact-details {
    order: -1;
  }

  .h2 {
    font-size: 45px;
  }

  .paragraph {
    font-size: 20px;
  }

  .paragraph.large {
    font-size: 24px;
  }

  .paragraph.small {
    font-size: 16px;
  }

  .sb-image {
    width: 100%;
  }

  .footer-logo-wrap {
    margin-bottom: 20px;
  }

  .footer-logo {
    width: 160px;
  }

  .footer-company-info {
    margin-bottom: 20px;
  }

  .footer-links-title-wrap {
    margin-bottom: 30px;
  }

  .footer-links-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-links-title {
    font-size: 24px;
  }

  .footer-link {
    font-size: 20px;
  }

  .footer-link.small {
    font-size: 16px;
  }

  .footer-base {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top: .5px solid var(--blue);
    flex-flow: column;
    align-items: flex-start;
    padding-top: 20px;
  }

  .ps-link {
    width: 32px;
    height: 32px;
  }

  .icon {
    color: var(--black);
    font-size: 38px;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--transparent);
  }

  .services-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-grid-image.building-automation, .service-grid-image.mechanical-electrical-installations, .service-grid-image.commercial-electrical-maintenance, .service-grid-image.electrical-installations, .service-grid-image.energy-management {
    height: 300px;
  }

  .h3 {
    font-size: 35px;
  }

  .field-label, .text-field, .text-area {
    font-size: 20px;
  }

  .form-field-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .phone, .email, .hours {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .testimonials-container {
    flex-flow: column;
  }

  .testimonial-slide {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
  }

  .quote-icon {
    width: 60px;
  }

  .testimonial-project-image {
    width: 40%;
  }

  .h4 {
    font-size: 35px;
  }

  .legal-link-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 45px;
  }

  .list-item {
    font-size: 20px;
  }

  .heading-top-spacer {
    height: 40px;
  }

  .copy-image-wrap {
    margin-bottom: 0;
  }

  .footer-ph-link {
    margin-top: 20px;
  }

  .encoded-ea-f {
    display: none;
  }

  .encoded-ea-f-2 {
    display: block;
  }

  .encoded-ea {
    display: none;
  }

  .encoded-ea-2 {
    display: block;
  }

  .ph-link {
    margin-top: 0;
  }

  .form-button {
    font-size: 20px;
  }

  .accodian-grid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .logos-wrap {
    flex-flow: column;
  }

  .logo-wrap {
    width: 50%;
  }

  .acknowledgement-of-country {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 80px 30px;
  }

  .section.billboard {
    padding-top: 120px;
  }

  .navbar {
    padding: 10px 30px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu, .footer {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1 {
    font-size: 50px;
  }

  .h2 {
    font-size: 40px;
  }

  .paragraph.billboard-sub {
    font-size: 24px;
  }

  .menu-button {
    padding-right: 0;
  }

  .services-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .h3 {
    font-size: 32px;
  }

  .link-arrow.large {
    width: 42px;
  }

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

  .testimonial-slide {
    flex-direction: column;
    padding: 0;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .quote-icon {
    width: 60px;
    margin-bottom: 16px;
  }

  .testimonial-project-image {
    width: 100%;
    height: auto;
  }

  .h4 {
    font-size: 32px;
  }

  .accord-title {
    align-items: center;
    min-height: 150px;
    padding: 15px;
  }

  .faq-icn {
    align-self: center;
    width: 28px;
    margin-left: 10px;
  }

  .faq-answer-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-grid {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .logo-wrap {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 60px 20px;
  }

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

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

  .nav-menu {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav-link.nav-cta {
    margin-top: 10px;
  }

  .logo {
    width: 155px;
  }

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

  .h1 {
    font-size: 40px;
  }

  .button {
    width: 100%;
    min-width: auto;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .h2 {
    font-size: 35px;
  }

  .icon {
    font-size: 32px;
  }

  .menu-button, .menu-button.w--open {
    padding-right: 0;
  }

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .services-grid-block, .service-grid-image.building-automation, .service-grid-image.mechanical-electrical-installations, .service-grid-image.commercial-electrical-maintenance, .service-grid-image.electrical-installations, .service-grid-image.energy-management {
    height: 280px;
  }

  .h3 {
    font-size: 28px;
  }

  .service-gris-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-arrow.large {
    width: 36px;
  }

  .button-wrap.bb {
    display: none;
  }

  .button-wrap.mobile-cta {
    margin-top: 0;
    margin-bottom: 40px;
    display: block;
  }

  .quote-icon {
    width: 50px;
  }

  .h4 {
    font-size: 28px;
  }

  .list.custom-bullets {
    padding-left: 30px;
  }

  .heading-top-spacer {
    height: 30px;
  }

  .link-block {
    justify-content: flex-start;
    align-items: center;
  }

  .form-button {
    width: 100%;
    min-width: auto;
  }

  .accodian-grid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-wrap {
    width: 60%;
  }
}

#w-node-_90bd9a60-f6a3-f636-66b3-dcfe20a36d89-20a36d86, #w-node-_90bd9a60-f6a3-f636-66b3-dcfe20a36d96-20a36d86, #w-node-_90bd9a60-f6a3-f636-66b3-dcfe20a36da1-20a36d86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


