@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Nirmala UI';
    src: url('../fonts/NirmalaUI.woff2') format('woff2'),
        url('../fonts/NirmalaUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nirmala UI';
    src: url('../fonts/NirmalaUI-Bold.woff2') format('woff2'),
        url('../fonts/NirmalaUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
	background:#fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size:16px;
	}
.container{ position:relative;}	
p{
	font-size: 16px;
	line-height: 26px;
	color: #484848;
	margin: 0px 0px 20px;
	
}
ol li, ul li {
    font-size: 16px;
    line-height: 20px;
    color: #484848;
    margin: 0px 0px 20px;
	padding-left: 10px;
}
/*==============================
Top Section============*/	
.top-bar{
	background:#286299;
	padding:5px 0;
	}
.top-blk{ float:right !important;}	
ul.social-link{
	margin:0;
	padding:0;
	text-align:right;	
	}
ul.social-link li{
	display:inline-block;
	padding:0 5px;
	margin: 0px 0px 5px;
	}
ul.social-link li i{
	font-size: 17px;
    color: #fff;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    font-style: normal;
	margin:0;
	}
			
ul.top-address{
	margin:0;
	padding:0;
	}	
ul.top-address li{
	display:inline-block;
	font-size:15px;
	padding-left:35px;
	margin: 0px 0px 5px;
	}
ul.top-address li i{
	font-size: 16px;
    color: #ffd801;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    font-style: normal;
	}	
ul.top-address li a{ color:#fff; text-decoration:none;}				
	
/*==============================
Main Section============*/
.main-bar{
	background:#fff;
	text-align:center;
	padding:4px 0;
	}	
.main-blk{
	display:inline-block;
	vertical-align:middle;
	}
.main-blk{
	font-size:24px;
	/*color:#054f95;*/
	color:#8c7c0e;
	margin-top:18px;
	padding:0;
	}
.main-blk.orriya{	
font-family: 'Nirmala UI';}
.main-blk span{
	font-size:30px;
	/*color:#054f95;*/
	color:#8c7c0e;
	font-weight:900;
	}		
.logo{
	display:inline-block;
	vertical-align:middle;
	}	
/*==============================
Navigation Section============*/
.navbar-default{
	background:#054f95;
	border-color:1px solid #959595;
	}	
.navbar{
	margin:0;
	min-height:0;
	border-radius:0;
	}	
.navbar-brand{
	height:auto;
	padding:15px;
	}
.navbar-nav li{
	font-size:18px;
	border-right:1px solid #47749e;
	margin: 0px;
	padding-left: 0px;
	}
.navbar-nav li:last-child{ border:none;}		
.navbar-nav>li>a{color:#fff !important; padding:15px 11px; font-size: 16px;}
.navbar-nav>li>a:hover{color:#ffd801 !important;}
.navbar-nav>li>a.active, .navbar-nav ul li a.active{color:#ffd801 !important;}
.navbar-toggle{ margin-top:8px;}
.nav-btn{
	display: inline-block;
	font-size:22px;
	line-height:34px;
	color:#000;
	font-weight:900;
	text-align:center;
	width:122px;
	height:36px;
	outline:none;
	background:#ffd801;
	border:1px solid #fff;
	border-radius:10px;
	margin-top:8px;
	}
	/*2nd ul*/
	.navbar-nav ul {
		position:absolute;
		top:100%;
		left:0px;
		width:250px;
		z-index:1000;
		background-color:#286299;
		opacity:0;
		visibility:hidden;	
		padding: 0px;
		transition: ease-in-out .3s;
	}
	.navbar-nav ul li{
		width:100%;
		border-right: none;
		line-height: 38px;
		list-style: none;
		margin: 0px;
		border-bottom: 1px solid #ddd;
	}
	.navbar-nav ul li a{
		font-weight:300;
		font-size:15px;
		padding:10px 15px;
		/*border-bottom:1px solid #ddd;*/
		color: #fff;
	}
	.navbar-nav ul li a:hover{
		color: #ccc !important;
		text-decoration: none;
	}
	.navbar-nav ul ul{
		position:absolute;
		top:80px;
		left:100%;	
	}
	ul.navbar-nav > li:hover > ul, ul.navbar-nav > li:hover > ul li:hover > ul{
		opacity:1;
		visibility:visible;	
	}	
/*==============================*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  transition-delay:0.1s;
  -webkit-transition-delay: 0.1s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*Bannar Section============*/
.item{
	background:url(../images/slider.jpg) no-repeat center top;
	height:480px;
	padding-top:185px;
	}
.item1{
     background:url(../images/slider1.jpg) no-repeat center top;
    }
.item2{
	  background:url(../images/slider2.jpg) no-repeat center top;
	}
.item3{
	  background:url(../images/slider3.jpg) no-repeat center top;
	}
.item4{
	  background:url(../images/slider4.jpg) no-repeat center top;
	}			
.bnr-content h1{
	font-size:61px;
	color:#fff;
	font-weight:900;
	text-transform:uppercase;
	margin-top:0;
	}
.bnr-content p{
	font-size:20px;
	color:#fff;
	line-height:28px;
	margin-bottom:0;
	}	
/*.carousel-indicators{bottom:55px;}*/	



.bnr-bottom{ background:#f4f0df; padding:0 0 15px;}	
.bnr-blk{ margin-top:-20px;}
.bnr-box1{
	background:#d0546b;
	color:#fff;
	padding:40px 20px;
	margin-bottom:1px;
	}	
.bnr-cnt{padding-left:88px; position:relative;}
.bnr-cnt img{
	position:absolute;
	top:0;
	left:0;
	}	
.bnr-cnt h1{
	font-size:28px;
	font-weight:900;
	margin-top:0;
	}	
.bnr-cnt p{
	font-size:16px;
	line-height:24px;
	}
a.d-link{
	font-size:17px;
	font-style:italic;
	color:#fff;
	text-decoration:underline;
	}
	
			
.bnrbtm-blk{ margin-top:25px;}
.principal-view{     
	text-align: left;
   /* padding: 20px 0;*/
	}
.principal-view h1{
	font-size:18px;
	color:#585858;
	font-weight:300;
	margin-top: 0px;
	}
.principal-view h1 span{
	font-size:24px;
	color:#054f95;
	font-weight:bold;
	}
.principal-view p{
	font-size:16px;
	line-height:26px;
	color:#000;
	/*font-style:italic;*/
	margin-bottom: 10px;
	}		
		
.welcome-sec{padding:55px 0;}	
.welLft{text-align:left;}
.welLft h1{
	font-size:24px;
	color:#201d2c;
	margin-top:0;
	}
.welLft h1 span{
	font-size:36px;
	color:#054f95;
	font-weight:900;
	}
.welLft h2{
	font-size:24px;
	color:#000;
	font-weight:bold;
	}	
.welLft p{
	font-size:16px;
	line-height:26px;
	color:#787878;
	margin:0px;
	}	
.welLft p b{ color:#454545; line-height:32px;}

.collge-det{ margin-top:20px;}	
.misn-box{
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(244,250,255,1) 0%, rgba(255,255,255,1) 98%, rgba(0,0,0,1) 98%);
	
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	text-align:right;
	padding-bottom:20px;
	margin:16px 0 30px;
	min-height: 488px;
	max-height: 488px;
	}	
.box-head{
	background:url(../images/box-head-bg.png) no-repeat center top;
	height:76px;
	text-align:left;
	position:relative;
	padding: 15px 0 0 75px;
	}
.box-head img{
	max-width:100%;
	position:absolute;
	top:10px;
	left:6px;
	}	
.box-head h1{
	font-size:24px;
	color:#e3e3e3;
	text-align: center;
    margin-top: 8px;
	}
.box-head h1 span{
	color:#ffd801;
	font-weight:bold;
	font-style:italic;
	}
ul.misn-list{ padding: 20px 12px 0 12px;margin-bottom: 0px;}

ul.misn-list li{
	position:relative;
	list-style:none;
	text-align:left;
	padding:0 0px 0px 26px;
	margin-bottom: 10px;
	}
ul.misn-list li p{
	font-size:16px;
	line-height:26px;
	color:#484848;
	margin:0;
	}		
ul.misn-list li span{
	position:absolute;
	top:10px;
	left:0;
	width:9px;
	height:9px;
	background:#054f95;
	}
ul.misn-list li:nth-child(2) span{background:#054f95;}
ul.misn-list li:nth-child(3) span{background:#054f95;}
ul.misn-list li:nth-child(4) span{background:#054f95;}	
a.view-link{
    font-size: 13px;
    font-style: italic;
    color: #ec5833;
    text-decoration: underline;
	margin-right:30px;
	}
.read-more{
	float: right;
    padding-top: 25px;
}
	
ul.tender-list{ padding: 0 5px;}
ul.tender-list li{
    position: relative;
	text-align:left;
    list-style: none;
    border-bottom: 1px dashed #898989;
    padding: 10px 0 17px 50px;
	margin: 0px;
	}	
ul.tender-list li:last-child{ border:none;}
ul.tender-list li img{
	position:absolute;
	top:14px;
	left:0;
	}	
ul.tender-list li p{
	font-size:18px;
	line-height:24px;
	color:#484848;
	margin:0;
	}	 
ul.tender-list li span{
	font-size:16px;
	color:#054f95;
	line-height: 22px;
	}							

	
.news-box{ 
	background:#fff; 
	text-align:left; 
	border:1.5px solid #e7e7e7; 
	border-radius:10px; 
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:20px;
	min-height: 333px;
	max-height: 333px;
	}	
.news-box a.view-link{float:right;} 
.newsBox-head{ 
	background: #c52123;
    text-align: left;
    padding: 15px 0px 17px 57px;
    position: relative;
	margin-bottom:10px;
	}
.newsBox-head img{
	position: absolute;
    top: 12px;
    left: 15px;
    max-width: 35px;
	}	
.newsBox-head h1{
	font-size:18px;
	color:#7d7d7d;
	font-weight:300;
	margin:0;
	}
.newsBox-head h1 span{
	font-size:24px;
	color:#fff;
	font-weight:900;
	font-style:italic;
	} 	
ul.news-list{ padding:0px 10px 0 10px; float:left; width:100%}
ul.news-list li{
    position: relative;
	text-align:left;
    list-style: none;
    border-bottom: 1px dashed #e7e7e7;
    padding: 0 0 10px 50px;
    margin-bottom: 10px;
    float: left;
	min-height: 60px;
}	
ul.news-list li:last-child{ border:none;}	
ul.news-list li img{
	position:absolute;
	top:14px;
	left:0;
	}	
ul.news-list li img.newimgclass{
	position:relative;
	top:0;
	}	
ul.news-list li p{
	font-size: 16px;
    line-height: 24px;
    color: #484848;
    margin: 0px;
    float: left;
    width: 100%;
	}	 
ul.news-list li span{
	font-size:17px;
	color:#a38e18;
	font-style:italic;
	}
	
.logos-strip{ 
	background:#fefefe;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding:20px 0;
	margin-bottom:4px;
	}
.logos{ max-width:100%;}

footer{ 
	background:#286299; 
	padding:40px 0;
	position:relative;
	}
.ftr-gallary{
	background:#d7d7d7;
	padding:15px 10px;
	}	
.ftr-gallary h1{
	font-size:20px;
	color:#0a0a0a;
	font-weight:900;
	text-transform:uppercase;
	margin:0; 
	}
ul.galry-list{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	list-style:none; 
	padding:0; margin:0;
	}
ul.galry-list li{ 
	display:inline-block; 
	vertical-align:middle;
	margin: 10px 0 0 0;
    padding-left: 0px;
	}
.ftr-facil{border-right:1px dashed #5e5e5e;}	
.ftr-facil h1{
	font-size:17px;
	color:#ffd801;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0;
	}
ul.facil-points{
	margin:20px 0 0 0;
	padding-left:15px;
	list-style:none;
	}
ul.facil-points li{
	background:url(../images/ftr-bult.png) no-repeat left 8px;
	font-size:16px;
	color:#bedbfd;
	font-weight:300;
	padding:3px 0 3px 22px;
	margin: 0px;
	}		
.ftr-link{border:none}	
ul.link-points{
	margin:20px 0 0 0;
	padding-left:15px;
	list-style:none;
	}
ul.link-points li{
	background:url(../images/arrow-bult.png) no-repeat left 8px;
	font-size:16px;
	color:#fff;
	font-weight:300;
	padding:3px 0 3px 22px;
	margin: 0px;
	}
ul.link-points li a{ color:#fff;}	
ul.link-points li a:hover{ color:#fff; text-decoration:none; padding:0;}
.footer-btm{
	 background:#0a0a0a;
	 padding:15px 0;
	 text-align:center;
	 border-top:1px solid #555555;
	 }	
.footer-btm p{
	font-size:16px;
	color:#b4b3b3;
	font-weight:300;
	margin:0;
	}	
.footer-btm p span{ color:#3b90fd; font-weight:400;}
.footer-btm p img{ display:inline-block; vertical-align:middle; margin:0 10px;}					
/*-----scrolling icon-----*/
/*#toTop {
    display: none;
    position: fixed;
    bottom:170px;
    right: 6%;
    overflow: hidden;
    z-index: 999;
    width: 60px;
    height: 200px;
	}
.toTopImg {
	position:absolute;
	top:16px;
	left:16px;
	}*/

#toTop{
    background-color: #ffd801;
	border-radius: 4px 4px 0 0;
	bottom: 0;
	color: #000;
	display: none;
	height: 40px;
	position: fixed;
	right: 15px;
	text-align: center;
	text-transform: uppercase;
	width: 48px;
	opacity: .9;
	z-index: 100000;
	transition: all .2s ease-in-out 0s;
	font-size: 28px;
}	
/*#toTop::before {
    color: #fff;
    line-height: 35px;
    content: '\f106';
    -webkit-font-smoothing: antialiased;
    font-family: icomoon;
    font-size: 22px;
}*/
#toTopHover {
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
}
/*.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}*/


.show-tab, .show-mob{ display:none;}
.show-desk{ display:block;}

.pagination_link {
    float: right;
}
#page_links {
    background-color: #fa8d01;
    border: 1px solid #000000;
    font-size: 18px;
    padding: 0 10px;
}
#page_a_link {
    font-family: "Open Sans";
    font-size: 12px;
    border: 1px #000000 solid;
    color: #fff;
    background-color: #1c7bcc;
    padding: 2px 8px;
    margin: 3px;
    text-decoration: none;
}
#nt-example1 li {
    border-bottom: 1px solid #eee;
    line-height: 25px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 14px;
	list-style: none;
}
#nt-example1 span {
    font-weight: 600;
    font-size: 12px;
    color: #1c7bcc;
}
#nt-example1 li h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
ul#nt-example1{
	padding-left:0px;
}
.home .mainhead h1 {
    font-size: 24px;
    color: #201d2c;
    margin-top: 0;
}
.mainhead h1 {
    font-size: 24px;
    color: #201d2c;
    margin-top: 0;
	padding-bottom: 4px;
}
.mainhead.sylabus-div h1 {
	padding-bottom: 17px;
}
.home .mainhead h1 span {
    font-size: 36px;
    color: #054f95;
    font-weight: 900;
}
.mainhead h1 span {
    font-size: 24px;
	color: #054f95;
    font-weight: 900;
}
.event-date{
	border: 1px solid #ccc;
	position: absolute;
	top: 8px;
	left: 0;
	vertical-align: middle;
	border-radius: 3px;
}
/*.news-list .event-date{
	border: 1px solid #ccc;
	position: absolute;
	top: 0px;
	left: 0;
	vertical-align: middle;
	border-radius: 3px;
}*/
.event-date .event-day{
	background-color: #054f95;
    padding: 2px 6px;
	color:#fff;
	letter-spacing: 2px;
}
/*.news-list .event-date .event-day{
	background-color: #054f95;
    padding: 2px 8px;
	color:#fff;
	letter-spacing: 2px;
}
.tender-list .event-date .event-month, .news-list .event-date .event-month{
    padding: 2px 6px;
	color:#2a2a2a;
	letter-spacing: 1px;
}*/
article {
    display: inline-block;
    width: 30%;
    margin: 0 auto;
    margin-right: auto;
    height: auto;
    margin-right: 2%;
}
.portfolio-item {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 0 0 0px;
}
.portfolio-item .gallery_cat_img {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    max-width: 100%;
    min-height: 135px;
}
.folio-info-gallery h5 {
    text-transform: none;
    padding: 0px 5px;
}
.main-hdng h3 {
    margin-bottom: 20px;
}
.main-hdng h3 a {
    font-size: 20px;
}
/*.staff-profile {
	width: 31%;
    float: none;
    border: 1px solid #ccc;
    margin-right: 14px;
    margin-bottom: 12px;
    padding: 5px;
	min-height: 160px;
    overflow: hidden;
	margin-top: 12px;
	display: inline-block;
}
.staff-profile img {
    border: 1px solid #ccc;
}*/
.staff-data {
    width: 67%;
    float: left;
}
.depthead{
	color:#ec5833;
    font-weight: bold;
	font-size: 18px;
}
.staff-profile {
    border: 1px solid #ccc;
	padding: 6px;
	margin-top: 12px;
    margin-bottom: 12px;
	border-radius: 4px;
	min-height: 158px;
}
.staff-profile img {
    border: 1px solid #ccc;
	height: 100%;
    min-height: 100px;
}
.deptselect{
	text-align:center;
	margin-bottom:20px;
}
.facultydept{
	display: inline-block;
    width: 30%;
}
.facultydetails table tr td{
	line-height:30px;
}
.facultydetails table img{
	border: 2px solid #054f95;
    padding: 3px;
    border-radius: 5px;
	width: 100%;
	height: 100%;
	min-height: 180px;
}
.table-responsive .table-style th:nth-of-type(1), .table-responsive td:nth-of-type(1) {
    color: #333 !important;
}
.table-responsive table > tbody > tr > td, .table-responsive table > tfoot > tr > td {
    border-top: 1px solid #d2d2d2;
    border: 1px solid #d2d2d2;
    line-height: 2;
    padding-left: 7px;
    vertical-align: top;
}
.table-responsive table {
    max-width: 100%;
    width: 100%;
}
.table-responsive .table-striped th {
    vertical-align: middle;
    text-align: center;
	height: 35px;
}
.table-responsive table thead tr th {
    border: 1px solid #d2d2d2;
	line-height: 2;
    padding-left: 7px;
}

/*#rgt-cont-info {
    float: left;
    margin: 0 0 0 60px;
    padding: 0 20px;
}*/
/*.sec4 .contact-formbox {
    width: 100%;
    padding: 20px;
}*/
.sec4 .cont-box {
    border: 2px solid #081744;
    background: #efefef;
    text-align: center !important;
}
.cont-box {
    border: 2px solid #081744;
    float: left;
    width: 100%;
    position: relative;
	padding: 20px;
}
.sec4 .cont-box .cont-inr {
    float: left;
    width: 100%;
    padding: 5px;
    margin: 5px 0;
}
#rgt-cont-info h3 {
    text-align: left;
    color: #081744;
    letter-spacing: 1px;
}
.frmElemts {
    float: left;
}
.frmElemts label {
    float: left;
    width: 30%;
    padding: 10px 0 0 0;
    height: 50px;
    text-align: left;
}
.inputbg-contact {
    background: #FFF;
    height: 41px;
    border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    width: 65%;
    border: 1px solid #b4b4b4;
    font-size: 15px;
    color: #797777;
    padding: 2px 6px;
    float: left;
}
textarea.messageBox {
    clear: left;
    clear: right;
    text-align: left;
    width: 65%;
    height: 130px;
    font-size: 15px;
    padding: 5px 3px 0 8px;
    outline: none;
    border-radius: 5px 5px 5px 5px;
    border-color: #C2BFBF;
    margin-left: 20px;
    resize: none;
	margin: 0 auto 5px auto;
	display: block;
	border: 1px solid #b4b4b4;
	color: #797777;
    float: left;
}
.submit-bt-contact {
    border: 1px solid #081744;
    width: 20%;
    padding: 10px 15px;
    color: #081744;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    margin: 35px 0 10px 0;
}
.sec4 .cont-box {
    text-align: center;
}
.principalimg {
	text-align:center;
	margin-bottom:20px;
}
.principalimg img{
	border: 2px solid #ccc;
    /*border-radius: 50%;*/
}
.principalimg h5{
	font-weight: bold;
    text-align: center;
}
.non-teaching-profile {
    float: none;
    border: 1px solid #ccc;
    margin-right: 14px;
    margin-bottom: 12px;
    padding: 5px;
    /*min-height: 195px;
    overflow: hidden;*/
	margin-top: 12px;
	display: inline-block;
}
.naacdiv {
    float: none;
    border: 1px solid #ccc;
    margin-right: 14px;
    margin-bottom: 12px;
    padding: 5px;
    /*min-height: 195px;
    overflow: hidden;*/
	margin-top: 12px;
	display: inline-block;
	min-height: 140px;
	overflow: hidden;
}
.naacdiv .staff-data {
    width: 56%;
    float: left;
}
.non-teaching-profile img {
    border: 1px solid #eee6e6;
}
.non-teaching-profile .staff-data {
    width: 56%;
    float: left;
}
.nonteachhead{
	color: #ec5833;
    font-weight: bold;
}
.nonteach p.name{
	text-align:center;
	line-height: 10px;
}
.about-right img{
	margin-bottom:20px;
}
.about-right{
	margin-top:40px;
}
.advertis-img{
	border: 2px solid #dfdfdf;
	border-radius: 6px;
	padding: 4px;
	float:left;
	margin-bottom: 10px;
}
.advertis-img img{ max-width:100%;}
.tblbody .about-right {
    margin-top: 42px;
}
.homebox{
	border: 2px solid #ccc;
    padding: 3px;
    border-radius: 4px;
	width: 32.6%;
    margin-right: 1%;
}
div.homebox:last-child{
	margin-right: 0px;
}
.navbar-default .navbar-nav > li.has-sub > a::after, .navbar-default .navbar-nav > li > ul li.has-sub > a::after{
	content: '\f107';
	font-family: 'FontAwesome';
	margin-left: 10px;
}
.navbar-default .navbar-nav > li > ul li.has-sub > a::after {
    content: "\f105";
}
.syllabus-div #nt-example1 li h5{
	font-size: 16px;
}
.syllabus-div #nt-example1 li{
	line-height: 25px;
	margin-bottom: 0px;
    padding-bottom: 5px;
}










@media (max-width:1200px) {
	.navbar-nav > li > a{
	  padding: 15px 10px;	
	}
}
@media (max-width:1010px) {
.show-desk{display:none;}
.show-mob{display:none;}
.show-tab{display:block;}

.main-blk{ margin-top:32px; font-size:20px; line-height:24px;}
.main-blk span{ font-size:24px;}

.navbar-nav li{ font-size:15px;}
/*.navbar-nav>li>a{padding: 15px 5px;}*/
.navbar-nav ul li a{padding: 10px 25px;}

.item{background-size:cover; height:300px; padding:40px 0 100px;}

.principal-view{ padding:6px 0;}

.welcome-sec{ padding:50px 0 30px;}
.collge-det{ margin-top:0;}
.misn-box{ margin:15px 0;}
.box-head{ background-size:cover; padding-left:105px;}
.box-head img{ top:14px; left:20px;}	
.sm-p{ padding:0;}
.newsBox-head img{ left:8px;}
.newsBox-head{ padding-left:64px;}
.newsBox-head h1 span{ font-size:26px;}
.navbar-nav li {
    font-size: 14px;
}
.navbar-nav > li > a{
  padding: 15px 5px;	
}
}

@media (max-width:767px) {
.show-desk{display:none;}
.show-tab{display:none;}
.show-mob{display:block;}
	
ul.top-address li{ padding:0;}
ul.social-link{ padding:10px 10px 0 0;}

.main-bar{ padding:10px 0;}
.main-blk{ font-size:22px; line-height:28px; margin:10px 0 0 0;}
.main-blk span{ font-size:28px;}

.item{background:url(../images/bnr-slider-img1.jpg) no-repeat right 70%; background-size:cover; height:auto; padding:40px 0 100px;}	
.bnr-content h1{font-size:28px;}
.bnr-content p{font-size:18px; line-height:22px; padding:0 10px;}
.carousel-indicators{bottom:30px;}

.bnrbtm-blk{ margin-top:10px; text-align:center;}
.principal-view{ text-align:center; padding:0;}

.welcome-sec{padding:40px 0;}
.welLft{text-align:center;}
.welLft h1 span{ font-size:28px;}

.misn-box{ margin-top:0;}
.box-head{ background-size:cover;}
.box-head img{ width:45px; top:15px; left:4px;}

footer{ padding:25px 0;}
.ftr-facil{ margin-top:25px; border:none;}
.lp{ padding:0;}
#toTop{ bottom:332px;}
.homebox {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
 }
 .navbar-nav li {
    border-right: 1px solid #054f95;
  }
  ul.navbar-nav{
	margin: 0;  
  }
  .iqacbtn{
	margin-bottom:15px;
  }
  .navbar-collapse.collapse.in .navbar-nav li {
    font-size: 16px;
  }
  .navbar-collapse.collapse.in .navbar-nav > li > a {
	padding: 10px 7px;
  }
  .facultydetails table img {
       min-height: 100px !important;
    }

}
@media (max-width:520px) {
	.facultydept {
		width: 100%;
	}
	.mainhead h1{
		text-align:center;
	}
	.social-div{
		width:100%;
	}
	ul.social-link {
       text-align: center;
    }
	.address-div{
	   width: 100%;
       text-align: center;
	}
	.navbar-nav ul ul {
		top: 80px;
		left: 40%;
	}
	
}
/***************NEWS *********************/
.newstape a { color: #F5F7FA; }

#wrapper {
  width: 450px;
  margin: 0 auto;
}

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-justify { text-align: justify; }

.newstape {
  max-height: 230px;
  overflow: hidden;
  float:left;
  width:100%;
}
.news-block{
	float:left;
	width:100%;
	position:relative;
	padding-left:45px;
	min-height:70px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dashed #898989;
}
.news-block h3{font-size: 16px;
    line-height: 24px;
    color: #484848;
    margin: 0px;
    float: left;
    width: 100%;}
.newstape-content {
	position: relative;
	padding: 15px;
	float:left;
	width:100%;
	height:100%;
}

.newstape-drag { cursor: ns-resize; }
.menu-bar{padding:2px;}
.about-right .advertis-img {
    max-width:100%;
}
.syllabus-div #nt-example1 li h5 a{
	font-weight:normal;
	line-height:1;
}
.navbar-nav ul li:hover{
	background-color: #685d10;
}
.naac-nodatamsg{
	margin-bottom: 25px;
    line-height: 25px;
    padding-bottom: 10px;
}