
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
    }



}