.process-single-box:hover .process-title span,
.process-single-box:hover .process-title p {
    color: #fff !important;
}
.case-study-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 320px;
}

.case-study-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.6s ease,
        opacity 0.4s ease;
}

.video-bg-live .video-poster {
    background: url("/plugins/images/slider/banner_img.jpg") center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: fadePoster 2.5s ease-in-out forwards;
}

@keyframes fadePoster {
    0%,
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.8;
}
@media (max-width: 767px) {
    .background-video {
        height: auto !important;
    }
    .banner-area {
        height: 420px !important;
    }
    .why_choose {
        font-size: 25px;
    }
    .our_process {
        font-size: 22px !important;
    }
    #about {
        margin-top: 70px;
    }
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: 2;
}
.banner-area {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

#about {
    margin-top: 100px;
}
