.navbar-collapse {

    margin-left: -287px !important;

}

p {

    font-size: 16px !important;
}


.banner-img {
    margin-top: -248px !important;
}

.banner-content {
    margin-top: -320px !important;

}

header.style-8 .info .form h5 {
    font-size: 16px !important;
    font-weight: 300;
}

.banner-section-padding {
    padding-bottom: 0px !important;

}


.padding-top {

    padding-top: 100px;
}

.program-section {
    padding-top: 80px;
    margin-top: 80px;
    padding-bottom: 80px;

}



.footerLogo {
    width: 150px;
    height: auto;
}








.program-section .portfolio-card .img {
    height: 200px !important;
    overflow: hidden !important;
}

.program-section .portfolio-card .img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.program-section .portfolio-card .info {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 20px !important;
}

.program-section .portfolio-card .text {
    flex: 1 !important;
}












.services.style-8 .service-card.style-8 {
    text-align: center;
    padding: 20px !important;

}

.service-card.style-8 img {
    height: 300px;
    /* Adjust as needed */
    object-fit: cover;
    width: 100%;
}

.read-more-btn {
    padding: 8px 10px !important;
}

.rotate-icon {
    transform: rotate(11deg);
    display: inline-block;
}








.animated-circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.animated-circles .circle {
    position: absolute;
    background-color: rgba(255, 0, 0, 0.2);
    border-radius: 50%;
    animation: float 10s ease-in-out infinite alternate;
}

.circle-1 {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.circle-2 {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 70%;
    animation-delay: 2s;
}

.circle-3 {
    width: 100px;
    height: 100px;
    top: 80%;
    left: 30%;
    animation-delay: 4s;
}

.tool-img {

    height: 100px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}





@keyframes float {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(30px, -30px);
    }

    100% {
        transform: translate(-20px, 20px);
    }
}


#about {
    scroll-margin-top: 240px;
}

/* #WhyChooseUs {
    scroll-margin-bottom: 300px;
} */


.parner-section {

    padding: 63px 0 !important;

}




.footer-section {
    margin-top: 0px !important;
}

.navbar.nav-scroll {
    padding: 12px 0 !important;
}

.main-color {

    background-color: #057ac9 !important;
}


.border-top {
    border-top: 1px solid #797d82 !important;
}

/* ------------------------------------------------------------------------ */

.testi-card .info {
    min-height: 360px;
    /* Increased height */
    max-height: 360px;
}

.testi-card .info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    /* Show up to 9 lines now */
    -webkit-box-orient: vertical;
}


.testimonial-pagination {
    margin-bottom: -62px !important;
}

section.testimonials {
    overflow: hidden !important;
    position: relative !important;
}

/* ------------------------------------------------------------------------ */
/* .footerLogo {
    max-width: 51%;
    max-height: 100%;
} */







@media (max-width: 768px) {

    .navbar.style-8 {
        padding: 14px 0 !important;
    }

    .banner-img {
        margin-top: 0px !important;
    }

    .banner-content {
        margin-top: -30px !important;
    }




    .why-choose-content {
        margin-top: -73px !important;
    }

    .footerbtn {
        padding: 7px 14px !important;
    }

    footer .foot {
        margin-top: -57px !important;
    }

    .quick-link {
        margin-top: -33px;
    }

    .copy-right {
        margin-bottom: 30px !important;
    }

    #about {
        scroll-margin-top: 350px;
    }

    #HeaderBtn {

        background-color: #002D62 !important;
        color: white !important;
        border-color: #002D62 !important;
    }

    .nav-scroll .topbtn {
        margin-bottom: 14px !important;
    }

    .footerLogo {
        max-width: 100%;
        max-height: 100%;
    }

    .footerContent {
        margin-bottom: 50px !important;
    }

    .padding-top {

        padding-top: 60px;
    }


    .program-section {
        padding-top: 55px;
        padding-bottom: 47px;

    }

    .whychoose{

        padding-bottom: 55px !important;
    }

    .faq.style-3.style-4 .accordion-item .accordion-button{

        font-size: 15px !important;
    }

}

@media screen and (max-width: 991px) {
    footer .foot {
        margin-top: -57px !important;
    }
}


/* .parner-section .swiper {
    overflow: hidden;
}

.parner-section .swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
} */

/* @media (max-width: 767.98px) {
    .parner-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .parner-section .swiper-slide {
        text-align: center;
    }
} */