@media screen and (min-width: 1399px) {

    .footer {
        height: 100vh;
    }
}

/**************************************************************************/
@media screen and (min-width: 1025px) and (max-width:1399px) {}

.side-menu ul li a {
    font-size: 26px;
    line-height: 32px;
}

.TopHeadImage {
    bottom: -80px;
}

}


/**************************************************************************/
@media only screen and (max-width: 1199px) {
    .mission_innovation {
        background-attachment: scroll;
    }
}


/**************************************************************************/
@media only screen and (max-width: 991px) {

    header.MainHHeader {

        padding: 10px 0 !important;
    }

    header .menu {
        padding-top: 25px;
    }

    .TopHeadImage {
        bottom: -50px;
    }

    .TopHeadImage h1 {
        font-size: 20vh;


    }

    .responsive2.HeadBannerImage img {
        object-fit: cover;
    }

    header.scrolled-fixed {
        background: #fff;
    }





}












/**************************************************************************/
@media only screen and (max-width: 767px) {
    header.pt-5.pb-4 {
        padding: 10px 0 !important;
    }

    .logo {
        max-width: 250px;
    }

    .project-slider .caption {
        bottom: 40%;
    }

    .slick-prev,
    .slick-next {
        bottom: 0px;
    }

    .project-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .project-title {
        font-size: 28px;
    }

    .mission_innovation h2 {
        font-size: 20px;
        max-width: 90%;
    }

    .mission_innovation {
        min-height: 100%;
    }

    .homePage_accordian .accordion-header {
        font-size: 18px;
    }

    .video-container video,
    .video-container {
        height: 300px;
        min-height: 300px;
    }

    .project-title-dark {
        font-size: 30px;
    }

    .marquee-content span {
        font-size: 42px;
    }

    .about-scrolling-section .content {
        display: block;
    }

    .about-scrolling-section .image {
        width: 100%;
        height: auto;
        display: block;
        margin-top: 20px
    }

    .about-scrolling-section {
        padding: 40px 0 100px 0;
    }

    .FooterbottomArea {
        margin-top: 0px;
    }

    .mobileBlockContent-block.d-flex {
        display: block !important;
        text-align: center;
    }

    .accordion-content-item {
        margin-top: 30px;
        text-align: center;
    }

    .MoreBtn .view-btn.view-more {
        margin: auto !important;
    }

    .marquee {
        top: auto;
    }

    .side-menu {
        width: 350px;
        justify-content: flex-start;
    }

    .responsive1 .project-slider {
        padding-bottom: 80px;
    }

    .hero-section {
        padding-top: 140px;
    }

    section.counter-section {
        padding: 0px 5px;
    }

    .scrollanim_clip {
        height: 40vh;
    }

    .TopHeadImage {
        bottom: -40px;
    }

    .TopHeadImage h1 {
        font-size: 12vh;
        letter-spacing: -8px;


    }

    .responsive2.HeadBannerImage img {
        object-fit: cover;
    }

    .project-meta {
        flex-wrap: wrap;
        gap: 20px;
    }

    .meta-item {
        width: 100%;
    }

    .ytvid {
        height: 300px;
    }



    header .menu {
        padding-top: 10px;
    }

    header.scrolled-fixed .header-logo img {
        max-width: 250px;
    }






}