@charset "utf-8";
/* CSS Document */




@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px)  {
    .about_content h1 {
        font-size: 50px;
    }    
    .course_details {
        padding-top: 50px;
    }
} 
@media screen and (min-width: 768px) and (max-width: 991px)  {
    .pl-5, .px-5 {
        padding-left: 1rem!important;
    }
    nav ul li a {
        font-size: 14px;
        padding: 0 8px;
    }
    .about_content h1 {
        font-size: 44px;
    }
    .mailchimp-one__content {
        margin-bottom: 20px;
    }  
    .profile-img {
        width: 100%;
        height: 224px;
    }
    .teachers_content {
        padding: 15px;
    }
}
@media only screen and (max-width : 576px) {   
    .heade-contct ul {
        float: left;
    }
    .heade-contct ul li {
        margin-right: 12px;
    }
    .heade-contct ul li a {
        font-size: 14px;
    }
    .logo {
        width: 100px;
        height: auto;
        line-height: 5;
    }
    .navmenu {
        height: auto;
    }
    .toogle_button {
        display: block;
    }
    nav ul {
        width: 100%;
        float: inherit;
        line-height: 46px;
        text-align: left;
    }
    nav ul li {
        display: block;
    }
    nav ul li a {
        display: block;
        font-size: 15px;
    }
    
    .register_sec {
        position: relative;
        width: 100%;
    }
    .offer-btn {
        width: 100%;
        height: 76px;
        float: left;
        text-align: left;
        padding: 17px 0 !important;
    }
    nav {
        display: none;
        position: absolute;
        z-index: 99999;
        background: #022c46;
        left: 0;
        right: 0;
        top: 49px;
        width: 100%;
        padding:0 20px;
        box-shadow: 2px 4px 4px #00000026;
    }
    .dropdown {
        position: relative;
        width: 100%;
        height: 0;
        text-align: left;
        box-shadow: 0px 0px 0px #0000002e;
        padding-left: 10px;
    }
    nav ul li:hover .dropdown{
        height: auto;
    }
    .banner-content {
        height: 300px;
    }
    .classes_tabs {
        width: 100%;
        display: block;
        height: auto;
        margin: 0;
    }
    .classes_tabs li {
        width: 33.8%;
        margin-right: -5px;
        display: inline-block;
        float: inherit;
    }
    .classes_tabs li a {
        border-left: 1px solid rgb(87, 87, 87);
    }
    .about_content h1 {
        font-size: 24px;
    }
    .about-two__single i {
        font-size: 28px;
    }
    .about-two__single-wrap {
        display: block;
    } 
    .about-two__image {
        margin-top: 50px;
        width: 100%;
    } 
    .about-two__image > img {
        width: 100%;
    }
    .about-two__image:before {
        width: 250px;
        height: 250px;
    }
    .title_bx h1 {
        font-size: 30px;
    } 
    .learning-bx {
        width: 100%;
        height: auto;
    } 
    .learning-bx img {
        width: 100%;
        height: 100px;
    }
    .learning-bx a {
        font-size: 12px;
    }  
    #filters li span {
        padding: 10px 26px;
    }
    .courses_sec {
        padding-bottom: 52px;
    }
    .mailchimp-one__content {
        margin-bottom: 20px;
    }
    .mailchimp-one {
        padding: 52px 0;
    }
    .mailchimp-one__icon i {
        font-size: 31px;
        width: 57px;
        height: 57px;
    }
    .mailchimp-one__title {
        font-size: 20px;
    }
    .mailchimp-one__form input {
        height: 42px;
        font-size: 12px;
        padding-left: 8px;
    }
    .mailchimp-one__form .thm-btn {
        line-height: 42px;
        width: 94px;
        font-size: 12px;
        position: relative;
    } 
    .testomo-slide .owl-nav {
        display: none;
    }  
    .testo-area{
        padding: 50px 0;
    }
    .tst-content:before {
        font-size: 67px;
        line-height: 97px;
    }
    .tst-content {
        padding: 21px 15px 15px;}
    .tst-meta .text h5 {
        font-size: 10px;}
    .tst-meta .text p {
        font-size: 11px;}
    
    .section-title {
        margin-bottom: 15px;
    }
    .team-slide .owl-dots {
        margin-top: 16px;
        margin-bottom: 20px;
    }
    .about-content h2 {
        font-size: 22px;
        line-height: 34px;
    }
    .section-title h2 {
        font-size: 22px;
    }
    .profile-img {
        width: 100%;
        height: 224px;
    }
    .teachers_content {
        padding: 15px;
    }
    .about-content {
        padding-right: 0;
    }
    .footer_content .map {
        margin-bottom: 30px;
    }
}




