/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 10, but if you do -- maybe just use a custom class  :)  */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(0, 117, 175, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(85, 197, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0075AF !important;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(0, 93.6, 140) !important;
}

.link-secondary {
  color: #55C5F0 !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(119, 208.6, 243) !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2) !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243) !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6) !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2) !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251) !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8) !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 641px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 769px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1025px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1361px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1641px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/*Residential*/
#residential {
  background: #F3F3F3;
  padding-top: 3em;
  padding-bottom: 3em;
}
#residential h2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
#residential .container-services {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  #residential {
    padding-top: 8em;
    padding-bottom: 8em;
  }
  #residential .container-services {
    text-align: center;
  }
}

/*Theatre*/
#theatre {
  padding-top: 3em;
  padding-bottom: 3em;
}
#theatre h2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
#theatre picture {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
}
#theatre picture img {
  border-radius: 16px;
  object-fit: cover;
  height: 100%;
}
#theatre h2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  #theatre {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}

/*Installation*/
#installation {
  background: #F3F3F3;
  padding-top: 3em;
  padding-bottom: 3em;
}
#installation h2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
#installation picture {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
}
#installation picture img {
  border-radius: 16px;
  object-fit: cover;
  height: 100%;
}
#installation h2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
#installation ul {
  margin-top: 32px;
}
#installation ul li {
  font-weight: 600;
  margin-bottom: 16px;
}
#installation ul li::marker {
  color: #55C5F0;
}
@media screen and (min-width: 1025px) {
  #installation {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}

/*Equipment*/
#equipment {
  background: linear-gradient(180deg, #007EA7 0%, #002A38 100%);
}
#equipment h2,
#equipment p.h3 {
  color: #FFF;
}
#equipment .top-title {
  color: #AAE2F7;
}
#equipment h2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  #equipment {
    min-height: 624px;
  }
  #equipment .container-content {
    min-height: 624px;
  }
}
@media screen and (min-width: 1360px) {
  #equipment {
    min-height: 744px;
  }
  #equipment .container-content {
    min-height: 744px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  #equipment picture img {
    position: absolute;
    left: -0.5vw;
    max-width: 47% !important;
    bottom: 0;
  }
}
@media screen and (min-width: 1921px) {
  #equipment picture img {
    position: absolute;
    max-width: 710px !important;
    bottom: 0;
  }
}
@media screen and (max-width: 1025px) {
  #equipment .container-image {
    width: 100vw;
    margin-left: calc(-54vw + 50%);
  }
}

/*Content*/
#content {
  padding-top: 3em;
  padding-bottom: 3em;
}
#content .vidswap {
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 3em;
  position: relative;
  cursor: pointer;
}
#content .vidswap .icon-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 68px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 12px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
#content .vidswap .icon-video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid white;
}
#content .vidswap .icon-video-play {
  background-color: rgba(255, 0, 0, 0.85);
  transform: translate(-50%, -50%) scale(1.1);
}
#content .main-content {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
#content h2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  #content {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}

/*Experience*/
#experience h2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
#experience::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 42, 56, 0.7) 0%, rgba(0, 42, 56, 0.7) 100%);
  background-blend-mode: multiply, normal, normal;
}
#experience picture {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
  top: 0;
}
#experience picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
#experience .container-content h2, #experience .container-content h3, #experience .container-content h4, #experience .container-content h5, #experience .container-content h6, #experience .container-content p {
  color: #FFF;
}
#experience .top-title,
#experience h2 span {
  color: #AAE2F7 !important;
}
@media screen and (min-width: 826px) {
  #experience .container-content {
    padding: 4em;
  }
}
@media screen and (min-width: 1025px) {
  #experience {
    min-height: 774px;
  }
  #experience::before {
    background: none;
  }
  #experience .top-title,
  #experience h2 span {
    color: #007EA7 !important;
  }
  #experience .container-content {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    height: fit-content;
  }
  #experience .container-content h2, #experience .container-content h3, #experience .container-content h4, #experience .container-content h5, #experience .container-content h6, #experience .container-content p {
    color: #002A38;
  }
}

/*FAQ*/
#faq {
  padding-top: 4em;
  padding-bottom: 3em;
}
#faq h2 {
  margin-bottom: 16px;
}
#faq .answer {
  margin-top: 10px;
  display: none;
}
#faq .container-faq {
  border-bottom: 1px solid #CDCDCD;
}
#faq .container-faq a {
  color: #007EA7;
  font-weight: 700;
  text-decoration: underline;
}
#faq .container-faq .question {
  cursor: pointer;
}
#faq .container-faq:first-of-type {
  border-top: 1px solid #CDCDCD;
}
#faq .icon-icon-plus,
#faq .icon-icon-minus {
  color: #55C5F0;
  padding-top: 5px;
}
#faq picture {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
}
#faq picture img {
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  #faq {
    padding-top: 8em;
    padding-bottom: 8em;
  }
  #faq .icon-icon-plus,
  #faq .icon-icon-minus {
    padding-top: unset;
  }
}

/*Contact Us*/
#contact_us picture {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
}
#contact_us picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#contact_us h2, #contact_us h3, #contact_us h4, #contact_us h5, #contact_us h6, #contact_us p {
  color: #FFF;
}
#contact_us h2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
#contact_us .container-content-contact {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
#contact_us .top-title {
  color: #AAE2F7;
}
@media screen and (min-width: 1025px) {
  #contact_us, #contact_us .container-content-contact {
    min-height: 622px;
  }
}