@charset "utf-8";
/* CSS Document */

/*---For Laptop---*/
@media (max-width: 1800px) {}

@media(max-width:1440px) {}

/*---For Laptop---*/
@media (min-width: 1200px) and (max-width: 1400px) {}

@media (min-width: 1024px) and (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1024px) {}

@media (max-width: 1199px) {}

@media(min-width:1199px){
    .navbar-collapse{
        padding: 10px;
    }
}
/*---For Horizental iPad---*/
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-brand{
        width: 180px;
    }

    
  
}

@media (min-width: 991px) {
    .top_links
    {
        display: flex;
    text-align: left;
    /* align-items: baseline; */
    align-items: start;

    }

    .upcoming_wrap
    {
        display: flex;
        justify-content: center;
        align-items: center;
    
    }

}

@media (min-width: 768px) {}

/*---For Vertical iPad---*/
@media (min-width: 768px) and (max-width: 991px) {

   
}


@media (max-width: 991px) {}

/*---For Mobile---*/

@media (max-width: 768px) {
    .icon-box
    {
        width: 100%;
    }

}
@media (max-width: 767px) {
    .form-group label {
        padding: 5px 0px;
        font-size: 12px;
    }
    .top_links,.topsocial_links{
        text-align: center;
    }

    .form-group
    {
        width: 100%;
    }

    .services .icon-box {
        padding: 50px 20px;
    }

    .footer_widget h4 {
        font-size: 18px;
        font-weight: 600;
        padding-top: 16px;
    }


    .event_wrap
    {
        width: 100%;
    }

    .icon-box
    {
        width: 100%;
    }
    
    
    .navbar-brand{
        width: 210px;
    }
    .feature_slider{
        padding: 20px 0;
    }
    .feature_text h2{
        font-size: 36px;
    }
    .feature_text p {
        font-size: 14px;
        line-height: 22px;
    }
    .events_detail .event_wrap.event1, .events_detail .event_wrap.event3{
        margin-top: 0;
       
    }
    .event1, .event2{
        margin-bottom: 30px;
    }
    .upcoming_sec {
        padding: 50px 0;
    }
    .footer_logo{
        width: 200px;
    }

    .text_about_sub
    {
        margin-top: 20px;
    }
    .teble_sec h2 {
        line-height: 45px;
        font-size: 22px;
    }
}

@media (min-width:576) {
    .teble_sec h2 {
        line-height: 45px;
        font-size: 20px;
    }

    .teble_sec h2 {
        line-height: 45px;
        font-size: 20px;
    }
    .atf-section-title 
    {
        margin-top: 16px;
    }
}

@media (max-width: 578px) {
    .btn_large {
        float: right;
        margin-bottom: 20px;
        padding: 8px 75px;
    }

 
}

@media (max-width: 480px) {
    .upcoming_wrap
    {
        min-height: 115px;
        text-align: center;
    }
    td, th {
        border: 1px solid rgba(57, 42, 143,0.6);
        text-align: left;
        padding: 0px;
    }
    .btn_large {
        float: right;
        margin-bottom: 20px;
        padding: 4px 31px;
    }

    .button_1 {
        padding: 0px 10px;
    }
}

@media (max-width: 440px) {

    .only_width_sec{
        width: 220px;
    }
}

@media (max-width: 425px) {
    .scrool_sec td,
        th {
            font-size: 12px;
        }
}

@media (max-width: 411px) {}

@media (max-width: 393px) {}

@media (max-width: 320px) {
}