

.swiper-slide.testimonial-item img {
    max-height: 89px;
}
body .home-banner-hero {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 88vh;
    min-height: 690px;
    overflow: hidden;
    padding-top: 88px;
}
footer p {
    color: inherit;
}


div#iedc-news-contact {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        position: relative;
        width: auto;
        pointer-events: none;
        background: white;
        padding:16px;
        border-radius:16px;
    }
}
.site-header .menu-tertiary-item img {
    width: auto;
}

@media screen and (max-width: 1023px) {
    .home-banner-hero .container-top {
        margin-top: 300px;
    }
    .home-banner-video-wrapper video {
        display: none;
    }
    body .home-banner-hero {
        margin-top: 80px;
    }
    .home-banner-hero .banner-hero-cards .card {
        width: 100%;
        height: 300px;
    }
    h1.font-weight-normal.banner-hero-title.uppercase {
        margin-top: 189px;
    }
}
