@charset "utf-8";
/* CSS Document */
body {
	background:#fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	overflow-X:hidden;
}
a{
	color:#F60;	
}
a:hover{
	color:#000;	
}
.container{ position:relative;}	
/*=============================
Top Section==================*/	
.top-bar{
	background:#fff;
	padding:3px 0;
	}
ul.social-link{
	margin:4px 0 0 0;
	padding:0;
	text-align:left;	
	}
ul.social-link li{
	display: inline-block;
    padding-right: 25px;
	list-style:none;
	}
ul.social-link li span{
    display: inline-block;
    text-align: center;
	}	
ul.social-link li span i{
    font-size: 14px;
    color: #005082;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    font-style: normal;
    margin: 0;
	}
			
ul.top-address{
	margin:4px 0 0 0;
	padding:0;
	}	
ul.top-address li{
	display:inline-block;
    font-size:14px;
	padding-left:39px;
	list-style:none;
	}
ul.top-address li i{
	font-size: 14px;
	color: #005082;
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	font-style: normal;
	}	
ul.top-address li a{ color:#000; text-decoration:none;}				
	
/*========================
Main Section============*/
.main-bar{
	background:#e1e1e1;
	text-align:center;
	padding:10px 0;
	}	
.header{
    font-size: 32px;
    line-height: 24px;
    color: #005082;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    letter-spacing: 0.3px;
	}		
.header span{
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    font-size: 28px;
    color: #005082;
    font-family: 'Nirmala UI';
    font-style: normal;
	margin-top:10px;
	}
.header small{
	font-size: 14px;
	line-height: 14px;
	color: #000;
	font-weight: 400;
	}				
.logo{ 
	max-width:100%;
	float:left;
	width:128px;
	}		
/*==============================
Navigation Section============*/
.navbar-default{
	background:#005082;
	border-left:0;
	border:none;
	border-bottom: 8px solid #f8f511;
	}	
.navbar{
	min-height:0;
	border-radius:0;
	margin:0;
	text-align:center;
	}	
.navbar-brand{
	height:auto;
	padding:15px;
	}
.navBlock{
	float:none;
	padding:0;
	margin:0 auto;
	}	
.navbar-nav{ float:none;}	
.navbar-nav li{
	font-size:16px;
	text-transform:uppercase;
	margin:0 12px;
	letter-spacing: 0.5px;
	}
.navbar-nav li:first-child{margin-left:0;}
.navbar-nav li:last-child{margin-right:0;}
.navbar-nav li:last-child a{ border:none;}		
.navbar-nav>li>a{color:#fff !important; padding: 11px 12px 10px 12px; margin-top: 9px;}
.navbar-nav>li>a:hover{ background:#f8f511 !important;color: #000 !important;}
.navbar-nav>li>a.active{
	background:#f8f511 !important;
	color: #000000 !important;
	/*font-size: 22px;*/
	font-size: 16px;
	border-top-left-radius: 5px;
    border-top-right-radius: 11px;
	padding: 11px 22px 11px 24px;
	font-weight:bold;
	}
.navbar-nav>li>a.active:after {
    content: '';
    width: 0;
    height: 0;
    /*border-bottom: 52px solid #f8f511;*/
	border-bottom: 35px solid #f8f511;
    border-right: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 9px;
}
.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:115%;
	left:0px;
	width:250px;
	z-index:1000;
	background-color:#005082;	
	padding: 0px;
	/*border-radius:5px;	*/
	opacity: 0;
	visibility: hidden;
	display: block;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;		
	}
.navbar-nav li:hover ul{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);		
}
.navbar-nav ul li{
	width:100%;
	text-align:left;
	border-right: none;
	line-height: 38px;
	list-style: none;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	}
.navbar-nav ul li a,.navbar-nav ul li.has-sub > li a{
	font-weight:500;
	font-size:14px;
	padding:10px 15px !important;
	color: #fff;
	}
.navbar-nav ul li a:hover{
	color: #f5ecec !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;	
	}
.caret{
	color:#f3e00d;
    margin-left: 4px;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
	}		
.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: 5px;
	}
.navbar-nav>li.has-sub>a.active::after{
	right: -20px;
    top: 8px;
	padding-right:15px;
}
.navbar-default .navbar-nav > li > ul li.has-sub > a::after{content:"\f105"}	

/*==========Bannar Section============*/
.bannar-sec{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.carousel-indicators{ 

	}
.carousel-indicators li{ 
	background-color:#fff;
	width: 15px;
    height: 15px;
	margin:0 2px;
	}	
.carousel-indicators .active {
    background-color: #f8f511;
	width: 18px;
    height: 18px;
}		
.carousel-inner>.item>a>img, .carousel-inner>.item>img{width:100%;}
.carousel-control{  opacity:1;}
.carousel-control.left, .carousel-control.right{ background-image:none;}
.carousel-control .glyphicon-menu-left{
    left: 50%;
    margin-left: 8px;
}
.carousel-control .glyphicon-menu-right{
    right: 50%;
    margin-right: 8px;
}
.carousel-control .cour-lft-arw, .carousel-control .cour-rgt-arw{
	position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    background: #e2e4f9;
    width:54px;
	height:54px;
	font-family: 'FontAwesome';
	border-radius:50%;
	padding:25px;
}
.carousel-control .cour-lft-arw{background:url(../images/cour-lft.png) center center no-repeat #e2e4f9; left:50%;display: none;}
.carousel-control .cour-rgt-arw{background:url(../images/cour-rgt.png) center center no-repeat #e2e4f9; right:50%;display: none;}
.glyphicon-menu-left:before, .glyphicon-menu-right:before{ color:#ee5a15;}
/*==========Bannar Section============*/

/*=============Section 1============*/
.section-1{
	padding:26px 0 0 0;
}
.s2-lft{
	text-align:center;
	background:#fff;
	/*padding-bottom:39px;*/
}
.s2-lft-hd{
	font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    background: #005082;
    padding: 8px 250px 5px 8px;
    letter-spacing: 0.8px;
    font-family: 'Myriad Pro';
    text-align: left;
	display: inline-block;
    border-top-left-radius: 5px;
    border-top-right-radius: 60px;
    margin-bottom: 0;
    float: left;
    clear: both;
}
.light-hr {
    background: #005082;
    width: 100%;
    float: left;
    padding: 2px;
    margin: 0;
}
.heading-icon{
	margin-right:15px;
}
.s2-lft-inr{
	padding: 18px 15px 18px 15px;
	clear: both;
	border-top: 4px solid #005082;
    border-left: 1px solid #a3a3a3;
    border-right: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
}
.usefull_link a{
	display: inline-block;
    padding: 5px 5px;
    margin-bottom: 0;
    font-size: 16px;
	line-height:18px;
    font-weight:bold;
    text-align: center;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 50px;
    text-decoration: none;
	width:100%;
    color: #000;
    background-color: #fff;
    border-color: #aaaaaa;
}
.usefull_link a:hover{
	color: #F30;
}
.welcome-img {
    float: left;
    margin-right: 15px;
    max-width: 100%;
    margin-top: 8px;
}
.princial-message-div h2 {
	font-size: 22px;
	color:#000;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 26px;
}
.princial-message-div h4 {
	margin-bottom: 20px;
	color: #666;
	font-style: italic;
	font-size: 14px;
	border-bottom:1px solid #ddd;
}
.principal{
 margin-top:20px;
}
.principal img{
	padding:5px;
	border:1px solid #dddddd;
	background-color:#eeeeee;
}
.prin-img{
    margin-top: 10px;
	padding:4px;
	border:1px solid #dddddd;
	background-color:#eeeeee;
}
.prin-nm{
	color: #000000;
	font-size: 18px;
	line-height: 28px;
	text-align:center;
	margin-top:10px;
}
.prnc-mesg{
	font-size:17px;
	line-height:26px;
	text-align:left;
}
.comm-para{
	font-size:15px;
	line-height:28px;
	text-align:justify;
	margin-top:10px;
}
.s2-rgt-bx{
	background:#fff;
	position:relative;
}
.s2-rgt-bx-hd{
	font-size:22px;
	font-weight:600;
	color:#fff;
	background:#005082;
	display:inline-block;
	padding:8px 0 8px 15px;
	position:relative;
	width:170px;
	margin: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 60px;
}
.s2-rgt-bx-hd a{
	text-decoration:none;
	color:inherit;
}
.s2-rgt-bx-hd.deact{
	background:#fff;
	color:#005082;
	border:1px solid #ddd;
	border-bottom:none;
}
.s2-lft-second{
	margin-top: 10px;
    border: 1px dotted #777777;
    padding: 2px;
    text-align: center;
    background: #fff;
    padding-bottom: 3px;
}
.s2-lft-inr-second{
	border: 1px dotted #777777;
	padding: 10px 4px;
}
ul.s2-rgt-bx-lst{
	padding:0;
}
ul.s2-rgt-bx-lst li{
	list-style:none;
	position:relative;
	/*padding-left:65px;*/
	margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
	font-size:13px;
	padding:5px 0;
	width:100%;
}
ul.s2-rgt-bx-lst li span{
	display: block;
	color: #FF3300;
	font-size: 12px;
	margin-bottom: 8px;
}
ul.s2-rgt-bx-lst li:hover{
	background-color:#eee;
}
.ct_heading_1_wrap {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.ct_heading_1_wrap h3 {
	font-family: 'Myriad Pro';
	font-size: 25px;
    font-style: normal;
    font-weight: 400;
    margin: 0px 0px 10px;
    color: #000000;
}
.ct_heading_1_wrap span {
    display: inline-block;
    position: relative;
}
.ct_heading_1_wrap span:before, .ct_heading_1_wrap span:after {
    content: "";
    position: absolute;
    width: 101px;
    height: 1px;
    top: -4px;
}
.ct_heading_1_wrap.ct_white_hdg span:before, .ct_heading_1_wrap.ct_white_hdg span:after {
    background-color: #002e4b;
}
.ct_heading_1_wrap span:before {
    left: -80px;
}
.ct_heading_1_wrap span:after {
    right: -80px;
}
.ct_heading_1_wrap span img {
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: -28px;
}
.right-head{
	padding: 8px 97px 4px 8px;
}	
.s3-rgt-bx-inr{
	padding:60px 10px;
	min-height:320px;
}
.s3-rgt-bx-inr p{
	text-align: center;
	font-size:20px;
	color: #000;
	font-weight: 600;
}
.s3-rgt-bx-inr i{
	font-size: 24px;
	color: #F60;
}
.section-2{
	padding:0 0 5px 0;
	/* background:#edf4fc; */
	background:#fff;
}
.s2-lft-second{
	margin-top: 10px;
    border: 1px dotted #777777;
    padding: 2px;
    text-align: center;
    background: #fff;
    padding-bottom: 3px;
}
.s2-lft-inr-second{
	border: 1px dotted #777777;
	padding: 16px 4px;
}
.govtbody .s2-lft-inr-second, .govtbody s2-lft-second {
    border: none;
}
.govtbody img{
    border: 3px solid #000;
}
.govtbody s2-lft-second{
    border: 3px solid #000;
}
/*.govtbody .s2-lft-inr-second {
    padding: 16px 12px 0px 7px;
}*/
.govtbody{
    padding: 10px 0 30px 0;
}
/*=============Section 4============*/
.section-4{
	padding:22px 0;
	background:#005082;
}
.section-3-border{
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
}
.inner-sec{
	padding-top: 25px;
    padding-bottom: 25px;
	min-height: 260px;
}
.cont-right{
	padding-left: 0;
    padding-right: 0;
}
.comn-hdg{
	font-size: 25px;
    line-height: 34px;
    font-weight: bold;
    color: #fff;
	font-family:'Myriad Pro';
	font-style: italic;
}
.s3-bx-cont p{
	line-height: 23px;
	font-size: 14px;
    font-family: 'Myriad Pro';
	font-style:italic;
	margin-bottom: 8px;
	color:#FFF;
}
.s3-bx-cont ul li{
	line-height: 22px;
	font-size: 14px;
    font-family: 'Myriad Pro';
	font-style:italic;
	color:#FFF;
}
.s3-bx-cont a.rd-mr{
	color:#f8f511;
	margin: 0;
	float:right;
}
ul.trainning{
    float: left;
    width: 100%;
    padding: 0;
}
ul.trainning li {
    list-style: none;
    background: url(../images/list_icon.png) left 12px no-repeat;
    float: left;
    padding: 7px 0 0 0;
    padding-left: 20px;
}
ul.s3-bx-img-lst{
	padding:0;
	margin:8px 0;
	float:left;
}
ul.s3-bx-img-lst li{
	list-style: none;
    width: 32%;
    margin: 7px 0 20px;
    margin-right: 1%;
    float: left;
}
ul.s3-bx-img-lst li:last-child{
	width: 100%;
    text-align: center;
}
ul.s3-bx-img-lst li img{max-width:100%;}
ul.s3-bx-img-lst li:nth-child(3n){margin-right:0px;}
.s3-bx3{
	border-left:2px dotted #fff;
	border-right: 2px dotted #fff;
}

ul.gal-list{
	float:left;
	width:100%;
	padding:0;
	margin-top:47px;
}
ul.gal-list li{
	/*width: 19%;*/
    float: left;
    margin: 5px 11px 5px 0px;
	list-style:none;
}
ul.gal-list li .tabvalue_name{
	background-color: #def0f7;
}
ul.gal-list li .tabvalue_name h5{
	margin: 0;
    padding: 9px 5px 6px 5px;
    text-align: center;
	font-size: 22px;
    font-family: 'Myriad Pro' !important;
    font-weight: normal;
}
/*ul.gal-list li:nth-child(3n){margin-right:0px;}*/
ul.gal-list li img{
	max-width:100%;
}
.s4-lft-bx{
	max-width:225px;
	float:left;
	margin:20px 0;
}
.s4-lft-bx div{
	width:100%;
}
.activ-img-big{
	border:3px solid #fff;
	border-radius:3px;
	max-width:100%;
}
.s4-rgt-bx{
	max-width:315px;
	width:100%;
	float:right;
	margin:20px 0;
}
.act-img-bx{

}
.sld-thumb{
	float:left;
	margin:3px;
	position:relative;
	width:31.5%; 
}
.act-img-bx .slick-track{width:auto !important;}
.mr-0{margin-right:0 !important;}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: rgba(0,0,0,0.4);
}
.sld-thumb:hover .overlay{  
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	}
.activ-img{
	max-width:100%;
	border:2px solid #fff;
	border-radius:3px;
}

.w3ls-trade{
	padding: 30px 15px 0;
}
.trades-tabcont-div{
	background-color: #005082;
}
.section-6{
	padding: 10px 0 40px 0;
}
.trades-tabcont-div a.rd-mr {
    color: #f8f511;
	margin-top: 5px;
    margin-bottom: 16px;
}
.trade_heading h3 {
    font-family: 'Myriad Pro';
    font-size: 25px;
    color: #005082;
    font-weight: 600;
    margin: 0px 0px 20px;
	text-align: center;
}
.w3-bar .w3-bar-item {
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    margin-right: 14px;
	padding:10px 38px;
    float: left;
	background-color:#fff;
}
.w3-bar .w3-bar-item:last-child {
	margin-right: 0px !important;
}
.w3-bar .w3-bar-item h4{
    margin: 10px 0 0 0;
    font-size: 20px;
    font-family: 'Myriad Pro';
    color: #005082;
    font-weight: normal;
}
.w3-bar .w3-bar-item.active{
	background-color: #FFFF00;
	border-color: #D9D900;
}
.w3-bar .w3-bar-item.active h4{
	color:#000;
}
.w3-container{
	clear:both;
}ul.gal-list li:last-child{margin-right:0px;}
/*ul.gal-list li:first-child{margin-left:0px;}*/
ul.gal-list.govtbody-sec li {
    margin: 5px 18px 5px 0px;
}
ul.gal-list.govtbody-sec li:last-child {
    margin-right: 0px;
}
ul.gal-list.govtbody-sec {
    margin-top: 0;
}
ul.gal-list.govtbody-sec li .tabvalue_name h5{
	font-size: 18px;
	color: #fff;
}
ul.gal-list.govtbody-sec li .tabvalue_name {
    background: rgba(49, 59, 73, 0.55);
}
.main-blk span.govt-or {
	display: block;
    font-size: 22px;
    line-height: 24px;
	margin-bottom: 10px;
}
.div-heading {
    font-size: 20px;
	color: #000;
    line-height: 24px;
    font-weight: bold;
    margin-top: 20px;
    text-decoration: underline;
    margin-bottom: 20px;
}
p.comn-parahdg{
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	/*color: #FF3300;*/
	color: #333333;
	text-align:left;
}
p.comn-parahdg:after {
	content: '';
	display: block;
	width:100%;
	height: 0px;
	/*background-color: #999;*/
}
.inr-content img{
	border:1px solid #ddd;
}
.inr-content ol{
	font-size: 17px;
    line-height: 34px;
    color: #5c5b59;
}
.ol-div li {
    line-height: 20px;
    padding-left: 10px;
    font-size: 16px;
    color: #5c5b59;
    margin-bottom: 20px;
}
.maincon-div {
    margin-top: 40px;
}
.table-responsive .table-striped {
    background-color: transparent;
    max-width: 100%;
    width: 100%;
}
.table-striped thead tr th {
    border-top: 1px solid #d2d2d2;
}
.maincon-div table > thead > tr > th, table > tbody > tr > th, .maincon-div table > tfoot > tr > th, table > thead > tr > td, .maincon-div table > tbody > tr > td, .maincon-div table > tfoot > tr > td {
    border-top: 1px solid #d2d2d2;
    border: 1px solid #d2d2d2;
    line-height: 3;
    padding-left: 7px;
    vertical-align: top;
}
.frm-fld{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.frm-fld label {
    float: left;
    text-align: left;
	width:30%;
}
.frm-fld .form-control{
    float: left;
    text-align: left;
	width:60%;
	padding:12px 10px;
}
.capt-img{
	width:110px;
	float:left;
	margin-right:12px;
}
/*==========================
Welcome Section============*/
.welcome-sec{
	width:100%;
	padding:20px 0 50px;
	}
.wel-heading{
	font-size:28px;
	line-height:32px;
	color:#3383cd;
	font-weight:bold;
	position:relative;
	margin:0;
	padding-left:15px;
	text-transform:uppercase;
	}
.wel-heading:before{
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    background: #3383cd;
    width: 7px;
    height: 40px;
	}
.comon-para{
    font-size: 14px;
	line-height:24px;
    color: #5e5e5e;
    text-align:justify;
	letter-spacing:0.5px;
	margin:20px 0 0;
	}
.princBox{
    background: url(../images/princbox-bg.jpg)#3383cd no-repeat top right;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 40px;
    padding: 30px 0;
	}	
.white{ color:#fff;}		
.princ-msg{
	width:100%;
	}
.princ-head{
    width: 100%;
	font-size:26px;
	line-height:28px;
	color:#fff;
	font-weight:bold;
	margin:0;
	}						
a.read-mr{
	float:left;
	background:#3383cd;
	width:146px;
	height:32px;
	border:1px solid #fff;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	margin-top:30px;
	text-decoration:none;
	}
a.read-mr img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px -6px 0 12px;	
	}			
.princIdent{
	display:inline-block;
	width: 100%;
	text-align:center;
    background: #000;
    padding: 3px 4px 10px;
	position:relative;
	margin-top:40px;
	}
.princIdent img{
	width:100%;
	}
.princIdent p{
	font-size:19px;
	color:#fff;
	font-weight:bold;
	margin:10px 0 0;	
	}
.vsnBox{
	display:inline-block;
	width: 100%;
	text-align:left;
	background:#0f1009;
	padding:15px;
	margin-top:35px;
	}
.vsn{ margin-top:20px;}		
.vsn-hd{
	font-size:26px;
	line-height:28px;
	color:#fff;
	font-weight:bold;
	position:relative;
	}
.vsn-hd span{
	position:relative;
	background:#0f1009;
	padding-right:10px;
	}	
.vsn-hd:before{
    content: "";
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    background: #fff;
    height: 4px;
	}				
.vsn-para{
	font-size:14px;
	line-height:24px;
	color:#fff;
	margin:0;
	}	

/*==========================
Strip Section============*/
.strip-bg{
	background:url(../images/strip-bg.jpg) no-repeat center bottom;
	width:100%;
	padding:40px 0;	
	}
.strpblk{
	width:100%;
	display:flex;
	}	
.strpbox{
	display:inline-block;
	width:100%;
	height:100%;
	text-align:center;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	position:relative;
	overflow:hidden;
		
}
.btm-colr1{ background:#5d9cec;transition: background .3s ease-in-out, box-shadow .3s ease-in-out;}
.btm-colr2{ background:#ef5861;transition: background .3s ease-in-out, box-shadow .3s ease-in-out;}
.btm-colr3{ background:#43b14b;transition: background .3s ease-in-out, box-shadow .3s ease-in-out;}
.btm-colr4{ background:#e79800;transition: background .3s ease-in-out, box-shadow .3s ease-in-out;}	
.btm-colr1:hover, .btm-colr2:hover,.btm-colr3:hover,.btm-colr4:hover{ background:#000; }
.strpbox img{
	display:inline-block;
	vertical-align:middle;
	width:100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;		
}
.strpbox:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	}		
.strpBtm{
	display:inline-block;
	vertical-align:middle;	
	width:100%;
	padding:12px 10px 10px 10px;
	}
.strpBtm h1{
	font-size:18px;
	line-height:18px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
.strpBtm h1 a{color:#fff; text-decoration:none;}			
.strpBtm p{
	font-size:16px;
	line-height:18px;
	color:#fff;
	margin:0;
	}				
	
/*==========================
Section1============*/
.section1{
	background:#fff;
	width:100%;
	padding:50px 0;	
	}
ul.faculty-list{
	display:inline-block;
	width:100%;
	padding:0;
	margin-top:35px;
}
ul.faculty-list  li{
	float: left;
	list-style: none;
	position:relative;
	overflow:hidden;
	margin:0 6px;
}
ul.faculty-list li img{
	display:inline-block;
	vertical-align:middle;	
	width:90%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	padding:4px;
	border:1px solid #ccc;	
	
	}
ul.faculty-list li:hover img{
 box-shadow: 0 0 10px 0px rgba(33,33,33,.5);
}	
ul.faculty-list li h5{
	display:block;
	color:#F60;
	font-size:18px;
	font-weight:bold;
	margin:10px 0 2px 0;
}
	ul.faculty-list li span{
	display:block;
	font-size:14px;
}
.staffimg{
	padding:4px;
	border:1px solid #ccc;
	background-color:#FFF;
	box-shadow: 0 0 5px 0px rgba(33,33,33,.5);
	transition: transform .2s;
}	
.staffimg:hover{
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(3.0); 
}	
ul.gal-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:0;
	margin-top:35px;
	}
ul.gal-list li{
    float: left;
    list-style: none;
	position:relative;
	overflow:hidden;
	border:1px solid #ddd;
	padding:5px;
	width:23.93%;
	}
ul.gal-list li img{
	display:inline-block;
	vertical-align:middle;	
	width:100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;	
	}
ul.gal-list li:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}	
ul.gal-list li span{
	display:block;
	vertical-align:middle;	
	width:100%;
	color:#000;
	text-align:center;
	padding:5px 0;
	height:40px;
	background-color:#eee;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	}					
.w3-container{
	clear:both;
}
ul.trade-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:0;
	margin-top:15px;
	}
ul.trade-list li{
    float: left;
    width: 18%;
    list-style: none;
	position:relative;
	overflow:hidden;
	margin:1%;
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	}
	ul.trade-list li div{
		background-color:#005082;
		text-align:center;	
	}
	ul.trade-list li .trade_icon{
	width:auto;
	padding:2px 5px;
	border-radius:5px;
	border:0px solid #fff;
	margin:10px 0 15px 0;
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	}
ul.trade-list li p img{
	display:inline-block;
	vertical-align:middle;	
	width:99%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	padding:2%;
	border:1px solid #ccc;
	}
ul.trade-list li:hover p img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	border:none;
}		
ul.trade-list li span{
	display: block;
	background-color: #FF0;
	text-align: center;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	color: #000;
	}
.noticeBlk{
	width:100%;
	margin-top:20px;
	}	
.noticeBox{
	display:inline-block;
	vertical-align:middle;
	background:#fff;
	width:100%;
	height:211px;
	border:1px solid #e79800;
	margin-top:22px;
	overflow:hidden;
	}
.notcPad{
    width: 100%;
    padding: 8px;
    display: inline-block;
	vertical-align:middle;	
	}	
.notcLft{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	text-align:center;
    background: #e79800;
	padding:40px 20px;
	}
.notcLft .notc-icns{
    display: inline-block;
    vertical-align: middle;	
	}	
.notcLft h1{
	width:100%;
	font-size:18px;
	line-height:20px;
	color:#fff;
	font-weight:normal;
	margin:10px 0 0;
	}
.notcLft a.mr-btn{
	display:inline-block;
	vertical-align:middle;
    width: 105px;
    height: 30px;
    border: 1px solid #d6b16b;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
	margin-top:20px;
	}
.notcLft a.mr-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px -1px 0 40px;	
	}
ul.notc-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:0;
	}
ul.notc-list li{
	background:url(../images/notc-arw1.png) no-repeat left 10px;
	display:inline-block;
	vertical-align:middle;
	width:100%;
    padding-left: 30px;	
	}
ul.notc-list li p{
	font-size: 15px;
    line-height: 21px;
    color: #232323;
    border-bottom: 1px solid #c4c4c4;
    padding: 8px 0;
	margin:0;
	}
ul.notc-list li:last-child p{ border:none;}											
.notc-bg2{ border:1px solid #ef5861;}
.notclft-bg2{ background:#ef5861;}
ul.notc-list2 li{background:url(../images/notc-arw2.png) no-repeat left 10px;}
.notclft-bg2 a.mr-btn{border: 1px solid #bf454c;}
.notc-bg3{ border:1px solid #1a875d; height:443px;}	
.notclft-bg3{ background: #1a875d; text-align: left; padding: 33px 7px 33px 20px;}	
.notclft-bg3 a.mr-btn{border: 1px solid #31aa7c;}
ul.notc-list3 li{background:url(../images/notc-arw3.png) no-repeat left 15px;}
ul.notc-list3 li p{ padding:11px 0;}
.notclft-bg3 h1{ margin-top:7px;}
.notclft-bg3 a.mr-btn{ margin-top:4px; float:right;}
	
.traingSec{
	display:inline-block;
	width:100%;
	margin-top:50px;
	}	
.traingRgt{
	width:100%;
	display:inline-block;
	vertical-align:middle;
	background:#fff;
	border:1px solid #cccccc;
	}
.traingRow{
	width:100%;
	display:inline-block;
	vertical-align:middle;
	background:#fff;
	padding:7px 0;
	}
.trng-bg{ background:#f5f5f5;}	
.trnL{    
	text-align: center;
    float: left;
    width: 27%;
	position:relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;	
	}
.trnL:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #e5e5e5;
    width: 1px;
    height: 35px;		
	}		
.trnL img{
	max-width:100%;
	}	
.trnL:hover img{
	max-width:100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);	
	}	
.trnR{    
	text-align: left;
    float: right;
    width: 68%;
	margin-top:5px;
	}
.trnR-tp{margin-top:17px;}	
.trnR p{
	width:100%;
	font-size:16px;
	color:#1d1d1d;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	}
.trnR p:hover{ color:#cd3333;}					


/*about us*/
/*********Inner Section*********/
.sub-header {
    margin-bottom:15px;
}
.sub-header h3 {
	font-size: 14px;
	color: #888;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	margin-top: 0px;
}
.bread-txt {
	color: #005082;
}
.comn-txt{
	font-size:16px;
	line-height:30px;
}
.facility{
	margin:20px 0;
	padding:10px 0;
}
.facility li {
    font-size: 16px;
    color: #5c5b59;
	display:block;
	padding:6px 10px;
	background-color:#efefef;
	border-radius:20px;
	position:relative;
	font-weight:bold;
	margin-bottom:20px;
}	
.facility span{
	position: absolute;
	display: inline-block;
	border-radius: 50%;
	padding: 5px 10px;
	background-color:#005082;
	color: #FFF;
	left: -10px;
	top: -5px;
}	
.facility p{
	margin:0;
	margin-left:30px;
}
.maincon-div {
    margin-top: 40px;
}
.table-responsive .table-striped {
    background-color: transparent;
    max-width: 100%;
    width: 100%;
}
.table-striped thead tr th {
    border-top: 1px solid #d2d2d2;
}
.maincon-div table > thead > tr > th, table > tbody > tr > th, .maincon-div table > tfoot > tr > th, table > thead > tr > td, .maincon-div table > tbody > tr > td, .maincon-div table > tfoot > tr > td {
    border-top: 1px solid #d2d2d2;
    border: 1px solid #d2d2d2;
    line-height: 3;
    padding-left: 7px;
    vertical-align: top;
}
<!--gallery-->
.portfolio-grids {
    padding: 5px;
}
.portfolio-grids a {
    display: block;
    overflow: hidden;
    position: relative;
}
.gallery-item {
    border: 1px solid #efefef;
    padding: 0 0 0px;
	margin:4px;
}
.gallery-item .gallery_img {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    max-width: 100%;
    min-height: 200px;
    border: 1px solid #eee;
    padding: 2px;
	margin:2px;
}
.gallery_img {
	 border: 1px solid #ddd;
}
.b-wrapper {
    background: rgba(248, 245, 17, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0%;
    left: 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    padding: 0 15px;
}
.gallery-items a:hover .b-wrapper {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.b-wrapper h5 {
	color: #000;
	text-align: center;
	padding: 30% 0;
	font-weight: 500;
	font-size: 14px;
}

.gallery-items{
	margin-top:30px;
}
/*=======Footer Section======*/
footer{ 
	background:#005082;
	padding:30px 0;
	position:relative;
	border-top: 15px solid #f8f511;
	margin-top: 30px;
	}
ul.ftr-list{
	width:100%;
	margin:0;
	padding:0;
	}	
ul.ftr-list li{
	width:100%;
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	line-height:20px;
	margin-top:5px;
	color:#fff;
	list-style:none;
	}
ul.ftr-list li.col-nm{
	font-size:14px;
	line-height:26px;
	font-weight:bold;
	}
				
.ftr-facil{
	display:inline-block; 
	width:100%;
	margin:10px 0;
	position:relative;
	}
.ftr-facil:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0px;
	height: 370px;
	border-right: 1px dotted;
	border-color: #FFF;
	}
.bord-h:before{ border:none;}				
.ftr-facil h1{
	display:inline-block;
	font-size:16px;
	color:#fff;
	margin-top:0;
	font-weight:700;
	text-transform:uppercase;
	}
ul.facil-points{
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	}	
ul.facil-points li{
    width: 100%;
    background: url(../images/footer_bullet.png) no-repeat left 7px;
    font-size: 13px;
	font-weight:300;
    padding: 2px 0 2px 20px;
	margin-top:2px;
	list-style:none;
	transition: all ease 0.3s;
	}
ul.facil-points li:hover{
	transform:translateX(5px);
	-webkit-transform:translateX(5px);
	font-weight:bold;	
}	
ul.facil-points li a, ul.facil-points li a:hover{
	color:#fff;
	text-decoration:none;
	}
.google-map{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	border:1px solid #ccc;
	border-radius:10px;
	overflow:hidden;
	margin-top:15px;
	height:200px;
}
.google-map iframe{float:left;}	
ul.ftr-social-link{
	padding:0;
	margin:0;
	text-align:right;
	display:inline-block;
	vertical-align:top;	
	margin:15px 0 0 0;
	}
ul.ftr-social-link li{
	display:inline-block;
	margin:0 0 0 6px; padding:0;
	}
ul.ftr-social-link li a i{
	font-size: 24px;
	color: #f8f511;
	font-family: 'FontAwesome';
	display: inline-block;
	}
ul.ftr-social-link li a:hover i{
		color: #fff;
	}
.footer-btm{
	width: 100%;
	padding: 20px 0;
	background-color: #333;
	}	
.footer-btm p{
	width:100%;
	float:left;
	font-size:13px;
	color:#fff;
	margin:0;
	font-weight:300;
	}
.footer-btm span{ float:right;}		
.footer-btm p span img{ margin:0 8px;}	

.wel-subheading{
	font-size: 19px;
    line-height: 27px;
    color: #3383cd;
    font-weight: bold;
    margin: 25px 0 0;
	}
.top-1{ margin-top:10px;}
ul.antiraging-list{ margin:0; padding:0 0 0 20px;}
ul.antiraging-list li{
	background:url(../images/anti-bult.png) no-repeat left 8px;
    font-size: 14px;
    line-height: 24px;
    color: #5e5e5e;
    text-align: justify;
    letter-spacing: 0.5px;
	margin-top:10px;
	padding-left:20px;
	list-style:none;	
	}
.bodytxt{
	font-size:14px;
	color:#5e5e5e;
	text-align:justify;
	line-height:20px;
	margin-top:10px;
	}
.bodytxt{
	border-collapse:collapse;
	}
.bodytxt td,.bodytxt th{
	border:1px solid #ccc;
	padding:10px;
	}
.trnInr{ margin-top:40px;}

.bodytxt1{ margin-top:30px;}

.downloadBox{
	width:100%;
	margin-top:40px;
	}
.nirf{
    max-width: 150px;
    display: block;
    margin: 2px auto;	
	}
.nirf-t{
    font-size: 16px;
    line-height: 18px;
    color: #5e5e5e;
    letter-spacing: 0.5px;
    margin: 20px 0 0;	
	}
.download_hd{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	
}
.download_hd i{
	margin-right:25px;
}
.download_hd a{
	color:#069;
}.download_hd a:hover{
	color: #000;
	text-decoration: none;
}
ul.flielist{
	padding:0;
	margin:0;
	}
ul.flielist li{
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.5px;
	list-style:none;
	font-weight:bold;
	padding:5px;
	margin:10px 0;
	border-bottom:1px dotted #ddd;
	}	
	ul.flielist i{
	margin-right:20px;
	font-size:20px;
	color:#069
	}
ul.flielist li a{ color: #5e5e5e; text-decoration:none;}
a.dwn-txt{
    float: right;
    text-align: right;
    width: 100%;
    margin-top: 32px;	
	}
a.tp-txt{
	display: inline-block;
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
	text-decoration:underline;	
	}	
	
.tablestr{
    border: 1px solid #e7e5e4;
    margin-top: 30px;
	}
.tablestr td, .tablestr th{ padding:7px 2px;}	
.tndr-top{ margin-top:63px;}								
/*==============================
Department Section============*/
.innerStrip{
	width:100%;
	background:#fff;
	padding:15px 0;
	border-bottom:1px solid #e5e5e5;
	}
ul.navigate-list{
	margin:0;
	padding:0 10px;
	}
ul.navigate-list li{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:16px;
	color:#333333;
	border-left:1px solid #b2b2b2;
	list-style:none;
	padding:0 8px;
	}
ul.navigate-list li a{ color:#333333; text-decoration:none;}	
ul.navigate-list li span{ color:#b2b2b2;}	
ul.navigate-list li:first-child{ border:none;}		
	
.dapart-img1{ margin:30px auto 10px;}
.vsn-bg1{background: #ff5317; width:48%; margin:35px 0 10px;}
.vsn-bg1 .vsn-hd span{ background:#ff5317;}
.vsn-bg2{background:#1f494f; width:48%; float:right;}
.vsn-bg2 .vsn-hd span{ background:#1f494f;}
.vsn-bg1 .vsn-para{min-height: 144px;}

.galrySec{
	display:inline-block;
	vertical-align:middle; 
	margin-top:40px;
	}
.galrySec ul.gal-list li{ 
	width:32.93%;
	box-shadow:0 0 8px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,0.1);
	}

.departRgtBox1{
	float:left;
	width:100%;
	background:#f6f8fb;
	border:1px solid #e8ebf1;
	margin-top:62px;
	}
.dept-top{ margin-top:40px;}	
.deptHead{ padding:20px 20px 5px;}	
.departRgtBox1 .vsn-hd{ color:#5e5e5e;}			
.departRgtBox1 .vsn-hd span{ background:#f6f8fb;}
.departRgtBox1 .vsn-hd:before{ background:#e4e8ee;}	
.vsn-txt{
	font-size:14px;
	color:#3383cd;
	font-weight:600;
	margin-top:32px;
	}
ul.vsn-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:0;
	margin:0;
	}	
ul.vsn-list li{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 14px 20px 14px 30px;
    font-size: 14px;
    color: #555555;
    font-weight: 600;
    position: relative;
}
ul.vsn-list li .glyphicon {
    position: absolute;
    left: 8px;
    top: 18px;
    font-size: 12px;
}
ul.vsn-list li a{
	color:#555555;
	text-decoration:none;
	font-weight: 400;
	}
ul.vsn-list li a:hover{color: #3383cd;}	
ul.vsn-list li a.srm-active{color: #3383cd;}	
ul.vsn-list li:nth-child(even){ background:#f6f8fb;}
ul.vsn-list li:nth-child(odd){ background:#e8ebf1;}	

.dapart-img2{
	width:150px;
	margin:30px auto 0;
	display:block;
	border:4px solid #3383cd;
	}
ul.bio-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:16px 20px 30px;
	margin:0;
	}	
ul.bio-list li{
	width:100%;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	padding:0 0 14px 30px;
	border-bottom:1px solid #e3e8ef;
	margin-top:14px;
	}
ul.bio-list li:last-child{ border:none; padding-bottom:0;}	
ul.bio-list li .glyphicon {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 20px;
    line-height: 20px;
    color: #3383cd;
}
ul.bio-list li img{
	position:absolute;
	top:5px;
	left:0;
	}
ul.bio-list li span{
	font-size:14px;
	color:#3383cd;
	font-weight:bold;
	}	
ul.bio-list li p{
	font-size:14px;
	color:#232323;
	margin:0;
	}

ul.strm-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:0 0 0;
	margin:0;
	}	
ul.strm-list li{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:14px 20px 14px 30px;
	font-size:14px;
	color:#555555;
	font-weight:600;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	position:relative;
	}
	
ul.strm-list li .glyphicon {
    position: absolute;
    left: 10px;
    top: 18px;
    color: #3383cd;
    font-size: 12px;
}
ul.strm-list li a{
	color:#555555;
	text-decoration:none;
	font-weight: 400;
	}
ul.strm-list li a:hover{ color:#3383cd;}	
ul.strm-list li a.srm-active{ color:#3383cd;}		
ul.strm-list li span{ float:right;}	
ul.strm-list li:nth-child(even){ background:#e8ebf1;}
ul.strm-list li:nth-child(odd){ background:#f6f8fb;}								
ul.strm-list li:hover{
	padding:14px 30px 14px 30px; 
	}

/*==============================
Faculty Section============*/	
.facultyBlk{
	display: flex;
	flex-wrap: wrap;	
	}
.facultyBox{
	background:#fff;
	border:1px solid #e8ebf1;
	padding:20px 10px 0;
	width:100%;
	height:100%;
	}
.fac-top{ margin-top:30px;}	
.fac-imgs {
    float: left;
    width: 32%;
    background-size: 100% !important;
    min-height: 130px;
	border: 1px solid #ccc;
}
.fac-imgs img{max-width:100%;object-fit: contain;}
ul.facBrnch-list{
	float:right;
	width:64%;
	padding:0;
	margin:0;	
	}
ul.facBrnch-list li{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-bottom:15px;	
}
ul.facBrnch-list li:nth-child(3), ul.facBrnch-list li:last-child, ul.facBrnch-list.hods li:last-child, ul.facBrnch-list.hods li:nth-child(4){ margin-bottom:0;}	
ul.facBrnch-list.hods li:nth-child(3){ margin-bottom:15px;}	
ul.facBrnch-list li span, .departRgtBox1 span{
	font-size:14px;
	color:#3383cd;
	font-weight:bold;
	}	
ul.facBrnch-list li span .pop-t{font-size:18px;}
ul.facBrnch-list li span .pop-t:hover{ color:#3383cd; text-decoration:none;}	
ul.facBrnch-list li p{
	font-size:14px;
	line-height:20px;
	color:#232323;
	margin:0;
	}	
ul.facBrnch-list li table td{padding: 0px 0 10px;}			
.principalmsg2{
    float: right;
    max-width: 100%;
    margin: 28px 0 0 30px;
	box-shadow:0 0 8px 0 #000;
	-webkit-box-shadow:0 0 5px 0 #000;
	}
		
#noticedt {
	font-weight:600;
	font-size:13px;
	color:#2954a2;
}
#notice_hd {
    font-size: 18px;
    margin-bottom: 10px;
	font-weight: bold;
}
.notice_details {
    float: left;
    width: 100%;
}	
.notice_link a {
    color: #f07400;
    font-weight: 600;
	margin-bottom:15px;
}
	
/*==========================
Scrolling Icon============*/
#toTop{
    background-color: #000;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #fff;
    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;
	}

.show-tab, .show-mob{ display:none;}
.show-desk{ display:block;}
@media (max-width:600px) {
	.s2-lft-hd{
		font-size: 20px;
   		padding: 8px 60px 5px 8px;
	}
	.s2-rgt-bx-hd {
		font-size: 20px;
		padding: 8px 0 8px 10px;
		width:120px;
	}
	.s3-rgt-bx-inr p {
	font-size: 18px;
	}.s3-rgt-bx-inr i {
	font-size: 20px;
	}
	 ul.faculty-list li{width:100%; margin-bottom:10px;}
	.facility li {
		font-size: 14px;
		padding:5px 10px;
		margin-bottom:20px;
	}	
	.facility span{
		padding: 4px 8px;
	}	
	.facility p{
		margin-left:20px;
	}

}
 @media (max-width: 767px){
	.w3-bar .w3-bar-item {
	  padding: 0;
	  width: 100%;
	  margin-bottom: 10px;
	}
	ul.trade-list li {
	  width: 100%;
	}
	.announcement_div{
		margin-top:20px;
	}
	.s2-rgt-bx {
	margin-top:20px;
	}
	.s3-rgt-bx-inr {

	min-height:auto;
	}
	li.col-nm{word-break:normal;}
 }

@media (max-width:1200px) {
.header{ font-size:29px; line-height:27px; margin-top:10px;}	

.navbar-nav>li>a{ padding:16px 8px;}

/*.noticeBox{ min-height:304px;}*/

ul.strp-slider li p{ font-size:20px; line-height:22px;}

.infrmBox{ padding:5px 15px;}
.infrm-bdr:before{ right:251px;}
.infrm-bdr:after{ left:251px;}
.trnR p{ font-size:14px;}
.footer-btm p{ font-size:13px;}
}

@media (max-width:992px) {
.show-desk{display:none;}
.show-mob{display:none;}
.show-tab{display:block;}
.hide-mob{ display:none;}

.header{ margin:4px 0 0 0; font-size:22px; line-height:22px;}
.logo{ width:95px;}
.header span{ font-size:20px;}
.header small{ font-size:14px;}
.navbar-nav li{ font-size: 13px;}
.navbar-nav>li>a{ padding: 16px 4px;}
.navbar-nav ul li a{ font-size:13px;}
.navbar-nav ul{ width:310px;}

.wel-heading{ font-size:22px; line-height:24px;}
.princBox{margin: 35px 0 0; background-position: left 162% top;}
.vsnBox{ margin-top:20px;}
.princIdent{ margin-top:10px;}
.vsn-hd{ font-size:20px; line-height:22px;}
.princ-head{ font-size:24px;}

.strip-bg{ background-size:cover; padding:40px 0 12px;}
.strpblk{ display:block;}
.strpbox{ margin-bottom:28px;}
.strpBtm h1{ font-size:16px; line-height:22px;}

.section1{ padding:40px 0;}
.notcLft{ padding:20px 12px 20px 20px;}
.notcLft h1{ font-size:17px;}
.trnR p{ font-size:15px;}
.noticeBox{ height:auto;}
.notcLft .notc-icns {
    float: left !important;
    margin-right: 12px !important;
}
.notcLft h1 {
    float: left;
    width: 38%;
	text-align:left;
}
.notcLft a.mr-btn {
    float: right;
    margin: 1px 12px 0 0;
}
.notclft-bg3 a.mr-btn{  margin: 1px 0px 0 0;}

footer{ padding:25px 0;}
.ftr-log{ width:95px;}
.ftr-facil:before{ display:none;}
ul.ftr-list li.col-nm{ font-size:13px; line-height:21px;}

li.col-nm{word-break: break-all;}

ul.ftr-list li{ font-size:13px;}
.ftr-facil h1{ font-size:13px;}
ul.facil-points li{ font-size:12px;}
.footer-btm{ padding:10px 0; text-align:center;}
.footer-btm p{ font-size:13px; line-height:22px;}
.footer-btm p span{ float:none; display:block;}

/*=========Department============*/
.vsn-bg1, .vsn-bg2{ width:100%; margin-bottom:0;}
.vsn-bg1 .vsn-para{ min-height:auto;}

/*=========Faculty============*/
ul.facBrnch-list{ /*width:100%;*/}
.fac-imgs{/* width: 60%;*/ margin-bottom: 10px;}
.principalmsg2{ max-width: 100%; margin: 20px auto 0; display: block; float: none;}
	w3-bar .w3-bar-item {
	  padding: 5px 13px 0 13px;
	}
	ul.trade-list li {
	  width: 100%;
	}
}

@media (max-width:767px) {
.show-desk{display:none;}
.show-tab{display:none;}
.show-mob{display:block;}
ul.social-link{ text-align:center;}
ul.top-address{ text-align:center;}
ul.social-link li{ padding-right:7px;}
ul.top-address li{ font-size:12px; padding:0;}
ul.social-link li span i{ font-size:12px;}

.main-bar{ padding:10px 0;}
.logo{ float:none; width:85px;}
.header{ font-size:12px; line-height:14px; margin-top:12px;}	
.header span{ font-size:12px;}
.header small{ display: inline-block; vertical-align: middle; font-size: 10px; line-height: 15px; margin-top: 4px;}	


.navbar{ padding:0px 0;}
.navBlock{ float:left;}
.navbar-nav{ margin:15px 0;}
.navbar-nav li{ font-size:14px; border: none; text-align: left;}

.nav>li>a{float:left; width:100%;}

.navbar-nav li:hover ul{transform:none; border-radius:0;}

.navbar-nav ul li, .navbar-nav ul li a{float:left; width:100%;}

.navbar-nav ul, .navbar-nav li.has-sub ul{position:static; float:left; width:100%; opacity:1; visibility:visible; transform:none; -webkit-transform:none; display:none; transition:none; -webkit-transition:none;}
.navbar-nav li.has-sub:hover ul{transition:none; -webkit-transition:none; transform:none; -webkit-transform:none;}

.navbar-nav li.has-sub ul{padding:10px 0; border-top: 1px solid #ddd;}
.navbar-nav li.has-sub ul li{border:none; list-style:disc;}
.navbar-nav li.has-sub ul li a{padding: 7px 10px 7px 45px; line-height:20px;}

.navbar-nav>li>a{background:#000000; padding:15px; margin-bottom:1px;}

.navbar-nav ul li a{padding:15px 25px; line-height:20px;}
.navbar-nav ul li:last-child{border:none;}

.navbar-default .navbar-toggle{ background:#000;}
.navbar-default .navbar-toggle .icon-bar{background-color:#fff;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background-color:#000;}

.nav>li{ float:left; width:100%;}
.caret, .right-caret{display:none;}
.mobile-menu-icon{
	position:absolute;
	top:0; bottom:0;
	right:0;
	width:50px;
	height:50px;
	text-align:center;
	color:#fff;
	font-size:20px;
	z-index:1;
	}

.mobile-menu-icon:after{
	content:'';
	position:absolute;
	width:50%;
	left:0;
	height:100%;
	top:0;
	text-align:center;
	transition:all ease 0.5s;
	background:url(../images/plus.svg) no-repeat center center;
	background-size:15px;
	}
.mobile-menu-icon.is_open:after{
	transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
}

.slides-all,#jssor_1{ height:120px !important;}
.jssora093{ height:30px !important; width:30px !important;}


.inner-box h3{ font-size:15px; padding-left:15px;}
.announcement-slider li{ padding-left:8px;}
.welcome-sec{ padding:20px 0 30px;}
.wel-heading{ font-size: 18px; line-height: 22px;}
.wel-heading:before{ width:5px; height:30px;}
.comon-para{ margin-top:15px;}
.top-1{ margin-top:10px;}
.princBox{ margin-top:25px; background:#3383cd; padding:20px 0 30px;}
.princ-head{ font-size: 20px;}

.strip-bg{ padding:33px 0 12px;}

.section1{ padding:20px 0 30px;}
ul.gal-list{ margin:25px 0 0;}
ul.gal-list li{ width: 49%; margin: 0.5%;}
.noticeBlk{ margin-top:0;}
.traingSec{ margin-top:30px;}
.traingRgt{ margin-top:25px;}
.trnR p{font-size: 14px;}
.princIdent{ margin-top: 35px;}
.notcLft{ padding:15px 5px 15px 15px; text-align:left;}
.notcLft h1{ float:left; width:38%;}
.notcLft a.mr-btn{ float:right; margin:1px 12px 0 0;}
.notcLft .notc-icns{ float:left !important; margin-right: 12px !important;}
.notcLft h1{ margin-top:7px;}
.notclft-bg3 a.mr-btn{ margin:1px 0 0 0;}
.notclft-bg3 a.mr-btn{  margin: 1px 5px 0 0;}
.notc-bg3{ height:auto;}

footer{ padding:20px 0;}

.ftr-log{ width:85px;}
ul.ftr-list li:nth-child(2){ margin: 18px 0 8px;}
.ftr-facil{ margin-top:25px;}
.ftr-facil:before{ display:none;}
.ftr-facil h1{ font-size:14px;}
.footer-btm p{ font-size:13px; line-height:22px;}

#toTop{ bottom:332px;}

a.dwn-txt{ margin-top:15px;}

.wel-subheading{ margin:20px 0 0;}
.nirfBox{ margin-top:25px;}

/*=========Department============*/
.galrySec{ margin-top:25px;}
.galrySec ul.gal-list li{ width: 49%;}
.departRgtBox1{ margin-top:25px;}
.dept-top{ margin-top: 30px;}
}
@media (max-width: 1185px){
.w3-bar .w3-bar-item {
  margin-right: 8px;
  min-height: 75px;
}
/*=======Animation=======*/
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInLeft{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Icon Forward */
.hvr-icon-forward {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/*******************************************/
.contact-us address {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.front-table thead {
    background: #337ab7;
    color: #fff;
}
.card #table_notice_wrapper.dataTables_wrapper .col-sm-12, .card #table_lecturenotes_wrapper.dataTables_wrapper .col-sm-12, .card #table_tenders_wrapper.dataTables_wrapper .col-sm-12, .card #table_workshop_wrapper.dataTables_wrapper .col-sm-12 {
    padding: 0px;
}


/*----------------------------------------------------*/
	
.table-responsive .dataTables_wrapper {
	width:98%;
}

tfoot {
    display: table-header-group;
}
tfoot input {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
}
.dataTable th input.form-control {
	width:100%;
}	
.notfoundpg h1.wel-heading:before {
    display:none !important;
}
.navBlock .nav li.item-active{
	background-color:#7b0000 !important;
}
span.designation{
	font-weight:bold;
	color:#6c6666 !important;
}
.table-responsive.hod-div{
	margin-top: 30px;
}
.table-responsive table > thead > tr > th{
	padding:7px;
}
.table-responsive table > thead > tr > th, .table-responsive table > tbody > tr > td{
    border-top: 1px solid #d2d2d2;
    border: 1px solid #d2d2d2;
    padding: 5px 0 5px 12px;
    vertical-align: top;
	line-height: 22px;
}
/*----------------------------------------------*/


.tp-title{
	text-align:left !important;
}
.grievance{
	margin: 20px 0 0;
	border: 1px solid #337ab7;
    padding: 40px 20px;
    border-radius: 5px;
}
.btn.bg-blue{
	background-color:#3383cd;
	color:#fff;
}
.div-spn-error {
    color: #FF0000;
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
}
.label-align{ float:left; color:#666;}
.inc-hight{ height:90px;}

/*.achievement-div ul li{
	list-style: none;
    display: inline-block;
    float: left;
}
.ct_course_list_wrap, .most_popular_courses {
    float: left;
    width: 100%;
    position: relative;
}*/

.achievementslider{
	margin-top:25px;
}

.achievementslider .details{
	text-align:center;
	float: left;
    width: 100%;
    position: relative;
    padding: 10px;
    background-color: #eee;
    /*border: 1px solid #ddd;*/
    height: auto;
	/*min-height:170px;*/
}
.achievementslider .details h4{
	color:#1774c9;
	font-weight:bold;
	text-transform:capitalize;
	font-size:16px;
}
.achievementslider .slides.slick-slide {
    padding: 10px !important;
}
.slick-prev {
    margin-left: 70px !important;
}
.slick-next {
    margin-right: 70px !important;
}
.achievementslider .img-div{
	border:1px solid #ccc;
	padding-bottom:98%;
	position:relative;
}
.achievementslider .img-div img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.achievementslider .slick-track{
	display:flex !important;
}
.achievementslider .slick-slide{
	height:inherit !important;
}
.achievementslider .divequalheight{
	height:100%;
	background:#eee;
}
.thd{
	background-color:#069;
	color:#FFF;
}











