.industries-box .logo-list img {
    filter: invert(100%) brightness(300%);
}

.single-post .video-box {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.single-post .video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.regular-logo .logo-box img {
    max-height: 160px;
}

.grecaptcha-badge {
    z-index: 999;
}
.what-we-do .service {
    height: 100%;
    display: flex;
}

.carousel__item {
    cursor: auto;
}

.about .meat-team .image-box img {
    width: 100%;
}

.what-we-do .services-repeater .columns {
    width: 100%;
}

.home .testimonials .slick-track {
    display: flex;
}

.home .testimonials .title-box-first {
    margin-top: 7px;
}

.home .industries .image-box {
    height: 100%;
}

.home .industries .image-box img {
    max-height: 100%;
}

.newsletter p {
    margin: 5px 0px;
}

.newsletter .frm_forms {
    margin-top: 25px;
}

.footer-contact .frm_forms {
    margin-top: 15px;
}

.inner-hero .image-box {
    height: 100%;
}
.inner-hero .image-box img {
    height: 100%;
    object-fit: cover;
}

/* SINGLE SERVICES CPT */

.single-services .inner-hero {
    position: relative;
}

.single-services .inner-hero-content h1 {
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.single-services .inner-hero-content .content {
    max-width: 630px;
}

.single-services .inner-hero-content .content p {
    margin-bottom: 0;
}

.single-services .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 430px;
    aspect-ratio: 1 / 1;
    margin-left: auto;
    border-radius: 36px;
    background-color:#4BA0AD ;
    padding: 5rem;
}

.single-services .icon-box img {
    display: block;
    width: 100%;
    max-width: 230px;
    height: auto;
    object-fit: contain;
}


.single-services .single-service-flex-content {
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.single-services .service-flex-section {
    margin-bottom: 5rem;
}

.single-services .service-flex-section:last-child {
    margin-bottom: 0;
}

.single-services .service-flex-section h2 {
    margin-bottom: 2rem;
    color:#03202B;
    font-size: 3.5rem;
    text-transform: unset;
}

.single-services .service-fullwidth-copy .content {
    max-width: 100%;
}

.single-services .service-fullwidth-copy .content p {
    margin-bottom: 1.5rem;
}

/* Industries */
.single-services .service-industries h2 {
    margin-bottom: 1.75rem;
}

.single-services .industries-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    /* max-width: 900px; */
}

.single-services .industry-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 54px;
    padding: 0.75rem 1.75rem;
    border-radius: 6px;
    color: #fff;
    font-variation-settings: "slnt" 0, "opsz" 6, "wght" 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    font-size: 1.95rem;
}

.single-services .industry-pill-linked {
    background-color: #4ba0ad;
}

.single-services .industry-pill-plain {
    background-color: #031F2A;
}

.single-services a.industry-pill:hover,
.single-services a.industry-pill:focus {
    color: #fff;
    opacity: 0.9;
}

/* Two Column Copy */
.single-services .service-two-column-copy .columns {
    margin-top: 0;
}

.single-services .service-column-copy h3 {
    margin-bottom: 0.5rem;
    color: #20508E;
    font-size: 1.9rem;
    font-weight: 900;
    font-family: adelphi-pe-variable, sans-serif;
    margin-bottom:0px;
    font-variation-settings: "slnt" 0, "opsz" 6, "wght" 900;

}

.single-services .service-column-copy p {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.single-services .service-additional-copy {
    margin-top: 2rem;
}

.single-services .service-additional-copy p {
    margin-bottom: 1.5rem;
}

/* Project-style two-column copy lists */
.single-services .service-column-copy h3 + h3 {
    margin-bottom: 1.5rem;
}




@media only screen and (min-width: 1100px) {
    .who-we-are .columns .columns {
        height: 100%;
    }

    .who-we-are .columns .columns .gallery-box {
        height: 100%;
    }
    .who-we-are
        .columns
        .columns
        .gallery-box.left-box
        .gallery-item:first-child,
    .who-we-are
        .columns
        .columns
        .gallery-box.right-box
        .gallery-item:last-child {
        height: 270px;
    }
    .who-we-are
        .columns
        .columns
        .gallery-box.left-box
        .gallery-item:last-child,
    .who-we-are
        .columns
        .columns
        .gallery-box.right-box
        .gallery-item:first-child {
        height: 180px;
    }
    .who-we-are .columns .columns .gallery-box .gallery-item:last-child {
        margin-bottom: 0px;
    }

    .who-we-are .columns .columns .gallery-box .gallery-item img {
        height: 100%;
        object-fit: cover;
    }
}


@media screen and (max-width: 1023px) {
    .single-services .single-service-flex-content {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }

    .single-services .service-flex-section {
        margin-bottom: 4rem;
    }

    .single-services .industries-list {
        gap: 0.75rem;
    }

    .single-services .industry-pill {
        min-width: calc(50% - 0.75rem);
    }

    .single-services .icon-box {
      margin-right:auto;
    }
}

@media screen and (max-width: 768px) {
    .single-services .single-service-flex-content {
        padding-top: 1rem;
        padding-bottom: 3rem;
    }

    .single-services .service-flex-section {
        margin-bottom: 3rem;
    }

    .single-services .service-flex-section h2 {
        margin-bottom: 1.5rem;
    }

    .single-services .industry-pill {
        width: 100%;
        min-width: 100%;
    }

   
}
