@import url(https://fonts.googleapis.com/css?family=Ropa+Sans);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	text-decoration: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.h-slide1 {
	background: url(../images/h-slide1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 250px;
}
.h-slide1 a{
	display:block;
	text-decoration:none;
	height:40px;
	padding:30px 0;
	color:#111;
	text-align:center;
	font-size:17px;
	line-height:20px;
	background-color: rgba(255,255,255,0.9);
	border:solid 3px #ddd;
	margin-top:50px;
}
.h-slide1 a:hover{
	color:#fff;
	background-color: rgba(0,0,0,0.9);
	border:solid 3px #111;
}

.wrap{
	width: 1003px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width : 992px) {
.wrap{
	width: 96%;
	padding: 0 2%;
	margin: 0 auto;
	position: relative;
}
}

.clear{
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	line-height: 0px;
}

.landing{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/landing.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.landing .l-logo{
	text-align: left;
	padding-top: 30px;
	padding-left: 40px;
	padding-bottom: 30px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	height: 160px;
}
.landing .l-cloud{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 112px;
	background-attachment: scroll;
	background-image: url(../images/cloud.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.landing .l-contact{
	position: fixed;
	width:45px;
	height:173px;
	left:0;
	top:30%;
	z-index:1200;
}
.landing .l-contact input[type="button"] {
	background-color: rgba(0,0,0,0.7);
	font-size: 15px;
	border: 0px solid #dddddd;
	color: #FFF;
	font-weight: lighter;
	clear: both;
	height: 173px;
	width: 45px;
	text-decoration: none;
	background-image: url(../images/l-contact.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
	border-radius: 0 7px 7px 0;
}
.landing .l-hb1{
	position: absolute;
	width: 160px;
	top: 0%;
	background-color: #FFF;
	z-index: -100;
	padding: 20px 20px 20px 55px;
	height: 131px;
	color: #0099ff;
	text-decoration: none;
	border-radius: 0 5px 5px 0;
	border: solid 1px #ddd;
}
.landing .l-hb1 ul{
}
.landing .l-hb1 ul li{
	list-style:none;
}
.landing .l-hb1 ul li a{
	color:#333;
	line-height:40px;
	text-decoration:none;
}
.landing .l-hb1 ul li a:hover{
	color: #0099ff;
}


.landing .l-admission{
	position: fixed;
	width:45px;
	height:173px;
	right:0;
	top:30%;
	z-index:1200;
}
.landing .l-admission input[type="button"] {
	background-color: rgba(0,0,0,0.7);
	font-size: 15px;
	border: 0px solid #dddddd;
	color: #FFF;
	font-weight: lighter;
	clear: both;
	height: 173px;
	width: 45px;
	text-decoration: none;
	background-image: url(../images/l-adm.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
	border-radius: 7px 0 0 7px;
}
.landing .l-hb2{
	position: absolute;
	right: 0;
	top: 0;
	width: 160px;
	background-color: #FFF;
	z-index: -100;
	padding: 20px 55px 20px 20px;
	height: 131px;
	color: #0099ff;
	text-decoration: none;
	border-radius: 5px 0 0 5px;
	border: solid 1px #ddd;
}
.landing .l-hb2 ul{
}
.landing .l-hb2 ul li{
	list-style:none;
}
.landing .l-hb2 ul li a{
	color:#333;
	line-height:35px;
	text-decoration:none;
}
.landing .l-hb2 ul li a:hover{
	color: #0099ff;
}





header {
	text-decoration: none;
	background-color: rgba(255,255,255,1);
	position: relative;
	width: 983px;
	padding: 10px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	box-shadow: 0px 0px 3px #999;
}
header .t-menu{
	text-decoration: none;
	background-color: #F20000;
	font-family: 'Ropa Sans', sans-serif;
	width: 100%;
	top: 0;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
header .logo {
	float: left;
	margin-top: 5px;
	width: 50%;
}
header .h-right {
	color: #EF0000;
	text-align: right;
	text-decoration: none;
	font-size: 25px;
	line-height: normal;
	font-family: 'Ropa Sans', sans-serif;
	float: left;
	margin-top: 3px;
	width: 40%;
	margin-left: 10%;
}
header .h-right .ad {
	position:relative;
	float:right;
}
header .h-right .ad img {
	position:absolute;
	z-index:1;
	right:0;
}
header .h-right .ad a {
	float:right;
	white-space: nowrap;
	display:block;
	padding:3px 46px 3px 10px;
	margin:4px 41px 4px 0;
	background-color:#fff;
	box-shadow:inset 0px 3px 5px -3px rgba(0,0,0,.1);
	text-decoration:none;
	color:#005fa1;
	font-size:14px;
	border-radius:5px;
	box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,.1);
}
header .h-right .ad a span {
	color:#111;
	font-size:11px;
}
header .h-right .ad a:hover {
	background-color:#ffd800;
}
.banner{
	width:997px;
	margin:20px auto;
	border:solid 3px #fff;
	box-shadow:0px 0px 3px #999;
}
.h-logo{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: -301px;
	position: absolute;
	z-index: 10000;
}
.h-logo img{
	width: auto;
	height: auto;
}



h1, h2, h3, h4, h5,h6 {
	font-family: 'Ropa Sans', sans-serif;
}


h1{
	margin-bottom: 10px;
	color: #ff3399;
	font-size: 22px;
	line-height: 25px;
}
h2{
	margin-bottom: 10px;
	color: #ff3399;
	font-size: 25px;
	line-height: 25px;
}

h3{
	margin-bottom: 10px;
	color: #0099ff;
	font-size: 22px;
	line-height: 25px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
h3 a{
	color: #0099ff;
}
h4{
	margin-bottom: 5px;
	color: #ff3399;
	font-size: 18px;
}
p{
	text-align:justify;
}

.container{
	background-color: #fff;
	min-height: 210px;
	width:981px;
	padding:10px;
	margin:auto;
	box-shadow:0px 0px 3px #999;
}
.container p{
	text-align:justify;
}
.container p strong{
	font-weight:bold;
}





h1, h2, h3, h4, h5,h6 {
	font-family: 'Ropa Sans', sans-serif;
}

.container2{
	background-color: #0099FF;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	font-size: 17px;
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
	line-height: 25px;
	width: 997px;
	margin: auto;
	box-shadow: 0px 0px 3px #999;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.container2 img{
	margin:5px 15px 0 10px;
	float:left;
}
.container2 h1{
	text-align: center;
	font-size: 30px;
	line-height: 25px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 10px;
}
.container2 h1 span{
	color: #ff3399;
}
.container2 h1 a{
	color: #0099ff;
	text-decoration: none;
}



.h-slide1 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 220px;
	background-attachment: fixed;
	background-image: url(../slider/h-slide.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


.inner-banner {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 300px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	width:997px;
	margin:20px auto;
	border:solid 3px #fff;
	box-shadow:0px 0px 3px #999;
}






.h-box-group {
	width: 1001px;
	background-color: #fff;
	box-shadow: 0px 0px 3px #999;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.h-box-group .cartoon {
	position: absolute;
	z-index: 5000;
	margin: -80px 0 0 120px;
}
.h-box-group .h-box {
	float: left;
	width: 29.3%;
	padding: 1%;
	box-shadow: inset 0 0 0px 3px #0099FF;
	height: 300px;
	overflow: hidden;
	margin-right: 1%;
	margin-bottom: 0;
	margin-left: 1%;
}

.h-box-group .h-box h2 {
	text-align: center;
	color: #FFF;
	background-color: #0099FF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.h-box-group .h-box h2 a {
	color: #FFF;
	text-decoration: none;
}





.container .g-box {
	float:left;
	width:21%;
	padding:1%;
	margin:30px 1% 40px 1%;
	box-shadow: inset 0 0 2px #ccc;
	background-color:#fff;
}
.container .g-box img{	
	width:100%;
	height:130px;
	margin:0 ;
}
.container .g-box img:hover{	
	opacity: 0.7;
}
.container .g-box .g-bi {
	text-align: center;
	margin: -40px 0 5px 42%;
	height: 15px;
	width: 15px;
	line-height: 15px;
	padding: 5px;
	border-radius: 50%;
	background-color: #ff3399;
	color: #fff;
}
.container .g-box .g-bi img{	
	height:25px;
	width:25px;
}
.container .g-box h4 {
	text-align: left;
	color: #0099ff;
	font-size: 16px;
	line-height: 16px;
	margin: 15px 0;
}
.container .g-box h4 a {
	color: #0099ff;
	text-decoration: none;
}
.container .g-box h4 a:hover {
	color: #ff3399;
	text-decoration: none;
}




.container input[type="text"] {
	font-size: 1.2em;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height:40px;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
	box-shadow: inset 0px 0px 10px #ddd;
}
.container input[type="email"] {
	font-size: 1.2em;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height:40px;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
	box-shadow: inset 0px 0px 10px #ddd;
}
.container input[type="tel"] {
	font-size: 1.2em;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height:40px;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
	box-shadow: inset 0px 0px 10px #ddd;
}
.container input[type="password"] {
	font-size: 1.2em;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height:40px;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
	box-shadow: inset 0px 0px 10px #ddd;
}

.container select {
	font-size: 1.2em;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	height:42px;
	padding: 7px 3%;
	width: 100%;
	text-decoration: none;
	margin: 5px 0;
	box-shadow: inset 0px 0px 10px #ddd;
}
.container textarea {
	font-size: 1.2em;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height:90px;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
	box-shadow: inset 0px 0px 10px #ddd;
}
.btn1 {
	background-color: rgba(255,51,153,1);
	display:inline-block;
	font-size: 1.2em;
	border: 0px solid #dddddd;
	color: #FFF;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	line-height:45px;
	height: 45px;
	text-decoration: none;
	margin: 20px 0;
	box-shadow: inset 0px 0px 10px #71031e;
	cursor: pointer;
}
.container input[type="submit"] {
	background-color: rgba(255,51,153,1);
	font-size: 1.2em;
	border: 0px solid #dddddd;
	color: #FFF;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height: 45px;
	width: 100%;
	text-decoration: none;
	margin: 5px 0;
	box-shadow: inset 0px 0px 10px #71031e;
	cursor: pointer;
}
.container input[type="button"] {
	background-color: rgba(255,51,153,1);
	font-size: 1.2em;
	border: 0px solid #dddddd;
	color: #FFF;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height: 45px;
	width: 100%;
	text-decoration: none;
	margin: 5px 0;
	box-shadow: inset 0px 0px 10px #71031e;
	cursor: pointer;
}
.container .btn-file {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	line-height: 45px;
	height: 45px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #ddd;
	box-shadow: inset 0px 0px 10px #ddd;
}
.container .btn-file:hover {	
	background-color:#f9f9f9;
}
.container .btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: inherit;
	display: block;
	background-color: #FF3399;
}
.img1 {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 5px solid #FFF;
	box-shadow: 1px 1px 7px #ddd;
	border-radius: 30px;
}
.img2 {
	float: left;
	margin-bottom: 0;
	margin-right: 15px;
	border: 5px solid #FFF;
	box-shadow: 1px 1px 7px #ddd;
	border-radius: 30px;
}
hr{
	height:0px;
	line-height:0px;
	color:#ccc;
	border-bottom:solid 1px #eee;
	margin:20px 0;
}


.captcha {
	border: 1px solid #ddd;
	float: left;
	line-height:30px;
	padding:2px 5px 2px 2px;
	margin-top:5px;
}
.captcha a{
	color: #ff3399;
	text-decoration: none;
}
.captcha img{
	float:left;
	margin:0 3px 0 0;
}

.left-fix {
    position: fixed;
    left: 0px;
    z-index: 20000;
    top: 42%;
    width: 200px;
    height:auto;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    line-height:35px;
    border:solid 3px #db3836;
}
.left-fix h4 {
    background-color: #db3836;
    color:#fff;
    font-weight:700;
    text-align: center;
    text-transform: capitalize;
    font-size: 19px;
    line-height:35px !important;
    margin:0 !important;
    padding:0 !important;
}
.left-fix a {
    text-transform:uppercase;
    display: block;
    width:100%;
    background-color:#fff;
    color: #db3836;
    text-decoration: none;
    line-height:35px;
    font-weight:700;
    animation: blinkingText 2s infinite;
}
@keyframes blinkingText{
	0%		{ color: #db3836;}
	33%		{ color: #01365e;}
	66%		{ color: #db3836;}
	100%	{ color: #01365e;}
}

.left-fix a.l-enquire {
    text-transform:uppercase;
    display: block;
    width:100%;
    background-color:#db3836;
    color: #000;
    text-decoration: none;
    line-height:35px;
    font-weight:700;
    letter-spacing:3px;
    animation: blinkingText2 2s infinite;
}
@keyframes blinkingText2{
	0%		{ color: #fff;}
	33%		{ color: #000;}
	66%		{ color: #fff;}
	100%	{ color: #000;}
}
/*---------Footer 2--------- */
.footer2{
	background-color: #FF3399;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	padding: 10px;
	width: 983px;
	margin: 20px auto 0 auto;
}
.footer2 h4{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size:20px;
	margin:0 0 20px 0;
}
.footer2 li{
	list-style:none;
}
.footer2 li a{
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	line-height: 25px;
}
footer{
	color: #FFFFFF;
	margin: auto;
	width: 1003px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin:10px auto 0 auto;
}
footer .f-link{
	text-align:center;
	line-height:40px;
	text-align:left;
	margin:0 0 20px 0;
	display:inline-block;
}
footer .f-link a{
	background-color:#fff;
	display:block;
	padding:10px 20px 10px 10px;
	border-radius:8px;
	color:#111;
	font-weight:bold;
	box-shadow:0px 0px 2px rgba(0,0,0,.2);
}

footer .f-link img{
	float:left;
	height:40px;
	margin:0 10px 0 0;
}
footer a{	
	color: #fff;
	text-decoration:none;
}
.list1{
}
.list1 li{
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin-bottom: 10px;
	list-style-type: none;
	padding-left: 15px;
}
.list1 li a{
	color:#333;
	text-decoration:none;
}
.list2{
}
.list2 li{
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 10px;
	list-style-type: none;
	padding-left: 20px;
	float:left;
	width:40%;
}
.list2 li a{
	color:#333;
	text-decoration:none;
}
.list2 li a:hover{
	color: #ff3399;
}
.list-pdf{
}
.list-pdf li{
	background-image: url(../images/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 5px 0 5px 30px;
}
.list-pdf li a{
	color:#333;
	text-decoration:none;
}
.list-pdf li a:hover{
	color: #ff3399;
}
.order1{
	padding-left:20px;
	margin-top:20px;
}
.order1 li{
	margin-bottom: 10px;
	background-image: url(../images/circle1.png);
	background-repeat: no-repeat;
	background-position: -20px top;
	padding-left:18px;
}
.order1 li ul{
	list-style:lower-alpha;
	margin:10px 0 30px 18px;
}
.order1 li ul li{
	border-left:solid 2px #ddd;
	background-image:none;
	padding-left:8px;
}
.tbl1{
	background-color:#ddd;
}
.tbl1 th{
	background-color: #eee;
	padding: 5px;
	text-align: left;
}
.tbl1 td{
	background-color:#FFF;
	padding:5px;
}
.link1{
	font-size: 17px;
	line-height: 35px;
	color: #FFF;
	background-color: #0099ff;
	float: left;
	height: 35px;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
}
.link1:hover{	
	color: #FFF;
	background-color: #333;
}
.link2{
	font-size: 17px;
	line-height: 35px;
	color: #FFF;
	background-color: #0099ff;
	height: 35px;
	padding: 5px 20px;
	text-decoration: none;
}
.link2:hover{	
	color: #FFF;
	background-color: #333;
}

.container .page_nation{
	height: 45px;
}
.container .page_nation a{
	text-decoration: none;
	color: #fff;
	line-height: 30px;
	background-color: #0099ff;
	height: 30px;
	border: 1px solid #0099ff;
	font-weight: lighter;
	display: block;
	float: left;
	margin-right: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.container .page_nation a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #3B3B3B;
	border: 1px solid #333;
}
.container .page_nation .pn-sel{
	text-decoration: none;
	color: #fff;
	line-height: 30px;
	height: 30px;
	background-color: #3B3B3B;
	border: 1px solid #333;
	font-weight: lighter;
	display: block;
	float: left;
	margin-right: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
