@charset "utf-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i'); 
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i'); */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400');

body{font-family: 'Roboto Condensed', sans-serif;color:#171717; font-size:15px; font-weight:200;}
h1,h2,h3,h4,h5{font-family: 'Roboto Condensed', sans-serif;}
/*SECTION TOP NAV*/
.top-nav{
	background-color:#292827;
	border-top: 3px solid transparent;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 6px 0px rgba(0, 0, 0, 0.14);
	padding:0px;
	z-index: 999999;
	position: relative;
	border-bottom: 0px;
	text-transform: uppercase;
	font-size: 12px;
	height:auto; 
}
.top-nav .time {
	float: left;
	color: #fff;
	text-decoration: none;
	padding-top:8px;
}
.top-nav .time i {
	font-size: 14px;
}
.top-nav ul {
	margin: 0px;
	padding: 0px;
}
.top-nav li {
	list-style-type: none;
	text-align: right;
	padding:8px 6px;
	display: inline-block !important;
}
.top-nav li:nth-child(1) {
	border-right: solid 1px rgba(0, 0, 0, 0.3);
}
.top-nav li:nth-child(2) {
	border-right: solid 1px rgba(0, 0, 0, 0.3));
}
.top-nav li:nth-child(3) {
	border-right: solid 1px rgba(0, 0, 0, 0.3);
}
.top-nav li:nth-child(4) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(5) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(6) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(7) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(8) {
	padding-left: 2px;
	padding-right: 2px;
	border-right: solid 0px rgba(0, 0, 0, 0.3);
}
.top-nav li:nth-child(9) {
	border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    padding-left: 10px;
    padding-right: 10px;  font-size:13px;
}
.top-nav li:last-child {
	border-right: solid 0px rgba(0, 0, 0, 0.3);
	padding-left: 5px;
	padding-right: 5px;
}
.top-nav li:nth-child(11) {
	padding-left: 5px;
	padding-right: 0px;
}
.top-nav li a {
	color: #fff;}
.top-nav li a:hover {
	text-decoration: none;
}
.top-nav .btn-xs {
	padding: 3px 4px;
	line-height: 1.5;
	border-radius: 0px;
	border: solid 1px #000;
	background-color: #fff;
	color: #333; font-weight:500;
}
.top-nav .btn-black {
	padding: 3px 6px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 0px;
	border: solid 1px #fff;
	background-color:rgba(255,255,255,.1);
	color: #fff;
}
.top-nav .btn-blue {
	padding:4px 8px;
	font-size: 12px;
	line-height: 1.1;
	border-radius: 0px;
	border: solid 0px #000;
	background-color:#0996C9;
	color: #fff;
}
.top-nav .btn-yellow {
	padding:4px 6px;
	font-size: 12px;
	line-height: 1.1;
	border-radius: 0px;
	border: solid 0px rgb(216, 71, 14);
	background-color:#F57D57;
	color: #fff;
}
/*.search ul{ left:inherit !important; right:0px !important; top:0px; width:100% !important; border-radius:0px;z-index: 99999;}
.search ul li{ padding:15px 0px !important; border:0px !important; width:100% !important; text-align:left; }
.search .form-control{ border:0px; height:35px; background-color:rgba(0,0,0,.05); border-radius:0px; font-size:22px; color:#000;}*/

.top-nav .input-sm {
    height: 21px; margin:0px; padding:0px 10px; border-radius:0px;
}

.top-nav .search{ padding-top:0px; padding-bottom:0px;} 
.top-nav .searchbtn {
	padding:3px;
	font-size: 15px;
	line-height: 1.1;
	border-radius: 0px;
	border: solid 0px rgb(216, 71, 14);
	background-color:rgba(255,255,255,.0);
	color: #fff;
}
.top-nav .navbar-right{ float: right !important;
    margin-bottom: 0;
    margin-right: -15px;
    margin-top: -1px;}

.top-nav .blue-theme{ background-color:#ee720d; color:#fff;}
.top-nav .black-theme{ background-color:#000; color:#fff; border: solid 1px #fff; padding: 2px 3px;}
.top-nav .red-theme{ background-color:#CF1515; color:#fff;}
/*-----navbar--------*/
 @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700');/* font-family: 'Roboto Condensed', sans-serif;*/
/*MENU SECTION*/
.dropdown > a:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	margin-left: 6px;
}
.home > a::after {
	content: "\f015";
	font-family: "FontAwesome";
	font-size: 15px;
}
.margin-btm{margin-bottom:25px;}

#leader-section .container
{
	z-index:90;
}
header, #nav-menu-container{
    position: relative;
    z-index: 999;
}
section.section-white {
    background: #eceaea;
}
.section-white .container {
    background: #fff;
	    min-height: 420px;
}
.container{ position:relative;}
/*.main-menu{margin:0px auto; right:0px; left:0px; position:absolute; top:-25px;} */
.navbar{min-height:46px; width:100%; margin:0px auto; right:0px; left:0px; position:absolute; top:0px;}
.dropdown-menu .has-submenu:after {font-family: "FontAwesome"; content: "\f0da"; position:absolute; right:8px;}
.navbar{ border-radius:0px; margin-bottom:0px;}
.navbar-inverse { font-family: 'Roboto Condensed', sans-serif;
	background-color:#ee720d;
	border-color:#ee720d;  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 6px 0px rgba(0, 0, 0, 0.14) !important;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	padding:13px 7px; font-size: 1.15em; transition-duration:.2s; font-weight:400;
}   
 
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color:rgba(0,0,0,.3); box-shadow:0px 0px 8px rgba(0,0,0,.3);
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color:#54AE7B; box-shadow:0px 0px 8px rgba(0,0,0,.3);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover{
	color: #fff;
	background-color:#54AE7B; box-shadow:0px 0px 8px rgba(0,0,0,.3);
}
.navbar-nav > li > a {
	padding: 15px 17px; 
}

.navbar .dropdown-menu{ width:190px !important; border-radius:0px; background-color:rgba(255,255,255,1); padding:0px; border-bottom:3px solid #54AE7B; box-shadow:0px 0px 8px rgba(0,0,0,.5); transition-duration:.1s;}
.navbar .dropdown-menu li{ border-bottom:1px solid rgba(0,0,0,.1);}
.navbar .dropdown-menu > li > a{ color:#000; font-size:0.9; padding:10px !important; transition-duration:.2s;}
.navbar .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
    background-color: #eee;
    color:#318f5a;
    text-decoration: none; box-shadow:0px 0px 8px rgba(0,0,0,.3); transform:scale(1.05);
}
 

/*----------*/
.organization-logo .container {
    background: rgba(255, 255, 255, 0.87);
    padding: 8px 0;
}
section.banner {
   /* margin-top: -118px;*/
    position: relative;
}
section#leader-section {
    /*background: #fceed4 url(../images/leaderbg1.png);*/
    padding: 20px 0 0px 0;
}
.logo {
    padding-left: 9px;
}
div.col-sm-7.five-three {
    width: 60% !important;
    }

div.col-sm-5.five-two {
      width: 40% !important;
}
.five-three .col-sm-4 img, .five-two .col-sm-6 img{
	border: 3px solid #fff;
    margin-top: 17px;
}
#leader-section h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    color: #fff;
    /*font-size: 1.2em;*/
    margin: 12px 0 0 0;
    font-size: 1.15em;
    letter-spacing: -0.1px;

}
#leader-section h3 span {
    font-weight: 100;
    font-size: 0.84em !important;
    margin-top: 8px;
    display: block;
    line-height: 21px;
}
.leader1, .leader2, .leader3, .leader4 {
    text-align: center;
    min-height: 150px;
    border-right: 0;
	padding-left:9px;
	padding-right:9px; margin-bottom:18px;
}
#leader-section .col-sm-5{
    padding: 14px;	
}

#leader-section .col-sm-5 .big-leader{
    background: url(../images/leaderbg.jpg) rgb(67, 184, 224);
	padding: 15px 0;	
}
.leader1 img, .leader2 img, .leader3 img, .leader4 img{
	padding: 4px;
    background: #fff;
    border: 1px solid #ccc; width:64%; max-width:100%;
}
.leader5{
	 background: #43b8e0 url(../images/leaderbg.jpg);
    border: 3px solid #771650;
    text-align: center;
    min-height: 150px;
    box-shadow: inset 0px 0px 35px #792b59;
}
.list-leader {
    margin-top: 10px;
    padding: 0;
}
.list-leader li{
	list-style:none;
}
.list-leader .media {
        padding: 6px 15px;
    margin: 0px 0px;
       border: solid 3px #763c64;
    margin-top: 5px;
    background-color: #6b3053;
}
.list-leader .media-heading {
     font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}
.list-leader .media-heading-1 {
    font-size: 16px;
        font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    color: #fff;
    margin-bottom: 0px;
}
.list-leader .media-heading-2 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 500;
}
.leader-information {
    padding-top: 14px;
}
.leader-information .col-sm-6 div a {
    display: block;
    vertical-align: bottom;
   font-size: 1.0em;
    text-decoration: none;
    text-align:center;
    font-weight: 500;
    text-transform: uppercase;
    /*padding: 17px 11px 5px 11px;*/
	padding: 10px 45px 5px 46px;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.leader-information .col-sm-6 div a:hover {
-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    color:#fff;
	
}
.leader-information .col-sm-6 div a:hover:before{
		-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	 color:#fff;
	}
.dept-link{ border:8px solid #f3f3f3; margin-bottom:15px; margin-right:-7px; margin-left:-7px; outline:1px dashed #393939;}
.dept-link a{ margin-bottom:0px; background: rgba(255, 255, 255, .85); color:#000;}
.dept-link a:before{
    font: normal normal normal 40px/1 FontAwesome;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;}
/*.leader-information .col-sm-6 div a:before {
    content: "\f02d";
    font: normal normal normal 53px/1 FontAwesome;
    color: #fff;
    display: block;
    margin-bottom: 21px;
	margin-bottom:5px;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}*/
 
.leader-information .col-sm-6 .dirtechedu a:before {
    content: "\f219";
    color:rgba(49, 53, 111, 1);
   
}
.leader-information .col-sm-6 .dirtechedu a:hover{background-color:rgba(49, 53, 111, .85);}
 
.leader-information .col-sm-6 .boadrtechedu a:before {
    content: "\f085";
    color: rgba(136, 57, 27, 1);
     
}
.leader-information .col-sm-6 .boadrtechedu a:hover{background-color:rgba(136, 57, 27, .85);}
 
.leader-information .col-sm-6 .jeecupsection a:before {
    content: "\f2b5";
    color: rgba(59, 157, 119, 1);
    
}
.leader-information .col-sm-6 .jeecupsection a:hover{background-color:rgba(59, 157, 119, .85);}
 
.leader-information .col-sm-6 .admissionfee a:before {
    content: "\f283";
    color: rgba(42, 130, 176, 1);
    
}
.leader-information .col-sm-6 .admissionfee a:hover{background-color:rgba(42, 130, 176, .85);}
 
.leader-information .col-sm-6 .instrescdev a:before {
    content: "\f00e";
    color:rgba(147, 113, 16, 1);
   
}
.leader-information .col-sm-6 .instrescdev a:hover{background-color:rgba(147, 113, 16, .85);}
 
.leader-information .col-sm-6 .statepro a:before {
    content: "\f19c";
    color: rgba(160, 137, 43, 1);
    
}
.leader-information .col-sm-6 .statepro a:hover{background-color:rgba(160, 137, 43, .85);}
.leader-information .col-sm-6 .apj a:before {
    content: "\f19c";
    color: rgba(117, 60, 101, 1);
     
}
.leader-information .col-sm-6 .apj a:hover{background-color:rgba(117, 60, 101, .85);} 
.leader-information .col-sm-6 .mmmu a:before {
    content: "\f19c";
    color: rgba(0, 170, 160, 1);
    
}
.leader-information .col-sm-6 .mmmu a:hover{background-color:rgba(0, 170, 160, .85);} 


.dirtechedu {
    background: url(../images/dirtechedu.jpg);
}
.boadrtechedu {
    background: url(../images/boadrtechedu.jpg);
}
.jeecupsection {
    background: url(../images/jeecupsection.jpg);
}
.admissionfee {
    background: url(../images/admissionfee.jpg);
}
.instrescdev {
    background: url(../images/instrescdev.jpg);
}

.statepro {
    background: url(../images/statepro.jpg);
}
.apj {
    background: url(../images/apj.jpg);
}
.mmmu {
    background: url(../images/mmmu.jpg);
}

.welcome-section {
    background: url(../images/welcome.jpg) center center;
    padding: 18px 0;
    margin-top: 0px;
    background-size: cover;
}
.welcome-box {
    background: #f2f1f1;
    box-shadow: 2px 2px 2px #5c5a5a;
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 11px;
}
.welcome-box h3 {
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 1px solid #fc7a49;
    padding-bottom: 6px;
}
.welcome-readmore {
    background: #fc7a49;
    color: #fff !important;
    border-radius: 0;
    padding: 4px 10px;
    float: right;
}
.news-section {
    background: #fff;
    min-height: 325px;
	    margin-left: 3px;
}
.pressRelease ul {
    overflow-x: hidden !important;
    height: 193px;
    margin-bottom: 0px;
    margin-bottom: 10px;
}
.news-section .panel-heading {
    background:#FC7A49;
      color: #fff;
    border-radius: 0;
}
.news-section .panel-heading .panel-title{
	    font-size: 19px;
}
.play-pause {
    float: right;
    margin-top: -23px;
}
.ticker {
    overflow: auto;
    position: relative;
    border: none;
    background-color: #FFF;
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#play {
    display: none;
}
.news-item a{
	  font-family: 'Roboto Condensed', sans-serif;
	  color:#000;
}
.news-item i
{
	  color:#f00;
}
span.arw {
    margin-right: 6px;
    color: #a77807;
    font-size: 18px;
}
.news-item{
    border-bottom: 1px solid #a77807;
    margin-bottom: 9px;
}
.stopped{
	margin-top: 0 !important;
}
.view-more-section {
    background:#FC7A49;
    color: #fff;
    padding: 10px;
}
p.ndate {
    color: #cd9c27;
    font-size: 13px;
}
.imp-section {
    padding: 35px 0;
}
.imp-section .panel-heading{
background: #df771a;
    border-radius: 0;
    color: #fff;
}
.imp-section .panel-heading .panel-title{
	font-family: 'Roboto', sans-serif;
	font-size:18px;
}
.imp-link {
    background: #efefef;
    border: 1px solid #e5dfdf;
    padding: 8px;
}
.imp-link li {
    list-style: none;
    color: #000;
    border-bottom: 1px solid #dcdcdc;
    line-height: normal;
    font-size: .930em;
    transition: all 0.2s ease 0s;
    position:relative; 
}
.imp-link li:last-child{border-bottom:0px solid #dcdcdc;}
.e-learning .impo-information li {
    list-style: none;
    width: 192px;
    float: left;
    background: #fff;
    margin-left: 2%;
    border-radius: 0;
    padding: 4px;
    margin-bottom: 2%;
    min-height: 162px;
    text-align: center;
    border: 3px solid #fff;
}
.imp-link li a:hover{
    padding-left:25px;
	transition: all 0.2s ease 0s;
	background-color:#fff; color:#01877f;
}
.imp-link li a:hover::before{left:10px;}
.imp-link li a{
	color:#000; display:block;
	text-decoration:none; padding:8px 0; padding-left:15px;
}
.imp-link li a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #01aaa0;
    font-size: 20px; position:absolute; left:0px; transition-duration:.2s;
}
.impo-information {
    padding: 0;  
}
.impo-information li {
    list-style: none;
    width: 152px;
    float: left;
    background: #00aaa0;
    margin-left: 2%;
    border-radius: 0;
    padding: 4px;
    margin-bottom: 2%;
    min-height:164px;
	text-align:center;
}
.impo-information li a{
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-size: 1.0em;
	text-decoration:none;
	font-family: 'Roboto Condensed', sans-serif;
}
.e-learning .impo-information li a{	color:#000; font-weight:bold; font-size: 1.2em; }
.impo-information li a span {
    margin: 0px auto 7px auto;
    display: block;
    text-align: center;
    width: 67px;
	    transition-duration: .6s;
}
.impo-information li a .btn{ font-style:normal; background-color:#FC7A49; margin-top:8px; border-color:#FC7A49; display:inline-block;}
.impo-information li:hover a span {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.impo-website {
    background: url(../images/impowebsite-bg.jpg) center center no-repeat;
    padding: 13px 0 31px 0;
	background-size:cover;
}
.impo-website h2{
	font-family: 'Roboto Condensed', sans-serif;
	color:#fff;
	text-align:center;
}
.impo-website h2 span{
	text-transform:uppercase;
	position:relative;
}
.impo-website h2 span:before {
    position: absolute;
    height: 3px;
    width: 40%;
    bottom: -3px;
    background-color: #000;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
}
  #owl-demo .item{
        margin: 3px;
		text-align:center;
    }
    #owl-demo .item img{
        display: block;
        width:auto;
        height: auto;
    }
.span12 {
    margin-top: 26px;
}
.owl-buttons {
    position: relative;
}
.owl-prev {
    float: left;
    display: inline-block;
    text-indent: -99999px;
    background: url(../images/rightarrow.png);
    width: 32px;
    height: 32px;
    position: absolute;
    top: -55px;
    left: -33px;
}
.owl-next {
    float: left;
    display: inline-block;
    text-indent: -999999px;
    background: url(../images/leftarrow.png);
    width: 32px;
    height: 32px;
    position: absolute;
    top: -55px;
    right: -20px;
}

footer {
    background: #292827; background-image:url(../images/footer-bottom-bg.png);
}
.footer-top {
    border-bottom: 1px solid #111110;
    overflow: hidden;
}
.footer-menu {
    padding: 0;
    margin: 14px 0px;
}
.footer-menu li {
    list-style: none;
    float: left;
}
.footer-menu li a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
       font-size: .93em;
    border-right: 1px solid #ccc;
    padding: 0 11px;
}
.last-updated {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    padding-top: 16px;
    font-size: .93em;
	text-align:right;
}

.footer-bottom {
    border-top: 1px solid #494848;
	 font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    padding-top: 11px;
    font-size: .87em;
}
.search.hidden-sm.hidden-xs {
    list-style: none;
}
.red {
    color: #cb1515;
}
.blue {
    color: #1576cb;
}
span.voilet {
    color: #fff;
}
li.search.hidden-sm.hidden-xs {
    list-style: none;
}
.searchbtn {
    text-indent: -999px;
    display: block;
    width: 45px;
    height: 45px;
    float: right;
    margin-right: 30px;
    margin-top: 19px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(153,218,255,1) 0%, rgba(0,128,128,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(153,218,255,1)), color-stop(100%, rgba(0,128,128,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(153,218,255,1) 0%, rgba(0,128,128,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(153,218,255,1) 0%, rgba(0,128,128,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(153,218,255,1) 0%, rgba(0,128,128,1) 100%);
    background: radial-gradient(ellipse at center, rgba(153,218,255,1) 0%, rgba(0,128,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99DAFF', endColorstr='#008080',GradientType=1 );
    color: #fff;
    border-radius: 50%;
	    cursor: pointer;
}
.searchbtn:hover{
	 color: #fff;
}
.searchbtn .fa{
    margin-right: 13px;
    margin-top: 14px;
}
.search .dropdown-menu {
    position: absolute;
    top: 25%;
    right: 93px;
}
.pwdFxd {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
    margin: 0px auto;
    right: 0px;
    left: 0px;
}
.ftr-custom-txt-l-r
{
	text-align:right;
}
.innerbanner {
    background-color: #a7b3c2;
    background-image: url(../images/newsbg.jpg);
    background-repeat: repeat;
    min-height: 165px;
    padding-top: 86px;
	background-size:contain
}
.innerbanner h1 {
    color: #ffffff;
    margin-top: 0 !important;padding-top: 13px;
	    font-family: 'Roboto Condensed', sans-serif;
}
.dropdown-menu{
	font-size:1.0em
}
.inner-container .grid-stack > .grid-stack-item > .grid-stack-item-content img {
    text-indent: -9999px;
}
.fancybox-overlay {
    z-index: 99999! !important;
}
.breadcrumb {
    background-color: rgba(116, 116, 116, 0.49);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 8px 15px;
	float:right;
    text-align: right;    font-family: 'Roboto Condensed', sans-serif;
}
.breadcrumb > li a{color: #fff;}
.breadcrumb > li {
    color: #fff;
    display: inline-block;
}
.breadcrumb > .active{ color:#FFD90A;}
.breadcrumb > li + li::before {
    color: #cccccc;
    content: "";
    padding: 0 5px;
}
.grid-stack {
    background: #dadada !important;
}
.dynamicbg {
    background-color: #a7b3c2;
    background-image: url(../site/writereaddata/siteContent/201708221806577860newsbg.jpg);
    background-repeat: repeat;
    min-height: 165px;
    padding-top: 86px;
}
.dynamicbg h3{
    color: #ffffff;
    margin-top: 0 !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    float: left;
}
.form-horizontal select, #ContentPlaceHolder_Body_txtstate, #ContentPlaceHolder_Body_txtdist{
width:100%!important;
display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.col-md-9.col-sm-8.col-xs-12.inner.inner-container {
    padding-top: 20px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.list li {
        margin-bottom: 4px;
    padding: 5px 10px 5px 35px;
}
.list li::before {
    background-color: #e64805;
    box-sizing: border-box;
    color: #ffffff;
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 14px;
    height: 20px;
    margin-left: -26px;
    margin-right: 6px;
    padding: 0px 7px;
    width: 20px;
	position:absolute;
}
.inner h6{
    background-color: rgba(153, 0, 0, 0.97);
    border-left: 6px solid #ff7803;
    color: #ffffff;
    margin-top: 0;
    padding: 8px 10px;
}
.inner h5{
    background-color:#00AAA0;
    border-left: 6px solid #6B3053;
    color: #ffffff;
    margin-top: 0;
    padding: 8px 10px;
}
.inner h4{
    background-color:#00AAA0;
    border-left: 6px solid #6B3053;
    color: #ffffff;
    margin-top: 0;
    padding: 8px 10px;
}
.inner h3{
    background-color:#00AAA0;
    border-left: 6px solid #6B3053;
    color: #ffffff;
    margin-top: 0;
    padding: 8px 10px;
}
.inner h2{
    background-color: rgba(153, 0, 0, 0.97);
    border-left: 6px solid #ff7803;
    color: #ffffff;
    margin-top: 0;
    padding: 8px 10px;
}
.inner h1{
    background-color: rgba(153, 0, 0, 0.97);
    border-left: 6px solid #ff7803;
    color: #ffffff;
    margin-top: 0;
    padding: 8px 10px;
}

.heading-3 {
    margin: 0 0 17px;
    background: #efefef !important;
    padding: 5px 12px !important;
    font-size: 20px;
    color: #460606 !important;
    border-left: 5px solid #b50808 !important;
}

.heading-4 {
    margin: 0 0 17px;
    background: rgba(239, 239, 239, 0) !important;
    padding: 5px 12px 5px 8px !important;
    font-size: 20px;
    color: #460606 !important;
    border-bottom: 1px dotted #b50808 !important;
    border-left: 0 !IMPORTANT;
}
.table>tbody>tr.info-new>td, .table>tbody>tr.info-new>th, .table>tbody>tr>td.info-new, .table>tbody>tr>th.info-new, .table>tfoot>tr.info-new>td, .table>tfoot>tr.info-new>th, .table>tfoot>tr>td.info-new, .table>tfoot>tr>th.info-new, .table>thead>tr.info-new>td, .table>thead>tr.info-new>th, .table>thead>tr>td.info-new, .table>thead>tr>th.info-new {
    background-color:#00AAA0;
    color: #fff;
}

.pdf-size {
    font-size: 12px;
    color: #000;
}




.pagebody .row-no-margin .panel-heading {
    background: #df771a;
    border-radius: 0;
    color: #fff;
}
.pagebody .row-no-margin .panel-heading  .panel-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
.fa-pause,.fa-pause:hover, .fa-play-circle, .fa-play-circle:hover{
	background-color: rgba(91, 192, 222, 0) !important;
    border-color: rgba(70, 184, 218, 0)!important;
}


.zone-border-left {
    border-left: 1px solid #000; position:relative;
}
 
.zone-border-right {
    border-right: 1px solid #000;
}
.zone-border-top {
    border-top: 1px solid #000;
}
.zone-border-bottom {
    border-bottom: 1px solid #000;
}

.orngboxes {
    box-shadow: 1px 2px 1px rgba(0,0,0,.3);
    background: #f9eadb;
    background: -moz-linear-gradient(top, #f9eadb 0%, #efb177 100%);
    background: -webkit-linear-gradient(top, #f9eadb 0%,#efb177 100%);
    background: linear-gradient(to bottom, #f9eadb 0%,#efb177 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9eadb', endColorstr='#efb177',GradientType=0 );
    border: 1px solid #CDA364;
    color: #471F00;
}
.zonedown {
    position: relative;
}
.zone td {
    color: #1a1a1a;
}
.zonedown:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0px;
    display: block;
    color: #000;
    bottom: -9px;
    right: -5px;
}
.sitemap {
	margin: 0 15px;
}
.sitemap ul {
	background: transparent url("../images/site_map_ul.gif") repeat-y scroll 0 -5px !important;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 5px 4px 6px !important;
	position: relative !important;
}
.sitemap ul li {
	background: transparent url("../images/site_map_list.gif") no-repeat scroll -5px -5px !important;
	line-height: 16px !important;
	padding: 0 0 0 10px !important;
}
.sitemap ul {
	background: rgba(0, 0, 0, 0) url("../images/site_map_ul.gif") repeat-y scroll 10px -5px;
	list-style-type: none;
	margin: 0;
	padding: 0 5px 4px 10px;
	position: relative;
}
.sitemap ul li {
	font-size:.95em;
	font-weight:700;
	margin: 10px 0;
	font-family: 'Roboto', sans-serif;
}
.sitemap ul li a {
	background-color: #bcf4f7;
	border: 1px solid #14b3b9;
	color: #000000;
	display: inline-block;
	padding: 5px;
	transition-duration: 0.3s;
	font-size:1em;
	font-family: 'Roboto', sans-serif;
}
.sitemap ul li a:hover {
	background-color: #fbcf86;
	border: 1px solid #ed9501;
	color: #000000;
	padding-left: 5px;
	text-decoration: none;
}
.sitemap ul li ul {
	padding-bottom: 1px;
}
.sitemap ul li ul li {
	font-size:.95em;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
.filter-box {
	background: #ededed none repeat scroll 0 0;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	margin-bottom: 10px;
	width: 100%;
}
.filter-box td {
	padding: 4px;
}
.filter-box input[type="submit"] {
	background: #2395d1 none repeat scroll 0 0;
	border: 0 solid red;
	color: white;
	padding: 7px 10px;
	width: 100%;
}
.filter-box input[type="text"]:focus {
	border: 1px solid #177ebe;
	color: #177ebe;
}
.filter-box input[type="text"] {
	border: 1px solid #b3b3b3;
	padding: 5px;
	width: 100%;
}
.filter-box select {
	border: 1px solid #abaaaa;
	padding: 5px;
	width: 100%;
}
.filter-box input[type="text"] {
	height: 34px;
}
.innercontent 
{
    padding: 30px 15px 15px 15px;
}

.pagination {
    background: #ee720d  none repeat scroll 0 0 !important;
    color: #ffffff;
    display: table-row !important;
}
.pagination a {
    border: 1px solid #ffffff;
    color: #ffffff !important;
    font-size: 10pt;
    padding: 0 10px;
}
.pagination span {
    padding: 0 8px;
}

/*--------*/
.reach-us .table th {
    background-color: #00AAA0;
    color: #fff;
}

.reach-us .table td {
    color: #000;
    font-size: 1em;
}
.reach-us .table td p{
    color: #000;
    font-size: 1em;
}
.reach-us .table td i{
    color: #df771a;
    font-size: 18px;
    line-height: 24px;
}

/*-------media-Query-----*/
@media (max-width:1024px)
{

.impo-information {
    padding: 0;
    display: block;
    text-align: center;
	
}
.impo-information li
{
	vertical-align:top;
	float:none;
	display:inline-block;
}
#owl-demo .item img
{
	display:inline;
	text-align:center;
}
}

@media (max-width:768px)
{
section.banner 
{
    margin-top: -70px;
}
.last-updated
{
	text-align:left;
}
}
@media (max-width:767px)
{
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a 
{
	padding:15px 25px !important;
	color: #ffffff;
}
}
@media (max-width:425px)
{
.ftr-custom-txt-l-r
{
	text-align:left;
}
section.banner {
    margin-top: 0px;
	margin-bottom:-1px;
}
div.col-sm-7.five-three {
    width: 100% !important;
}
div.col-sm-5.five-two {
    width: 100% !important;
}
.leader1
{
    border-right: 0px solid #FFF;
	margin-bottom:52px;
}
.leader2
{
    border-right: 0px solid #FFF;
	margin-bottom:52px;
}
.leader3
{
    border-right: 0px solid #FFF;
	margin-bottom:52px;
}
.leader4
{
    border-right: 0px solid #FFF;
	margin-bottom:52px;
}
.leader5
{
    border-right: 0px solid #FFF;
	margin-bottom:52px;
}
.impo-information {
    padding: 0;
    display: block;
    text-align: center;
	
}
.impo-information li
{
	vertical-align:top;
	float:none;
	display:inline-block;
}
.impo-website 
{
    padding: 15px 15px 15px 15px;
}


element.style {
    width: 335px;
}
owl.carousel.css:58
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
/*.top-nav li:nth-child(1) 
{
	display:none !important;
}
.top-nav li:nth-child(2) 
{
	display:none !important;
}*/
.navbar-inverse .navbar-nav > li > a 
{
    padding: 10px 25px;
}
.welcome-box 
{
	margin-bottom:15px;
}
.row-no-margin
{
	margin:0px !important;
}
.displayhidden-425
{
	display:none !important;
}
}

.serialnumber {
	counter-reset: Serial;
}
.serialnumber tr td:first-child::before {
	content: "" counter(Serial, decimal);
	counter-increment: Serial;
}
.table>tbody>tr.info-new>td, .table>tbody>tr.info-new>th, .table>tbody>tr>td.info-new, .table>tbody>tr>th.info-new, .table>tfoot>tr.info-new>td, .table>tfoot>tr.info-new>th, .table>tfoot>tr>td.info-new, .table>tfoot>tr>th.info-new, .table>thead>tr.info-new>td, .table>thead>tr.info-new>th, .table>thead>tr>td.info-new, .table>thead>tr>th.info-new {
    vertical-align: top;
}.pagebody .row.row-no-margin {
    padding-top: 20px;
}

.profilepic{ padding:6px; border:1px solid #e2e2e2;}
#wowslider-container1 .ws-title{ display:none !important;}

.gridrow .pdf-size b{
	font-weight:500;
}

.time {background:url(../images/top-clock-img.png) 0px 8px no-repeat; padding:0px 0px 0px 25px}
.footer-bottom .selected.external {
    color: #fff900;
}
span.dsize {
    font-size: 13px;
}

.ws_cover, .ws_effect, .ws-title-wrapper{
   /* display: none!important;*/
}
#wowslider-container1 .ws-title {
    bottom: 0px;
    color: #ffffff;
    display: block !important;
    font-size: 1.9em;
    padding: 13px 1px 7px 1px;
    position: absolute;
    width: 47% !important;
    z-index: 99999;
    margin-left: 38%;
    text-align: center;
}
td#ContentPlaceHolder_Body_tdGovCategory {
    width: 23%;
}
li.search.hidden-sm.hidden-xs.open a{
	display:none;
}
/*----*/
.polytechnic-list {


  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding:15px;
}

.polytechnic-list .link {
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #4D4D4D;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #CCC;
  margin-bottom:6px;	
  position: relative;
  border-radius:3px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.polytechnic-list li{list-style-type:none;}




.polytechnic-list li i {
  position: absolute;
  top: 13px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.polytechnic-list li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.polytechnic-list li.open .link { color: #b63b4d; }

.polytechnic-list li.open i { color: #b63b4d; }

.polytechnic-list li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.polytechnic-list .submenu{ padding-start: 0px ; -webkit-padding-start: 0px ; overflow:auto;}
