/* Global*/

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background-color: white;
}


/* Header */
header{
    background-color:#35424a;
    color: white;
    font-size: 25px;
    font-weight: bold;
    height: 45px;
    border-bottom: #f4f4f4 6px solid;
}



.container_index{    /*Only for INDEX*/
    width: 80%;     /*This width how much whole content for all containers will shift from left*/
    margin: auto auto auto 100px; /* top right bottom left*/
    overflow: hidden;
}

.container_index_carousal{    /*Only for INDEX Carousal*/
    width: 60%;     /*This width how much whole content for all containers will shift from left*/
    margin: auto auto auto 300px; /* top right bottom left*/
    overflow: hidden;
}


.container{
    width: 80%;     /*This width how much whole content for all containers will shift from left*/
    margin: auto auto auto 100px; /* top right bottom left*/
    overflow: hidden;
}





ul{
    padding: 0;
    margin: 0;
}




  


/*Emblem */

#emblem_index{
    background-color: white;
    border-bottom: #f4f4f4 6px solid;

}

#emblem{
    background-color: white;
    border-bottom: #f4f4f4 6px solid;
    
}
#emblem_index .imag, #emblem .imag {
    float:left;
    padding: 10px;
    border-right: 1px solid;
    
}

#emblem_index .imag img{
    width: 110px;
    height: 90px;
    padding: 10px;

}

#emblem .imag img{
    width: 90px;
    height: 70px;
    padding: 10px;

}

#emblem_index .name, #emblem .name{
    float:left;
    padding:10px;
    margin-left: 10px;
    
}

#emblem_index .name h1{     /*ONLY FOR INDEX*/
    font-size: 25px;
    margin-bottom: -2px;
    font-weight: bold;
}

#emblem .name h1{
    margin-bottom: -20px;
    font-size: 25px;
    font-weight: bold;
}


/*Showcase     (ONLY FOR INDEX)*/

#showcase{
    min-height: 300px;
    background-size: 100% 100%;
    text-align: center;
    color: white;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: 300px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1;
}




#marquee_data #marquee_div{         /*ONLY FOR INDEX*/
    clear: both;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
}


/*Navigation and Data (Main Content Section) */
#nav_vert_data{
    min-height: 500px;
}
#nav_vert_data .nav_vert{
    float: left;
    width: 23%;
    padding: 10px;
    text-align: center;
 
}

#nav_vert_data .nav_vert .lab_name_index{       /*ONLY FOR INDEX*/
    background-color:darkred;
    height: 190px;
    padding-top: 90px;
    color: white;
    font-size: 30px;
    font-weight: 900;
}


#nav_vert_data .nav_vert .lab_name{
    background-color:darkred;
    height: 130px;
    padding-top: 50px;
    color: white;
    font-size: 30px;
    font-weight: 900;
}


#nav_vert_data .nav_vert .nav_cont{
    background-color: white;
}


#nav_vert_data .nav_vert a{
    color: black;
    display: block;
    text-decoration: none;
    padding: 18px 0 18px 0;
    font-size: 16px;
    font-weight: bolder;
}



#nav_vert_data .nav_vert li{
    border-bottom: #f4f4f4 5px solid;
    list-style-type: none;    

}

#nav_vert_data .nav_vert .current a{
    color: rgb(29, 44, 250);
    font-size: 24px;
    font-weight: 900;
}

#nav_vert_data .nav_vert a:hover {
    background-color: dimgrey;
    color: ghostwhite;
}


#nav_vert_data .all{
    float: right;
    background-color: white;
    border-top: 10px;
    padding: 10px;
    width: 70%;
}



#nav_vert_data .all .main_content .main_data{
    float: left;
    text-align: justify;
    width: 70%;
}

#nav_vert_data .all .main_content .main_data .main_data_headings{
    font-size: 30px;
    text-align: justify;
}


#nav_vert_data .all .main_content .main_data .main_data_bio{
    font-size: 16px;
    text-align: justify;
    color: blue;
}

#nav_vert_data .all .main_content .main_data .main_data_data{
    font-size: 14px;
    text-align: justify;
    font-weight: bold;
}



#nav_vert_data .all .main_content .main_img{
    float: right;
    width: 25%;
    
}

#nav_vert_data .all .main_content .main_img img{
    width: 90%;
    height: 200px;
    padding-top: 7px;
    
}

#nav_vert_data .all .tail_content{
    clear: both;
    padding-top: 30px;
}


#nav_vert_data .all .tail_content .tail_data{
    font-size: 14px;
    text-align: justify;
    font-weight: bold;
    color: darkmagenta;
}

#nav_vert_data .all .tail_content .tail_img{
    clear: both;;
    width: 10%;
    
}

#nav_vert_data .all .tail_content .tail_img img{
    width: 50%;
    height: 30px;
    padding-top: 7px;
    
}


/*For research.html page*/


#nav_vert_data .all .research_headings{
    font-weight: bold;
    color: blue;
    clear: both;
}

#nav_vert_data .all .research_data{
    font-size: 13px;
    text-align: justify;
}


#nav_vert_data .all .research_img{
    padding-top: 15px;
    padding-left: 7%;
    
}

#nav_vert_data .all .research_img img{
    width: 95%;
    height: 400px;   
    
}

/*For news.html page*/
#nav_vert_data .all .news_data{
    font-size: 16px;
    float: left;
    text-align: justify;
    width: 90%;
    font-weight: bold;
    color: green;
    line-height: 3;
}




/*For alumni.html page*/


#nav_vert_data .all .alumni_name{
    font-weight: bold;
    font-size: 16px;
    clear: both;
}

#nav_vert_data .all .alumni_img{
    clear: both;
    float:left;
    width: 30%;
    
}

#nav_vert_data .all .alumni_img img{
    width: 80%;
    height: 180px;
    padding-top: 7px;
    
}

#nav_vert_data .all .alumni_data{
    font-size: 13px;
    float: left;
    text-align: justify;
    width: 55%;
}




/*For publications.html page*/

#nav_vert_data .all .pub_headings{
    font-weight: bold;
    font-size: 17px;
    color: blue;
    padding-bottom: 10px;
}

#nav_vert_data .all .pub_years{
    font-weight: bold;
    font-size: 15px;
    color: chocolate;
    padding-bottom: 10px;
}


#nav_vert_data .all .pub_data{
    font-size: 13px;
    text-align: justify;
    padding-bottom: 10px;
}

#nav_vert_data .all .pub_data_imp{
    font-size: 13px;
    text-align: justify;
    padding-bottom: 10px;
    color: darkgreen;
    font-weight: bolder;
}

/*For join_us.html page*/
#nav_vert_data .all .join_headings{
    font-weight: bold;
    font-size: 20px;
    color:darkmagenta;
    padding-bottom: 10px;
}

#nav_vert_data .all .join_data{
    font-size: 13px;
    padding-bottom: 10px;
	margin-left: 10px;
}

#nav_vert_data .all .join_sub_headings{
    font-weight: bold;
    font-size: 17px;
    color: blue;
    padding-bottom: 10px;
}

#nav_vert_data .all .join_data_imp{
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 10px;
}



/*For people.html page*/

#nav_vert_data .people_list{
    float: left;
    width: 70%;
    padding: 10px;
}

#nav_vert_data .people_list .PI .PI_desig {
    background-color: black;
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}

#nav_vert_data .people_list .PI .info .img_info{
    clear: both;
    float: left;
    width: 30%;
}

#nav_vert_data .people_list .PI .info .img_info img{
    width: 80%;
    height: 170px;
    padding-top: 20px;
}




#nav_vert_data .people_list .PI .info .contact_info{
    float: left;
    text-align: justify;
    width: 55%;
    padding: 10px;
    line-height: 1px;
    font-size: 15px;
    background-color: white;
    border: #f4f4f4 12px solid;

}



#nav_vert_data .people_list .Student .Stud_desig{
    clear: both;
    background-color: black;
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}

#nav_vert_data .people_list .Student .info .img_info{
    clear: both;
    float: left;
    width: 30%;
}

#nav_vert_data .people_list .Student .info .img_info img{
    width: 80%;
    height: 170px;
    padding-top: 20px;
}



#nav_vert_data .people_list .Student .info .contact_info{
    float: left;
    text-align: justify;
    width: 55%;
    padding: 10px;
    font-size: 12px;
    background-color: white;
    border: #f4f4f4 12px solid;

}

/*For patent.html page*/
#nav_vert_data .all .db_tool_patent_headings{
    clear: both;
    font-size: 24px;
    text-align: justify;
    font-weight: bold;
    color: darkmagenta;
}

#nav_vert_data .all .db_tool_content{
    padding:10px;
    clear: both;
}

#nav_vert_data .all .db_tool_content .db_tool_img{
    float: left;
    width: 35%;
    padding:5px;
}
#nav_vert_data .all .db_tool_content .db_tool_img img{
    width: 90%;
    height: 70px;
    padding-top: 10px;
}

#nav_vert_data .all .db_tool_content .db_tool_data{
    float: left;
    width: 35%;
    font-size: 14px;
    text-align: justify;
    padding:7px;

}

#nav_vert_data .all .db_tool_content .db_tool_link{
    float: right;
    width: 20%;
    font-size: 20px;
    text-align: justify;
    font-weight: bold;

}

#nav_vert_data .all .patent_data{
    font-size: 20px;
    text-align: justify;
    font-weight: bold;
    padding:7px;
    color: blue;

}


/*For fun.html page*/

#nav_vert_data .fun_images{
    float: left;
    padding: 10px;
}

#nav_vert_data .fun_images .fun_info {
    clear: both;
    background-color: black;
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}

#nav_vert_data .fun_images .img_info_left{
    float: left;
    padding-top: 15px;
    width: 50%;
}

#nav_vert_data .fun_images .img_info_right{
    float: left;
    padding-top: 15px;
    width: 50%;
}


#nav_vert_data .fun_images .img_info_left img, #nav_vert_data .fun_images .img_info_right img{
    width: 98%;
    height: 100%;
}


/* Footer*/

footer{
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    color: white;
    background-color: #e8491d;
}





