/* cmsms stylesheet: home modified: 09/26/25 01:53:13 */
.h2 {
    line-height: 40px;
}
.d-flex {
    display: flex !important
}
.flex-wrap{
    flex-wrap: wrap;
}
.p-0 {
    padding: 0 !important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.flex-column {
    flex-direction: column !important;
}
img[class*='flex-'][class*='-grow-1'] {
    object-fit: cover;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.align-items-center {
    align-items: center !important;
}
.bg-white {
    background-color: #fff !important;
}
.justify-content-center {
    justify-content: center !important;
}
@media (min-width: 768px) {
.p-3 {
    padding: 2.5rem !important;
}
.pb-md-5, .py-md-5 {
        padding-bottom: 4.5rem !important;
    }
    .pb-md-5, .py-md-5 {
        padding-bottom: 4.5rem !important;
    }
    .pt-md-4, .py-md-4 {
        padding-top: 2.25rem !important;
    }
    .pb-md-4, .py-md-4 {
        padding-bottom: 2.25rem !important;
    }
    .pt-md-5, .py-md-5 {
        padding-top: 4.5rem !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
}
ul.sa-list {
    padding-left: 0;
}
.sa-list li {
    list-style: none;
    padding-left: 15px;
    margin-left: 0;
    border-left: #ed6628 3px solid;
    margin-top: 9px;
    font-weight: 700;
}
.sa-list li:first-child {
    margin-top: 0;
}
.bg-image.sa-img-5 {
    background-image: url(https://www.soundsair.com/uploads/images/bgs/Sounds_Air_Caravan_over_Marlborough.jpg?v0.1);
}
@media (max-width: 767px) {
    .bg-image.sa-img-5 {
        background-image: url(https://www.soundsair.com/uploads/images/bgs/m/Sounds_Air_Caravan_over_Marlborough.jpg);
        background-size: 100%;
        background-position: top center;
        background-color: #2d201f;
    }
    .intro-content-inner {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 160px;
        padding-bottom: 50px;
    }
}
@media (min-width: 992px) {
    .tb > .tb__cell {
        padding: 50px 50px 50px 0;
        display: table-cell;
        vertical-align: top;
    }
    .form-high {
        margin-left: 0
    }
}
@media (max-width: 767px) {
    .intro-content-inner {
        padding-top: 130px;
        padding-bottom: 50px;
    }
}
.overlay-dark:after {
    content: '';
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(21, 42, 73, 0), #252c2e);
}
.overlay-2:before, .overlay-3:before, .overlay-4:before, .overlay-6:before{
left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}
.overlay-2:before{
   background-color: rgba(32, 32, 32, 0.2);

}
.overlay-3:before{
   background-color: rgba(32, 32, 32, 0.3);

}

.overlay-4:before{
   background-color: rgba(32, 32, 32, 0.4);

}
.overlay-6:before{: -1;
   background-color: rgba(32, 32, 32, 0.6);

}
    .video-wrapper .text p{
        margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    }
@media (min-width: 768px) {
    .video-wrapper .text p{
        font-size: 18px;
    }
}
