    @media only screen and (max-width: 1399px) {
        .hero-area-2 .section-content {
            margin-top: -220px;
        }
    }

    @media only screen and (max-width: 1399px) {
        .hero-area-2 .section-title {
            font-size: 70px;
            line-height: 85px;
            margin-left: 30px;
            letter-spacing: 0px;
        }
    }

    @media (max-width: 575px) {
        .hero-area-2 .section-title {
            font-size: 32px;
            letter-spacing: 0px;
            line-height: 40px;
            margin-left: 0;
        }

        .hero-area-2 .section-content {
            margin-top: 0px;
        }

    }

    .hero-area-2 {
        position: relative;
        height: 100vh;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .hero-bg-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }

    .hero-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 0;
    }

    .container {
        position: relative;
        z-index: 2;
    }

    .sponsor-item {
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        /* border-radius: 12px; */
        padding: 15px;
        border: 1px solid #e5e5e5;
        overflow: hidden;
    }

    .sponsor-item a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sponsor-item img {
        width: 140px;
        height: 100px;
        object-fit: contain;
        display: block;
    }

    .testimonial-slider {
        overflow: hidden;
        padding-bottom: 60px;
    }

    .testimonial-slider .swiper-slide {
        height: auto;
    }

    .testi-item {
        height: 100%;
    }

    /* -------- team css ----------- */
    .team-img img {
        width: 100%;
        object-fit: contain;
        border-radius: 10px;
    }

    .team-content.team-card h1 {
        font-size: 55px;
    }

    .team-content.team-card span {
        font-size: 25px;
        padding-top: 5px;
        text-align: left;
    }

    @media (max-width: 768px) {
        .service-section {
            padding-top: 15px !important;
        }
    }

    .custom-col {
        width: 20%;
    }

    @media(max-width:991px) {
        .custom-col {
            width: 50%;
        }
    }

    @media(max-width:576px) {
        .custom-col {
            width: 100%;
        }
    }

    /* ----- details page ------- */
    .project-grid .project-item {
        margin-bottom: 20px;
    }

    .project-box .project-thumb {
        height: 450px;
    }

    .pcontent {
        display: flex !important;
        flex-direction: column;
        grid-gap: 2px !important;
        margin-bottom: -30px !important;
    }

    .project-top {
        display: block !important;
    }

    @media(max-width:767px) {
        .project-section {
            padding-top: 120px !important;
        }

        .project-box .project-thumb {
            height: 220px;
        }

        .project-box .project-btn {
            top: 85%;
            left: 85%;
        }

        .pcontent {
            margin-bottom: 0px !important;
        }

        .project-box .project-btn {
            height: 40px;
            width: 40px;
            font-size: 14px;
        }

    }