@media screen and (max-width: 400px) {

    /* 
        * Home Page
    */
    .home-hero-title h1 {
        font-size: 28px;
        line-height: normal;
    }

    .count-round .round {
        width: 75px;
        min-height: 75px;
        height: 75px;
        max-height: 75px;
    }

    .count-round .round .count {
        font-size: 25px;
    }


    /*
    Hero Section Page Title 
     */
    .hero-title h1,
    .hero-title {
        line-height: 0;
    }

    .hero-title h1 {
        display: flex;
        margin-bottom: 0;
        gap: 10px;
    }

    .hero-title span {
        font-size: 35px !important;
    }

    .hero-title .ps-4 {
        padding: 0 !important;
    }

    /* 
        * Bottom to up Button
    */
    #scrollToTopBtn {
        bottom: 20px;
        right: 20px;
    }

    /* 
        * About 
    */
    .history-slider {
        align-items: center;
    }

    .work-culture {
        right: 10px;
    }

    .years-container {
        position: unset;
    }

    .client-testimonials .container {
        padding: 0;
    }

    .testimonial.swiper-button-prev {
        right: 20px;
    }

    .company-history .container {
        padding: 0;
    }


    /* 
        * Apply Now 
    */
    .dropdown.custom-dropdown.education-dropdown li a {
        font-size: 10px;
    }

    /* 
        * platforms
    */
    .our-engagement .swiper-slide {
        width: 100% !important;
    }

}

@media screen and (min-width: 400px) and (max-width: 480px) {

    /* 
        * Home Page
    */
    .home-hero-title h1 {
        font-size: 28px;
        line-height: normal;
    }

    /*
    Hero Section Page Title 
     */
    .hero-title h1,
    .hero-title {
        line-height: 0;
    }

    .hero-title h1 {
        display: flex;
        margin-bottom: 0;
        gap: 10px;
    }

    .hero-title span {
        font-size: 35px !important;
    }

    .hero-title .ps-4 {
        padding: 0 !important;
    }



    /* 
        * About 
    */
    .testimonial.swiper-button-next,
    .testimonial.swiper-button-prev {
        right: 8%;
    }

    /* 
        * platforms
    */
    .our-engagement .swiper-slide {
        width: 100% !important;
    }

}

@media screen and (min-width: 480px) and (max-width: 576px) {

    /* 
        * Home Page
    */
    .home-hero-title h1 {
        font-size: 28px;
        line-height: normal;
    }


    /* 
        * About 
    */
    .testimonial.swiper-button-next,
    .testimonial.swiper-button-prev {
        right: 8%;
    }

    /*
    Hero Section Page Title 
     */
    .hero-title h1,
    .hero-title {
        line-height: 0;
    }

    .hero-title h1 {
        display: flex;
        margin-bottom: 0;
        gap: 10px;
    }

    .hero-title span {
        font-size: 35px !important;
    }

    .hero-title .ps-4 {
        padding: 0 !important;
    }



    /* 
        * platforms
    */
    .our-engagement .swiper-slide {
        width: 100% !important;
    }

}

@media screen and (min-width: 576px) and (max-width: 768px) {

    /* 
        * Home Page
    */
    .home-hero-title h1 {
        font-size: 28px;
        line-height: normal;
    }

    /* 
        * About 
    */
    .testimonial.swiper-button-next,
    .testimonial.swiper-button-prev {
        right: 8%;
    }

    /*
    Hero Section Page Title 
     */
    .hero-title h1,
    .hero-title {
        line-height: 0;
    }

    .hero-title h1 {
        display: flex;
        margin-bottom: 0;
        gap: 10px;
    }

    .hero-title span {
        font-size: 35px !important;
    }

    .hero-title .ps-4 {
        padding: 0 !important;
    }


}

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* 
        * Home Page
    */

    /* 
        * About 
    */
    .testimonial.swiper-button-next,
    .testimonial.swiper-button-prev {
        right: 8%;
    }


}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    /* 
        * Home Page
    */


}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

    /* 
        * Home Page
    */


}

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

    /* 
        * Home Page
    */


}