.top_bg {
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.btm_bg {
	background-image: url(images/btm_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.header_right {
	background-image: url(images/3top_link_top.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.page_ex {
	background-image: url(images/page_ex.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.page_btm {
	background-image: url(images/page_btm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.nav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #007da3;
	text-decoration: none;
	background-image: url(images/nav_center.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.nav_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #007da3;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
}
.wel_tit1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0e578a;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 10px;
}

.nav_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
}
.wel_tit2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0e578a;
	text-decoration: none;
	padding-top: 10px;
}
.wel_cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	line-height: 190%;
}
.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004F68;
	text-decoration: none;
	text-align: right;
}
.top_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}
.side_cat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #bf801c;
	text-decoration: none;
	background-image: url(images/side_cat.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}
.footer_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.address_tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0e578a;
	text-decoration: none;
	text-align: left;
	padding-bottom: 12px;
	padding-left: 12px;
}
.email_id {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #015D76;
	text-decoration: none;
}
.admission_fild1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
	width: 200px;
}
.admission_fild2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
	width: 200px;
	height: 50px;
}
.form_error_title{
    font-weight: bold;
    color: red;
}

.form_error{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 10px;
    margin-bottom: 10px;
}

.form_error_highlight{
    background-color: #F4F6E5;
    border-bottom: 1px dashed #ff0000;
}

div.instruction_error{
    color: red;
    font-weight:bold;
}
.enquiry_filed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.contact_branch_tit{
	font-weight: bold;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	text-align: justify;
}
.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
	width: 400px;
}
.news_contant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
	width: 400px;
	height: 100px;
}



.client-section .swiper-slide{ opacity: .7;
	-webkit-filter: grayscale(1); filter: grayscale(1); 
	-webkit-transition: all .7s ease-out; transition: all .7s ease-out; }

.client-section .swiper-slide:hover,
.client-section .swiper-slide-active{ opacity: 1; -webkit-filter: grayscale(0); filter: grayscale(0); }

/* RESPONSIVE */

@media only screen and (max-width: 479px) {

	.client-section{ padding: 30px 0 30px; text-align: center; }
	
}
