.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;

}

.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;
}

.choose-us.style-9 .nav .nav-link img {
    width: 50px !important;
    height: 50px !important;
}

.course-tab {
    font-size: 16px !important;
}

.choose-us.style-9 .nav .nav-link {
    color: #002D62 !important;

}

.choose-us.style-9 .feat-content .info h2 {
    font-size: 30px;
    color: #002D62 !important;
    margin-bottom: 15px;
}

.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;
} */

.about-section-padding {

    padding: 0px 0 !important;
    margin-top: -48px !important;

}

.parner-section {

    padding: 63px 0 !important;

}




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

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

.main-color {

    background-color: #002D62 !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: 0px 0 !important;
    }

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

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

    .about-section-padding {

        padding: 0px 0 !important;
        margin-top: -66px !important;
        margin-bottom: 30px !important;

    }

    .course-tab {
        font-size: 20px !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: 31%;
        max-height: 100%;
    }

    .footerContent {
        margin-bottom: 50px !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;
    }
}