@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic,300,400italic,700,700italic);
/*font-family: 'Roboto', sans-serif;*/
body{
	font-family: 'Roboto', sans-serif;
	background:url(../images/bg.png);
	color:#000;
}
.pat{
	background:#fff;
}
.bdnone{
	border:none!important;
}
.container{
	width:100%;
	max-width:1000px;
	overflow:hidden;
}
.bluebar{
	background: rgba(34,36,131,1);
background: -moz-linear-gradient(top, rgba(34,36,131,1) 0%, rgba(95,97,201,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,36,131,1)), color-stop(100%, rgba(95,97,201,1)));
background: -webkit-linear-gradient(top, rgba(34,36,131,1) 0%, rgba(95,97,201,1) 100%);
background: -o-linear-gradient(top, rgba(34,36,131,1) 0%, rgba(95,97,201,1) 100%);
background: -ms-linear-gradient(top, rgba(34,36,131,1) 0%, rgba(95,97,201,1) 100%);
background: linear-gradient(to bottom, rgba(34,36,131,1) 0%, rgba(95,97,201,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222483', endColorstr='#5f61c9', GradientType=0 );
	height:30px;
}
.bluebartwo{
	background: rgba(95,97,201,1);
background: -moz-linear-gradient(top, rgba(95,97,201,1) 0%, rgba(34,36,131,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(95,97,201,1)), color-stop(100%, rgba(34,36,131,1)));
background: -webkit-linear-gradient(top, rgba(95,97,201,1) 0%, rgba(34,36,131,1) 100%);
background: -o-linear-gradient(top, rgba(95,97,201,1) 0%, rgba(34,36,131,1) 100%);
background: -ms-linear-gradient(top, rgba(95,97,201,1) 0%, rgba(34,36,131,1) 100%);
background: linear-gradient(to bottom, rgba(95,97,201,1) 0%, rgba(34,36,131,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f61c9', endColorstr='#222483', GradientType=0 );
	overflow:hidden;
	margin-bottom:20px;
}
.greyblock{
	margin:0px!important;
	padding:5px 0px 5px 0px!important;
	background: rgba(237,237,237,1);
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}
h2.admtitle{
	margin:0px;
	padding:5px 0px 8px 0px;
	font-size:30px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	text-align:center;
	color:#FFFF00;
}
.btnonbox{
	margin:20px 0px 0px 0px;
}
.btnonbox small{
	padding:10px 0px 10px 0px;
}
a.onlinebtn {
  background: #FFFF00;
  background-image: -webkit-linear-gradient(top, #FFFF00, #FF6D00);
  background-image: -moz-linear-gradient(top, #FFFF00, #FF6D00);
  background-image: -ms-linear-gradient(top, #FFFF00, #FF6D00);
  background-image: -o-linear-gradient(top, #FFFF00, #FF6D00);
  background-image: linear-gradient(to bottom, #FFFF00, #FF6D00);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: 'Roboto', sans-serif;
  color: #000!important;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #FF6D00 1px;
  text-decoration: none;
  cursor:pointer;
  text-align:center;
}

a.onlinebtn:hover {
  background: #FF6D00;
   color: #000!important;
  background-image: -webkit-linear-gradient(top, #FF6D00, #FFFF00);
  background-image: -moz-linear-gradient(top, #FF6D00, #FFFF00);
  background-image: -ms-linear-gradient(top, #FF6D00, #FFFF00);
  background-image: -o-linear-gradient(top, #FF6D00, #FFFF00);
  background-image: linear-gradient(to bottom, #FF6D00, #FFFF00);
  text-decoration: none;
}
.procedure ul{
	margin:0px;
	padding:0px 0px 0px 20px;
	list-style:none;
}
.procedure ul li{
	margin:0px 0px 5px 0px;
	padding:0px 0px 10px 20px;
	list-style:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-size:#ccc;
	text-align:left;
	line-height:20px;
	border-bottom:0px solid #ccc;
	background:url(../images/arrowone.png) no-repeat left 4px;
}
.procedure p{
	font-weight:700;
	color:#038407!important;
	background-color:#f5f5f5;
	padding:5px 0px 5px 10px;
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
}
.footer{
background: rgba(34,36,131,1);
background: -moz-linear-gradient(top, rgba(34,36,131,1) 0%, rgba(95,97,201,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,36,131,1)), color-stop(100%, rgba(95,97,201,1)));
background: -webkit-linear-gradient(top, rgba(34,36,131,1) 0%, rgba(95,97,201,1) 100%);
background: -o-linear-gradient(top, rgba(34,36,131,1) 0%, rgba(95,97,201,1) 100%);
background: -ms-linear-gradient(top, rgba(34,36,131,1) 0%, rgba(95,97,201,1) 100%);
background: linear-gradient(to bottom, rgba(34,36,131,1) 0%, rgba(95,97,201,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222483', endColorstr='#5f61c9', GradientType=0 );
padding:10px 0px 10px 0px;
text-align:center;
font-family: 'Roboto', sans-serif;
font-size:20px;
color:#fff;
}
.applicationform{
	color:#000;
}
.applicationform .row{
	padding-bottom:15px;
	font-family: 'Roboto', sans-serif;
}
.applicationform label{
	color:#000;
}
.procedure ol{
	margin:0px;
	padding:0px 0px 0px 55px;
	list-style-type:lower-alpha;
}
ol li, ul li, table tr td{
	font-family: 'Roboto', sans-serif;
	color:#000;
}
p{
	color:#000!important;
}
p.txtind{
	text-indent:40px;
	font-weight:600;
}
p.txtindone{
	text-indent:40px;
}
.applicationform ol{
	list-style-type:lower-alpha
}
.titlemain h1{
	margin:0px 0px 5px 0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	text-align:left;
	font-weight:700;
	text-decoration:underline;
}
.titlemain h5{
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	text-align:left;
}
.schooltitle h1{
	margin:0px;
	padding:20px 0px 0px 0px;
	font-family: 'Roboto', sans-serif;
	font-size:40px;
	text-align:center;
	font-weight:700;
}
.schooltitle h3{
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	text-align:center;
	font-weight:600;
}
.ppattest{
	border:2px solid #ccc; height:220px; 
	width:180px; padding-top:90px; text-align:center; float:right;
}
.office{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:20px 0px 0px 0px;
}
.office h3, .office h2{
	margin:0px;
	padding:0px;
}
.pt20{
	padding-top:120px;
}
.termslist{
	margin:0px;
	padding:0px 0px 0px 20px;
	list-style:decimal;
}
.termslist li{
	margin:0px;
	padding:0px 0px 10px 0px;
	list-style:decimal;
	text-align:justify;
}
strong{
	color:#000;
}
.lt25{
	line-height:25px;
}
/*.owl-controls{
	display:none!important;
}*/
.panel-body small{
	color:#000;
}
p.blue{
	font-family:Arial, Helvetica, sans-serif;
}
/*.applicationform .print{
	color:#000;
}
.applicationform.print,.applicationform.print label,.applicationform.print p,.applicationform.print ol li,.applicationform.print ul li,.applicationform.print strong,.applicationform.print table tr td{
	color:#000!important;
}
.applicationform.print .office{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.applicationform.print .ppattest{
	border:2px solid #000;
}
.applicationform.print table tr td{
	border-top:1px solid #000;
}
.applicationform.print hr{
	color:#000!important;
}
*/