@media (max-width:1000px) {
    .logoContainer {
        margin-top: 30%;
    }

}

@media (max-width:800px) {
    @media (max-width:500px) {
        .logoContainer {
            margin-top: 50%;
        }

       
        @media (max-width:1300px) {

            /* 2 Navbar */
            .header_wrapper .menu-navbar-nav {
                width: auto;
            }
        }

        @media (max-width:1230px) {

            /* 2 Navbar */
            .header_wrapper .nav-item {
                margin: 0 auto;
            }

            .header_wrapper .learn-more-btn {
                padding: 12px 10px !important;
            }

            /* 3 Banner */
            .banner_wrapper .banner-title {
                font-size: 50px;
            }
        }

        @media (max-width:1070px) {

            /* 2 Navbar */
            .header_wrapper .nav-item .nav-link {
                font-size: 16px;
            }

            /* 5 About */
            .about_wrapper .about_title {
                font-size: 30px;
            }
        }

        @media (max-width:991px) {

            /* 2 Navbar */
            .header_wrapper .navbar-brand img {
                width: 140px;
            }

            .header_wrapper .navbar-toggler:focus {
                box-shadow: none;
            }

            .header_wrapper .menu-navbar-nav {
                text-align: center;
            }

            .header_wrapper .nav-item .nav-link {
                margin-top: 15px;
                font-size: 18px;
                color: black;
            }

            .header_wrapper .nav-item:last-child .nav-link {
                margin-bottom: 20px;
            }

            .header_wrapper .learn-more-btn {
                padding: 12px 29px !important;
            }

            .header_wrapper .navbar-collapse {
                background: var(--bg-white);
            }


            /* 3 Banner */
            .banner_wrapper .banner-title {
                font-size: 36px;
            }

            /* 5 About */

            .about_wrapper .about_title {
                font-size: 24px;
            }

            .img-fluid1 {
                margin-left: auto;
            }

            /* Testimonial CSS */
            .testimonial .carousel-control-prev {
                left: -1.75rem;
            }

            .testimonial .carousel-control-next {
                right: -1.75rem;
            }
        }

        @media (max-width: 767px) {

            /* 3 Banner */
            .banner_wrapper {
                padding: 100px 0 100px;
            }

            .banner_wrapper .row {
                flex-direction: column-reverse;
            }

            .banner_wrapper .learn-more-btn-section {
                justify-content: center;
            }

            /* Testimonial CSS */
            .testimonial .testimonial-wrapper {
                padding: 1rem;
            }

            .testimonial .carousel-control-prev,
            .testimonial .carousel-control-next {
                display: none;
            }
        }


        @media only screen and (max-width: 576px) {
            .col_count_2 {
                column-count: 1;
            }
        }
        @media only screen and (max-width: 576px) {
            .col_count_2 li {
                display: flex;
                grid-gap: 6px;
                align-items: baseline;
            }
        }

        /*----offered coursed section start-----*/
        
        @media only screen and (max-width: 1000px) {
            .col_count_3 li {
                display: flex;
                grid-gap: 6px;
                align-items: baseline;
            }
        }
        @media only screen and (max-width: 500px) {
            .col_count_3 li {
               grid-gap: 4px;
            }
        }
