@media(min-width: 1920px){
    .container{
        max-width: 1170px;
    }
}

@media(max-width: 1200px){
    .area-banner .schedule-calendar,
    .menu-nav-desktop{
        display: none !important;
    }
    .area-about .calendar-card{
        display: block;
    }
    .menu-mobile-open{
        display: block;
    }
    .nav-mobile-toggler{
        display: flex;
    }

    @keyframes bousceNav {
        0% {margin-bottom: 0;}
        100% {margin-bottom: -38px;}
    }
    @-webkit-keyframes bousceNav {
        0% {margin-bottom: 0;}
        100% {margin-bottom: -38px;}
    }
    .bloglist .blog .blog-inner{
        height: 150px;
    } 
    .about-info{
        flex-direction: column;
    }   
    .about-info .about-des{
        order: 0;
        margin-bottom: 60px;
        padding-left: 0;
    }
    .about-info .about-gallery{
        order: 1;
        padding-right: 0;
    }
}
@media(max-width: 992px){
    .page-banner-inner{
        padding-top: 25%;
    }
    .gl-itemlist > li .gl-item-inner .gl-item:hover{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .logo .logo-thumb {
        height: 70px;
    }
    .header-title {
        padding: 10px 0 15px;
    }
    .header-sec{
        flex-direction: column;
        align-items: center;
    }
    .header-title{
        padding: 20px 0;
    }
    .logo-title .title-bd {
        font-size: 30px;
    }
    .header-action > ul{
        flex-wrap: wrap;        
    }
    .header-action > ul > li {
        flex: 0 0 100%;
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        display: flex;
        margin-bottom: 10px;
        margin-top: 5px;
        margin-left: 0;
    }
    .stratistic,    
    .noticeboard,
    .widget-list,
    .quick-contact{
        flex-wrap: wrap;
    }
    .stratistic > div{
        flex-basis: 140px;
    }
    .widget-list > div,
    .quick-contact > div{
        flex: 0 0 100%;
        width: 100%;
        box-sizing: border-box;
    }
    .widget-list {
        justify-content: center;
        text-align: center;
    }
    .widget-list .widget {
        margin-bottom: 30px;
    }
    .social-media {
        justify-content: center;
    }
    .social-media > li:last-child{
        margin-right: 0;
    }
    .widget-title::before {
        margin: 0 auto;
        right: 0;
    }
    .links li{
        padding-left: 0;
    }
    .links li a::after{
        display: none;
    }
    .widget-list > div.companyinfo {
        flex: 0 0 100%;
        padding-right: 0;
    }
    .quick-contacts tr{
        display: flex;
        justify-content: center;
    }
    .quick-contacts tr td{
        width: auto !important;
    }
    .widget-quick-link {
        padding-left: 0;
    }
    .widget-visitor-counter{
        flex: 0 0 100% !important;
    }
    .bloglist .blog{
        flex: 0 0 calc(50% - 10px);
    }
    .bloglist .blog:nth-child(3n+3){
        margin-right: 20px;
    }
    .bloglist .blog:nth-child(2n+2){
        margin-right: 0;
    }
    .wrapper {
        flex-direction: column;
    }
    .wrapper aside {
        flex: 1;
        margin-left: 0;
    }
}
@media(max-width: 768px){    
    .notice-filter-box {
        flex-direction: column;
    }
    .notice-filter-box .form-control {
        margin-bottom: 10px;
    }
    .about-info > div,
    .noticeboard > div,
    .widget-list > div,
    .quick-contact > div{
        flex: 0 0 100%;
        width: 100%;
        box-sizing: border-box;
    }    
    .noticeboard .news-sec{
        margin-bottom: 60px;
        padding-right: 0;
    }
    .noticeboard .event-sec{
        padding-left: 0;
    }
    .noticeboard .event-sec::after {
        left: 0;
    } 
    .slide-arrow {
        top: auto;
        bottom: -45px;
        margin: 0 auto;
        left: 0 !important;
        right: 0 !important;
    } 
    .slide-arrow.next-arrow {
        left: 48px !important;
    }
    .slide-arrow.prev-arrow {        
        right: 55px !important;
    }
    .bar-sec {
        flex-direction: column;
    }
    .bar-sec-left{
        padding-right: 0;
    }
    .bar-sec{
        flex-direction: column;
    }
    .bar-sec > div{
        flex: 0 0 100%;
        width: 100%;
        box-sizing: border-box;
    }
    .bar-sec-left{
        order: 1;
    }
    .bar-sec-right{
        order: 0;
    }
    .nav-top {
        justify-content: center;
    } 
    .header-top-bar{
        height: auto;
    }
    .navlist {
        justify-content: center;
    }    

    /** Table Responsive **/
    .table.table-heading.table-responsive{
        display: flex;
    }
    .table.table-heading.table-responsive > thead > tr,
    .table.table-heading.table-responsive > tbody > tr,
    .table.table-heading.table-responsive > tfoot > tr{
        display: flex;
        flex-direction: column;
    }
    .table.table-heading.table-responsive > head{
        white-space: nowrap;
    }
    .table.table-heading.table-responsive > tbody{
        display: flex;
        flex: 1;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .table.table-heading.table-responsive > tbody > tr{
        flex: 1;
        white-space: nowrap;
    }
    .table.table-heading.table-responsive > tbody > tr > td{        
        height: 100%;
        text-align: left !important;
    }
    .table.table-heading.table-responsive > tbody > tr > td:not(:last-child){
        border-bottom: 1px solid #cfd8dd;
    }
    .table.table-heading.table-responsive > thead::after{
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: 3px 0 5px -3px rgba(0,0,0,0.5);
    }
    .table.table-heading.table-responsive > thead > tr > th{
        width: 100% !important;
        height: 100%;
        text-align: left !important;
        border-bottom: none;
    }
    .table.table-heading.table-responsive > thead > tr{
        border: none;
    }
    .table.table-heading > thead > tr > th{
        background: linear-gradient(var(--baseBgColor), transparent);
        border: none;
    }
    /** Table Responsive **/
    .about-thumb {
        background-color: #FFF;
    }
    .about-message .messages {
        padding: 0 30px 30px;
        text-align: center;
    }
    .about-thumb .about-profile, .about-profile-des {
        position: static;
        text-align: center;
    }
    .about-thumb .about-profile {
        display: flex;
        justify-content: center;
        position: relative;
        bottom: auto;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        margin-top: -50px;
        z-index: 2;
    }
    .about-profile-des{
        padding-left: 0;
    }
}

@media(max-width: 600px){
    .bloglist .blog{
        margin-right: 0 !important;
        flex: 0 0 calc(100%);
    }
}

@media(max-width: 500px){ 
    .logo {
        flex-direction: column;
    }
    
    .logo .logo-title{
        margin-bottom: 15px;
        text-align: center;
    }
    .stratistic-box {
        top: -10px;
    }
    .carousel-indicators {
        margin-bottom: 12px;
    }
    .logo-title h1 {
        line-height: 28px;
    }
    .college-code span{
        display: block;
        padding: 0;
    }
    .employelist .emp-content{
        flex-direction: column;
    }
    .employelist .emp-left{
        margin-right: 0;
        margin-bottom: 20px;
        flex: auto;
        height: auto;
        overflow: hidden;
    }
    .employelist .emp-thumb{
        flex: auto;
        height: auto;
        overflow: hidden;
    }
}
@media(max-width: 400px){
    .ico-link {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ico-link > li{
        flex-basis: 100px;
        margin-bottom: 10px;
    }
    .ico-link > li .ico-box span{
        flex: 1;
        white-space: nowrap;
    }
    .inputgroup input{
        width: 100%;
        box-sizing: border-box;
        flex: 0 0 100%;
    }
}
@media(max-width: 260px){
    .ico-link {
        justify-content: flex-start;
    }
    .ico-link > li{
        flex: 0 0 100%;
        margin-left: 0 !important;
        width: 100%;
        box-sizing: border-box;
    }
}