.service-image a figure::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0.07deg, rgba(123, 124, 124, 0.521) 0.06%, rgba(255, 255, 255, 0.336) 99.94%);
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.intro-video {
    position: relative;
    padding: 200px 0;
    background: url(../images/banner-bg/showcasing-our\ vision.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.intro-video::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(39, 38, 38, 0.452) 0%, rgba(68, 68, 68, 0.329) 100%);
    width: 100%;
    height: 100%;
}

.page-header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #76777900 0%, #72717170 34.36%, rgba(226, 64, 59, 0.02) 86.08%);
    opacity: 82%;
    width: 100%;
    height: 100%;
    z-index: 0;
}


.page-header {
    position: relative;
    background: url(../images/banner-bg/bg-4.png) no-repeat center center;
    background-size: cover;
    padding: 300px 0 !important;
    background-size: contain;
    object-fit: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0px;
}

.page-header.about-bnr {
    background: url(../images/banner-bg/bg-4.png) no-repeat center center !important;
    padding: 300px 0;
}

.page-header.pr-banner {
    background: url(../images/banner-bg/PR&MR-Banner.jpg) no-repeat center center;
}

.page-header.csr-banner {
    background: url(../images/banner-bg/CSR-banner.jpg) no-repeat center center;
}

.hero-slide {
    z-index: 999;
}

.swiper-slide {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.623);
    height: 100%;
    width: 100%;
    z-index: -999;
}

.hero-slide {
    padding: 300px 0 !important;
    height: 100vh;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 51.13%, rgba(226, 64, 59, 0.02) 63.85%);
    opacity: 82%;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.service-image a figure::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0.07deg, rgb(0 0 0 / 80%) 0.06%, rgba(226, 64, 59, 0.8) 99.94%);
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.service-image a figure::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0.07deg, rgba(48, 46, 46, 0.8) 0.06%, rgba(226, 64, 59, 0.8) 99.94%) !important;
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.service-catagery-list ul li a {
    font-weight: bold;
    font-size: 20px;
}

.facility-item-content h3 a {
    color: black;
}




.about-body-item-content h3 a::before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 16px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    transition: all 0.4s ease-in-out;
}

.about-body-item-content h3 a {
    color: #fFF;
}

.sidebar-cta-content ul li a:hover {
    color: #fff !important;
}

@media only screen and (max-width: 1361px) {
    .page-header {
        position: relative;
        background: url(../images/banner-bg/bg-4.png) no-repeat center center;
        background-size: cover;
        padding: 200px 0 !important;
        background-size: contain;
        object-fit: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center 0px;
    }


}