.banner-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.banner-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(120deg,
            rgba(5, 37, 84, 0.95) 20%,
            rgba(5, 37, 84, 0.85) 50%,
            rgba(29, 21, 3, 0.35) 100%);

    z-index: -1;
}


.banner-one {
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) and (max-height: 977px) {
    .topheader {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .rdhide {
        display: none;
    }

    .about-two__text {
        text-align: justify;
    }

    .about-two__text {
        text-align: justify;
    }
}