@import url('https://fonts.googleapis.com/css?family=Varela+Round');
@import url('https://fonts.googleapis.com/css?family=Fredoka+One');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');
 


body {
	margin: 0;
	padding: 0; 
	font-size: 14px;
	background: #ffffff;
} 

html, body {
	height: 100%;
}
ul, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a:hover, a:visited, a {
	text-decoration: none;
	outline:none !important;
	text-outline:none !important;
	outline-style:none !important;
}
p {
	font-size: 13px;
	line-height:24px;
	color: #797979;
}
p b {
	color: #273f51;
}
p b.gray-text{
	color: #7b7a7a;
}

hr {
	border-top: #d5d5d5 2px solid;
}
img.full-width {
	width: 100%;
}
/** Margins **/

.mar-top-0 {
	margin-top: 0px;
}
.mar-top-5 {
	margin-top: 5px;
}
.mar-top-10 {
	margin-top: 10px;
}
.mar-top-15 {
	margin-top: 15px;
}
.mar-top-20 {
	margin-top: 20px;
}
.mar-top-25 {
	margin-top: 25px;
}
.mar-top-30 {
	margin-top: 30px;
}
.mar-top-35 {
	margin-top: 35px;
}
.mar-top-40 {
	margin-top: 40px;
}
.mar-top-45 {
	margin-top: 45px;
}
.mar-top-50 {
	margin-top: 50px;
}
.mar-top-55 {
	margin-top: 55px;
}
.mar-top-60 {
	margin-top: 60px;
}
.mar-top-70 {
	margin-top: 70px;
}
.mar-top-80 {
	margin-top: 80px;
}
.mar-top-90 {
	margin-top: 90px;
}
.mar-top-100 {
	margin-top: 100px;
}
.mar-top-110 {
	margin-top: 110px;
}
.mar-top-120 {
	margin-top: 120px;
}
.mar-top-130 {
	margin-top: 130px;
}
.mar-top-140 {
	margin-top: 140px;
}
.mar-top-150 {
	margin-top: 150px;
}
.mar-top-160 {
	margin-top: 160px;
}
.mar-top-170 {
	margin-top: 170px;
}
.mar-btm-5 {
	margin-bottom: 5px;
}
.mar-btm-10 {
	margin-bottom: 10px;
}
.mar-btm-15 {
	margin-bottom: 15px;
}
.mar-btm-20 {
	margin-bottom: 20px;
}
.mar-btm-25 {
	margin-bottom: 25px;
}
.mar-btm-30 {
	margin-bottom: 30px;
}
.mar-btm-35 {
	margin-bottom: 35px;
}
.mar-btm-40 {
	margin-bottom: 40px;
}
.mar-btm-45 {
	margin-bottom: 45px;
}
.mar-btm-50 {
	margin-bottom: 50px;
}
.mar-btm-55 {
	margin-bottom: 55px;
}
.mar-btm-60 {
	margin-bottom: 60px;
}
.mar-btm-70 {
	margin-bottom: 70px;
}
.mar-btm-80 {
	margin-bottom: 80px;
}
.mar-btm-90 {
	margin-bottom: 90px;
}
.mar-btm-100 {
	margin-bottom: 100px;
}
/** text aligns **/

.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-justify {
	text-align: justify;
}
.text-white {
	color: #FFF !important;
}
/** float **/

.al {
	float: left;
}
.ar {
	float: right;
}
.trs {
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
}
.font-10 {
	font-size: 10px;
}
.font-12 {
	font-size: 12px;
}
.font-16 {
	font-size: 16px !important;
}
.font-18 {
	font-size: 18px !important;
}
.font-25 {
	font-size: 25px !important;
}
.font-40 {
	font-size: 40px !important;
}
.font-36 {
	font-size: 36px !important;
	line-height: 36px;
}
/*header area*/


.header-top-wrap{
	background:#495052; 
	}
.logo-wrap{
	width: 260px;
    height: 98px;
    display: block;
    position: absolute;
    background: #ffffff;
    padding: 18px 30px;
	margin-left: -15px;
	
	}
.logo-wrap a {
    display: block;
    height: 93px;
    width: 100%;
}
.logo-wrap img{
	 display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	
}
	

.top-right { 
	    padding-left: 260px;
    display: inline-block;
    float: left;
    width: 100%;
}
.top-right a{
	font-family: 'Varela Round', sans-serif;
	font-size: 13px;
    line-height: 18px;
    color: #dbdcdc;
    padding: 0px 8px;
    margin: 9px 0px 5px;
    display: inline-block;
}
.top-right a img{
	margin-right: 5px;
    display: inline-block;
    vertical-align: text-bottom;
	
}
.top-right a:hover, .top-right a:focus{
	color:#fff;
	text-decoration:none;
}
.top-menu{
	display: inline-block; 
    float: right;
    padding: 0 20px;
    color: #fff;
	margin-left:10px;
	}
.top-menu a{  
      color: #dbdcdc;
    font-size: 12px;
    line-height: 15px;
    display: inline-block; 
    margin: 0px;
    padding: 7px 0;
    position: relative;
	} 

.top-menu a:hover{  
   color: #fff;
   text-decoration:none; 
	} 
 

/** menu **/
.menu-mobile-icon{
	display:none;
	}
.main-navigation {
	    float: left;
    padding-left: 260px;
    width: 100%;
}
.nav {
	position: relative;
	width:100%;
	
}
.nav > a {
	display: none;
}
.nav li {
	position: relative;
}
.nav li a {
	display: block;
	width:100%;
	position: relative;
	 font-family: 'Varela Round', sans-serif;
	font-size: 13px;
	text-transform:uppercase;
	color: #ffffff;
	font-weight: 500;
	    padding: 23px 12px;
	display: inline-block;
	letter-spacing:1px;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	 
	text-align: center;
	cursor:pointer;
	text-decoration:none;
	 
}
.nav li:nth-child(1) a{
	background:#14a3c7;
}
.nav li:nth-child(2) a {
	background:#e55982;
}
.nav li:nth-child(3) a{
	background:#39a845;
}
.nav li:nth-child(4) a{
	background:#8b51c7;
}
.nav li:nth-child(5) a{
	background:#fa7a35;
}

.nav li a.child-menu {
	/*padding-right: 30px;*/
}
.nav li a.child-menu:after {
content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    color: #005599;
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 10px;
    left: 50%;
   margin-left: -5px;
}
.nav li a:active {
	color: #ffffff;
}
/* first level */

.nav > ul {
	width:100%;
}
.nav > ul > li {
width: 20%;
    height: 100%;
    display: inline-block;
    float: left;
	
}
 

.nav > ul > li:not( :last-child ) > a {
/*border-right: 1px solid #cc470d;*/

}
.nav > ul > li:hover > a, .nav > ul:not( :hover ) > li.active > a, .nav > ul:not( :hover ) > li a:focus {
	color: #fff;
	text-decoration:none;
	outline:none;
}

.nav li a:before {
	content: "\f111";
    font-family: FontAwesome;
    font-size: 6px;
    color: #ffffff;
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 15px;
    left: 50%;
   margin-left: -5px;
   opacity:0;
   
   	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
}

.nav > ul > li:hover > a:before, .nav > ul > li.active > a:before{ 
    bottom: 5px;  
   opacity:1;
}


/* second level */

.nav li ul {
	    background-color: rgba(245, 245, 245, 0.96);
	display: none;
	position: absolute;
	top: 100%;
	z-index: 9999;
	width: 220px;
}
.nav li:hover ul {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	padding: 5px;
}
.nav li ul li a {
	color:#fff;}
	.nav li ul li a:hover {
	color:#fcff00;}
	
.nav li:hover ul li ul {
	display: none;
}
.nav li:hover ul li:hover ul {
	display: block;
	left: 100%;
	top: 0px;
}
.nav li:not( :first-child ):hover ul {
	left: -1px;
}
.nav li ul a {
	font-size: 14px;
	/*border-top: 1px solid #bbbbbb;*/
	padding: 0.4em;  
	color: #ffffff;
	display: block;
}
.nav li ul li a:hover, .nav li ul:not( :hover ) li.active a {
	/*background-color: #70c93b;*/
	color: #fcff00;
}

.header-wrapper {
	width: 100%;
	z-index: 9999;
	background-color: #262e2d; 
}


	
.banner-wrap{
	position:relative;
	height:550px;
	}

.video-outer-wrapper {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
}

.video-home-banner {
	position: absolute;
}
.video-home-banner {
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	overflow: hidden;
}
.video-home-banner video {
	position:absolute;
	z-index:0;
}
 .video-home-banner video.fillWidth {
	width: 100%;
}

.program-banner{
	background:url(../images/program_img.png);
	background-size:100% auto;
	background-position:bottom center;
	background-repeat:no-repeat;
	padding:70px 0 70px;
	}
h1.main-head{
	font-family: 'Fredoka One', cursive;
	font-size:30px;
	line-height:42px;
	color:#2c3132;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:1px;
	}
p.main-head-sub{
	    font-family: 'Varela Round', sans-serif;
	font-size:14px;
	font-weight:500;
	color:#495052;
	text-transform:uppercase;
	text-align:center;
	margin-top:15px;
	letter-spacing:1px;
	}
ul.program-list{
	width:100%; 
	margin:10px auto;
	position:relative; 
	}
ul.program-list{
	width:100%; 
	margin:10px auto;
	position:relative;
	    text-align: center; 
	}
ul.program-list li{
	width: calc( 25% - 15px );
	display:inline-block;
	padding:7px 7px; 
	}
	
	
/*.program-list-center{
	    width: 187px;
    height: 187px;
	    border-radius: 50%;
    margin: 0 auto;  
	margin-top: -20px;
	position:relative;
	z-index:99;
	-webkit-box-shadow: 0px 2px 19px 0px rgba(239,78,34,0.91);
-moz-box-shadow: 0px 2px 19px 0px rgba(239,78,34,0.91);
box-shadow: 0px 2px 19px 0px rgba(239,78,34,0.91);
}	*/

.program-list-box{ 
	width:100%; 
	background:#39a845;
	padding:15px;
		text-align:center;
		border-radius:3px;
	}
.program-list-box h4{ 
    font-family: 'Fredoka One', cursive;
    font-size: 13px;
	letter-spacing:1px;
    color: #fff;
    font-weight: 300;
}
.program-list-box a.more-btn{
	font-family: 'Varela Round', sans-serif;
    color: #2c3132;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
	background:url(../images/pro_right_arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:23px;
  }
.program-list-box a.more-btn:hover{
	padding-right:33px;
}
	
	
.program-list-box.green{
		background:#39a845;
		border:#268530 2px solid; 
	}
	
	.program-list-box.babyblue{
		background:#46f0ff;
		border:#46dfca 2px solid; 
	}
 
.program-list-box.yellow{
		background:#fec500;
		border:#d7a703 2px solid;
		 
	}
	
	.program-list-box.after{
		background:#f51611;
		border:#cf0500 2px solid;
		 
	}
 
	
.program-list-box.orange{
		background:#fa7a35;
		border:#c1541a 2px solid; 
	} 
.program-list-box.magenta{
		background:#e55982;
		border:#bd476c 2px solid; 
	} 
.program-list-box.cyan{
		background:#14a3c7;
		border:#067f9e 2px solid; 
	} 
	
	
.program-list-box.blue{
		background:#7e11ee;
		border:#480091 2px solid;  
	} 
	.program-list-box.darkblue{
		background:#154fef;
		border:#0832a6 2px solid;  
	} 
.activities{
	padding:80px 0;
	}	
.activities-box h2{
	    font-family: 'Fredoka One', cursive;
    font-size: 17px;
	font-weight:300;
	letter-spacing:1px;
	text-transform:uppercase;
     
	padding:10px 0;
	}
.activities-box .green-text{
	color:#39a845;
	}
.activities-box .cyan-text{
	color:#14a3c7;
	}
.activities-box .yellow-text{
	color:#fec500;
	}
.activities-box .magenta-text{
	color:#c389ce;
	} 
.activities-box .red-text{
	color:#e55982;
	} 
.activities-box .orange-text{
	color:#fa7a35;
	} 
	
.our-events{
	padding:80px 0;
	
	}
.our-events h1.main-head, .our-events p.main-head-sub{
	color:#fff;
	}

.our-events-box{
	border-radius:5px;
	overflow:hidden;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
	}
.our-events-box-img{
	position:relative;
	}
.our-events-box-img .date{
	position:absolute;
	background: rgba(0,0,0,0.3);
	width:40px;
	height:40px;
	top:15px;
	right:15px;
	    font-family: 'Varela Round', sans-serif;
		font-size:17px;
		text-align:center;
		color:#fff;
		 line-height: 17px;
		 padding:5px;
		 border-radius:2px;
	}
.our-events-box-img .date span{ 
		font-size:9px; 
	}
.our-events-head{
	position:absolute; 
	left:0px;
	bottom:0px;
	width:100%;
	font-family: 'Fredoka One', cursive;
	font-size:14px;
	letter-spacing:1px;
	color:#fff;
	padding:8px 15px;
	}
.our-events-head.blue{
	background: rgba(20,163,199,0.9);
	}
.our-events-head.orange{
	background: rgba(250,122,53,0.9);
	}
.our-events-head.magenta{
	background: rgba(139,81,199,0.9);
	}
	
	
 
.our-events-box-text{
	background:#ffffff;
	}
.our-events-box-text .location{
	border-bottom: #ececed 1px solid;
    padding: 8px 20px;
    font-family: 'Varela Round', sans-serif;
    font-size: 12px;
    color: #495052;
	}
.our-events-box-text-in{
	padding:20px;
	}
.our-events-box-text-in a.event-btn{
	    font-family: 'Varela Round', sans-serif;
    font-size: 12px;
	padding-right:27px;
	background-repeat:no-repeat;
	background-position:right center;
	}
.our-events-box-text-in a.event-btn.cyan-text{
	color:#14a3c7;
	background-image:url(../images/arrow_cyan.png);
	}
.our-events-box-text-in a.event-btn.orange-text{
	color:#fa7a35;
	background-image:url(../images/arrow_orange.png);
	}
.our-events-box-text-in a.event-btn.magenta-text{
	color:#8b51c7;
	background-image:url(../images/arrow_magenta.png);
	}
.our-events-box-text-in a.event-btn:hover{
	padding-right:37px; 
}
	
 
.footer-warp {
	background: #f0961f;
    display: table;
    width: 100%;
}
.footer-warp-left{
	display:table-cell;
	 width: 60%;
	 padding:30px;
	  
	}
.footer-warp-right{
	display:table-cell;
	 width: 25%; 
	 position: relative;
	}
.maps-area {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0px; 
}

.footer-warp a.visit-campus{
	display: block;
    width: 100%;
    border: #000 2px solid;
    text-align: center;
    padding: 7px 15px;
    max-width: 230px;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
	}


.footer-warp h3{
	font-size:18px;
	color:#000;
	font-weight:400;
}

ul.footer-links > li {
    width: 100%;
	margin-bottom:10px;
	
	
}
ul.footer-links li a {
    display: block;
    position: relative; 
	
    font-family: 'Varela Round', sans-serif;
    font-size: 12px;
	line-height:24px;
    color: #000;
    font-weight: 300;
	margin-bottom:15px;
	
	text-decoration:none;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
 
ul.footer-links > li:hover > a, ul.footer-links li a:focus {
    color: #fff; 
    outline: none;
}



.footer-warp p {
	font-family: 'Varela Round', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 300;
}
.footer-top { 
	padding-bottom:70px; 
	
}
.foo-border-right{
	border-right:#000 1px solid;
	}
 
.address-box p{
	position:relative; 
	margin-bottom:10px;
	}
.address-box p.small-text{
	font-size:10px;
	color:#000;
	line-height:12px;
	}
	
.address-box p a{
	color:#000;
}
.address-box p span{
	position:absolute;
	left:0px;
	top:0px;
	}
 

.footer-bottom {
	padding: 20px 0px 20px;
	    border-top: #32383b 1px solid;
}
.footer-bottom p {
	font-size: 11px;
    color: #b3b3b3;
    font-weight: 300;
    text-align: center;
}
 
a.scrollToTop {
	width: 30px;
	height: 30px;
	    padding: 8px 10px 10px 10px;
	line-height: 10px;
	text-align: center;
	background: whiteSmoke;
	color: #fff;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 10px;
	display: none;
	background: #fa7a35;
}
a.scrollToTop:hover {
	text-decoration: none;
	background: #8b51c7;
}
 

.mobile-spec{ display:none;}

 
/******************************
Inner page
********************************/ 
.innerpage-banner-wrap{
	background: rgba(42,47,48,0.85);
	padding:20px 0;
	min-height:350px;
	}

.about-banner-text{
	margin-top:100px;
	width:100%;
	max-width:530px;
	 }
.about-banner-text h2{
 font-family: 'Fredoka One', cursive;
    font-size: 36px;
    color: #e55982;
    text-transform: uppercase; 
	}
.about-banner-text h3{
    font-family: 'Varela Round', sans-serif;
    font-size: 24px;
	line-height:36px;
    color: #14a3c7;
	margin-top:15px;  
	}	
.rateing-warp{
	padding:50px 0 70px;
	}
 
 /* change these if you want */
.raterater-bg-layer {
    color:#2c3132;
}
.raterater-hover-layer {
    color: #fec500;
}
.raterater-hover-layer.rated { /* after the user selects a rating */
    color:#fec500;
}
.raterater-rating-layer {
    color:#fec500;
}
.raterater-outline-layer {
    color: rgba( 0, 0, 0, 0.0 );
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	z-index:-1;
}

/* don't change these - you might break something.. */
.raterater-wrapper {
    overflow:visible;
	margin: 0 auto;
}
.raterater-layer,
.raterater-layer i {
    display: block;
    position: absolute;
    overflow: visible;
    top: 0px;
    left: 0px;
}
.raterater-hover-layer {
    display: none;
}
.raterater-hover-layer i,
.raterater-rating-layer i {
    width: 0px;
    overflow: hidden;
}

.rating-list-outer{
	padding:100px 0;
	}
ul.rating-list{
	width:100%;
	display:block;
	
	    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 10px;
    -moz-column-fill: initial;
    -webkit-column-fill: initial;
    column-fill: initial;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
ul.rating-list li{
	    display: inline-block;
    margin: 5px;
    zoom: 1;
    margin-bottom: 7px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
	}
.rating-qoutes-img{
	 width:120px;
	 height:120px;
	 margin:15px auto;
	 
	 position:relative;
	 }
.rating-qoutes-img img{
	border-radius:50%; 
}
.rating-qoutes-img:after{
	content:"";
	position:absolute;
	width:34px;
	height:29px;
	left:50%;
	bottom:0px;
	margin-left:-17px;
	margin-bottom:-14px;
	background:url(../images/qoute_icon.png) no-repeat;
	background-position:center center; 
}
.rating-qoutes-writer{
	font-family: 'Fredoka One', cursive;
    color: #39a845;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    margin: 22px auto;
	}
.philosophy-area{
	padding:150px 0 ;
	}
.philosophy-area p{
	font-size:18px;
	color:#2c3132;
	}
.mission-vision-area{
	padding:150px 0 ;
	}
.mission-vision-area p{
	font-size:18px;
	color:#2c3132;
	} 
.curriculum-area{
	padding:150px 0 ;
	}
.curriculum-area p{
	font-size:18px;
	color:#2c3132;
	}
.contact-banner-text{
	margin-top: 90px;
    width: 100%;
    max-width: 530px;
	}
.contact-banner-text h2{
 font-family: 'Fredoka One', cursive;
    font-size: 36px;
    color: #fa7a35;
    text-transform: uppercase; 
	}
.contact-banner-text h3{
    font-family: 'Varela Round', sans-serif;
    font-size: 24px;
	line-height:36px;
    color: #39a845;
	margin-top:15px;  
	}
.contact-warp-outer{
	padding:120px 0 ;
	}
.contact-form{
	width:100%;
	max-width:850px;
	margin:30px auto;
	}
.contact-form .form-control{
	    border: #e0e0e0 2px solid;
    font-size: 13px;
    padding: 11px 15px;
 
	}
.contact-form textarea{
	min-height:120px;
  }
.contact-form .contact-btn{
	background: #fa7a35;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-family: 'Fredoka One', cursive;
    width: 100%; 
    border: 0px;
	cursor:pointer;
	
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4); 
	}
.contact-address-box{
	    position: relative;
    padding-left: 70px;
    padding-top: 10px;
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    line-height: 28px;
	color:#495052;
	}
.contact-address-box a{
	color:#495052;
}
	
.contact-address-box-icon{
	position:absolute;
	width:57px;
	height:57px;
	left:0px;
	top:0px;
	
	}
	
ul.program-service-list{
	display:block;
	width:100%;
	padding:2px;
	}
	ul.program-service-list2{
	display:block;
	width:100%;
	padding:2px;
	}
ul.program-service-list li{
	display:block;
	width:12.5%;
	float:left;
	padding:2px;
	position:relative;
	}
	ul.program-service-list2 li{
	display:block;
	width:12.5%;
	float:left;
	padding:2px;
	position:relative;
	}
ul.program-service-list:after{
	    content: "";
    clear: both;
    width: 100%;
    display: block;
}
ul.program-service-list2:after{
	    content: "";
    clear: both;
    width: 100%;
    display: block;
}

ul.program-service-list li a{
	    background: #35afce;
    width: 100%;
    display: table;
    min-height: 400px;
	height: 400px;
    background-size: cover;
	text-align:center;
	position:relative;
	cursor:pointer;
}
ul.program-service-list2 li a{
	    background: #35afce;
    width: 100%;
    display: table;
    min-height: 400px;
	height: 400px;
    background-size: cover;
	text-align:center;
	position:relative;
	cursor:pointer;
}
ul.program-service-list li a span{ 
    display:table-cell;
	vertical-align:middle;
	font-family: 'Fredoka One', cursive;
	font-size:17px;
	color:#fff;	
}
ul.program-service-list2 li a span{ 
    display:table-cell;
	vertical-align:middle;
	font-family: 'Fredoka One', cursive;
	font-size:17px;
	color:#fff;	
}
ul.program-service-list li a.active:after{
	    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 53px solid red;
    z-index: 99;
    bottom: 0px;
    left: 50%;
    margin-left: -35px;
    margin-bottom: -58px;
	
}
ul.program-service-list2 li a.active:after{
	    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 53px solid red;
    z-index: 99;
    bottom: 0px;
    left: 50%;
    margin-left: -35px;
    margin-bottom: -58px;
	
}
ul.program-service-list li:nth-child(1) a.active:after{
	border-top-color:#372b77;
}
ul.program-service-list li:nth-child(2) a.active:after{
	border-top-color:#ca5379;
}
ul.program-service-list li:nth-child(3) a.active:after{
	border-top-color:#399743;
}
ul.program-service-list li:nth-child(4) a.active:after{
	border-top-color:#ecbc14;
}
ul.program-service-list li:nth-child(5) a.active:after{
	border-top-color:#e87b40;
}
ul.program-service-list li:nth-child(6) a.active:after{
	border-top-color:#0645ea;
}
ul.program-service-list li:nth-child(7) a.active:after{
	border-top-color:#ec110f;
}
ul.program-service-list li:nth-child(8) a.active:after{
	border-top-color:#4eb0cd;
}




ul.program-service-list2 li:nth-child(1) a.active:after{
	border-top-color:#372b77;
}
ul.program-service-list2 li:nth-child(2) a.active:after{
	border-top-color:#14a3c7;
}
ul.program-service-list2 li:nth-child(3) a.active:after{
	border-top-color:#de3e6d;
}
ul.program-service-list2 li:nth-child(4) a.active:after{
	border-top-color:#379641;
}
ul.program-service-list2 li:nth-child(5) a.active:after{
	border-top-color:#ecb810;
}
ul.program-service-list2 li:nth-child(6) a.active:after{
	border-top-color:#e46826;
}
ul.program-service-list2 li:nth-child(7) a.active:after{
	border-top-color:#0443e8;
}
ul.program-service-list2 li:nth-child(8) a.active:after{
	border-top-color:#f7d212;
}
ul.program-service-list2 li:nth-child(9) a.active:after{
	border-top-color:#f7d212;
}
 

.open-area{
 display:none; 
	}	
.preparatory-class{
	padding:100px 0;
	}
.preparatory-class p.main-head-sub { 
    text-transform:none;
	font-weight:600; 
	
}

.blue-test{ 
color:#14a3c7;
	}
h4.sub-titile{
	font-family: 'Fredoka One', cursive;
    font-size: 14px;
    color: #2c3132;
    text-transform: uppercase;
    border-bottom: #e0e0e0 1px solid;
    display: inline-block;
    padding-bottom: 5px;
	}
.about-program{
	width:100%;
	 }
.about-program-left, .about-program-right{
	width:50%;
	float:left;
	text-align:center;
	margin-top:25px;
	}
.about-program-left{
	 border-right: #e0e0e0 1px solid;
	 }
h3.sub-titile{
	font-family: 'Fredoka One', cursive;
    font-size: 18px;
    color: #14a3c7;
    text-transform: uppercase;
	text-align:center;
	}
	
.registering-area{
	background:#14a3c7;
	padding:40px 0;
	font-size:24px;
	color:#fff;
	text-align:center;
	    font-family: 'Varela Round', sans-serif;
	}
.registering-area .contact-btn {
    background: #fa7a35;
    padding: 7px 15px;
    border-radius: 5px;
    color: #fff;
    font-family: 'Fredoka One', cursive;
    font-size: 14px;
    width: 100%;
    max-width: 230px;
    border: 0px;
    margin-left: 15px;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
}


.programs-warp-outer{
	background:#fff;
	}
ul.programs-gallery{
	display: block;
    width: 100%;
    padding: 2px;
}
ul.programs-gallery li{
	    display: block;
    width: 20%;
    float: left;
    padding: 2px;
    position: relative;
	}
ul.programs-gallery:after{
	    content: "";
    clear: both;
    width: 100%;
    display: block;
}
.objective-outer{
	width:100%;
	max-width:950px;
	margin:0 auto;
	}
	
ul.objective-list{
	padding-left:20px;
	margin-top:25px;
	}
ul.objective-list li{
	 padding-left: 20px;
    position: relative;
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    color: #767a7b;
    margin-top: 7px;
	}
ul.objective-list li:before{
		content: "\f058";
		font-family:FontAwesome;
		color:#14a3c7;
		position:absolute;
		left:0px;
}

.seeds-group-outer{
	width:100%;
	max-width:950px;
	margin:0 auto;
	margin-top:50px;
	}
.magenta-text{
	color:#e55982;
	}
.seeds-group-table{
	border:#e0e0e0 1px solid;
	font-size:16px;
	color:#495052;
	margin-top:30px;
	    font-weight: 600;
	} 
.seeds-group-table td{
	padding:15px;
}

.registering-magenta-area{
	background:#e55982;
	padding:40px 0;
	font-size:24px;
	color:#fff;
	text-align:center;
	    font-family: 'Varela Round', sans-serif;
	}
.registering-magenta-area .contact-btn {
    background: #14a3c7;
    padding: 7px 15px;
    border-radius: 5px;
    color: #fff;
    font-family: 'Fredoka One', cursive;
    font-size: 14px;
    width: 100%;
    max-width: 230px;
    border: 0px;
    margin-left: 15px;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
}

.adminssion-form{
	width:100%; 
	margin:30px auto;
	}
.adminssion-form h3{ 
	font-family: 'Fredoka One', cursive;
    font-size: 18px;
    line-height: 28px;
    color: #2c3132;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
	}
.adminssion-form p{  
    font-size: 14px;
    line-height: 28px;
    color: #2c3132; 
	}
	
.adminssion-form .form-control{
	    border: #e0e0e0 2px solid;
    font-size: 13px;
    padding: 11px 15px;
 
	}
.adminssion-form textarea{
	min-height:120px;
  }
.adminssion-form .contact-btn{
	background: #fa7a35;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-family: 'Fredoka One', cursive;
    width: 100%; 
    border: 0px;
	cursor:pointer;
	
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4); 
	}
	
	.Form-label--tick {
    position: relative;
    display: inline-block; 
}

.Form-label-radio, .Form-label-checkbox {
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
}
.Form-label-radio+.Form-label-text, .Form-label-checkbox+.Form-label-text {
    cursor: pointer;
    margin-right: 1em;
}
.Form-label-radio+.Form-label-text::before, .Form-label-checkbox+.Form-label-text::before {
    font-size: .875em;
    display: inline-block;
    width: 1.75em;
    height: 1.75em;
    line-height: 1.5;
    border: 1px solid #ccc;
    margin-right: .25em;
    content: "\00a0";
    color: white;
    background-clip: padding-box;
    background-color: white;
    text-align: center;
	border-radius:100%;
}
.Form-label-radio:checked+.Form-label-text::before, .Form-label-checkbox:checked+.Form-label-text::before {
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0 black;
    font-family: FontAwesome;
    content: "\f00c";
}
.boxed-cont{
	border:#3b3b3b 2px solid;
	padding:15px;
	font-size: 13px;
    line-height: 24px;
	font-weight:800;
	color:#3b3b3b;
	 
	}

.admin-box{
	border:#5b5b5b 1px solid;
	padding:20px;
	}

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}
.financing-top-icons{
	width:100%;
	max-width:108px;
	margin:0 auto;
	}
 
 
 /** payment page CSS starts **/
 
.no-padding {
	padding: 0px;
}

.e-check-left {
	    margin-top: 50px;
}

.e-check-left .e-check-price-details {
	padding: 24px 18px 25px;
	background: #63c089; /* Old browsers */
	background: -moz-linear-gradient(left, #63c089 34%, #25c2e6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #63c089 34%,#25c2e6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #63c089 34%,#25c2e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63c089', endColorstr='#25c2e6',GradientType=1 ); /* IE6-9 */
} 

.e-check-left .e-check-price-details p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 25px;
	color: #fff;
	margin: 0 0 20px;
}

.e-check-left .e-check-total-price {
	background-color: rgba(0,0,0,.6);
	font-size: 25px;
	color: #fff;
	padding: 25px 18px;
}

.e-check-left .e-check-total-price p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 25px;
	color: #fff;
	margin: 0;
}

.e-check-left .e-check-invoice {
	background-color: #0588c0;
	padding: 18px 45px 28px;
	display: inline-block;
    width: 100%;
}

.e-check-left .e-check-invoice img {
    display: inline-block;
    text-align: center;
}

 .e-check-left .e-check-invoice p {
	font-family: 'Ubuntu', sans-serif;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: 33px;
    vertical-align: middle;
    margin: 0;
    padding-left: 15px;
}

 .e-check-right {
    margin-top: 40px;
	padding-left: 35px;
}

.e-check-right .pull-right.align-bottom {
    padding-top: 35px;
}

.e-check-right p {
	font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    color: #000;
	text-align: right;
    padding-top: 17px;
}

.e-check-right .e-check-input {
	background-color: #fff;
    border: 2px solid #0066b1;
    border-radius: 4px;
    width: 100%;
    height: 55px;
	padding: 10px;
	font-size: 20px;
    margin: 0 0 20px;
}

.e-check-right img.pull-left {
   /* padding-left: 30px;*/
}

.e-check-detials-box .e-check-right form {
    margin-top: 50px;
}

.e-check-right .e-check-name-input {
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	color: #676767;
    width: 100%;
    height: 55px;
	border-radius: 6px;
    border: none;
    margin: 20px 0 30px;
    box-shadow: 1px 1px 18px rgba(0,0,0,0.4);
    padding: 10px 15px;
}

.e-check-right .e-check-submit {
	font-family: 'Ubuntu', sans-serif;
	width: 100%;
    background-color: #0066b1;
    height: 65px;
    font-size: 20px;
    text-transform: uppercase;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #000;
    border-radius: 6px;
    color: #fff;
    letter-spacing: 2px;
	cursor: pointer;
}

.e-check-right .e-check-submit:hover {
	background-color: #63c089;
}

.no-padding-left {
	padding-left: 0px;
}

.no-padding-right {
	padding-right: 0px;
}

.e-check-right .carid-icon-right {
    padding-top: 14px;
}

.card-payment form {
    margin-top: 50px;
} 

.e-check-right .e-cash-input {
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	color: #676767;
    width: 100%;
	text-align: center;
	border-radius: 6px;
    height: 55px;
    border: none;
    margin: 20px 0;
    box-shadow: 1px 1px 18px rgba(0,0,0,0.4);
    padding: 10px;
}

span.cvc-info {
    position: absolute;
    top: 28px;
    right: 64px;
    z-index: 999;
}
 
/******************************
responsive area
********************************/
 


@media (min-width: 1200px) {
 
    
    
	

}
/* md */

@media (min-width: 992px) and (max-width: 1199px) {
.nav li a { 
    font-size: 10px;
}
 
.footer-warp-left { 
    width: 65%; 
}
.footer-warp-right { 
    width: 35%; 
}

.e-check-right .carid-icon-right {
    padding-top: 10px;
}

span.cvc-info {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
}

.e-check-right p {
    float: right;
    padding-top: 15px;
    white-space: nowrap;
}
 
} 

@media (min-width: 768px) and (max-width: 991px) {
 .top-right a { 
    padding: 0px 4px; 
}
.top-menu { 
    padding: 0 10px; 
}
.top-menu a { 
    padding: 12px 0; 
}

.logo-wrap {
      width: 130px;
    padding: 18px 15px;
}
.logo-wrap img { 
    max-width: 90%; 
}
.top-right {
      padding-left: 131px;
}
.main-navigation {
    float: right;
    padding-left: 131px;
}
.nav li a { 
    font-size: 10px; 
    padding: 18px 2px; 
}
.footer-warp-left {
    display:block;
    width: 100%;
    padding: 30px;
}
.footer-warp-right {
    display:block;
    width: 100%;
	min-height:400px;
}
.contact-address-box { 
    padding-left: 36px;
	padding-top:5px;
}
.contact-address-box-icon { 
    width: 32px;
    height: 32px; 
}
.contact-address-box-icon img{
	width:100%; 

}
ul.program-service-list li a {
	height: 250px;
    min-height: 250px; 
}
ul.program-service-list li a span { 
    font-size: 16px; 
}

.e-check-right .carid-icon-right {
    padding-top: 0;
}
 
 span.cvc-info {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
}
 
.e-check-right p {
    float: right;
    padding-top: 15px;
    white-space: nowrap;
} 

.e-check-right p {
    float: none;
    padding-top: 15px;
    white-space: inherit;
    text-align: left;
}

.no-padding-left {
    padding-left: 15px;
}

.no-padding-right {
    padding-right: 15px;
}

ul.program-list li{
	width: calc( 33.33% - 15px );
	display:inline-block;
	padding:7px 7px; 
	}
.banner-wrap {
	min-height:300px !important;
	height:auto !important;
}
	
	

}
 
@media (max-width: 767px) {

 
.logo-wrap {
	float: none;
    text-align: center;
    padding-top: 10px;
    position: relative;
    margin: 0 auto;
   background: #fff;
    display: block;
    width: 100%;
	    margin-top: 50px;
		    height: auto !important;
}
.logo-wrap a { 
      height: auto !important; 
}
.logo-wrap img {
	max-width: 150px;
	margin: auto;
}
.top-menu {
   padding-left: 0px;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.top-right {
	  padding-left:0px;;
	float: none !important;
	display: block;
}
.top-right a{
	display:block;
	text-align:center;
	}
.top-right a:nth-child(1), .top-right a:nth-child(2) {
	display:none
}
.top-menu a:nth-child(1),.top-menu a:nth-child(2){
	display:inline-block;
}
.top-menu{
	margin-bottom:10px;
	}
.banner-wrap {
    position: relative;
    height: auto;
    min-height: auto !important;
}
.video-outer-wrapper {
 position:relative; 
}
.video-home-banner {
    position:relative; 
}
.video-home-banner video {
    position:relative; 
	float: left;
}

.main-navigation {
	float: left; 
	padding-left: 0px;

}
#nav_list{
	    color: #fff;
    padding: 10px;
    display: block;
    width: 100%;
    cursor: pointer;
	}
.nav > ul {
    float: none;
	width:100%;
}
.pushmenu {
	/*this is the nav*/
        
	background: #fff;
	text-align: center;
	width: 250px;
	height: 100%;
	top: 0;
	z-index: 1000;
	position: fixed;
	float: none !important;
	padding-top: 0 !important; 
}
.pushmenu-left {
	left: -250px;
	
}
.pushmenu-left.pushmenu-open {
	left: 0;
	
}
.pushmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.pushmenu-push-toright {
	left: 250px;
}
/*Transition*/
    
.pushmenu, .pushmenu-push {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.nav_list {
	cursor: pointer;
	height: 40px;
	width: 40px;
	background: #1181ff;
	position: absolute;
	left: 15px;
	top: 0;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	font-size: 21px;
}
nav-list.active {
	background-position: -270px top;
}
.main-navigation {
	padding-top: 15px;
}
.main-navigation a {
	display: block;
}
/*Transition*/
    
.pushmenu, .pushmenu-push {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.nav_list {
	cursor: pointer;
}
nav-list.active {
	background-position: -270px top;
}
.main-navigation {
	padding-top: 15px;
}
.nav > ul > li {
	display: block;
	width: 100%;
}
.nav > ul > li a {
	border-bottom: 1px solid #cbcbcb;
	display: block; 
}
.nav li:hover ul {
	position: relative;
	background: #e5e5e5;
}
.nav li:hover ul li:hover ul {
	position: relative;
	left: 0px;
	background: #e5e5e5;
}

.nav > ul > li:hover > a, .nav > ul:not( :hover ) > li.active > a, .nav > ul:not( :hover ) > li a:focus { 
    text-decoration: none;
    outline: none;
}
.nav {
	display:block;
}
 

.mobile-spec{ display:block; position:fixed;
    z-index: 9999999;
display: inline-table; 
    width: 100%; text-align:center; background:#ad2122;}
.mobile-spec a{ width:50%; display:inline-block; float:left; padding:10px 0; color:#fff;  background: #8b51c7;}
.mobile-spec a:nth-child(2) { 
    background: #fa7a35;
} 

.program-list { 
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}
ul.program-list li{
	width: calc( 100% - 15px );
	display:inline-block;
	padding:7px 7px; 
	} 

.footer-warp-left {
    display:block;
    width: 100%;
    padding: 30px;
}
.footer-warp-right {
    display:block;
    width: 100%;
	min-height:400px;
}
ul.rating-list { 
    -moz-column-fill: initial;
    -webkit-column-fill: initial;
    column-fill: initial;
    -moz-column-count:1;
    -webkit-column-count:1;
    column-count:1;
}
 
ul.program-service-list li { 
    width:50%; 
}
ul.program-service-list li a { 
    min-height: 70px;
	height:70px; 
}
ul.program-service-list li a span { 
    font-size: 14px; 
}

ul.program-service-list li a.active:after {
	display:none
}
h1.main-head { 
    font-size: 21px;
    line-height: 26px; 
}
ul.programs-gallery li { 
    width: 50%; 
}
.about-program-left, .about-program-right {
    width:100%;
    float: none;
	border-right:0px;
}

.e-check-left {
    margin-top: 0px;
}

.no-padding-left {
    padding-left: 15px;
}

.e-check-right {
	padding-left: 0px;
}

.e-check-right p {
	text-align: left;
}

.e-check-right .carid-icon-right {
    padding-top: 8px;
}

span.cvc-info {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
}

.no-padding-right {
    padding-right: 15px;
}



}

@media (max-width: 480px) {
	
	.e-check-left .e-check-price-details p {
		font-size: 18px;
	}
	
	.e-check-left .e-check-total-price p {
		font-size: 18px;
	}
	
	.e-check-left .e-check-invoice p {
		font-size: 18px;
		line-height: 22px;
	}
	
	.e-check-left .e-check-invoice {
		text-align: center;
	}	
	
	.e-check-right .carid-icon-right {
		padding-top: 0;
	}
}
 
  
@media (max-width: 359px) {
	.e-check-right .carid-icon-right {
    	padding-top: 0;
    	margin-top: -4px;
	}
}  

 