﻿
@charset "utf-8";
/* CSS Document */

@font-face {
	src: url(../fonts/calibri/calibri.ttf);
	font-family: calibri;
}
@font-face {
	src: url(../fonts/kozuka/KozGoPro-Light.otf);
	font-family: kozuka;
}
@font-face {
	src: url(../fonts/play/Play-Regular.ttf);
	font-family: play;
}
@font-face {
	src: url(../fonts/openSans/OpenSans-Regular.ttf);
	font-family: openSans;
}
@font-face {
	src:url(../fonts/merriweather/Merriweather-Light.otf);
	font-family: merriweather;
}
@font-face {
	src:url(../fonts/compacta/COMPCTAB.TTF);
	font-family: compacta;
}

p{
	font-size:14px;	
	text-align:justify;
	line-height:23px;
	
	}
a{
	text-decoration:none;	
	color:#333;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
a:hover{
	color:#666;
}
h1{
	font-szie:24px;
	font-family: compacta;
	}
h2{
	font-size:20px;
	font-family: openSans;
	}
h3{
	font-size:16px;
	}
h3{
	font-size:14px;
	}
	
li{	
	list-style-type:none;
	}
	
body {
	background: #fff;
	background-size: 25px 25px;
	font-family:openSans;
}
header {
	/*background: rgba(255,255,255,0.8);*/
	background:#e8f0f0;
	position:relative;
	z-index:111;
	height:130px;
	width:100%;
}
.slider_sec{
	background: #287791;
	position:relative;
	
	width:100%;
	display:block;
margin-top: 57px;
}
.slider_caption{
	width:970px;
	height:140px;
	background:rgba(0,0,0,0.2)!important;
	border:none!important;	
	/*padding:8px!important;*/
}
.slider_caption h1{
	font-family:openSans;
	font-size:25px;
	font-weight:bolder !important;
	color:#fff;
	text-shadow:2px 2px 2px rgba(0,0,0,0.5);
	font-weight:normal;
	text-transform:uppercase;	
}
.slider_caption p{
	font-family:openSans;
	font-size:14px;
	color:#FFFFFF;
	/*text-shadow:2px 2px 2px rgba(0,0,0,0.5);*/
	font-weight:normal;	
}
a.rMore{
	background: none;
	color: #e36002;
	border-radius: 0!important;
	width:auto;
	text-align:right;
	display:table;
	padding:8px 10px;
	padding-right:60px;
	background:#5c8685;
	font-size:14px;
	color:#fff;
	font-family:openSans;	
	border:none;
	text-shadow:none;
	position:relative;
	cursor:pointer;
	animation:buttonBg_return 0.5s;
	-webkit-animation:buttonBg_return 0.5s;
	margin-top:15px;
}
a.rMore:hover{
	background:	#417170;
	animation:buttonBg 0.5s;
	-webkit-animation:buttonBg 0.5s;
}



a.rMore i:after{
	content:"\f105";
	font-family: 'FontAwesome';
	color:#fff;
	display:block;
	position:absolute;
	right:10px;
	top:5px;
	font-size:18px;
	font-style:normal;
}

a.rMore:hover i:after{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

.logo {
	position:relative;	
	margin-top:0px;
}
.logo span{
	position:absolute;
	color:#fff;
	font-size:22px;
	text-transform:uppercase;
	bottom: 10px;
	margin-left: 10px;
	left:140px;
	font-family:openSans;
}
.logo a{
	border: 0px solid #999;
	display: table;
	border-radius: 0%;
}
ul.headSocial {
	width: auto;
	float: right;
	padding: 35px 0;
	margin: 0;
}
ul.headSocial li {
	float: left;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0 2px;
	border: 0px solid #de4248;
	cursor: pointer;
	border-radius: 50%;
	list-style-type: none;
}
ul.headSocial li a{
	display: block;
	height: 100%;	
}
ul.headSocial li:hover {
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;	
}

ul.headSocial li.social_1 {
	background: url(../images/social_01.png);
	background-position: -2px -2px;
}
ul.headSocial li.social_2{
	background: url(../images/social_01.png);
	background-position: -54px -2px;
}
ul.headSocial li.social_3{
	background: url(../images/social_01.png);
	background-position: -106px -2px;
}
ul.headSocial li.social_4{
	background: url(../images/social_01.png);
	background-position: -158px -2px;
}
ul.headSocial li.social_5{
	background: url(../images/social_01.png);
	background-position: -210px -2px;
}
ul.headSocial li.social_6{
	background: url(../images/social_01.png);
	background-position: -262px -2px;
}

ul.headSocial li.social_1:hover {
/*	animation: hdScHvr1 0.5s;
*/	background-position: -2px -46px;
}
ul.headSocial li.social_2:hover {
/*	animation: hdScHvr2 0.5s;
*/	background-position: -54px -46px;
}
ul.headSocial li.social_3:hover {
/*	animation: hdScHvr3 0.5s;
*/	background-position: -106px -46px;
}
ul.headSocial li.social_4:hover {
/*	animation: hdScHvr4 0.5s;
*/	background-position: -158px -46px;
}
ul.headSocial li.social_5:hover {
/*	animation: hdScHvr5 0.5s;
*/	background-position: -210px -46px;
}
ul.headSocial li.social_6:hover {
/*	animation: hdScHvr5 0.5s;
*/	background-position: -262px -46px;
}
/* @keyframes hdScHvr1 {
 0% {
 background-position:-2px -2px;
}
 100% {
background-position: -2px -46px;
}
}
 @keyframes hdScHvr2 {
 0% {
background-position: -54px -2px;
}
 100% {
background-position: -54px -46px;
}
}
@keyframes hdScHvr3 {
 0% {
 background-position: -106px -2px;
}
 100% {
 background-position: -106px -46px;
}
}
@keyframes hdScHvr4 {
 0% {
 background-position: -158px -2px;
}
 100% {
background-position: -158px -46px;
}
}
@keyframes hdScHvr5 {
 0% {
 background-position: -210px -2px;
}
 100% {
 background-position: -210px -46px;
}
}
*/.navbar{
	margin-top:0px;	
}
.header_contact{
	margin-top:15px;	
}
.header_contact p{
	color:#888;
	font-size:13px;
	text-align:right;
}
.header_contact span{
	font-size:24px;	
	text-align:right;
	width:100%;
	display:block;
	font-weight:normal;
	font-family:openSans;
	color:#496f6e;
}
.quick_contact{
	width:200px;
	background:#03a6db;
	border-radius:8px;
	height:40px;
	position:relative;	
	float:right;
	margin-top:15px;
	padding:0;
}
.quick_contact:hover{
	background:#014259;		
	animation:bgChange2 1s;	
	-webkit-animation:bgChange2 1s;	
}

.quick_contact a{
	text-decoration:none;
}

.quick_contact span{
	color:#fff;
	line-height:30px;
	padding-right:50px;	
	width:200px;
	display:block;
	text-align:center;
	position:relative;
	padding:5px 50px 0 0;
	text-transform:uppercase;
}
.quick_contact:hover span{
	color:#ddd;
}
.quick_contact:hover h1{
	
}
.quick_contact span:after{
	content:"\f105";
	font-family: 'FontAwesome' ;
	color:#fff;
	width:40px;
	height:30px;
	position:absolute;
	font-size:20px!important;
	text-align:center;
	border-left:1px solid #81d3ed;
	right:0;
}

.quick_contact:hover span:after{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;
	border-left:0px solid #81d3ed;
}


.slider {
	height: auto;
	background: #fff;
	padding: 0;
	position:relative;
	margin-top:0px;
}
.ws_shadow{
	background:url(../images/slider_shoadow.png) no-repeat center bottom;	
	position:absolute;
	width:930px;
	height:37px;
	bottom:-20px;
	left:50%;
	margin-left:-465px;
	z-index:-1;
}
.box_menu_cont{
	padding:0px 0;
	margin:0px 0;
	background:#8abab9;	
	height:88px;
	margin-bottom: 30px;
}
.box_menu{
	padding:0;	
	display:block;
	margin:0;
}
.box_menu a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration:none;
	position:absolute;
	top:0;	
}
.box_menu li{
	list-style-type:none;
	background:#8abab9;	
	color:#fff;
	font-size:18px;
	height:88px;
	border-image: url(../images/box_menu_border.jpg) 2 2 strech;
	border-left: 1px solid #6ea4a3;
	border-right: 1px solid #99c8c7;
	padding-left:15px;
	transition:background 1s ease;
	-webkit-transition:background 1s ease;
	z-index:999;
}
.box_menu li:first-child{
	border-left:none;	
}
.box_menu li:last-child{
	border-right:none;	
}
.box_menu li:hover{
	background:#5c8685;	
/*	animation:bgChange1 1s;	
	-webkit-animation:bgChange1 1s;	
*/}

@keyframes bgChange1{
	0%{background:#8abab9;	}
	100%{background:#5c8685;	}	
}
@-webkit-keyframes bgChange1{
	0%{background:#8abab9;	}
	100%{background:#5c8685;	}	
}

.box_menu li span{
	position:relative;
	display:table;
	text-transform:uppercase;	
	font-size:15px;
	font-weight:bold;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
	margin-top:20px;
}
.box_menu li p{
	padding:0;	
}

/*.box_menu li span:before{
	font-family: 'FontAwesome' ;
	font-size:35px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-25px;
	width:50px;
	height:50px;
	text-align:center;

}

.box_menu li:first-child span:before{
		content:"\f19d";		
}
.box_menu li:nth-child(2) span:before{
		content:"\f0eb";
}
.box_menu li:nth-child(3) span:before{
		content:"\f02d";
}
.box_menu li:nth-child(4) span:before{
		content:"\f030";
}

.box_menu li:hover span:before{
	animation-name: bounce;
	-webkit-animation-name: bounce;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 

}
*/

.home_contact_sec{
	padding:0;
	margin-bottom:40px;
}
.home_contact_sec li{
	height:100px;	
	background:url(../images/home_icons_01.png) no-repeat;
	padding-left: 120px;
	margin-bottom:20px;
	padding-top:15px;
	
	
}
.home_contact_sec li h1{
	font-size:18px;
	color:#496f6e;
	margin:0px;
	
}
.home_contact_sec li p{
	color:#666666;
	text-align:left;
}

.home_contact_sec li:first-child{
	background-position:0 2px;
}
.home_contact_sec li:nth-child(2){
	background-position:0 -115px;
}
.home_contact_sec li:nth-child(3){
	background-position:0 -236px;
}



.chairman_message_cont{
		margin-bottom:50px;
}

.chairman_message_cont h1{
	font-family:compacta;	
	font-size:18px;
	color:#5c8685;
	background:#dadada;
	line-height:45px;
	padding:0 15px;
}
.chairman_message_cont p{
	font-style:italic;
	color:#606060;
	text-align:left;
	width:90%;
	margin-top: 15px;
}
.chairman_message_cont span{
	font-style:italic;
	color:#000;
}

.scroll_image_sec{
	height:210px;	
	/*background:url(../images/books.jpg) center center;*/
	/*background-size:100% auto;*/
	position:relative;
}
.scroll_image_sec h1{
	font-family:kozuka;
	font-size:29px;
	color:#fff;	
	text-shadow:1px 1px 4px #000;
	-webkit-text-shadow:1px 1px 4px #000;
	position:absolute;
	bottom:65px;
	left:50%;
	margin-left:-242px;
}
.scroll_image_sec h1 span{
	font-family:openSans;
}

.to_top_cont{
	background:rgba(255,255,255,.9)	;
	height:54px;
	border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	position:relative;
}

.home_content{
	padding-top: 20px;
	display: table;
	width: 100%;
}
.inner_content {
	background: #fff;
	padding-top:40px;
}
.inner_content h1{
	font-size:28px;	
	color:#496F6E;
}
.inner_content h2{
	border-bottom:0px solid #ddd;
	padding:8px 10px;
	border-left:4px solid #8ABAB9;
	display:table;
	background:#e8f0f0;
	width:100%;
	color: #444;
	text-transform:uppercase;
}
.inner_content p{
	padding-top:15px;	
}
.inner_content {
	background: #fff;
	padding-top:40px;
	padding-bottom:40px;
}

.home_achivement_sec h1 {
	color: #fff!important;
	font-size: 18px!important;
	text-transform: capitalize;
	background: #5c8685;
	width: 100%;
	padding: 0px 15px;
	height: 44px;
	line-height: 44px;
	margin-top: 0!important;
	border-bottom:0px solid #fff;
}
.home_achivement_sec a.rMore{
	float: right;
	margin-top: 0px;
}

.welcome_cont h1 {
	
	font-size: 28px;
	color: #496f6e;
	margin-top: 0;
	margin-bottom: 30px;
}
.welcome_cont h1 span {
	color: #008bcc;
}
.welcome_cont .welcome_note{
	
}
.welcome_cont p {
	font-family: openSans;
	color: #666;
	font-style: normal;
	text-align: left;
	padding-top: 0;
}
.read_more_btn {
	background: none;
	color: #e36002;
	border-radius: 0!important;
	width:100%;
	text-align:right;
	display:table;
	padding:0 15px;
}
.read_more_btn:hover {
	background: none;
	color: #f48058;
}


.home_left_part{
	
}
.home_right_part{
		
}

.news_events_sec{
	background:none;
	border-radius:0px;
	
}
.news_events_sec h1 {
	color: #fff!important;
	font-size: 18px!important;
	text-transform: capitalize;
	background: #5c8685;
	width: 100%;
	padding: 0px 15px;
	height: 44px;
	line-height: 44px;
	margin-top: 0!important;
	border-bottom:0px solid #fff;
}
ul.news_events {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.news_events li {
	width: 100%;
	list-style-type: none;
	border-bottom: 0px solid #ddd;
	float: left;
	padding: 5px 0;
	position:relative;
}
ul.news_events li img {
	width: 80px;
	height: 80px;
	float: left;
	border-radius:8px;
}

ul.news_events li h3{
	position:absolute;
	color:#fff;
	width:80px;
	text-align:center;
	font-weight:bold;
	font-family: merriweather;
	font-size:30px;
	margin:0;
	top:30px;
}
ul.news_events li h3 span{
	width:100%;
	display:table;	
	font-family:openSans;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:6px;
}

ul.news_events li div {
	float: right;
	width: 245px;
}
ul.news_events li h2 {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-top: 10px;
	padding:0;
	border-left:0px solid #8ABAB9;
	display:block;
	background:none;
	width:100%;
	text-transform:inherit;
	text-align:left;
	
	
}
ul.news_events li p {
	color: #888;
	font-size: 13px;
	line-height: 14px;
	margin-bottom:0;
	padding-bottom:0;
	padding-top: 5px;
	font-style:italic;
	text-align:left;
}

.home_single_slider_sec h1 {
	color: #fff!important;
	font-size: 18px!important;
	text-transform: capitalize;
	background: #5c8685;
	width: 100%;
	padding: 0px 15px;
	height: 44px;
	line-height: 44px;
	margin-top: 0!important;
	border-bottom:0px solid #fff;
}


.home_block_content {
	padding: 10px;
	background: #efefef;
	float: left;
	width: 100%;
}
.home_block_content h1 {
	color: #FFF !important;
	font-size: 18px !important;
	text-transform: uppercase;
	background: none repeat scroll 0% 0% #008BCC;
	width: 100%;
	padding: 0px 10px;
	height: 35px;
	line-height: 35px;
	margin-top: 0px !important;
}
.home_block_content img {
	width: 100%;
	margin: 0 !important;
}
.home_block_content p {
	color: #666666;
	padding: 10px 0;
	text-align: justify;
	max-height: 120px;
	overflow: hidden;
}

.home_gallery_sec{
	margin:40px 0;	
}
.home_gallery_sec h2{
	font-weight:normal;
	text-transform:uppercase;
	font-size:22px;	
	font-family: openSans;
}
footer {
	background:#f9f7f5;
	padding: 0px 0 0px 0;
	color:#6c6c6c;
	height:auto;
	position:relative;
	border-top: 5px solid #5C8685;
}
footer h2{
	font-size: 16px;
	color: #5c8685;
	text-transform:capitalize;
	border-bottom:2px solid #5c8685;
	padding-bottom:10px;
	margin-top:40px;
	font-family: merriweather;
}

.footer_menu li {
/*	padding-left: 1.2em;*/
	list-style-type: none;
	width: 100%;
	float: left;
	line-height: 40px;
	border-bottom:1px dashed #888;
}
.footer_menu li:before {
	content: ""; /* FontAwesome char code inside the '' */
	font-family: 'FontAwesome'; /* FontAwesome or whatever */
	display: inline-block;
	width: 1.2em; /* same as padding-left set on li */
	margin-left: -1.2em; /* same as padding-left set on li */
	color: #ddd;
	position:absolute;
}
.footer_menu li a {
	color: #6c6c6c;
	text-decoration:none;
	font-size:13px;
	transition:color 0.5s ease;
	-webkit-transition:color 0.5s ease;
	display:block;
}
.footer_menu li a:hover {
	color: #5c8685;
/*	animation:linkcolorChange 1s;
	-webkit-animation:linkcolorChange 1s;
*/}

@keyframes linkcolorChange{
	0%{color: #6c6c6c;}
	100%{color: #5c8685;}	
}
@-webkit-keyframes linkcolorChange{
	0%{color: #6c6c6c;}
	100%{color: #5c8685;}	
}

.footer_contact{
	background:none;
	border-bottom:0px solid #dadada;
	border-right:0px solid #dadada;	
	display:table;
	width: 100%;
}
.footer_contact p{
	font-size:14px;
	text-align:center;
	padding: 20px 15px;
	color:#3b3b3b;
}
.footer_contact p span{
	color:#5c8685;	
}
.footer_contact h2{
	font-size: 16px;
	color: #fff;
	background:#5c8685;
	text-transform:capitalize;
	border-bottom:0px solid #5c8685;
	padding-bottom:0px;
	line-height:41px;
	font-family: merriweather;
	position:relative;
	margin-top: 30px;
	padding-left:15px;
}
.footer_contact h2:before{
	content:"";
	/*background:url(../images/footer_contact_header_bg.png) no-repeat 	;*/
	background:none;
	width:9px;
	height:51px;
	display:block;
	position:absolute;
	left:-9px;
}

.footer_map {
	
}
.footer_map h1 {
	font-size: 18px;
	color: #fff;
}
footer .copyright {
	background: #5c8685;
	border-top: 0px solid #5a8ebd;
	color: #fff;
	margin: 20px 0 0 0;
	text-align:center;
	bottom: 0px;
	position: relative;
	width: 100%;
	margin-top:50px;
}
footer .copyright div {
	line-height: 60px;
	height: 60px;
}
footer .copyright a {
	color: #000;
	text-decoration:none;
}
footer .copyright a:hover {
	color: #fff;
	text-decoration:none;
}


.go_to_top{
	background:none;
	border-radius:0 0 30px 30px;
	width:auto;
	height:60px;
	position:absolute;
	right:40px;
	top:0px;
	cursor:pointer;
}
.go_to_top:hover{	
/*	animation:bgChange2 1s;	
	-webkit-animation:bgChange2 1s;	*/
}

@keyframes bgChange2{
	0%{background:#00abe3;	}
	100%{background:#014259;	}	
}
@-webkit-keyframes bgChange2{
	0%{background:#00abe3;	}
	100%{background:#014259;	}	
}


.footer_social ul.headSocial{
float: none;
padding: 0px;
margin: 15px auto;
display: table;
}


.go_to_top:hover span:after{
	animation-name: pullUp;
	-webkit-animation-name: pullUp;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 
	
}



.go_to_top:hover span{
	
}
.go_to_top span{
	color:#5c8685;
	font-size:14px;
	font-family:kozuka;
	text-align:center;
	width:100%;
	display:table;
	padding-top:18px;
	position:relative;	
}
.go_to_top span:after{
	content:"\f106";
	font-family: "FontAwesome";
	color: #5C8685;
	position: absolute;
	top: 14px;
	right: -24px;
	font-size: 20px;
}


/*Inner CSS*/

.inner_cont {
	padding: 37px;
	background: #fff;
}
.inner_cont hr {
	border-color: #008BCC;
}
.inner_cont img {
	margin-bottom: 15px;
}
.inner_cont h1, .inner_cont h2, .inner_cont h3, .inner_cont h4, .inner_cont h5, .inner_cont h6 {
	font-family: kozuka;
	color: #4b4a4a;
	margin-top: 0;
}
.inner_cont h1 {
	font-size: 29px;
	color: #4b4a4a;
}
.inner_cont h2 {
	font-size: 20px;
	font-weight: bold;
	color: #666;
}
.inner_cont h3 {
	font-size: 15px;
	font-weight: bold;
}
.inner_cont h1 span {
	color: #008bcc;
}
.inner_cont p {
	font-family: openSans;
	color: #666;
	text-align: justify;
}
.sub_content hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #eee;
}
.sub_content img {
	width: 100%;
	height: auto;
	padding-bottom: 15px;
}
.sub_row {
	width: 100%;
	float: left;
	margin: 15px 0!important;
}
.breadcrumb i {
	color: #999;
	padding: 0 10px;
}
.location {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
.location iframe {
	float: left;
	width: 100%;
	border: 1px solid #ddd;
	padding: 0;
	margin: 0 0 20px 0;/*box-shadow:0 0 6px #999;*/	
}
ul.contactForm {
	width: 400px;
	height: auto;
	padding: 0;
	margin: 0;
	float: left;
}
ul.contactForm li {
	width: 100%;
	float: left;
	padding: 10px 0;
	margin: 0;
	list-style-type: none;
}
ul.contactForm li input[type=text] {
}
ul.contactForm li textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 150px;
	max-height: 150px;
}
ul.contactForm li input[type=text], ul.contactForm li textarea {
	float: left;
	border: 1px solid #b6d0d0;
	background: #fff;
	box-shadow: 0 0 2px #eee;
	padding: 12px 2%;
	width: 100%;
	font-family: calibri;
	color: #555;
	font-size: 14px;
	border-radius: 0px;
}

ul.contactForm li input[type=email]{
    float: left;
	border: 1px solid #b6d0d0;
	background: #fff;
	box-shadow: 0 0 2px #eee;
	padding: 12px 2%;
	width: 100%;
	font-family: calibri;
	color: #555;
	font-size: 14px;
	border-radius: 0px;
}
/*.contactForm h3{
	width:100%;
	padding:10px 0%;	
	margin:0 0 10px 0px;
	float:left;
	color:#de4248;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;	
	border-bottom:1px  solid #ccc;
}*/


.contactForm input[type=button] {
	background: none;
	color: #e36002;
	border-radius: 0!important;
	width:130px;
	text-align:center;
	display:table;
	padding:8px 10px;
	background:#5c8685;
	font-size:14px;
	color:#fff;
	font-family:openSans;	
	border:none;
	text-shadow:none;
	position:relative;
	cursor:pointer;
	animation:buttonBg_return 0.5s;
	-webkit-animation:buttonBg_return 0.5s;
	margin-top:15px;
	float:right;
}

.contactForm input[type=submit] {
	background: none;
	color: #e36002;
	border-radius: 0!important;
	width:130px;
	text-align:center;
	display:table;
	padding:8px 10px;
	background:#5c8685;
	font-size:14px;
	color:#fff;
	font-family:openSans;	
	border:none;
	text-shadow:none;
	position:relative;
	cursor:pointer;
	animation:buttonBg_return 0.5s;
	-webkit-animation:buttonBg_return 0.5s;
	margin-top:15px;
	float:right;
}


.contactForm input[type=button]:hover {
	background:	#417170;
	animation:buttonBg 0.5s;
	-webkit-animation:buttonBg 0.5s;
}

.contactForm input[type=button] i:after{
	content:"\f105";
	font-family: 'FontAwesome';
	color:#fff;
	display:block;
	position:absolute;
	right:10px;
	top:5px;
	font-size:18px;
	font-style:normal;
}

.contactForm input[type=button]:hover i:after{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}



ul.locate {
	width: 450px;
	height: auto;
	padding: 0;
	margin: 0;
	float: right;
}
ul.locate li {
	width: 100%;
	float: left;
	padding: 20px 0;
	margin: 0px 0;
	border-bottom: 1px solid #b6d0d0;
	list-style-type: none;
}
/*.locate h3{
	width:100%;
	padding:10px 0%;	
	margin:0 0 10px 0px;
	float:left;
	color:#de4248;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;	
	border-bottom:1px  solid #ccc;
}*/
ul.locate li p {
	font-size: 14px;
	color: #777;
	text-transform: uppercase;
	margin: 0 0 0 0px;
	padding: 0 0 0 70px;
	float: left;
	width: auto;
}
ul.locate li.ad {
	background: url(../images/adBg.png) no-repeat 0 20px;
	background-size: 40px 40px;
}
ul.locate li.mail {
	background: url(../images/mailBg.png) no-repeat 0 10px;
	background-size: 40px 40px;
}
ul.locate li.ph {
	background: url(../images/mobBg.png) no-repeat 0 10px;
	background-size: 40px 40px;
}
.captcha_image{
	width:130px;
	height:40px;	
}
.mandatory{
	color:#F00;	
}

ul.connect {
	width: 450px;
	height: auto;
	padding: 0;
	margin: 40px 0 0 0;
	float: right;
}
ul.connect li {
	width: 40px;
	height: 40px;
	float: left;
	padding: 0px 0;
	margin: 5px 10px;
	border-radius: 50%;
	cursor: pointer;
}
ul.connect li:hover {
	animation: fbRotation 1s;
	-webkit-animation: fbRotation 1s;
	-moz-animation: fbRotation 1s;
	transform: rotate(360deg);
}
@keyframes fbRotation {
 0% {
transform:rotate(0deg);
}
 100% {
transform:rotate(360deg);
}
}
ul.connect li:first-child {
	margin: 5px 10px 0 0;
}
ul.connect li.fb {
	background: url(../images/fbIcon.jpg) no-repeat;
	background-size: 100% 100%;
}
ul.connect li.tw {
	background: url(../images/twitterIcon.jpg) no-repeat;
	background-size: 100% 100%;
}
ul.connect li.rf {
	background: url(../images/rssIcon.jpg) no-repeat;
	background-size: 100% 100%;
}
ul.connect li.link {
	background: url(../images/inIcon.jpg) no-repeat;
	background-size: 100% 100%;
}
.connect h3 {
	width: 100%;
	padding: 10px 0%;
	margin: 0 0 10px 0px;
	float: left;
	color: #de4248;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
ul.normal_list li {
	padding-left: 1.5em;
	list-style-type: none;
	width: 100%;
	float: left;
	height: 35px;
	line-height: 35px;
}
ul.normal_list li:before {
	content: ""; /* FontAwesome char code inside the '' */
	font-family: 'FontAwesome'; /* FontAwesome or whatever */
	display: inline-block;
	width: 1.5em; /* same as padding-left set on li */
	margin-left: -1.5em; /* same as padding-left set on li */
	color: #428BCA;
}
.faculties_list{
	margin:20px 0;	
}

ul.faculties_list h4 {
	margin-bottom: 25px;
}
ul.faculties_list h5 {
	padding-bottom: 10px;
	width: 100%;
	display: inline;
	font-weight: bold;
}
ul.faculties_list p {
	
}
ul.faculties_list li {
	padding-left: 1.5em;
	list-style-type: none;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	position:relative;
}
ul.faculties_list li:before {
	content:"\f0a9"; /* FontAwesome char code inside the '' */
	font-family: 'FontAwesome'; /* FontAwesome or whatever */
	display: inline-block;
	width: 1.5em; /* same as padding-left set on li */
	margin-left: -1.5em; /* same as padding-left set on li */
	color: #428BCA;
	font-size:22px;
	position:absolute;
	top:-5px;
}
ul.news_events_inner {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.news_events_inner li {
	width: 100%;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
	float: left;
	padding: 15px 0;
	background:none;
}
ul.news_events_inner li img {
	width: 150px;
	height: 150px;
	float: left;
}
ul.news_events_inner li div {
	float: right;
	width: 530px;
}
ul.news_events_inner li h2 {
	margin: 0;
}
ul.news_events_inner li p {
	color: #666666;
	font-size: 14px;
	margin: 0;
	padding:0;
	font-style:italic;
}
ul.news_events_inner li a {
	float:right;
}



.home_block_image_cont li{
	list-style-type:none;
	padding:0;
	position:relative;
	cursor:pointer;
}
.home_block_image_cont li:hover{
	z-index:1;	
}
.home_block_image_cont li img{
	width:100%;	
}
.home_block_image_cont li:hover img{
	outline:1px solid rgba(255,255,255,1);
	box-shadow:0px 0px 10px #333;
	animation:outlineEntry 0.5s;
}

.home_block_image_cont li span{
	background:rgba(0,0,0,0.5);	
	position:absolute;
	bottom:0;
	width:100%;
	line-height:40px;
	height:40px;
	z-index:1;
	left:0;
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	padding:0 15px;
}

.home_block_image_cont li:hover span:after{
	content:"\f061";
	font-family: 'FontAwesome';
	position:absolute;
	right:0;
	animation: slideRight 0.8s ease-in-out;
	-webkit-animation: slideRight 0.8s ease-in-out;	
	
		
}



.personal_details {
	padding: 10px 0 20px;
	min-height:320px;
}
.personal_details img {
	width: 80%;
	height: 175px;
	margin: 0 auto;
	display: table;
	border: 5px solid #E8F0F0;
}
.personal_details h4 {
	text-align: center;
	width: 80%;
	padding: 10px 0;
	margin: 0 10%;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #aac8c7;
	background: #E8F0F0;
}
.personal_details p {
	text-align: center;
	width: 80%;
	margin: 0 10%;
	padding: 5px 0 5px;
	color: #62908f;
	background: #E8F0F0;
}
.download_set {
}
.download_set h2 {
	background: #008BCC;
	width: 96%;
	padding: 0 2%;
	height: 40px;
	line-height: 40px;
	float: left;
	color:#fff;
	border-radius:3px;
}
.download_set li {
	list-style-type: none;
	height: 260px;
	position:relative;
	cursor:pointer;
}
.download_set li img {
	width: 100%;
	float:left;
}
.download_set li h3 {
	text-align: center;
	font-size: 14px;
	background: #eee;
	padding: 10px 0;
}
.download_set li .hover {
	border-style: solid;
	border-color:rgba(0,153,255,0.6);
	background-repeat: no-repeat;
	background-position: center;
	opacity: .4;
	display: block;
	position: absolute;
	left: 15px;
	right: 0;
	top: 0;
	bottom: 0;
	width:178px;
	height:180px;
	background:rgba(0,153,255,0.5);
}
.download_set li .hover {
	background-repeat: no-repeat;
	background-position: center;
	
	opacity: 0
}
.download_set li:hover .hover{
	opacity:0.8;	
}
.download_set li .hover a{
	margin:-20px 0 0 -20px;
	position:absolute;
	top:50%;	
	left:50%;
	opacity:1;
	color:#fff;
}
.download_set li:hover h3{
	background:rgba(0,153,255,1);
	color:#fff;
}




ul.news_events_inner_description {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.news_events_inner_description li {
	width: 100%;
	list-style-type: none;
	border-bottom: 0px solid #ddd;
	float: left;
	padding: 0px 0;
}
ul.news_events_inner_description li img {
	width: auto;
	max-width:100%;
	height: auto;
	float: left;
}
ul.news_events_inner_description li div {
	float: left;
	width: 100%;
}
ul.news_events_inner_description li h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding-bottom:15px;
	font-family:arial;
	position:relative;
	background:none;
	
}
ul.news_events_inner_description li h2 span {
	color:#666;
	font-size:14px;
	position:absolute;
	right:0;
	bottom:0;
	font-weight:normal;
}
ul.news_events_inner_description li h2 span:before {
	content:"\f073";
	font-family: 'FontAwesome';
	padding-right:5px;
}
ul.news_events_inner_description li p {
	color: #666666;
	font-size: 14px;
}


.achievement_box{
	margin-bottom:15px;
	background:#E3F2F0;
	border-right:1px solid #fff;
	padding-top:15px;
	padding-bottom:15px;
	animation:bg_change_02_return 0.5s;
	-webkit-animation:bg_change_02_return 0.5s;
}
.achievement_box:hover{
	background:#bbded9;	
	animation:bg_change_02 0.5s;
	-webkit-animation:bg_change_02 0.5s;
}
.achievement_box .achievement_img_thumb{
	width:100%;
	height:auto;
		
}
.achievement_box .achievement_img_thumb img{
	width:100%;
	height:auto;	
}
.achievement_box h2{
	text-align:left;
	font-size:14px;
	margin:0;
	padding:10px 0;
	background:none;
	border:0;
	border-bottom:1px solid #ddd;
}
.achievement_box p{
	text-align:left;
	font-size:13px;
	margin:0;
	padding:0;
	color:#666;
	line-height:18px;
	max-height:40px;
	overflow:hidden;
}
.achievement_box a{
	text-align:right;
	font-size:13px;
	margin:0;
	padding:0;
	color:#197b52;
	width:100%;
	display:table;
	animation:link_hover_02_return 0.5s;
	-webkit-animation:link_hover_02_return 0.5s;
	text-transform:uppercase;
}
.achievement_box a:hover{
	animation:link_hover_02 0.5s;
	-webkit-animation:link_hover_02 0.5s;
	color:#000;
}



ul.achievement_description {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.achievement_description li {
	width: 100%;
	list-style-type: none;
	border-bottom: 0px solid #ddd;
	float: left;
	padding: 0px 0;
}
ul.achievement_description li img {
	width: auto;
	max-width:100%;
	height: auto;
	float: left;
}
ul.achievement_description li div {
	float: left;
	width: 100%;
}
ul.achievement_description li h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding-bottom:20px;
	font-family:arial;
	position:relative;
	background:none;
	
}
ul.achievement_description li h2 span {
	color:#888;
	font-size:14px;
	position:absolute;
	left:10px;
	bottom:0;
	font-weight:normal;
	text-transform:none;
}
ul.achievement_description li h2 span:before {
	content:"";
	font-family: 'FontAwesome';
	padding-right:5px;
}
ul.achievement_description li p {
	color: #666666;
	font-size: 14px;
}








.institution_box{
	margin-bottom:15px;
	background:#E3F2F0;
	border-right:1px solid #fff;
	padding-top:15px;
	padding-bottom:15px;
	animation:bg_change_02_return 0.5s;
	-webkit-animation:bg_change_02_return 0.5s;
	min-height:470px;
}
.institution_box:hover{
	background:#bbded9;	
	animation:bg_change_02 0.5s;
	-webkit-animation:bg_change_02 0.5s;
}
.institution_box .institution_img_thumb{
	width:100%;
	height:auto;
		
}
.institution_box .institution_img_thumb img{
	width:100%;
	height:auto;	
}
.institution_box h2{
	text-align:left;
	font-size:14px;
	margin:0;
	padding:10px 0;
	background:none;
	border:0;
	border-bottom:1px solid #ddd;
}
.institution_box p{
	text-align:left;
	font-size:13px;
	margin:0;
	padding:0;
	color:#666;
	line-height:18px;
	max-height:40px;
	overflow:hidden;
}
.institution_box a{
	text-align:right;
	font-size:13px;
	margin:0;
	padding:0;
	color:#197b52;
	width:100%;
	display:table;
	animation:link_hover_02_return 0.5s;
	-webkit-animation:link_hover_02_return 0.5s;
	text-transform:uppercase;
}
.institution_box a:hover{
	animation:link_hover_02 0.5s;
	-webkit-animation:link_hover_02 0.5s;
	color:#000;
}



ul.institution_description {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.institution_description li {
	width: 100%;
	list-style-type: none;
	border-bottom: 0px solid #ddd;
	float: left;
	padding: 0px 0;
}
ul.institution_description li img {
	width: auto;
	max-width:100%;
	height: auto;
	float: left;
}
ul.institution_description li div {
	float: left;
	width: 100%;
}
ul.institution_description li h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding-bottom:20px;
	font-family:arial;
	position:relative;
	background:none;
	
}
ul.institution_description li h2 span {
	color:#888;
	font-size:14px;
	position:absolute;
	left:10px;
	bottom:0;
	font-weight:normal;
	text-transform:none;
}
ul.institution_description li h2 span:before {
	content:"";
	font-family: 'FontAwesome';
	padding-right:5px;
}
ul.institution_description li p {
	color: #666666;
	font-size: 14px;
}









.breadcrub_cont{
	background:#eee;
	padding:10px 0;
}
.breadcrub_cont h1{
	color:#333;	
	font-size:24px;
	font-family:openSans;
	margin:0;
	padding:8px 15px 0;
}
.notes{
	margin:0 0 30px 0;	
}
.notes li{
	padding-bottom:10px;
	padding-left:20px;	
	position:relative;
	list-style-type:none;
	}
.notes li:before{
	content:"\f02d";
	font-family: 'FontAwesome';
	position:absolute;
	left:0;	
	color:#42a3bf;
}

.notes h3{
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-top:0px;
}

table{
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;	
	margin-bottom:30px;
}
td{
	border-left:1px solid #ddd;	
	border-bottom:1px solid #ddd;	
	padding:10px 15px;
}
th{
	border-left:1px solid #ddd;	
	border-bottom:1px solid #999;	
	padding:10px 15px;
}

.download_form{
	position:absolute;
	right:15px;
	top:0px;	
}
.download_form a{
	padding:10px 10px 10px 30px;
	position:relative;	
	border-radius:3px;
	background:#eee;
}
.download_form a:hover{
	background:#ddd;	
}
.download_form a:before{
	content:"\f019";
	font-family: 'FontAwesome';
	position:absolute;
	left:10px;
	}


.appli_form_btn{
	position:absolute;
	right:15px;
	top:0px;	
}
.appli_form_btn a{
	padding:10px 10px 10px 30px;
	position:relative;	
	border-radius:3px;
	background:#eee;
}
.appli_form_btn a:hover{
	background:#ddd;	
}
.appli_form_btn a:before{
	content:"\f044";
	font-family: 'FontAwesome';
	position:absolute;
	left:10px;
	}

.feedback_cont{
	margin-top:0;
	padding-top:0;
}
.feedback_cont li{
	margin:20px 0 15px 0;
	border-bottom:1px solid #ddd;	
}
.feedback_cont li:first-child{
	margin-top:0;
	padding-top:0;
}
.feedback_cont li:before{
	content:"\f044";
	font-family: 'FontAwesome';
	position:absolute;
	left:0;	
	color:#42a3bf;
}
.feedback_cont li span{
	color:#999;
	width:100%;
	display:table;
	text-align:right;	
	font-style:italic;
	font-size:13px;
}

help_cont

.help_cont{
	margin-top:0;
	padding-top:0;
}
.help_cont li{
	margin:20px 0 15px 0;
	border-bottom:1px solid #ddd;	
}
.help_cont li:first-child{
	margin-top:0;
	padding-top:0;
}
.help_cont li:before{
	content:"\f044";
	font-family: 'FontAwesome';
	position:absolute;
	left:0;	
	color:#42a3bf;
}
.help_cont li span{
	color:#999;
	width:100%;
	display:table;
	text-align:right;	
	font-style:italic;
	font-size:13px;
}

.institution_list{
	margin:30px 0;	
}

.institution_list li{
	border-bottom:1px solid #ddd;	
	padding-bottom:0;
	animation:list_li_state 0.5s;
	-webkit-animation:list_li_state 0.5s;
}
.institution_list li:before{
	content:"";
}

.institution_list li a{
	display:block;
	width:100%;
	height:100%;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:25px;
	animation:list_a_state 0.5s;
	-webkit-animation:list_a_state 0.5s;
}
.institution_list li a:hover{	
	animation:list_a_over 0.5s;
	-webkit-animation:list_a_over 0.5s;
	padding-left:15px;
}
@keyframes list_a_over{
	0%{padding-left:25px;	}
	100%{padding-left:15px;		}	
}
@-webkit-keyframes list_a_over{
	0%{padding-left:25px;		}
	100%{padding-left:15px;	}	
}

@keyframes list_a_state{
	0%{padding-left:15px;	}
	100%{padding-left:25px;	}	
}
@-webkit-keyframes list_a_state{
	0%{padding-left:15px;		}
	100%{padding-left:25px;}	
}

.institution_list li:hover{
	background:#eee;	
	animation:list_li_over 1s;
	-webkit-animation:list_li_over 1s;
	border-right:1px solid #ddd;	
}

@keyframes list_li_over{
	0%{background:none;}
	100%{background:#eee;	}	
}
@keyframes list_li_state{
	0%{background:#eee;	}
	100%{background:none;}	
}

@-webkit-keyframes list_li_over{
	0%{background:none;}
	100%{background:#eee;	}	
}
@-webkit-keyframes list_li_state{
	0%{background:#eee;	}
	100%{background:none;}	
}


.institution_list li a:before{
	content:"\f064";
	font-family: 'FontAwesome';
	position:absolute;
	left:5px;
	color:#42a3bf;
}
.institution_list li:hover a:before{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

.breadcrumb{
	padding-left:0	
}

@media screen and (max-width:1155px){
html{
	width:1155px;	
}
}

	.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
display: none;
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url(../images/loader2.gif) center no-repeat #fff;
}