 @media (max-width: 1024px) {
   
}
 @media (max-width: 991px) {
     .container {
         max-width: 100%;
    }
}
 @media (max-width: 767px) {
   .top-header .logos-right a:first-child, .top-header .logos-right a:nth-child(2){
    display: none;
}
.top-header .d-flex.align-items-center.justify-content-between {
    display: block !important;
}
.logos-right {
    text-align: right;
}
.header .nit-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    justify-content: space-between;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    width: 100%;
}
.menu-top-menu-container {
    border: 2px solid #7d7676;
}
.header .nit-navigation ul li {
    border-bottom: 1px solid orange;
}
.header .nit-navigation ul li:last-child{border-bottom:none;}
.header .nit-navigation ul li:before{display:none;}
.vision-section {
    padding: 3em 0 2em;
}
.vision-section .box .text h2, .call-paper-section h2, .gallery h2 {
    font-size: 32px;
}
.call-paper-section .box p, .call-paper-section .box li {
    font-size: 20px;
    line-height: 1.5;
}
.call-paper-section .box li:before {
    position: absolute;
    content: '*';
    left: -27px;
    top: 0px;
    font-size: 23px;
    font-weight: 600;
}
.gallery .owl-carousel .owl-item {
    padding: 20px 5px;
}
.call-paper-section, .gallery {
    padding: 3.5em 0 1em;
}
.all-link h2 {
    margin: 10px;

}
.vision-section .box .text {
    padding: 1em 1em 1em 1em;
}
}

    @media (max-width:320px){

}
