@charset "utf-8";
@font-face {
	font-family: OpenSans-Regular;
	src:url(../fonts/OpenSans-Regular.ttf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue';
	src:url(../fonts/'BebasNeue.otf');
}
html, body {
	height: 100%;
	
}

Body {
	background:#e6eeff;
	line-height: 20px;
	color: #000;
	font-family: OpenSans-Regular;
}
 
 .carousel-inner > .item > img, .carousel-inner > .item > a > img {
 width:100%; height:400px;}
blink {
	animation: blink 1s steps(1) infinite;
	-webkit-animation: blink 1s steps(1) infinite;
}
@keyframes blink {
50% {
color: transparent;
}
}
@-webkit-keyframes blink {
80% {
color: transparent;
}
}

.modal-img img{ margin:0 auto}

.head-bg{ background:#F00; padding:10px; color:#fff;}

.box{ margin:55px auto;}
.box a { 
  color:#fff; padding:10px 20px;
  border-radius:3px;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, red 50%, #cc0000 50%);
    transition: background-position .5s;
}

.box a:hover {
    background-position: 0 -100%;
	text-decoration:none;
	color:#fff;

}
.animated3 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
 @-webkit-keyframes fadeInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
}
}
@keyframes fadeInLeft {
 0% {
 opacity: 0;
 transform: translateX(-20px);
}
 100% {
 opacity: 1;
 transform: translateX(0);
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.ots {
	position: fixed;
	left: 0;
	top: 35%;
	height: 297px;
	width: 56px;
	z-index:101
}
.spacer{padding: 3em 0;}
.home-intro{ background:url(../images/front_desks.jpg) center fixed; background-size: cover; color:#fff;}
.home-intro .overlay{background: rgba(0,0,0,0.4);}
.home-intro h2{color: #fff;margin:0.5em 0 0 0; font-size:3em; text-transform:capitalize; letter-spacing:2px; font-weight:normal}
.top-header {
	
	background:#FFFFFF;
	color: #fff;
	text-align: right;
	padding:15px 0px;
}
.menubar {
	background:#80a8ff;
}
.num {
	padding-top: 15px;
	text-align: right;
	color:#000
}
/* start soc_icons */
.soc_icons {
}
.soc_icons ul {
	margin-bottom: 0;
}
.soc_icons ul li {
	display: inline-block;
	float: right;
	margin: 2px;
}
.soc_icons ul li a {
	color: #ffffff;
	font-size: 20px;
	background: #444;
	display: block;
	line-height: 30px;
	width: 30px;
	height: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.soc_icons ul li a:hover {
	background:#C00;
}
.strip{ background:#fccc26; padding:25px; color:#000; font-size:28px;}
.strip .big-text{font-family: 'Bebas Neue'; color:#fff; font-size:45px; text-shadow:3px 2px 6px #666; letter-spacing:5}
.section1 {
	/*margin-top: -68px;*/
	z-index: 1018;
	margin-bottom:25px;
}
.package p{ font-size:13px;}
.colorme{ background:#C00}
#main-boxes {
	margin-top: -35px;
	position: relative;
	z-index: 1001;
	margin-bottom: 35px;
}
.box-style-2 a {
	color: #fff;
	display: block;
	font-size: 14px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	padding: 25px 25px 5px 25px;
	text-decoration: none;
	font-weight: 700;
	-webkit-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
	box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
	transition: background .8s ease;
	-webkit-transition: background .8s ease;
	-moz-transition: background .8s ease;
	margin-bottom: 15px;
	/*background: #e75919;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box-style-2 img {
	float: right;
	margin: 0 0 15px 20px
}
.box-style-2 h3 {
	color: #FF9;
	font-size: 28px;
}
.box-style-2.green a {
	background: #669933;
}
.box-style-2.green a:hover {
	background: #e7bd2d;
}

.box-style-2.orange a {

	background:#C00
}
.box-style-2.orange a:hover {
		background: #e75919;
}

.box-style-2.red a {
	background: #C00;
}
.box-style-2.red a:hover {
	background: #e75919;
}
.box-style-1 {
	padding: 30px 30px 10px 30px;
	background: #eaf9ff;
	box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
	border: 1px solid #fff;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #2e415c;
	position: relative;
}
.box-style-1.ribbon {
	background: #eaf9ff url(../img/sticker-1.png) no-repeat top right;
}
.right-part {
	background: #fff;
	/*box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);*/
	border: 1px solid #fff;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #2e415c;
	position: relative;
}
.feat i {
	color: #ff6666
}


.button{
	background: #e75919;
	padding: 6px 10px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 3px;
	float:left
}
.button:hover {
	background: #0e6593;
	text-decoration: none;
	color: #fff
}
.more {
	margin-top: 10px;
	text-align: right;
	padding-bottom: .5%;
}
.buttons {
	background:#cc0000;
	padding: 10px 10px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 3px;
}
.buttons:hover {
	background:#cc0000;
	text-decoration: none;
	color: #fff
}
.mores {
	margin-top: 10px;
	text-align: right;
	padding-bottom: .5%;
}
.section2 {
	margin-bottom: 15px;
	margin-top: 0px;
}
#marqueecontainer {
	position: relative;
	width: 100%; /*marquee width */
	height: 220px; /*marquee height */
	overflow: hidden;
	padding: 2px;
}
#marqueecontainer ul {
	padding: 0;
	margin: 0
}
#marqueecontainer ul li {
	list-style: none;
	border-bottom: 1px dotted #333;
	padding: 5px 0
}
#marqueecontainer ul li a {
	color: #333;
	font-size: 12px;
}
#marqueecontainer ul li a:hover {
	color: #36F;
	text-decoration: none
}

.alumni{background:#d53232; padding:25px 0; color:#fff}
.alumni small{ color:#fff}
.full-news { line-height:38px;}
#box {
	width: 150px;
	height: 100px;
	box-shadow: inset 1px 1px 40px 0 rgba(0,0,0,.45);
	border:1px solid #feea3a;
	color:#000;
	
	margin: 5% auto 0 auto;
	background:url(../images/alumni.jpg);
	background-size: cover;
	border-radius: 5px;
	overflow: hidden;
	text-decoration:none
}
#overlay {
	background: #3672b1;
	text-align: center;
	padding: 45px 0 66px 0;
	opacity: 0;
	
	height: 100px;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
}
#box:hover #overlay {
	opacity: 1;
	color:#000
}


#box:hover #overlay a {
	text-decoration:none;
	color:#222;
	
}
#plus {
	font-family: Helvetica;
	font-weight: 900;
	color: rgba(255,255,255,.85);
	font-size: 16px;
	text-decoration:none
}

.benefits {
	position: relative;
	z-index: 101;
	margin-top: 10px;
	padding: 0;
	text-align: center;
	background: #eee;
	
}
.benefits li {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	float: left;
	padding-bottom: 20px;
	background: rgba(204, 0, 0, 0.8);
}
.benefits li+li {
	background: rgba(254, 55, 55, 0.9)
}
.benefits li+li+li {
	background: rgba(204, 0, 0, 0.8);
}
.benefits li+li+li+li {
	background: rgba(255, 55, 55, 0.9)
}
.benefits h2 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
.benefits p {
	padding: 15px 15px 10px;
	color: #fff;
	text-align:left
}
.benefits .pic {
	position: relative;
	height: 50px;
	margin-top: 40px;
}
.benefits .pic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.benefits .more{border:3px solid #fff; padding:5px 10px;color:#fff; font-weight:bold}
.benefits .more:hover{background:#000; color:#fff; text-decoration:none}



/* Page Top */
.page-top {
	/*background-color: #E50000;*/
	background:url(../images/ds.jpg) no-repeat;
	/*border-bottom: 5px solid #fff;*/
	/*border-top: 5px solid #fff;*/
	margin-bottom: 15px;
	
	padding: 40px 0;
	position: relative;
	text-align: left;color: #fff
}
.page-top ul.breadcrumb {
	background: none;
	margin: -5px 0 0;
	padding: 0;color: #fff
}
.page-top ul.breadcrumb > li {
	text-shadow: none;color: #000099;
}
.page-top ul.breadcrumb > li a {
	text-shadow: none;
	color: #000099;
}
.page-top h2 {
	border-bottom: 5px solid #E50000;
	color: #000099;
	display: inline-block;
	font-weight: 200;
	margin: 0 0px -28px;
	padding: 0 0 17px;
	position: relative;
}
.page-content {
}
.page-content .container {
	background: transparent
}
.col-left{padding: 30px 30px 15px 30px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;}
	
.col-right {
	/*padding:30px 30px 15px 30px;*/
	/*background-color:#fff;*/
	/*border: 1px solid #e2e2e2;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;
}
.enquiry{padding: 15px 15px 15px 15px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;}
	
	.main-img {
	margin: -30px -30px 30px -30px;
	overflow: hidden;
	position: relative;
}

.main-img img {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.dpic{ margin:0px 25px 25px 0px; float:left; padding:2px; box-shadow:3px 3px 6px #eee; border:1px solid #eee;}
.orange{ color:#C00}
.result img{  margin:0 auto; width:138px; height:138px; border-radius:50%;}
.result p{ text-align:center}          
.footer {
background: #80a8ff;
	padding: 10px 0;
	margin-top: 20px;
}
.footer h3{
	color:#FFFFFF; 
}

.footer p{
	color:#FFFFFF;
}
.qlinks { color:#FFFFFF}
.qlinks ul{ padding:0; margin:0}
.qlinks ul li{ list-style:none; line-height:20px;}
.qlinks ul li a{ color:#FFFFFF;font-family: OpenSans-Regular;}
.qlinks ul li a:hover{ color:#FFFFFF; text-decoration:none}


.footer-copyright{border-top:1px solid #FFFFFF; padding:10px 0}
.footer-copyright p{ color:#FFFFFF; text-align:center}
.footer-copyright a{ color:#FFFFFF; text-decoration:none}
.footer-copyright a:hover{ color:#fff; text-decoration:none}
.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: #fff;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}
.modal-header {
    min-height: 16.42857143px;
    padding: 5px 15px;
	 border-bottom:none
    /* border-bottom: 1px solid #e5e5e5; */
}


.login_bg {
	border: 1px solid #ccc;
	border-radius: 12px;
	margin-top: 4%;
	margin-bottom:4%;
	background: #ffffff;
background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: radial-gradient(ellipse at center, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
	padding-top: 5px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}
.login_bg btn{ width:100%}
@media screen and (max-width: 480px) {
	.section1 {
	/*margin-top: 50px;*/
	z-index: 1010;
}
#main-boxes {
	margin-top: 5	px;
	position: relative;
	z-index: 1001;
	margin-bottom: 35px;
}
.footer-copyright{border-top:none; clear:both}
	
	}
	
	 @media screen and (max-width: 1190px) { /* laptop */
 .benefits {
 margin-top:4px;
}
 .benefits p {
 padding: 15px 20px 10px;
}
}
@media screen and (max-width: 980px) { /* pad */
.benefits {
	margin-top: 4px;
}
.benefits h2 {
	font-size: 20px;
}
.benefits p {
	padding: 15px 15px 10px;
}
}
@media screen and (max-width: 767px) { /* phone */
.benefits {
	margin-top: 4px;
}
.intro {
	display: none;
}
.benefits li {
	width: 50%;
	border-bottom: 4px solid #fff;
}
.benefits h2 {
	font-size: 24px;
}
.benefits p {
	padding: 15px 15px 10px;
}
}
@media screen and (max-width: 479px) { /* mini phone */
.benefits {
	margin-top: 10px;
}
.benefits li {
	width: 100%;
}
.benefits p {
	padding: 15px 15px 10px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
 width:100%; height:150px;}
 
 .strip .big-text{font-family:Calibri; color:#fff; font-size:20px; text-shadow:3px 2px 6px #666; letter-spacing:0; line-height:28px;}
	.ots {
display:none;

}
a.scroll-top {
    width: 44px;
    height: 44px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20px;
    background-color: #17a43b;
    z-index: 1000;
}

    a.scroll-top:hover {
        background: #ff9600;
    }

}

