
html,body{
    box-sizing: border-box;

}
.container{margin: 0 auto !important;}
.new-container{
    width: 80%;
    margin:0 auto !important;
    min-height:112px;
}

.bg-edited{
    background: #042153;
    height: 112px;
}
.logo-left{
    float: left;
    width: auto;
    color:#fff;
}
.logo-right{
    float: right;
    width: auto;
    color:#fff
}
.branding{
    padding-top:15px !important;
    width: 100%

}
.logo-left img{
    width:284px;
}
.logo-right img{

    width: 145px;

}
.main-navbar{
    width:100%;
}

.navbar-toggler{

    position: absolute !important;
    right: 0 !important;
    top: 3px !important;
    padding:0 !important;
}

/*dropdown menu*/

/*
.navbar-expand-lg .navbar-nav .dropdown-menu{
    padding:20px !important;
}*/
.navbar-expand-lg .navbar-nav .dropdown-menu a{
    /* padding-bottom:10px !important;*/
    width:100% !important;
    padding:10px !important;
    transition: all 0.3s;
}
.navbar-expand-lg .navbar-nav .dropdown-menu  a:hover{
    padding-bottom:10px !important;
    width:100% !important;
    background: #042153 !important;
    color:#fff
}


/*navbar*/
/*.navbar-nav,navbar-expand-lg{margin-top:20px !important;}*/
.navbar-nav .nav-item{
    padding-right:5px  !important;
    padding-left:5px !important;
}
.nav-link,.navbar-light .navbar-nav .nav-link{
    color: #004296 !important;
    font-size:14px
}
.navbar-nav{
    margin-left:130px !important;
}
.navbar-light .navbar-toggler-icon{
    display: none;
}

.fa-bars{
    color:grey;
    position: absolute;
    right:10px;
    top:10px;
    font-size:20px;
    display: none;

}



/*responsive menu*/



.mainnav{
    position: absolute;
    right:-400px;
    z-index: 999999;
    background: white;
    height:300vh;
    top: 0;
    width:300px;
    padding: 25px !important;
    box-shadow: 2px 1px 6px #888888;
    transition: all 0.4s;

}
.foradd{
    right: 0 !important;
}
.mainnav {
    display: none
}
.mainnav ul li{
    list-style: none;
    font-size:16px;
    padding:20px !important;
}
.mainnav ul li:hover{
    background:#042153;
    color:#fff;
    width:100%;
    float: left;

}


/*responsive dropdown menu*/

.dropmenu ul li, .dropmenu2 ul li,
.dropmenu3 ul li,.dropmenu4 ul li,
.dropmenu5 ul li, .dropmenu7 ul li

{
    padding:10px !important;
    margin-left:40px !important;
    position: relative;
    font-size:14px !important;
    list-style: circle;
}

.dropmenu6 ul li{
    padding:10px !important;
    margin-left:40px !important;
    position: relative;
    font-size:14px !important;
    list-style: circle !important;
}



/*image slider*/
.carousel-item{
    height:50vh !important;
    background-position: center center;
    background-repeat:no-repeat;
    background-size: cover;
}

.custom-caption,.custom-caption-1{
    position: absolute !important;
    top:50% !important;
    transform: translateY(-50%);
    /*
        margin-top: 84px;
        margin-bottom: 84px;
    */

    background-color: rgba(0, 45, 91, 0.77);
    height: 260px;
}

.custom-caption .custom-data{
    margin-top:50px !important;
}
.custom-caption-1 .custom-data{
    margin-top:20px !important;
}
.btn-data{
    padding-top:50px !important;
}
.new-btn-data{
    padding-top:10px !important;
}
.btn-data .btn,.new-btn-data .btn{
    width:210px !important;
    height:48px;
    margin-right:20px !important;
    text-align: center;
    padding-top:10px !important;
    color: #042153;
    font-size:18px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s;
}
.btn-data .btn:hover ,.new-btn-data .btn:hover{
    background-color: #042153;
    color:#fff
}

.nested-img{
    display: flex;
    /*    padding-left:300px !important;*/
    padding-top:15px !important;
    padding-bottom:10px !important;
    justify-content: center !important;
    align-items: center !important;

}
.nested-img img{
    width:150px;
    padding-right:20px !important;
}

.section-2{
    padding-top:100px !important;
}
.section-2 .section-2-content .row{
    padding:10px !important;
}
.section-2 .section-2-content .col-md-6 img{
    width:260px !important;
    padding-left:0px !important;
    position: relative
}





.recent-updates{
    box-shadow: 5px 5px 7px;
    background-color: white;

    padding-top:10px !important;
}
.recent-update-height{
    height:90vh !important;
}
.recent-updates h3{
    margin-bottom: 14px !important;
    color: #0E397D;
    font-size: 18px;
    position: relative;
    padding:20px !important;
    padding-bottom:5px !important;

}
.recent-updates h5{
    color: #0E397D !important;
}
.line{
    content:"";
    position: absolute;
    border-bottom: 1px solid #053960;
    width:80%;
    margin-left: 10px !important;


}
.recent-content{
    padding: 10px 20px !important;
    height:80vh;
    overflow-y: scroll;
}
.recent-content ul{
    list-style: none;
    padding-top:20px !important;
    position: relative;
}
.recent-content ul li{
    font-size:13px;
    padding-top:10px !important;
}
.recent-content ul:after{
    content: "";
    position: absolute;
    border-bottom: 1px solid #D3D3D3;
    width: 100%;
    margin-top:10px
}
.mt-100{
    margin-top: 100px !important;
}



/*reserch*/


.reserch h1{
    text-align: center;
    text-transform: uppercase;
    color: #2E4254;
    font-size:33px;
    margin-bottom:20px !important;
}
.reserch p{
    font-size:16px;
    line-height:30px;
    padding-left:20px;
    padding-right:20px;
}
.img-container{
    display: flex;
    width:100%;
}
.img-container .img-box{
   /* margin-top: 50px !important;
    height: 130px;*/
    /* margin-right: 50px; */
    background-color: #FFFFFF;
    padding: 16px 16px 16px 16px;
    border-radius: 21px;
    box-shadow: 2px 1px 6px #888888;
    flex:1;
    width:80% !important;
    margin-left: 30px !important;
    text-align: center;

}
.img-container .img-box:nth-child(odd) img{
    margin-left:0% !important;
   /* margin-top:4% !important;*/
}
.img-container .img-box:nth-child(even) img{
    width:90%;
    margin-left:5% !important;
    margin-top:7% !important;
}


/*campus life section*/

.campus-life h3{
    font-size:21px !important;
    margin-bottom:20px !important;
    color:#2E4254;

}
.campus-life p{
    line-height: 25px;
    color:#2E4254;
    padding-right:20px !important;
}
.card{
    width:90%;
    padding:5px !important;
}


/*incubation*/

.newbg{
    background-color: #2E4254;
    float: left;
}
.incubation-bg{
    background-color:#1C357A !important;
    float: left !important;
    padding:25px !important;
}
.incubation p,h5,.incubation ul li,h1{
    color:#fff;
}

.incubation img{
    padding-top:5px !important;
    width: 420px !important;

}

.incubation h1{
    padding: 20px !important;
}


.incubation ul li{
    padding:10px !important;
}


/*schools*/
.schools{
    float: left
}
.schools h2{
    text-align: center;
    color:#2E4254;
    padding-bottom:20px !important;
}
.schools p{
    line-height: 30px !important;
}

.inter-box{
    border-radius: 21px;
    text-align: center;
    padding-top: 30px;
    /* padding-bottom: 30px;*/
    box-shadow: 2px 1px 6px #888888;
    padding-bottom:10px !important;
    margin-top:50px !important;
}

.inter-box img,.box-bgnew img{
    width:130px;
    padding:20px 20px !important;

}
.inter-box h3{
    color:#2E4254 !important;
    padding-bottom:10px !important;

}
.box-bgnew{
    background: #1C357A !important;
}
.box-bgnew h3{
    color:#fff !important;
}

/*INTERNATIONAL COLLABORATION*/
.international-bg{
    background: ghostwhite;
}
.international h2{
    padding-top:20px !important;
}
.international .carousel-control-next-icon:before{
    content:"";
    position: absolute;
    z-index: 9999 !important;
    background-image: url(../images/left-arrow.svg) !important;
    border-radius:100px;
    height:30px !important;
    width:30px !important;
    right:20px;
    background-color: #000

}
.international .carousel-control-prev-icon:before{
    content:"";
    position: absolute;
    z-index: 9999 !important;
    background-image: url(../images/right-arrow.svg) !important;
    border-radius:100px;
    height:30px !important;
    width:30px !important;
    right:20px;
    background-color: #000

}
.international .carousel-control-next-icon{
    z-index: 9999 !important
}
.international p{
    padding:0 20px !important;
}
.sepreate ul{
    padding:30px !important;
}
.sepreate ul li{
    font-size:13px !important;
    padding:5px 5px !important;

}

/*INDRASHIL UNIVERSITY : NEWS-*/
.news{
    float: left;
}
.news h2{
    text-align: center;
}
.news p{
    text-align: right;
    padding-top:5px !important;

}
.social-icons{
    margin-left:30px !important;
}
.social-icons a{
    padding:10px !important;
}
.social-box,.social-box1,.social-box2{height:500px;overflow-y:scroll;background:#fff;margin:20px 15px !important;}
/*footer*/

.footer{
    float: left;
}
.footer .footer-bg-left{
    background: #0f4ea3;

}
.footer .footer-bg-right{
    background: #004296
}

.footer .footer-bg-left img{
    text-align: right !important;
    max-width: 100%;
    width: 200px;
    float: right;
    padding-right:20px !important;
    padding-top:50px !important;
}

.footer ul{
    padding:20px !important;
}
.footer ul li{
    list-style: none;
    color: #fff;
    padding:10px !important;
    font-size:14px;
}
.footer ul li:last-child,.footer ul li:nth-child(2){
    color: #96b5d4;
    padding:10px !important;
    font-size:14px;
}
.footer .social{
    display: flex; !important;
    padding-top:60px !important;

}
.footer .social img{
    width:25px;
}
.footer-bottom{
    background: #003b86;
    height:70px;
}
.footer-bottom p{
    color:#fff;
    text-align: right;
    padding-top:20px !important;
    font-size:14px;
    padding-right: 20px!important;
}
/* Naresh Css **/
.events-single-content {
   /* padding: 70px 0;*/
    background: #fff;
}
.events-single-content h3 {
    font-size: 25px;
    color: #303030;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.events-single-content h5{color: #303030;font-size:14px;}
.research-title{font-size:18px;padding: 15px 0;font-weight: 500;text-align: left;}
.research-text{text-align: justify;    line-height: 1.6;font-size: 14px;color: #6a6a6a;margin: 0 0 15px;}
.research-container {text-align: center;margin-top: 38px;}
.industry-image {
    width: 250px;
    height: 200px;
    margin: 20px;
    border: 1px solid black;
    position: relative;
}
.international-industry img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.research-text b{font-weight:700;}
.international-industry .research-sub-text{text-align: justify;font-size: 14px;}
.research-head-text {
    text-transform: uppercase;
    color: #2E4254;
    font-size: 33px;
}
.university-conutry {
    background-color: #1C357A;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.university-conutry p {
    margin-bottom: 0px;
    color: #FFFFFF;
    font-size: 29px;
}
.campus-tour iframe{width:100%;}
.campus-tour-title{font-size:18px;margin-bottom:15px;}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
     padding: 0 !important;
}
.fblack{
    color: #0b0b0b;
    margin-top: 10px;
}
.img-position{
    position: inherit !important;
}
/*media query*/
@media(max-width: 1368px) {
    .navbar-nav{margin-left:0px !important;}

    .nav-link, .navbar-light .navbar-nav .nav-link{font-size:13px;}
    .carousel-item{height: 70vh !important;}
    .campus-carousal .carousel-item{height: 20vh !important;}
}
@media(max-width: 920px) {
    .custom-caption{
        top: 47% !important;
        height: 183px;
    }
    .custom-caption .custom-data{
        margin-top: 22px !important;
    }
    .custom-caption .custom-data h2{
        font-size:22px !important;
    }
    .btn-data .btn, .new-btn-data .btn{
        width:161px !important;
        font-size:15px !important;
    }


}

@media(max-width:768px) {
    .carousel-item{height: 56vh !important;}
    .custom-caption .custom-data h2{
        font-size:16px !important;
    }
    .custom-caption {
        top: 51% !important;
        height: 183px;

    }
    .custom-caption-1 .custom-data{
        margin-top:20px !important;
    }
    .btn-data{
        padding-top:60px !important;
    }
    .nested-img{
        /*        width: 125px !important;*/
        padding-left:0 !important;
    }
    .btn-data .btn, .new-btn-data .btn{
        height:33px;
        padding-top:4px !important;
    }
    .col-sm-12{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .section-2 .section-2-content .col-md-6 img,.section-2 img{
        width:350px !important;
        padding-right:20px !important;
        margin-left:10px !important;
    }
    .recent-update-height{
        margin-top:20px !important;
    }

    .img-container .img-box:nth-child(odd) img{
        margin-left:19% !important;
    }
    .img-container .img-box:nth-child(even) img{
        margin-top: 20% !important;
    }
    .img-container .img-box{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .campus-life p{
        margin-bottom:20px !important;
        text-align: justify
    }
    .card{
        width:100% !important;
    }
    .incubation img{
        position:relative;
        left:40% !important;
        margin-bottom:15px !important;
    }
    .incubation-bg{
        padding:35px !important;
    }
    .incubation h1{
        font-size:35px;
    }
    /*.img-box-logo{
        margin-left: 17% !important;
    }*/
}

@media(max-width:450px){
    .carousel-item{height: 56vh !important;}
    .logo-left img{
        width:200px !important;
        padding-left:20px !important;
        padding-top:10px !important;
    }
    .logo-right img{
        width: 114px;
        padding-right: 20px !important;
        padding-top: 10px !important;
    }

    .custom-caption {
        top: 51% !important;
        height: 165px;
    }
    .custom-caption .custom-data{
        margin-top:30px
    }
    .custom-caption h2{
        font-size:22px !important;
    }

    .btn-data{
        padding-top:10px !important;
    }
    .custom-caption-1{
        height:330px !important;
    }
    .custom-caption-1 .custom-data{
        margin-top:10px !important;
    }
    .custom-caption-1 .custom-data h2{
        font-size:20px !important;
    }
    .nested-img img{
        width: 93px;
        /*    margin-left: 80px !important;*/
    }
    .new-btn-data{
        padding-top:0 !important;
        padding-left:18px !important;
    }
    .btn-data .btn, .new-btn-data .btn {
        width: 100px !important;
        font-size: 13px !important;
        /*    margin-top:100px !important;*/

    }
    .third-slidebtn{
        margin-top:0!important;
    }
    .nested-img{
        flex-direction: column;
        width:100%;

    }
    .nested-img img{
        margin-bottom:10px !important;
    }

    .section-2 .section-2-content .col-md-6 img, .section-2 img{
        padding-right:10px !important;
       /* margin-left:30px !important;*/
        padding-bottom:10px !important;
    }
    .incubation img{
        position:relative;
        left:0 !important;
        margin-bottom:15px !important;
        width:100% !important;
    }
    .recent-update-height {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .reserch h1{
        font-size:25px;
    }
    .reserch p{
        text-align: justify !important;
        padding-left:10px !important;
        padding-right:10px !important;
    }

    .img-container{
        flex-direction: column;
        margin-right:10px !important
    }
    .img-container .img-box{
        margin-left:42px !important;
    }
    .img-container .img-box:nth-child(even) img{
        margin-top:41px !important;
    }
    .img-container .img-box{
        margin-left: 42px !important;
        min-height: 150px;
        margin-bottom: 10px;
    }
    .img-container .img-box:nth-child(odd) img {
        margin-left: 0% !important;

    }
    .campus-life h3{
        padding-left:10px !important;
    }
    .campus-life p{
        padding-left:10px !important;
        padding-right:10px !important;
    }
    .incubation h1{
        font-size:25px;
    }
    .incubation p,.incubation ul li{
        text-align: justify;
    }
    .schools p{
        line-height: 30px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        text-align: justify;
    }
    .inter-box{
        margin-right: 10px!important;
        margin-left: 10px !important;
    }

    .card {
        margin-right: 141px!important;
        margin-left: 10px !important;
        width: 95% !important
    }
    .social-icons {
        width: 80%;
        margin: 0 auto !important;
        text-align: center;
        margin-top:10px !important;

    }

    .footer .footer-bg-left img{
        float:none;
        padding-left:10px !important;
        padding-bottom:10px !important;
        padding-top: 25px !important;
    }
    .footer .footer-bg-left{
        height:100px;
    }
    .footer-bottom {
        background: #003b86;
        height: 100%;
    }
    .footer-bottom {
        background: #003b86;
        height: 100%;
    }
    .footer-bottom p{
        padding-top:10px !important;
        text-align: left;
        padding-left: 10px !important;
    }
    .navbar-toggler-icon{
        display: none;
    }
    .nested-img img{
        padding-right:0 !important;
    }
    .btn-data .btn, .new-btn-data .btn{
        margin-right:10px!important;
        width: 106px !important;
    }
    .custom-caption .custom-data h2{
        margin-bottom:15px !important;
    }
}

@media(max-width:400px){

    .section-2 .section-2-content .col-md-6 img, .section-2 img{
        padding-right:20px !important;
        margin-left:0px !important;
        padding-bottom:10px !important;
    }
    .btn-data .btn, .new-btn-data .btn{
        margin-right:10px !important;
        margin-left:5px !important;
        width:105px !important;
    }
    .new-btn-data{
        padding-left:5px !important;
    }
    .nested-img img{
        padding-right:0 !important;
    }
    .custom-caption-1 .custom-data h2{
        font-size:17px !important;
    }
    .btn-data {
        padding-top: 10px !important;
        margin-left: 7px !important;
    }

}
@media(max-width:990px){
    .fa-bars{
        display: block
    }
    .navbar-nav{
        display: none
    }



}

/*642020 by j*/
.navbar-nav{margin: 0 auto !important;}
.collabration .col-md-12 {margin-top: 0 !important;}
.collabration div {margin-top: 0 !important;}
.collabration .research-head-text,.research-head-text {margin: 25px 0 !important;display: block;}
.international-industry img {position: relative;margin: 0 auto 25px;display: block;}
.events-item {padding: 20px;box-shadow: 0 0 15px rgba(0,0,0,0.06);margin-top: 4px; margin-bottom: 15px;}
.events-item-info p {font-size: 15px;line-height: 24px;}
.events-item-info ul {padding: 0 0 0 20px;list-style: disc;}
.events-item-info a{text-decoration: none;}
.events-item-info h3 {font-size: 16px;margin-bottom: 5px;margin-top: 0;color: #042153;font-weight: 700;}
.events-item-info span {font-size: 14px;line-height: 18px;display: block;color: #212529;}
.events-single-content .section-content.text-center {width: 100%;}
.col-xl-12.col-lg-12.col-md-12.col-sm-12.international-industry {padding: 0;}
.events-single-about table.table {border: 1px solid #dee2e6;}
.events-single-about table.table tr th {background: #f0f5ff;text-align: left !important;}
.events-single-about table.table tr th, .events-single-about table.table tr td {text-align: left !important; font-size: 14px;}
.events-single-about table.table tr th:first-child, .events-single-about table.table tr td:first-child {width: 1%;text-align: center !important;}
.events-single-content h3{font-size: 22px;}
.recent-updates{box-shadow: 0 0 7px rgba(0,0,0,0.1);}
.recent-updates h3{padding: 10px 20px 15px 20px !important;margin-bottom: 0 !important;font-weight: 700;border-bottom: 1px solid #d3d3d3;}
.recent-updates.recent-update-height .line {display: none;}
.recent-content ul {padding: 0;padding-top: 0 !important;}
.recent-updates h5 {font-size: 16px;margin-bottom: 0;margin-top: 5px;width: 100%;}
.img-container .img-box{margin-top: 20px;margin-left: 20px !important;box-shadow: 0 0 7px rgba(0,0,0,0.1);border-radius: 0;}
.inter-box{box-shadow: 0 0 7px rgba(0,0,0,0.1);border-radius: 0;min-height: 230px;}
.inter-box h3{font-size: 20px;font-weight: 700;}
.card.ml-auto.newbg{width: 100%;}
.incubation ul {padding-left: 20px;}
.international h2 {padding-top: 50px !important;}
.international p {padding: 0 10px !important;}
.sepreate ul li{font-size: 1rem !important;}
.events-single-content h5{margin-bottom: 25px;}
.research-title{font-size: 16px;}
.filter a{border-radius: 3px;font-size: 13px;margin-bottom: 5px;padding: 8px 12px;}
.filter a:hover {background: #00a0e2;color: #fff;text-decoration: none;}

@media screen and (max-width:1310px){
    .navbar-expand-lg .navbar-nav .nav-link {padding-right: .3rem;padding-left: .3rem;font-size: 12px;position: relative;}
}

@media screen and (max-width:1199px){
    .dropdown-toggle::after{position: absolute;right: -5px;top: 50%;}
    .navbar-expand-lg .navbar-nav .nav-link{font-size: .68rem;}
    .section-2 .section-2-content .col-md-6 img {width: 100% !important;}
    .custom-caption, .custom-caption-1 {transform: translate(-50%,-50%);height: auto;left: 50%;width: 100%;max-width: 580px;display: flex;align-items: center;justify-content: center;padding: 30px;}
    .custom-caption .custom-data{margin-top: 0 !important;}
    .btn-data {padding-top: 30px !important;}
    .custom-data h2 {font-size: 22px;}
}

@media screen and (max-width:991px){
    body{font-size: 14px;}
    .logo-left{max-width: 200px;width: 100%;}
    .logo-right{max-width: 120px;width: 100%;}
    .bg-edited{height: 92px;}
    .foradd{position: fixed;}
    .mainnav{height: 100vh; overflow-y: auto;display: none !important;}
    .mainnav.foradd{display: block !important;}
    .mainnav ul{padding: 0;}
    .mainnav ul li{font-size: 14px;padding: 5px 10px !important;margin: 5px 0;float: left;width: 100%;}
    .dropmenu ul li, .dropmenu2 ul li, .dropmenu3 ul li, .dropmenu4 ul li, .dropmenu5 ul li, .dropmenu7 ul li{padding: 5px !important;margin-left: 25px !important;font-size: 13px !important;}
    .collabration p.research-head-text{margin: 15px 0 !important;}
    .research-head-text{font-size: 26px;}
    .mt-100.footer{margin-top: 40px !important;}
    .footer-bottom p{font-size: 11px;}
    .footer ul li:last-child, .footer ul li:nth-child(2){font-size: 11px;}
    .news h2, .international h2, .schools h2, .incubation h1, .reserch h1{font-size: 24px;}
    .inter-box h3{font-size: 16px;}
    .international .card {margin-bottom: 15px;}
    .sepreate ul {padding: 0 30px !important;margin-bottom: 50px;}
    .social-box iframe,.social-box1 iframe,.social-box2 iframe {width: 100% !important;max-width: inherit !important;}
    .social-box iframe ._2p3a{width: 100% !important;}
    .sepreate ul li{font-size: 14px !important;}
    .container-fluid.news.mt-100 {margin-top: 50px !important;}
    .industry-image{width: auto; height: auto;}
    .collabration .industry-image {flex: 0 0 29%;width: 100%;max-width: 29%;margin-right: 0;}
    .col-md-4.col-xs-12.col-sm-12.research-main {margin-bottom: 20px;}
    .modal-title{font-size: 16px;}
    .modal-footer button#close_button {margin-left: -14px;}
    .modal-instruction,.modal-instruction1 {padding-left: 18px;}
    .gallery a img{height: auto;}
}

@media screen and (max-width:767px){
    body,.events-item-info p,.reserch p,.schools p {font-size: 12px;line-height: 20px !important;}
    .sepreate ul li{font-size: 12px !important;}
    .bg-edited {height: 70px;}
    .branding{padding-top: 12px !important;}
    .logo-left{max-width: 150px;}
    .logo-left img{width: 100% !important;padding-left: 0 !important;}
    .logo-right img{width: 100%;padding-right: 0 !important;}
    .logo-right{max-width: 90px;}
    .collabration .col-sm-12 [class^="col"]{padding-left: 0;padding-right: 0;}
    .research-head-text {font-size: 22px; line-height: normal;}
    .mt-100.footer {margin-top: 20px !important;}
    .footer-bg-right .col-md-12 .row [class^="col"] {width: 50%;}
    .footer ul {padding: 15px 0 0 0 !important;margin-bottom: 0;}
    .footer ul li{padding: 10px 0 !important;}
    .footer ul li:last-child, .footer ul li:nth-child(2){padding: 5px 0 !important;}
    .footer .footer-bg-right{padding-bottom: 20px;}
    .footer-bottom{height: auto;}
    .footer-bottom .col-md-3 {display: none;}
    .footer .footer-bg-left img {float: none;padding-right: 0 !important;padding-top: 20px !important;padding-bottom: 20px;margin: 0 auto;}
    .footer ul.social li,.footer ul.social li:last-child, .footer ul.social li:nth-child(2){padding: 5px 10px 5px 0 !important;}
    .footer-bottom p{text-align: center;padding-right: 0!important;}
    .footer .social{padding-top: 25px !important;}
    .events-item-info h5{font-size: 18px;}
    .events-single-about table.table tr th, .events-single-about table.table tr td{font-size: 12px;}
    .custom-caption, .custom-caption-1{width: 80%;max-width: inherit;}
    .btn-data .btn, .new-btn-data .btn {margin-right: 0 !important;margin-left: 0 !important;width: auto !important;font-size: 12px !important;line-height: 26px;height: auto;padding: 5px 6px;}
    .section-2 .section-2-content .col-md-6 img{padding-right: 0 !important;}
    .section-2 .section-2-content .row {padding: 0 !important;}
    .container.mt-100.reserch {margin-top: 40px !important;}
    .campus-life h3, .news h2, .international h2, .schools h2, .incubation h1, .reserch h1 {font-size: 18px !important;}
    .btn-data {padding-top: 10px !important;margin: 0 !important;}
    .recent-updates h5{font-size: 14px;}
    .recent-content ul:after{margin-top: 6px;}
    .reserch p {padding-left: 0 !important;padding-right: 0 !important;}
    .container.international {padding-bottom: 30px;}
    .sepreate ul{margin-bottom: 0px;}
    .collabration .industry-image {flex: 0 0 40%;max-width: 40%;margin-left: 15px;}
    .tab-pane p:nth-child(2) {font-size: 13px !important;}
    .filter{padding: 30px 5px;text-align: center;}
    .filter a{font-size: 11px;padding: 5px 6px;}
    .gallery a img{width: 50%;padding: 5px;}
}
@media screen and (max-width:575px){
    .events-item{margin-bottom: 30px;}
    .nested-img.third-slideimg {display: flex;flex-wrap: wrap;align-items: center !important;justify-content: center !important;flex-direction: inherit;}
    .nested-img.third-slideimg div {width: 44%;}
    .nested-img.third-slideimg div img {width: 100%;padding: 0 2px;}
    .custom-caption .custom-data h2{font-size: 14px !important;}
    .section-2 {padding-top: 40px !important;}
    .modal-content{margin: 0 auto;max-width: 304px;}
    .modal-footer{flex-wrap: wrap;justify-content: center;}
    .modal-footer [class^="col"] {width: 100%;max-width: inherit;float: left;flex: 0 0 100%;margin: 0;text-align: center;}
    .modal-footer button#close_button{margin: 10px auto;}
}
@media screen and (max-width:450px){
    .branding{padding-top: 2px !important;}
}
/*642020 end by j*/
