/*
::-moz-selection {
	background:rgba(0,0,0,0);
	}
::selection { 
	background:rgba(0,0,0,0);
	} 	
*/
	
body {
	margin:0;
	padding:0;
	font-family:Open Sans;
	color:#999;
}
* {
	margin:0;
	padding:0;
}
img, a {
	border:none;
	outline:none;
}
a {
	text-decoration:none;
}
ul, li {
	list-style:none;
}
input, textarea, select {
	outline:none;
}
h1 {
	font-size:52px;
}
h2 {
	font-size:34px;
}
p {
	font-family: Dosis;
	color: #363636;
	font-size: 16px;	
	font-weight: 300;
}
.alignleft {
	float:left;
	margin:0 10px 15px 0;
}
.alignright {
	float:right;
	margin:0 0px 15px 10px;
}
.aligncenter {
	display:block;
	margin:15px auto;
}
.clear:after {
	display:block;
	clear:both;
	content:'';
}
.spacer10 {
	height:10px;
}
.spacer15 {
	height:15px;
}
.spacer20 {
	height:20px;
}
.spacer25 {
	height:25px;
}
.spacer30 {
	height:30px;
}
.spacer40 {
	height:40px;
}
.boxSizing {
	box-sizing:border-box;
}
.wrapper {
	width:1150px;
	margin:0px auto;
	position:relative;
}
.wrapper:after {
	clear:both;
	display: block;
	content:'';
}
/***************************
	Header css start
*****************************/
::-webkit-input-placeholder { /*Chrome/Opera/Safari */
 opacity:1
}
::-moz-placeholder { /* Firefox 19+ */
 opacity:1
}
:-ms-input-placeholder { /* IE 10+ */
 opacity:1
}
:-moz-placeholder { /* Firefox 18- */
 opacity:1
}
header {
}
.logo {
	padding: 8px 0;
	position:relative;
}
.logo img {
	height: auto;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
	max-width:296px;
	transition:all ease 250ms 0s;
}
.logo:before {
    content: "";
    position: absolute;
    background: url(../images/top_curve.png) no-repeat center 0;
    bottom: -21px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    display: block;
    height: 21px;
}






/******************
	banner section
**************/
.bannerBox {
	position: relative;
}
.banner {
	padding: 0px 0 0;
	position: relative;
}
.captionBox {
	margin: 0;
}
.caption {
	margin: 0 auto;
	padding: 22% 0 0 0;
	text-align: center;
}
.caption h1{
	    font-weight: 100;
    font-size: 43px;
   background: rgba(38, 39, 123, 0.75);   
    color: #fff;
    display: table;
    padding: 10px 40px;
    font-family: Dosis;
    margin: 0 auto 20px;
}
.caption h2 {
	    font-weight: 700;
    font-size: 59px;
    color: #fff;
    background: rgba(236, 0, 139, 0.61);
    display: table;
    padding: 10px 50px;
    font-family: Dosis;
    margin: 0 auto;
    text-transform: uppercase;
}




/***************  Content section *****************/
.content {
	padding: 0px 0 0;
}
.heading h2 {
	color: #231f20;
	font-size: 48px;
	font-weight: 300;
	margin: 0;
	padding: 0 0 6px 0;
	line-height: 53px;
	letter-spacing: 1px;
	text-align: center;
}
.heading {
	margin: 0 0 20px 0;
}
.section {
	padding: 60px 0;
}
.content h2 {
    font-size: 47px;
    font-family: Dosis;
    font-weight: 300;
    padding: 0 0 20px 0;
}






/**************  Cloud section ************/
.cloud_sec {
    background: #eb57ae;
    padding: 30px 0;
	position:relative;
	text-align:center;
}
.cloud_sec .col-md-4 {
    background: url(../images/cloud.png) no-repeat 0 center;   
    padding: 102px 20px 70px 20px;
    background-size: cover;
}
.cloud_sec h3 {
    color: #cf1b85;
    font-family: Dosis;
}
.cloud_sec p {
    font-size: 16px;
    font-family: Dosis;
    color: #3b3a3a;
}
.cloud_sec:before {
    content: "";
    background: url(../images/pink_curve.png) repeat-x 0 0;
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    z-index: 2;
}
.cloud_sec:after {
    content: "";
    background: url(../images/white_curve.png) repeat 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    z-index: 2;
}







/*************** Introduction text box section ******************/
.introbox_sec {
	padding: 60px 0;
    background: #fff;
}
.intro_video iframe {
    width: 100%;
    height: 350px;
}
.introbox_sec h2 {
	color: #252424;
    padding-bottom: 4px;
    margin-bottom: 0;
}
.introbox_sec h2 span {
	color: #3a3c9d;
}
.introbox_sec h3 {
    font-family: dosis;
    font-weight: 500;
    color: #eb57ae;
    font-size: 23px;
	    padding: 0 0 20px 0;
}
.introbox_sec p {
	    font-family: Lato;
    font-size: 15px;
    color: #252424;
    padding: 0px 0 6px 0px;
    line-height: 23px;
    font-weight: 300;
    margin-bottom: 0;
}
.introbox_sec .link_btn {
    font-size: 18px;
    text-align: center;
    display: table;
    background: #4897b5;
    padding: 9px 60px;
    color: #fff;
    font-family: Dosis;
    text-decoration: none;
    border-radius: 33px;
    margin-top: 30px;
    text-transform: uppercase;
}
.introbox_sec .link_btn:hover {
	color: #fff;
}




/**************** Activities Section **************/
.activites_sec {
    background: #3a3c9d url(../images/bg1.jpg) repeat 0 center;
    padding: 30px 0 0;
    position: relative;
    text-align: center;
	color:#fff;
	margin-bottom: 80px;
}
.activites_sec h2 {
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
}
.activites_sec p {
	color:#fff;
}
.activites_sec h3 {
    padding: 20px 0 0 0;
    font-family: Lato;
    font-weight: 200;
    font-size: 33px;
}
.activityLists .col-md-4{
	padding: 0 20px;
}
.activityLists img {
    margin: 0 0 -60px 0;
}




/**************** Classes Section **************/
.weeklyClasses_sec {
    text-align: center;
    padding: 30px 0 60px 0;
}
.classLists {
    padding: 20px 0 0 0;
}
.weeklyClasses_sec h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.classLists img {
    height: auto;
    max-width: 100%;
}
.activitybox {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0 5px rgba(0,0,0,0.31);
}
.activitybox h3 {
    font-size: 19px;
    font-weight: 600;
    color: #1cb5ee;
    font-family: Dosis;
    padding: 13px 0 5px 0;
    margin: 0;
}
.activitybox p {
    font-size: 14px;
    color: #424141;
    font-family: Lato;
    padding: 0 10px 5px 10px;
    line-height: 17px;	
}


/************ Testimonial Section *************/
.testimonial_sec h2 {
   text-align: center;
   margin-bottom: 0;
   padding-bottom: 40px;
}
.testimonial_sec {
    background: #5052c5;
    position: relative;
    color: #fff;
    padding: 25px 0;
}
.testimonial_sec:before {
    content: "";
    background: url(../images/blue_curve.png) repeat-x 0 0;
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    z-index: 2;
}
.testNo {
    font-size: 110px;
    font-family: Open Sans;
    color: #8586d7;
    font-weight: 100;
    float: left;
}
.testBody p{
    border: 1px dashed #fff;
    border-radius: 10px;
    padding: 30px;
	color: #fff;
    font-style: italic;
	display: table;
}
.testBody h4{
	color: #f6f905;
    font-style: italic;
    font-size: 16px;
    text-align: right;
}
.testBody h4 span{
	color:#fff;
}
.testimonial_slider li {
   float: left;
   width: 95%;
}
.owl-controls{
	display:none;
}

















/************ gallery_sec *************/
.gallery_sec {
	padding: 50px 0;
	text-align: center;
}
.gallery_sec h2 {
    color: #4897b5;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 0px;
}
.gallery_sec img {	
	max-width: 100%;
}
.gallery_sec a{
	display:block;
	position:relative;
	}
.gallery_sec a::before {
    content: '';
	background:rgba(0,0,0,0.57) url(../images/zoomer.png) no-repeat center center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	position: absolute;
	z-index:2;
	opacity:0;
	}
.gallery_sec a:hover::before {
    opacity: 1;
}
.gallerybox{
	border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0 5px rgba(0,0,0,0.31);
    margin-bottom: 25px;
    padding: 8px;
}
.gallerybox p {
    color: #252424;
    padding: 10px 10px 4px 10px;
    margin-bottom: 0;
    font-weight: 400;
}
.galleryLists {
    padding: 10px 0 0 0;
}











/***************  Footer  section *****************/
footer {
}
.ft_sec{
    padding: 0px 0;    
}
.ftCntBox h3 {
    color: #ee1594;
    font-size: 32px;
    font-family: Dosis;
    font-weight: 400;
    margin-bottom: 3px;
}
.ftCntBox p {
        color: #727373;
    font-family: Lato;
    font-size: 19px;
    margin: 0 0 0 0;
}
.ft_sec .icon {
    float: left;
    width: 55px;
}
.ft_sec {
    border-top: 3px solid #f38cc8;
    padding-top: 30px;
    background: #fef7fd;
}
.ftCntBox {
    display: table;
    padding: 0 0 35px 0;
}
.socialLink li{
	float:left;
}
.socialLink li {
	margin: 10px 0 0 0;
}
.socialLink li img {
	padding: 0 6px 0 0;
}
.copyright {
   font-size: 17px;
    font-weight: 300;
    color: #73c8f4;
    text-align: right;
    font-family: Lato;
    padding: 18px 0;
}


.ftnav li {
    font-size: 19px;
    float: left;
    color: #fff;
    font-family: Dosis;
}
.ftnav li a {
    color: #fff;
    padding: 20px 10px 20px 0;
	text-decoration:none;
}
.ftnav li a {
	color: #fff;

padding: 17px 7px;

display: block;
	}
.ftnav li a:hover{
	color: #eb57ae;	
	}
.ft_bar {
    background: #035d8c;
    padding: 5px 0;
}








/************  Single page *********/
.singlePg_sec .heading h2{
	color: #141414;
    font-family: Dosis;
    font-size: 40px;
    font-weight: 200;
    text-align: center;
    padding-bottom: 0px;
	}
.singlePg_sec li {
    font-size: 16px;
    color: #363636;
    font-family: Lato;
    font-weight: 200;
    background: url(../images/tick.png) no-repeat 0 5px;
    padding: 0 0 4px 25px;
}
.innerPgBanner img {
    margin-left: -675px;
    display: table;
    left: 50%;
    position: relative;
}
.innerPgBanner{
	overflow:hidden;
}

	
/************  Contact Us page *********/
.locInfo p {
	font-size: 19px;
	padding: 0 0 10px 0;
}
.locInfo p a {
	color: #6c6c6c;
}
.locInfo p a:hover {
	color: #6c6c6c;
	text-decoration:none;
}
.locInfo h2 {
	margin: 0 0 34px 0;
}
.locInfo p strong {
	display: block;
	font-size: 22px;
	font-weight: 500;
	color: #000;
	padding: 0 0 7px 0;
	text-transform: uppercase;
}
.innerPg_sec.section {
/*padding: 50px 0 0 0;
    text-align: center;*/
}
.innerPgCnt_sec.section {
/* padding-top: 0;*/
}
.contactPg .innerPgCnt_sec.section {
	padding-top: 80px;
}
.innerPgCnt_sec .row:nth-child(2n) .locInfo {
 float: right;
 padding-left: 50px;
}
.innerPgCnt_sec .row:nth-child(2n) .loc_form {
 float: left;
}
.contactPg .innerPgCnt_sec .row {
	margin: 0 0 0px 0;
}
.locInfo h2 {
	margin: 10px 0 0px 0;
	font-size: 31px;
}
.loc_form input[type="text"], .loc_form input[type="email"], .loc_form input[type="tel"], .loc_form input[type="password"] {
	font-size: 15px;
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	line-height: 49px;
	padding: 0 20px;
	color: #999999;
	font-family: Open Sans;
	width: 100%;
	margin: 0 0 10px 0;
}
.loc_form textarea {
	border: 1px solid #cfcfcf;
	padding: 6px 10px;
	font-size: 15px;
	color: #999999;
	font-family: Open Sans;
	margin: 0 0 18px 0;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
	line-height: 23px;
	height: 84px;
	resize: none;
}
.loc_form select {
	font-size: 15px;
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	line-height: 49px;
	padding: 11px 20px;
	color: #999999;
	font-family: Open Sans;
	width: 100%;
	margin: 0 0 10px 0;
}
.loc_form input[type="submit"] {
	border: none;
	padding: 0 10px;
	line-height: 37px;
	font-size: 23px;
	color: #fff;
	font-family: Open Sans;
	margin: 18px 0 0 0;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
	background: #0a62a6;
	cursor: pointer;
}
.loc_form input[type="submit"]:hover {
	background: #3e3e3e;
}
.locInfo svg {
    margin-right: 10px;
}
div.wpcf7 .ajax-loader {
	display: block;
	background-image: url('../images/ajax-loader.gif');
	width: 138px;
	height: 12px;
	margin: 15px auto 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
span.wpcf7-not-valid-tip {
	color: #f4923f !important;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #b4deac;
	background: #b4deac;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng {
	border: 2px solid #de5e2b;
	background: #de5e2b;
}







/* Center the loader */
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 11px solid #bbbfbb;
	border-radius: 50%;
	border-top: 11px solid #eb57ae;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	z-index:999999;
}
 @-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
 @keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
/* Add animation to "page content" */
.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s
}
 @-webkit-keyframes animatebottom {
 from {
bottom:-100px;
opacity:0
}
to {
	bottom:0px;
	opacity:1
}
}
 @keyframes animatebottom {
 from {
bottom:-100px;
opacity:0
}
to {
	bottom:0;
	opacity:1
}
}
#overley {
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 99999;
}


.singlePg_sec {
	padding: 40px 0;
}



/*****Login form **************/
.login_form p {
    text-align: center;
}
.login_form form {
    max-width: 340px;
    margin: 0 auto 50px;
}


/***** Register form **************/
.register_form p {
    text-align: center;
}
.register_form form {   
    margin-bottom: 100px;
}



/***** Video Gallery Page **************/
.videoPg .videoslists a img{
	width: 100%;
height: auto;
}
.videoPg .videoslists a{
	position: relative;
display: block;
}
.videoPg .videoslists a::before {
    content: '';
    background: url(../images/video_icon.png) no-repeat center center;
    background-size: auto auto;
    background-size: 33px auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.videoPg .videoslists a:hover::before { 
    background-color: rgba(0,0,0,0.3);
}
.videoslists .col-md-3 {
    margin-bottom: 25px;
}
.videoPg .videoslists .videopopBox{
	display:none;
}
.videopopBox iframe {
	width:700px;
	height:450px;
	border:none;
	vertical-align:bottom;
}	



/***** Images Gallery Page **************/
.gallerybox img{
	width: 100%;
	height: auto;
}


/***** Profile Page **************/
.profile_dpthumb{
	margin:0 auto;
	display:table;
}
.profile_dp img {
    border-radius: 50%;
    width: 200px;
    max-width: 100%;
    height: auto;
    min-height: 100%;
    border: 8px solid #0296cd;
}
.profile_dp h2 {
    font-size: 26px;
    padding: 14px 0 0 0;
    text-align: center;
}
.profile_details p, .profile_details p a {
    color: #363636;
    text-decoration: none;
    font-size: 22px;
}
.profile_details p svg{
	margin-right:10px;
}
.profile_stu_lists{
	padding:50px 0 0 0;
}
.profile_stu_lists p{
	font-size: 18px;
}
.profile_stu_lists table {
    color: #363636;
    font-size: 20px;
    border: 1px solid #c9c9c9;
	width:100%;
}
.profile_stu_lists th {
    color: #0296cd;
    font-size: 18px;
    border: 1px solid #c9c9c9;
	padding:5px;
	font-weight:300;
}
.profile_stu_lists td {
    color: #363636;
    font-size: 15px;
    border: 1px solid #c9c9c9;
	padding:5px;
}


	