/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {


    .counter {
        width: 20%;
        max-width: 20%;
    }


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    .owl-carousel-3col .owl-nav {
        position: absolute;
        right: 0;
        top: -60px;

    }

    .footer-row .col-sm-6:first-child {

        width: 30%;

    }

    .footer-row .col-sm-6:nth-child(2) {

        width: 20%;

    }

    .owl-carousel-3col .owl-nav button.owl-next,
    .owl-carousel-3col .owl-nav button.owl-prev {

        background: transparent !important;
        padding: 7px 12px !important;
        border: 2px solid #0f5894;
        color: #000;
        border-radius: 5px;
    }


    .owl-carousel-3col .owl-nav button.owl-next {}

    .owl-carousel-3col .owl-nav button.owl-prev {
        left: auto;
        right: 50px;
    }

    .owl-carousel-3col .item {
        padding-bottom: 15px;
    }

    .owl-carousel-3col .services {
        max-width: 380px;
    }


    .owl-carousel .owl-nav button i {
        color: #000;
    }


    .dualsection {
        min-height: 700px;
    }

    .dualsection .right-section .vision-mission .vision {
        padding-top: 80px;
    }


    .dualsection .right-section .vision .matter,
    .dualsection .right-section .mission .matter {
        max-width: 520px;
    }


    .small-row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .small-row .col-lg-3 {
        padding-left: 8px;
        padding-right: 8px;
    }

}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media screen and (max-width : 1199px) {
    
   .abroad-tab{
    display: block;
}

.abroad-tab li{
    flex:auto;    width: auto;
     width: 33.33333333333333%;
}.abroad-tab li a{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    background: #015ba5;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.3);
        border-right: 0;
    
   
        
}

    
    .training-tab{
        display: flex;
        
    }
    
    .training-tab li{
        flex: auto;
        width: auto;
        
    }
    .training-tab li a{
     font-size: 12px;
        
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

    .funfact {
        text-align: center;
    }

    .funfact .line-top-theme:after {
        left: 50%;
        margin-left: -30px;
    }

    .funfact i {
        margin-left: 0;
    }


    .dualsection .right-section {
        position: relative;
        display: block;
    }

    .dualsection .right-section .vision,
    .dualsection .right-section .mission {
        padding: 30px;
    }

    .header-widget-contact-info-box .contact-info.media {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header-widget-contact-info-box {
        padding-bottom: 20px;
    }

    .mt-sm-7 {
        margin-top: 7px !important;
    }

    .h-btn .btn-lg {
        font-size: 14px;
        padding: 6px 22px;
        
    }
    
    .h-btn {
    float: none !important;
    }
    
    .menuzord.orange .menuzord-menu > li.active > a:after{
        content: none;
    }
    
    .menuzord.orange .menuzord-menu > li.active > a{
        background: #f98f07 !important;
        color: #fff !important;
    }
    
    .menuzord.orange .menuzord-menu > li > a{
        line-height: 20px;
        color: #5b5b5b;
        padding: 12px 20px !important
    }
    
    .about-right {
    padding: 55px 40px;
    }
    
    .about-left p{
        padding-right: 0;
    }
    
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    
    .training-tab li a span {
    display: unset;
}

    .training-tab{
        display: block;;
        
    }
    
    .training-tab li{
        
        width: 100%;
        display: block;
        
    }
    
     
    .training-tab li a{
        border-bottom: 2px solid  #4384ab;
        
    }
    
    
        .about-right {
    padding: 50px 30px;
    }

    .header-widget-contact-info-box {
        margin-bottom: 0;
    }

    .dualsection .container {
        padding-bottom: 0;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        float: left;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-12 {
        width: 100%;
    }

    .tp-caption p {
        font-size: 13px;
        line-height: 1.4;
    }


    .mtitle {
        font-size: 38px;
    }

    .about-left p {
        padding-right: 0;
    }

    .header-top .widget ul li {
        float: none;
    }

    .header-top .widget {
        line-height: 40px;
        margin-bottom: 0;
        border-top: 1px solid #636363;
    }

    .header-top .widget .list-inline {
        margin-left: -15px;
        margin-right: -15px;
    }

    .header-top .widget ul li {
        border-right: 0;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {


        
   .abroad-tab{
    display: block;
}

.abroad-tab li{
    flex:auto;    width: auto;
     width: 50%;
}.abroad-tab li a{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    background: #015ba5;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.3);
        border-right: 0;
    
   
        
}

    
    .mtitle {
        font-size: 32px;
    }

    .header-top .widget .list-inline li:nth-child(2) {
        display: none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

    .mtitle {
        font-size: 28px;
    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {}
