body {
	margin: 0 auto;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #464032;
}
a {
	text-decoration: none;
	color: #A7430F;
}
img {
	width: 100%;
	height: auto;
	border: 0px;
}
.breaker {
	clear: both;
	height: 0.1px;
}
.break {
	clear: both;
	height: 12px;
}
#wrapper {
	margin: 0 auto;
	padding: 10px 0;
	background: #A6022E;
}
#header {
	max-width: 1200px;
	margin: 0 auto;
	
}
.logo {
	float: left;
	max-width: 500px;
}
.cont {
	float: right;
	color: #FFDD00;
	letter-spacing: 0.2px;
	font-size: 17px;
	line-height: 22px;
	margin-top: 20px;
	width: 160px;
	margin-left: 15px;
}
.cont-icon {
	float: left;
	margin-right: 11px;
	border-radius: 100%;
	width: 28px;
	margin-top: 2px;
}
.cont span, .cont2 span {
	color: #fff;
	font-size: 14px;
}
#follows {
	position: fixed;
	top: 200px;
	left: 0px;
	padding: 2px 5px 5px;
	border: 1px solid #0071BC;
	background: #fff;
	z-index: 1999999;
	border-radius: 0 4px 4px 0;
}
.scl {
	width: 24px;
	height: 24px;
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 4px;
	margin-bottom: 2px;
}
.corus {
	padding: 25px 0;
	margin: auto;
	max-width: 1200px;
}
.corus h2 {
	text-align: center;
	color: #A6022E;
	font-size: 35px;
	margin-top: 5px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.corus h4 {
	text-align: center;
	color: #222;
	font-size: 17px;
	font-weight: normal;	
	margin-top: 10px;
	line-height: 28px;
	margin-left: 250px;
	margin-right: 250px;
}
.cour-bg {
	float: left;
	width: 22%;
	margin: 10px 1%;
	background: url(../image/course.png) bottom no-repeat;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.cour-bg:hover {
	background: url(../image/course-hover.png) bottom no-repeat;
	transform: scale(1.03);
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03); /* IE 9 */
}
.cour-bg h3 {
	font-size: 22px;
	font-weight: normal;
	color: #222;
	padding: 0 0 15px 20px;
}
.cour-bg:hover h3 {
	color: #fff;
}
.liner {
	margin-left: 20px;
	height: 2px;
	width: 44px;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
	background: url(../image/liner-bg.png);
}
.cour-bg:hover .liner {
	background: url(../image/liner-bg-hover.png);
}
.arrows {
	float: right;
	width: 36px;
	height: 16px;
	background: url(../image/arrow-bg.png);
	margin-right: 20px;
	margin-top: 8px;
}
.cour-bg:hover .arrows {
	background: url(../image/arrow-bg-hover.png);
}
.mission-statement {
	float: right;
	width: 27%;
}
.notice-board {
	float: right;
	width: 27%;
	border: 1px solid #DDDDDD;
	border-top: 3px solid #2FBFC8;
	border-bottom: 3px solid #2FBFC8;
	margin-top: 10px;
}
.notice-board h5 {
	position: relative;
    background: url(../image/TopBar.jpg);
    padding: 8px;
    color: #fff;
	font-size: 18px;
	letter-spacing: 0.7px;
    font-weight: normal;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 200px;
    text-align: center;
    margin: 0 auto;
}
.notice-board p {
	font-size: 16px;
	color: #000;
	padding: 7px 10px;
}
.notice-board span {
	background: #FFDD04;
	padding: 2px;
}
.star-active {
	width: 65px;
	margin-right: 10px;
	float: left;
}
.notice-board a {
	color: #000;
}
.pager {
	padding: 25px 0;
	background: url(../image/page-bg.jpg);
}
#page {
	margin: auto;
	max-width: 1200px;
}
.content {
	float: left;
	width: 70%;
	color: #fff;
}
.content h2 {
	font-size: 25px;
	font-weight: normal;
	margin: 10px 0 20px;
}
.content h3 {
	font-size: 19px;
	font-weight: normal;
	color: #FFDD00;
	margin: 16px 0 10px;
}
.content p {
	font-size: 13px;
	font-weight: normal;
	margin: 10px 0;
	line-height: 22px;
}
.message {
	float: right;
	width: 28%;
	background: #fff;
	text-align: center;
	border-radius: 4px;
	padding-bottom: 12px;
	margin-top: 60px;
}
.message h3 {
	font-size: 19px;
	font-weight: normal;
	margin: 10px 0 10px;
	color: #A80A2B;
}
.message p {
	font-size: 13px;
	font-weight: normal;
	margin: 10px 15px;
	line-height: 22px;
}
.director-icon {
	position: relative;
	margin-top: -60px;
	width: 110px;
	border: 2px solid #fff;
	border-radius: 100%;
}
.message a {
	color: #606;
	font-size: 14px;
}
.lefter {
	float: left;
	width: 30%;
	margin-right: 20px;
	border-radius: 100%;
	border: 3px solid #fff;
}
.lefter2 {
	float: left;
	width: 24%;
	margin-right: 20px;
	margin-bottom: 5px;
	border: 3px solid #fff;
}
.featuring {
	background: url(../image/feature-bg.png);
}
.page-feature {
	padding: 20px 0;
	margin: auto;
	max-width: 1200px;
}
.page-feature h2 {
	text-align: center;
	font-size: 30px;
	margin-top: 7px;
	margin-bottom: 15px;
	font-weight: normal;
}
.page-feature span {
	margin: 0 150px;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}
.page-feature h3 {
	font-size: 17px;
	margin-top: 7px;	
	color: #1B8CBB;
	margin-bottom: 10px;
	font-weight: normal;
}
.page-feature a {
	color: #AB1030;
}
.page-feature a:hover {
	color: #D80E3A;
}
.street {
	display: block;
	clear: both;
	margin-top: 42px;
	margin-bottom: 20px;
}
.feat-left {
	float: left;
	width: 30%;
}
.feat-left2 {
	float: left;
	width: 33%;
	margin-top: 20px;
	margin-left: 3%;
}
.feat-right {
	float: right;
	width: 30%;
}
.page-feature p {
	list-style: none;
	font-size: 14px;
	padding: 0px 0;
	color: #777777;
	font-weight: normal;
	margin: 5px 0px 0;
}
.xenos-feat-icon {
	float: left;
	width: 80px;
	margin-right: 15px;
	margin-bottom: 50px;
}
.counter-bg {
	position: relative;	
	background: url(../image/counter-bg.jpg) center center;	
	min-height: 200px;
	text-align: center;
	padding: 60px 0 20px;
	color: #fff;
}
.count-icon {
	width: 70px;
	display: block;
	margin: auto;
	margin-bottom: 8px;
}
#model-news {
	padding: 30px 0;
	margin: auto;
	max-width: 1200px;
}
#sidebar {
	float: left;
	width: 55%;
}
#sidebar h2 {
	font-size: 24px;
	font-weight: normal;
	padding: 10px 0 10px 0px;
	color: #000;
	margin: 0px 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.latest-news {
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 20px;
	padding-bottom: 4px;
}
.dated {
	float: left;
	width: 10%;
	padding: 15px 0;
	text-align: center;
	background: #A6022E;
	color: #fff;
}
.news {
	float: left;
	margin-left: 0%;
	width: 80%;
}
.news-icon {
	width: 20px;
	margin-right: 10px;
}
.news h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 15px;
}
.news p {
	font-size: 13px;
	list-style: none;	
	line-height: 21px;
	color: #464545;
	margin: 0 0px;
}
.news a {
	border: none;
	color: #222;
}
.news a:hover {
	text-decoration: underline;
	color: #A6022E;
}
#gall {
	float: right;
	width: 40%;
}
#gall h2 {
	padding: 5px 0 5px 0px;
	color: #000;
	text-transform: uppercase;
	margin-top: 8px;
	font-weight: normal;
	font-size: 24px;
}
.static-enquiry {
	position: absolute;
	z-index: 99999;
	width: 100%;
	top: 220px;
}
.top-enquiry {
	margin: auto;
	max-width: 1200px;
}
.enquiry {
	background: rgba(255,255,255,0.9);
	width: 300px;
	float: right;
	border-radius: 5px 5px 3px 3px;
	margin-top: 0px;
	padding-bottom: 15px;
	padding-top: 0px;
	position: relative;
	z-index: 99999;
}
.enquiry a {
	border: none;
	color: #000;
	font-size: 14px;
}
.enquiry span {
	background: #FFDD04;
	padding: 2px;
}
.enquiry p {
	font-size: 16px;
	color: #000;
	padding: 7px 10px;
}
.enquiry a:hover {
	text-decoration: underline;
	color: #222;
}
.enquiry h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 7px 0 10px 0px;
	border-bottom: 2px solid #fff;
	color: #fff;
	margin: 0px 0 10px;
	border-radius: 5px 5px 0 0;
	background: #E80101;
	text-align: center;
}
.enquiry li {
	list-style: none;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #fff;
	line-height: 30px;
	color: #000;
	font-size: 14px;
	margin: 0px;
}
.enquiry input[type="text"] {
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: normal;
    color: #2F2F2F;
	width: 87%;
    font-weight: 400;
    padding: 1.8% 2%;
	float: left;
    background: #fff;
    border: none;
	margin: 10px 0 0 4%;    
    border-radius: 4px;
}
.enquiry textarea {
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: normal;
    color: #2F2F2F;
    font-weight: 400;
    padding: 1.8% 2%;
	float: left;
	width: 87%;
    background: #fff;
    border: none;
	margin: 10px 0 0 4%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 3px;
}
.enquiry input[type="submit"] {
    display: block;
	border: none;
	background: #E80101;
	padding: 8px 0;
	color: #fff;
	margin: auto;
	width: 120px;
	font-size: 14px;
	border-radius: 4px;
	font-weight: bold;
	transition: 0.5s x;
    -o-transition: 0.5s ease;
	cursor: pointer;
    -webkit-transition: 0.5s ease;
}
.testim-ful {
	margin: auto;
	background: url(../image/lined_paper.png);
	border-top: 2px dashed #CECECE;
	border-bottom: 2px dashed #CECECE;	
}
.testim-vid {
	margin: auto;
	max-width: 1200px;
}
.testim {
	float: left;
	width: 100%;
}
.testim h2 {
	font-size: 26px; 
	text-align: center; 
	color: #59B2DC; 
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Rouge Script', cursive;
	padding: 10px 0 25px;
}
.vide {
	float: right;
	width: 46%;
	border: 6px solid #ccc;
	margin-top: 22px;
}
.video-container {
	position:relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
#footer-wrap {
	background: #272727;
	padding: 20px 0 20px;
}
.footer-stat, #footer {
	margin: 0 auto;
	max-width: 1200px;
}
.footer-stat h3 {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin: 25px 0 7px 0px;
	letter-spacing: 0.8px;
	padding-bottom: 8px;
}
.bord2 {
	width: 70px;
	height: 4px;
	background: #fff;
	clear: both;
	margin-bottom: 15px;
}
.footer-stat a {
	text-decoration: none;
	color: #fff;
}
.footer-stat a:hover {
	text-decoration: none;
	color: #444;
}
.footer-stat li {
	padding: 5px 10px 5px 0px;
	list-style: none;
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
}
.footer-stat p {
	padding: 5px 10px 5px 0px;
	text-align: left;
	font-size: 14px;
	color: #fff;
	margin: 7px 0px;
	line-height: 20px;
}
.adrs {
	float: left;
	max-width: 21px;
	margin-right: 12px;
	margin-bottom: 10px;
}
.mbl {
	max-width: 20px;
	margin-right: 12px;
	float: left;
}
.eml {
	float: left;
	max-width: 20px;
	margin-right: 12px;
}
.foot {
	float: left;
	width: 18%;
	margin-right: 2%;
}
.foot2 {
	float: left;
	width: 28%;
}
.foot3 {
	float: right;
	width: 32%;
}
.mappi {
	background: #fff;
	padding: 3px;
	border-radius: 4px;
}
.feeter {
	background: #A6022E;
	padding: 15px 0;
}
#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size: 14px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	font-size: 13px;
}
.dest {
	float: right;
}
.scrollup {
	width: 45px;
	height: 45px;
	border-radius: 3px;
	text-indent: -9999px;
	position: fixed;
	bottom: 50px;
	right: 30px;
	display: none;
	z-index: 109999;
}
.page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
.matter {
	float: left;
	width: 64%;
}
.matter h2 {
	padding: 12px 0 0 0px;
	color: #A6022E;
	font-size: 36px;
	font-family: 'Nova Round';
	margin: 0px 0 10px 0px;
	font-weight: normal;
}
.matter h3 {
	padding: 2px 0 0 0px;
	color: #0A2F7F;
	font-size: 20px;
	margin: 0px 0 10px 0px;
	font-weight: normal;
}
.matter p {
	line-height: 21px;
	padding: 5px 0;
	font-size: 14px;
	margin: 8px 0;
	color: #777777;
}
.matter li {
	line-height: 19px;
	padding: 5px 0;
	font-size: 13px;
	margin: 8px 0;
	list-style: none;
	color: #777777;
}
.sider2 {
	float: right;
	width: 32%;
	margin-top: 22px;
	position: relative;
	z-index: 9999;
}
.listers {
	margin-top: 15px;
	background-color: #0000FE;
	border-radius: 4px;
	padding-bottom: 12px;
	box-shadow: 0 1px 20px rgba(0,0,0,.08);
}
.listers h2 {
	font-size: 20px;
	text-align: center;
	padding: 15px 0 12px 10px;
	margin-top: 0px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 25px;
}
.listers li {
	list-style: none;
	line-height: 20px;
	padding: 6px 0 7px 10px;
}
.listers input[type="text"] {
	width: 84%;
	display: block;
	margin: auto;
	color: #999999;
	padding: 7px 2% 7px 4%;
	line-height: 20px;
	border: none;
	margin-top: 12px;
	font-size: 15px;
	background: #F6F6F6;
}
.listers select {
	width: 91%;
	display: block;
	margin: auto;
	color: #999999;
	padding: 7px 2% 7px 4%;
	line-height: 20px;
	border: none;
	margin-top: 15px;
	font-size: 12px;
	background: #F6F6F6;
}
.listers textarea {
	padding: 9px 0 9px 4%;
	border: none;
	background: #F6F6F6;
	width: 86%;
	display: block;
	margin: auto;
	font-size: 15px;
	margin-top: 12px;
	color: #999999;
}
.listers input[type="button"] {
	padding: 12px 0;
	background: #FFDD00;
	display: block;
	width: 92%;
	display: block;
	margin: auto;
	color: #000;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	border: 0px;
	margin-top: 9px;
	margin-bottom: 8px;
}
.linker {
	background: #F6F6F6;
	margin-top: 20px;
}
.linker h3 {
    color: #fff;
	font-size: 19px;
	background: #A6022E;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 1px;
	padding: 8px 0px 8px 15px;
}
.linker a {
	color: #000;
	display: block;
	font-size: 15px;
	margin-top: 0px;
	border-left: 5px solid #F6F6F6;
	padding: 10px 0 10px 12px;
	border-bottom: 1px solid #ECECEC;
}
.linker a:hover {
	color: #000;
	border-left: 5px solid #A6022E;
}
.sider-icon {
	float: left;
	width: 10px;
	margin-right: 9px;
	margin-top: 6px;
	margin-bottom: 8px;
}
.gal-categ {
	float: left;
	width: 29.3%;
	text-align: center;
	margin-right: 3%;
	padding: 0.5%;
	background: #E3FDFF;
}
.gal-categ h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0;
}
.new-scroll {
	max-width: 1200px;
	margin: auto;
	border-radius: 4px;
	height: 41px;
	margin-top: 15px;
	background: url(../image/news.png) no-repeat left center #2FBFC8;
}
.news-animate {
	float: left;
	width: 20%;
	text-align: center;
	color: #fff;	
	font-size: 19px;
	margin: 0px;
	letter-spacing: 0.5px;
	font-family: Roboto Slab;
	padding: 9px 0 9px 0px;
	border-radius: 4px 0 0 4px;
	position: relative;
	text-transform: uppercase;	
	animation: myfirst .8s infinite;
	-webkit-animation: myfirst .8s infinite; /* Safari and Chrome */
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;/*top: -646px; left: -63px;*/ 
}
 @keyframes myfirst {
from {
color: red;
font-size:10pt;
}
to {
	color: yellow;
	font-size: 12pt;
}
}
 @-webkit-keyframes myfirst /* Safari and Chrome */ {
from {
color: red;
font-size:10pt;
}
to {
	color: yellow;
	font-size: 12pt;
}
}
 @-moz-keyframes myfirst /* fireFox */ {
from {
color: red;
font-size:10pt;
}
to {
	color: yellow;
	font-size: 12pt;
}
}
 @-o-keyframes myfirst /* fireFox */ {
from {
color: red;
font-size:10pt;
}
to {
	color: yellow;
	font-size: 12pt;
}
}
/*.new-scroll h3 {
	float: left;
	width: 20%;
	text-align: left;
	color: #fff;
	font-weight: normal;
	font-size: 17px;
	margin: 0px;
	background: url(../image/news.png) no-repeat left center;
	padding: 9px 0 9px 15px;
	border-radius: 4px 0 0 4px;
}*/
.news-marq {
	float: right;
	color: #fff;
	font-size: 14px;
	width: 77%;
	margin-right: 1%;
	padding: 11px 0 0 0;
}
.count {
	display: block;
	padding: 6px 8px;
	background: #000;
	color: #fff;
	margin-top: 8px;
	border-radius: 4px;
	font-size: 14px;
	margin-right: 20px;
}
.web-counter {
	width: 100px;
	float: left;
	margin-right: 10px;
}
.gallery {
	max-width: 1200px;
	margin: auto;
	padding: 20px 0;
}
.gallery h2 {
	padding: 0px 0 6px 0px;
	letter-spacing: 0.4px;
	color: #222;
	font-size: 25px;
	text-align: center;
	margin-top: 0px;
	font-weight: normal;
}
.featus {
	margin: auto;
	max-width: 1220px;
	position: relative;
	z-index: 99999;
	padding: 15px 0 0;
}
.feat-1 {	
	padding: 17px 0;
	position: relative;
	z-index: 999999;
	margin-top: 0px;
	border-radius: 8px;
}
.cl1, .cl2, .cl3, .cl4 {
	float: left;
	margin: 10px 1%;
	width: 23%;
}
.cl1 {
	background: url(../image/green-bg.jpg);
}
.cl2 {
	background: url(../image/red-bg.jpg);
}
.cl3 {
	background: url(../image/yellow-bg.jpg);
}
.cl4 {
	background: url(../image/blue-bg.jpg);
}
.feat-1 h3 {
	color: #fff;
	font-size: 17px;
	margin: 0px;
	padding-left: 20px;
	letter-spacing: 0.4px;
	font-weight: normal;
}
.feat-1 span {
	font-size: 22px;
}
.quick-icon {
	float: right;
	width: 40px;
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 1px;
}