@charset "utf-8";
/* CSS Document */




@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px)  {
    .event_card {
        max-width: 100%;
    }
} 
@media screen and (min-width: 768px) and (max-width: 991px)  {
    .section {
        padding: 60px 0;
    }
    .navigationbar {
        height: 54px;
    }
    .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;
    }
    nav ul li > a:hover,nav ul li > a:focus,
    nav ul li.active a,.sticky nav ul li > a:hover,.sticky nav ul li > a:focus,
    .sticky nav ul li.active a  {
        border-radius: 0;
    }
    .offer-btn {
        width: 100%;
        height: 76px;
        float: left;
        text-align: left;
        padding: 17px 0 !important;
    }
    nav {
        display: none;
        position: absolute;
        z-index: 99999;
        background: var(--color3);
        left: 0;
        right: 0;
        top: 54px;
        width: 100%;
        padding:0 20px;
        box-shadow: 2px 4px 4px #00000026;
    }
    .sticky nav{
        background: var(--color3);
    }
    .navigation {
        float: inherit;
    }
    .dropdown {
        position: relative;
        width: 100%;
        height: 0;
        text-align: left;
        box-shadow: 0px 0px 0px #0000002e;
        padding-left: 0;
    }
    nav ul li:hover .dropdown{
        height: auto;
        max-height: 250px;
        overflow: auto;
    }
    .nav_button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        margin: 0;
    }
    .course_slider {
        width: 90%;
    }
    .event_card {
        max-width: 100%;
    }
}
@media only screen and (max-width : 576px) {
    .section {
        padding: 50px 0;
    }
    .topmenu {
        justify-content: center;
    }
    .topsocial {
        margin-right: auto;
    }
    .logo {
        width: 100%;
        height: 67px;
        text-align: center;
    }
    .logo img{
     object-position: center center;
    }
    .middle_contact {
        margin-right: auto;
        display: block;
        padding-bottom: 20px;
    }
    .middle_contact span {
        border-radius: 12px 12px 0 0;
        text-align: center;
        margin-right: auto;
    }
    .middle_contact a {
        border-radius: 5px;
    }
    .Modern-Slider .item h3 {
        font-size: 1.5em;
    }
    .Modern-Slider .item h5 {
        font-size: 1em;
    }
    .navigationbar {
        height: 54px;
    }
    .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;
    }
    nav ul li > a:hover,nav ul li > a:focus,
    nav ul li.active a,.sticky nav ul li > a:hover,.sticky nav ul li > a:focus,
    .sticky nav ul li.active a  {
        border-radius: 0;
    }
    .offer-btn {
        width: 100%;
        height: 76px;
        float: left;
        text-align: left;
        padding: 17px 0 !important;
    }
    nav {
        display: none;
        position: absolute;
        z-index: 99999;
        background: var(--color3);
        left: 0;
        right: 0;
        top: 54px;
        width: 100%;
        padding:0 20px;
        box-shadow: 2px 4px 4px #00000026;
    }
    .sticky nav{
        background: var(--color3);
    }
    .navigation {
        float: inherit;
    }
    .dropdown {
        position: relative;
        width: 100%;
        height: 0;
        text-align: left;
        box-shadow: 0px 0px 0px #0000002e;
        padding-left: 0;
    }
    nav ul li:hover .dropdown{
        height: auto;
        max-height: 225px;
        overflow: auto;
    }
    .nav_button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        margin: 0;
    }
    .Modern-Slider .item .img-fill{
        height:420px;
    }
    .about_img{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .about_content{
        padding: 0;
    }
    .course_slider {
        width: 88%;
    }
    .owl-carousel .owl-nav button.owl-next, 
    .owl-carousel .owl-nav button.owl-prev{
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: -36px;
    }
    .owl-carousel .owl-nav button.owl-next{
        right: -36px;
    }
    .event_card {
        max-width: 100%;
    }
    .inner_banner {
        width: 100%;
        height: 140px;
    }
}




