h1.case-studies-h1 {
    font-size: 24px;
    text-transform: none;
    color: #fff;
    text-align: center;
    font-weight: 400;
    line-height: 1.6;
    opacity: 0;
}

.hero-animation {
    font-size: 42px;
    line-height: 1;
    margin: 0 auto;
    font-weight: 600;
    span {
        color: #0098ae;
    }
}
h1#top-animation {
    animation: topAnim 1s ease 1s 1 normal forwards;
}
h1#btm-animation {
    animation: btmAnim 2s ease 2s 1 normal forwards;
}
@keyframes topAnim {
    0% {
        opacity: 0;
        transform: translateY(-250px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes btmAnim {
    0% {
        opacity: 0;
        transform: translateY(250px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes letterAnim {
    0% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.hero-case-study-image {
    background-position: 50%;
    background-size: cover;
    height: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 0px 0px #00000040, inset 0 0 0 1000px rgba(0, 0, 0, .45);
}

.mk-header.sticky-style-fixed.a-sticky .mk-header-holder {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    margin-top: 30px !important;
}


.duration-\[1s\] {
    transition-duration: 1s;
}

.case-study-card {
    margin-bottom: 80px;
}

div#contact-form>.mk-grid {
    width: 100%;
}



.width-90 {
    width: 90%;
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.9\)\] {
    background-color: rgba(0, 0, 0, 0.85)
}

.max-width-90 {
    max-width: 90%;
    margin: 0 auto;
}

.max-width-80 {
    max-width: 90%;
    margin: 0 auto;
}

.case-study-inner.title {
    text-align: center;
    line-height: 1.25;
}

.case-study-inner {
    margin: 10px 0 10px 0;
    line-height: 1.75;
}

.case-study-inner.link {
    margin: 20px 0 0px 0;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
}

ul.case-study-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.case-studies__sliding-content {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media (max-width: 991px) {
    html body .wpb_row.vc_row.custom_bunner-margin {
        margin-top: -25px !important;
    }

    body .vc_custom_1655984243342 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    div#contact-form>.mk-grid {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .hero-case-study-image {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .hero-case-study-image {
        height: 200px;
    }
}