/***=======================================

Website : World Tamil Academy
URL : http://www.worldtamilacademy.com
Author : World Tamil Academy Web Team

========================================***/

/* ==== RESET CSS ==== */

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,table, caption, tbody, tfoot, thead, tr, th, td,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;
}
.new::after {
	position: absolute;
    right: 10px;
    top: 8px;
    font-family: tahoma;
    content: 'NEW';
    font-size: 10px;
    padding: 5px;
    background-color: #ffe32f;
    border-radius: 40%;
    font-weight: bold;
	color:#f00;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:focus{
	outline:none !important;
	border:none !important;
	text-decoration:none;
}
input[type="text"]:focus{
	outline:none;
}
input[type="password"]:focus{
	outline:none;
}
input[type="email"]:focus{
	outline:none;
}
input[type="number"]:focus{
	outline:none;
}

p{
	text-align:justify !important;
}

/****==== FONT =====*****/

/*
 * Noto Sans Tamil UI (Tamil) http://www.google.com/fonts/earlyaccess
 */
/*
@font-face {
  font-family: 'Noto Sans Tamil UI';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansTamilUI-Regular.eot);
  src: url(../fonts/NotoSansTamilUI-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NotoSansTamilUI-Regular.woff2) format('woff2'),
       url(../fonts/NotoSansTamilUI-Regular.woff) format('woff'),
       url(../fonts/NotoSansTamilUI-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans Tamil UI';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansTamilUI-Bold.eot);
  src: url(../fonts/NotoSansTamilUI-Bold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NotoSansTamilUI-Bold.woff2) format('woff2'),
       url(../fonts/NotoSansTamilUI-Bold.woff) format('woff'),
       url(../fonts/NotoSansTamilUI-Bold.ttf) format('truetype');
}
*/

@import url('https://fonts.googleapis.com/css?family=Bubblegum+Sans');

/****==== HEADER ====****/

body{
	font-family: 'Noto Sans Tamil UI', sans-serif, tahoma;
	-webkit-print-color-adjust: exact;
}
.header{
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.home.header{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	z-index:5;
}
.header .navbar{
	margin-bottom:0px;
}

.tamil_academy{
	background-color:#55f7fb;
	border-radius:0 0 15px 15px;
	padding:10px;
	color:#000;
	overflow:auto;
	font-weight:bold;
	font-size:14px;
}
.tamil_academy li:first-child{
	float:left;
	margin-left:10px;
	font-size:12px;
}
.tamil_academy li:last-child{
	float:right;
	margin-right:10px;
	letter-spacing:2px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
}
.navbar{
	background:none;
	border:none;
}
.navbar-default{
	background:none !important;
	box-shadow:none !important;
}
.logo{
	position:absolute;
	left:0px;
	right:0px;
	margin:0 auto;
	z-index:1001;
	text-align:center;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
	max-width:100px;
}
.logo:hover{
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
  	-o-transform: rotateY(360deg);
}
.logo img{
	width:100px;
	height:100px;
	border-radius:50%;
	box-shadow:0px 0px 2px #000;
	
	/*
	width:100% !important;
	height:100px;
	border-radius:50%;
	box-shadow:0px 0px 2px #000;
	position:relative;*/
}

.menu{
	background-color:#fff;
	-webkit-border-radius:0 0 15px 15px;
	-moz-border-radius:0 0 15px 15px;
	-o-border-radius:0 0 15px 15px;
	border-radius:0 0 15px 15px;
	-webkit-box-shadow:0 0 3px #333;
	-moz-box-shadow:0 0 3px #333;
	-o-box-shadow:0 0 3px #333;
	box-shadow:0 0 3px #333;
	position:relative;
}
.menu .nav li a{
	color:#000 !important;
	font-size:10px !important;
	font-weight:bold;
	padding:5px;
}
.menu .nav li a:hover{
	color:#ca2b00 !important;
	background:none !important;
}
.dropdown-menu a{
	padding:0 0 0 10px !important;
}

.lang_select{
	position:absolute;
	top:10px;
}
.lang_select{
	right:30px;
}
.login_select{
	position:absolute;
	top:10px;
	left:30px;
}
.login_select a,
.lang_select a{
	display:inline-block;
	font-size:10px;
	padding:5px 25px;
	border:1px solid rgba(46, 208, 212, 1);
	background:rgba(46, 208, 212, 1);
	border-radius:3px;
	color:#000;
}
.lang_select a{
	font-size:13px !important;
}
.login_select a:hover,
.lang_select a:hover{
	text-decoration:none;
}
.login_user{
	font-size:13px !important;
	padding:3px 10px;
	background:rgb(46, 208, 212);
	border-radius:3px;
	display:block;
}
.login_user a{
	background:none;
	border:none;
	font-size:14px;
	padding:0 2px;
	color:#fff;
}
.login_user a:hover{
	color:#e00024;
}
.login_user .fa{
	color:#e00024;
}
/*
.dropdown:hover .dropdown-menu{
	display:block;
}
*/
.banner{
	position:relative;
}
.banner img{
	width:100%;
}
.inner_slider{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0%;
	text-align:center;
}
.slider_content{
	color:#fff;
	background-color:rgba(46, 208, 212, 1);
	padding:15px;
	-webkit-border-radius:50px 50px 0 0;
	-moz-border-radius:50px 50px 0 0;
	-o-border-radius:50px 50px 0 0;
	border-radius:50px 50px 0 0;
	width:44%;
	margin:0 auto;
	position:relative;
}
.slider_content::before{
	position:absolute;
	left:-45px;
	bottom:0px;
	width:45px;
	height:60px;
	background-image: url("../images/slider_left.png");
	background-repeat:no-repeat;
	content:'';
}
.slider_content::after{
	position:absolute;
	right:-45px;
	bottom:0px;
	width:45px;
	height:60px;
	background-image: url("../images/slider_right.png");
	background-repeat:no-repeat;
	content:'';
}
.slider_content h2{
	font-size:18px;
	font-weight:bold;
	padding-bottom:12px;
	color:#fff;
}
.slider_content p{
	line-height:23px;
	font-size:12px;
	color:#000;
}
.carousel-indicators{
	z-index:3;
}
.wid100{
	width:100%;
}

#home_slider img{
	width:100%;
}
#home_slider .carousel-control{
	top:50%;
}
.carousel-control .fa{	
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
  	-o-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}
#home_slider.carousel .carousel-control{
	opacity:0;
	visibility:hidden;
}
#home_slider.carousel:hover .carousel-control{
	opacity:1;
	visibility:visible;
}

.links_contact{
	padding:40px 0;
}

.links_contact h2{
	font-size:20px;
	padding-bottom:20px;
}

.links_contact .text-center > p{
	font-size:14px;
	padding-bottom:60px;
	width:65%;
	line-height:23px;
	margin:0 auto;
}

.links_cont_detail{
	border-left:4px double #ea4335;
	border-right:4px double #ea4335;
	border-top:4px double #ea4335;
	border-bottom:15px solid #ea4335;
	padding:40px 15px 15px 15px;
	position:relative;
	text-align:center;
	min-height:410px;
}
.links_cont_detail::before{
	position:absolute;
	left:0px;
	right:0px;
	top:-32px;	
	font-family:FontAwesome;
	width:60px;
	height:60px;
	border-radius:50%;
	background-color:#ea4335;
	text-align:center;
	line-height:60px;
	margin:0 auto;
	font-size:24px;
	color:#fff;
}
.links_contact .col-md-4:nth-child(1) .links_cont_detail a{
	color:#333;
	display:block;
	font-size:12px;
	background-color:#fff;
	border:1px solid #333;
	padding:15px;
	margin:10px 0 40px 0;
	border-radius:5px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
  	-o-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}
.links_contact .col-md-4:nth-child(1) .links_cont_detail a:last-child{	
	margin:10px 0 20px 0;
}
.links_contact .col-md-4:nth-child(1) .links_cont_detail a:focus{
	border:1px solid #333 !important;
}
.links_contact .col-md-4:nth-child(1) .links_cont_detail a:hover{
	text-decoration:none;
	background-color:#333;
	color:#fff;
	border:1px solid #333;
}
.links_contact .col-md-4:nth-child(1) .links_cont_detail a.abt_cls{
	
}
/*.links_contact .col-md-4:nth-child(1) .links_cont_detail::before{*/
/*	content:'\f040';*/
/*}*/
.links_contact .col-md-4:nth-child(2) .links_cont_detail{
	border-left:4px double #34a853;
	border-right:4px double #34a853;
	border-top:4px double #34a853;
	border-bottom:15px solid #34a853;
}
/*.links_contact .col-md-4:nth-child(2) .links_cont_detail::before{*/
/*	background-color:#34a853;*/
/*	content:'\f08e';*/
/*}*/
.links_contact .col-md-4:nth-child(3) .links_cont_detail{
	border-left:4px double #4285f4;
	border-right:4px double #4285f4;
	border-top:4px double #4285f4;
	border-bottom:15px solid #4285f4;
}
/*.links_contact .col-md-4:nth-child(3) .links_cont_detail::before{*/
/*	background-color:#4285f4;*/
/*	content:'\f095';*/
/*}*/
.links_cont_detail h3{
	font-size:16px;
	font-weight:bold;
	padding-bottom:20px;
}
.links_cont_detail p {
    color: #333;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 26px;
}
.links_cont_detail ul{
	margin:0px;
	padding:0px;
}
.links_cont_detail ul li{
	margin:0 0 10px 0;
}
.links_cont_detail ul li a{
	display:inline-block;
	color:#4fc9f6;
	vertical-align:middle;
	line-height:21px;
}
.links_cont_detail ul li a b{
	display:block;
}
.quick_cnt_links li:nth-child(5){
	margin:5px 0 10px;
}
.links_cont_detail ul li:nth-child(2) a{
	color:#f56f18;
}
.links_cont_detail ul li:nth-child(3) a{
	color:#f53794;
}
.links_cont_detail ul li:nth-child(4) a{
	color:#537bc4;
}
.links_cont_detail ul li:nth-child(5) a{
	color:#adc338;
}

.links_cont_detail.ql{
	text-align:left;
}
.links_cont_detail.ql ul li{
	margin-bottom:20px;
	margin-left:10px;
}
.links_cont_detail.ql ul li:last-child{
	margin-bottom:0;
}
.links_cont_detail.ql h3{
	text-align:center;
}
.links_cont_detail form{
	overflow:auto;
}
.links_cont_detail .quick_cnt{
	margin-bottom:0px;
}
.links_cont_detail .quick_cnt:first-child{
	margin-right:0%;
}
.links_cont_detail .quick_cnt:last-child,
.links_cont_detail .quick_cnt:last-child input{
	width:100%;
}
.links_cont_detail .quick_cnt:nth-child(3){
	width:73%;
	margin-right:2%;
}
.links_cont_detail .quick_cnt:nth-child(3) textarea{
	height:65px;
	resize:vertical;
}
.links_cont_detail .quick_cnt:nth-child(3),
.links_cont_detail .quick_cnt:nth-child(4){
	float:left;
}
.links_cont_detail .quick_cnt:nth-child(4){
	width:20%;
}
.links_cont_detail .quick_cnt:last-child input{
	background-color:#333;
	color:#fff;
	min-height:55px;
	margin-top:5px;
	padding:0;
}
.quick_cnt_links{
	overflow:auto;
}
.quick_cnt_links span{
	font-size:11px;
}
.quick_cnt_links li{
	float:left;
	text-align:left;
}
.quick_cnt_links li:nth-child(2n+1){
	width:58%;
}
.quick_cnt_links li:last-child{
	width:100%;
}
/*.quick_cnt_links li:first-child{
	width:100%;
	text-align:center;
}*/
.quick_cnt_links li a{
	font-size:12px;
	color:#333 !important;
}
.quick_cnt_links li a:hover{
	text-decoration:none;
}
.net_class1 {
    background-image: url("../images/ico_stages.png");
}
.net_class2 {
    background-image: url("../images/ico_login.png");
}
.net_class3 {
    background-image: url("../images/ico_student.png");
}
.net_class4 {
    background-image: url("../images/ico_site.png");
}
.net_class5 {
    background-image: url("../images/ico_trail.png");
}
.net_class8 {
    background-image: url("../images/ico_bilingual.png");
}
.ta_slogan{
	padding:20px 0 30px 0;
}
.ta_slogan span, .ta_slogan ul{
	display:inline-block;
	vertical-align:top;
}
.ta_slogan span{
	font-size:70px;
	color:#ea4335;
}
.ta_slogan ul{
	text-align:left;

}
.ta_slogan ul li::first-letter {
	color:transparent;
}
.ta_slogan ul li{
	position:relative;
	left:-20px;
	top:10px;
	padding:0 !important;
}
.ta_slogan ul li::before{
	display:none;
}
.about_class .ta_slogan{
	padding-bottom:50px;
}
.about_class .ta_slogan span{
	color:rgba(40, 208, 212, 1);
}
.about_class .ta_slogan ul li{
	margin:0 !important;
}

.social_share{
	margin-top:6px;
	font-size:7px;
}
.social_share iframe{
	float:right;
	margin-right:2px;
	margin-top:4px;
}
.social_share a{
	margin-left:10px;
}



.social_links a{
	color:#000;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
}
.social_links a:hover{
	text-decoration:none;
}
.social_links a i.fa{
	color:#fff;
	width:27px;
	height:27px;
	line-height:28px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
  	-o-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}
.social_links a  i.fa-facebook{
	background-color:#3b5998;
}
.social_links a i.fa-twitter{
	background-color:#55acee;
}
.social_links a i.fa-microsoft{
	background-color:#00aff0;
}
.social_links a i.fa-youtube-play{
	background-color:#cd201f;
}
.social_links a i.fa-google-plus{
	background-color:#dc4e41;
}
.social_links a i.fa-envelope{
	background-color:#062f3c;
}
.social_links a i.fa-mobile{
	background-color:#aac134;
}
.social_links a:hover .fa{
	-webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

/* ==== STAGES ===== */

.stages{
	padding:50px 0;
}
.stages h2{
	text-align:center;
	font-weight:bold;
	font-size:22px;
	padding-bottom:25px;
}
.stages p{
	text-align:justify;
	font-weight:normal;
	font-size:16px;
	line-height:24px;
}
.stage{
	text-align:center;
	position:relative;	
	margin-top:30px;
}
.stage .stage_front{	
	background-color:#ff9f9f;
	padding:25px;
	border-radius:15px;
}
.stages .col-md-3:nth-child(2) .stage_front{
	background-color:#69d2e7;
}
.stages .col-md-3:nth-child(3) .stage_front{
	background-color:#f98f6f;
}
.stages .col-md-3:nth-child(4) .stage_front{
	background-color:#9d87c3;
}
.stages .col-md-3:nth-child(5) .stage_front{
	background-color:#60cd96;
}
.stages .col-md-3:nth-child(6) .stage_front{
	background-color:#f3d474;
}
.stages .col-md-3:nth-child(7) .stage_front{
	background-color:#74b567;
}
.stages .col-md-3:nth-child(8) .stage_front{
	background-color:#94e2d8;
}
.stages .col-md-3:nth-child(9) .stage_front{
	background-color:#cfaf59;
}
.stages .col-md-3:nth-child(10) .stage_front{
	background-color:#3ab6c9;
}
.stages .col-md-3:nth-child(11) .stage_front{
	background-color:#c166d2;
}
.stages .col-md-3:nth-child(12) .stage_front{
	background-color:#5ce984;
}
.stage_front img{
	padding-bottom:15px;
}
.stage_front h3{
	color:#fff;
	font-size:13px;
}
.stage_back{
	opacity:1;
	position:absolute;
	top:0;
	left:0px;
	width:100%;
	height:100%;	
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
  	-o-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
	padding:20px;
	transform:scale(0);	
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
  	-o-transform:scale(0);
	border:1px solid transparent;
}
.stage_back p{
	font-size:14px;
	line-height:18px;
	color:#333;
	text-align:center !important;
}
.stage_back a{
	display:inline-block;
	border:1px solid #333;
	color:#333;
	padding:8px 15px 8px 20px;
	margin-top:13px;
	font-size:12px;
	position:relative;	
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
  	-o-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}
/*.stage_back a::before{*/
/*	position:absolute;*/
/*	left:8px;*/
/*	top:8px;*/
/*	font-family:FontAwesome;*/
/*	content:'\f101';*/
/*}*/
.stage_back a:hover{
	background-color:#000;
	color:#fff;
	text-decoration:none;
}
.stage:hover .stage_back{
	background-color:rgba(255,255,255,0.8);
	transform:scale(1);	
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
  	-o-transform:scale(1);
	opacity:1;
	border:1px solid #333;
}

/* ==== COUNTERS ==== */

.counters{
	padding:50px 0;
	background-image:url(../images/book1.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	background-position:center center;
	position:relative;
	z-index:2;
}
.counters::before{
	content:'';
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:-1;
}
.counters .col-md-2{
	margin-bottom:40px;
}
.counters_head,
.counters_value{
	width:100%;
	display:block;
	text-align:center;
	margin:0 auto;
}
.counters_head{
	color:#fff;
	font-size:16px;
	min-height:32px;
}
.counters_value{
	margin-top:20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	width:90px;
	height:45px;
	line-height:45px;
	color:#fff;
	font-size:25px;
}
.counters .col-md-2:nth-child(1) .counters_value{
	background-color:#fe95fe;
	-webkit-box-shadow:3px 3px 0px #e773f8;
	-moz-box-shadow:3px 3px 0px #e773f8;
	-o-box-shadow:3px 3px 0px #e773f8;
	box-shadow:3px 3px 0px #e773f8;
}
.counters .col-md-2:nth-child(2) .counters_value{
	background-color:#c8c03c;
	-webkit-box-shadow:3px 3px 0px #c9c967;
	-moz-box-shadow:3px 3px 0px #c9c967;
	-o-box-shadow:3px 3px 0px #c9c967;
	box-shadow:3px 3px 0px #c9c967;
}
.counters .col-md-2:nth-child(3) .counters_value{
	background-color:#456cff;
	-webkit-box-shadow:3px 3px 0px #2e55e8;
	-moz-box-shadow:3px 3px 0px #2e55e8;
	-o-box-shadow:3px 3px 0px #2e55e8;
	box-shadow:3px 3px 0px #2e55e8;
}
.counters .col-md-2:nth-child(4) .counters_value{
	background-color:#ff8b6b;
	-webkit-box-shadow:3px 3px 0px #c87757;
	-moz-box-shadow:3px 3px 0px #c87757;
	-o-box-shadow:3px 3px 0px #c87757;
	box-shadow:3px 3px 0px #c87757;
}
.counters .col-md-2:nth-child(5) .counters_value{
	background-color:#333;
	-webkit-box-shadow:3px 3px 0px #414141;
	-moz-box-shadow:3px 3px 0px #414141;
	-o-box-shadow:3px 3px 0px #414141;
	box-shadow:3px 3px 0px #414141;
}
.counters .col-md-2:nth-child(6) .counters_value{
	background-color:#739748;
	-webkit-box-shadow:3px 3px 0px #5c8031;
	-moz-box-shadow:3px 3px 0px #5c8031;
	-o-box-shadow:3px 3px 0px #5c8031;
	box-shadow:3px 3px 0px #5c8031;
}
.counters .col-md-2:nth-child(7) .counters_value{
	background-color:#f3d474;
	-webkit-box-shadow:3px 3px 0px #fefe9f;
	-moz-box-shadow:3px 3px 0px #fefe9f;
	-o-box-shadow:3px 3px 0px #fefe9f;
	box-shadow:3px 3px 0px #fefe9f;
}
.counters .col-md-2:nth-child(8) .counters_value{
	background-color:#9d87c3;
	-webkit-box-shadow:3px 3px 0px #b39dd9;
	-moz-box-shadow:3px 3px 0px #b39dd9;
	-o-box-shadow:3px 3px 0px #b39dd9;
	box-shadow:3px 3px 0px #b39dd9;
}
.counters .col-md-2:nth-child(9) .counters_value{
	background-color:#f98f6f;
	-webkit-box-shadow:3px 3px 0px #ffaa8a;
	-moz-box-shadow:3px 3px 0px #ffaa8a;
	-o-box-shadow:3px 3px 0px #ffaa8a;
	box-shadow:3px 3px 0px #ffaa8a;
}
.counters .col-md-2:nth-child(10) .counters_value{
	background-color:#ff9f9f;
	-webkit-box-shadow:3px 3px 0px #ffb1b1;
	-moz-box-shadow:3px 3px 0px #ffb1b1;
	-o-box-shadow:3px 3px 0px #ffb1b1;
	box-shadow:3px 3px 0px #ffb1b1;
}
.counters .col-md-2:nth-child(11) .counters_value{
	background-color:#69d2e7;
	-webkit-box-shadow:3px 3px 0px #49b2c7;
	-moz-box-shadow:3px 3px 0px #49b2c7;
	-o-box-shadow:3px 3px 0px #49b2c7;
	box-shadow:3px 3px 0px #49b2c7;
}
.counters .col-md-2:nth-child(12) .counters_value{
	background-color:#60cd96;
	-webkit-box-shadow:3px 3px 0px #79e6af;
	-moz-box-shadow:3px 3px 0px #79e6af;
	-o-box-shadow:3px 3px 0px #79e6af;
	box-shadow:3px 3px 0px #79e6af;
}
.filtr-container{
	margin:30px 0 0 0;
	max-height:368px;
	overflow:hidden;
}
.filtr-item {
    padding: 1rem;
	text-align:center;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: #000;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    z-index: 1;
    bottom: 0;
    left: 0px;
    right: 0;
	top:100%;
	font-size: 12px;
	width:150px;
	height:150px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	margin:0 auto;
	visibility:hidden;
	opacity:0;
	line-height:150px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
  	-o-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}
.item-desc span{
	background-color:#fff;
	padding:5px;
}
.item-desc span a{
	color:#333;
}
.item-desc span a:hover{
	text-decoration:none;
}
.filtr-item:nth-child(2) img{
	background-color:#ffe2c4;
}
.filtr-item:nth-child(3) img{
	background-color:#c2c0ff;
}
.filtr-item:nth-child(4) img{
	background-color:#bec7e6;
}
.filtr-item:nth-child(5) img{
	background-color:#d6c390;
}
.filtr-item:nth-child(6) img{
	background-color:#f7a99d;
}
.filtr-item:nth-child(7) img{
	background-color:#e5c7d1;
}
.filtr-item:nth-child(8) img{
	background-color:#e0e9b0;
}
.filtr-item:nth-child(9) img{
	background-color:#bae082;
}
.filtr-item:nth-child(10) img{
	background-color:#f4c4da;
}
.filtr-item:nth-child(11) img{
	background-color:#addfea;
}
.filtr-item:nth-child(12) img{
	background-color:#aacf70;
}
.filtr-item:nth-child(13) img{
	background-color:#ffe2c4;
}
.filtr-item:nth-child(14) img{
	background-color:#c2c0ff;
}
.filtr-item:nth-child(15) img{
	background-color:#bec7e6;
}
.filtr-item:nth-child(16) img{
	background-color:#d6c390;
}
.filtr-item:nth-child(17) img{
	background-color:#f7a99d;
}
.filtr-item:nth-child(18) img{
	background-color:#e5c7d1;
}
.filtr-item:nth-child(19) img{
	background-color:#e0e9b0;
}
.filtr-item:nth-child(20) img{
	background-color:#bae082;
}
.filtr-item:nth-child(21) img{
	background-color:#f4c4da;
}
.filtr-item:nth-child(22) img{
	background-color:#addfea;
}
.filtr-item:nth-child(23) img{
	background-color:#aacf70;
}
.filtr-item:nth-child(24) img{
	background-color:#ffe2c4;
}
.filtr-item:nth-child(25) img{
	background-color:#c2c0ff;
}
.filtr-item:nth-child(26) img{
	background-color:#bec7e6;
}
.filtr-item:nth-child(27) img{
	background-color:#d6c390;
}
.filtr-item:nth-child(28) img{
	background-color:#f7a99d;
}
.filtr-item:nth-child(29) img{
	background-color:#e5c7d1;
}
.filtr-item:nth-child(30) img{
	background-color:#e0e9b0;
}
.filtr-item:nth-child(31) img{
	background-color:#bae082;
}
.filtr-item:nth-child(32) img{
	background-color:#f4c4da;
}
.filtr-item:nth-child(33) img{
	background-color:#addfea;
}
.filtr-item:nth-child(34) img{
	background-color:#aacf70;
}
.filtr-item:nth-child(35) img{
	background-color:#ffe2c4;
}
.filtr-item:nth-child(36) img{
	background-color:#c2c0ff;
}
.filtr-item:nth-child(37) img{
	background-color:#bec7e6;
}
.filtr-item:nth-child(38) img{
	background-color:#d6c390;
}
.filtr-item:nth-child(39) img{
	background-color:#f7a99d;
}
.filtr-item:nth-child(40) img{
	background-color:#e5c7d1;
}
.filtr-item:nth-child(41) img{
	background-color:#e0e9b0;
}
.filtr-item:nth-child(42) img{
	background-color:#bae082;
}
.filtr-item:nth-child(43) img{
	background-color:#f4c4da;
}
.filtr-item:nth-child(44) img{
	background-color:#addfea;
}
.filtr-item:nth-child(45) img{
	background-color:#aacf70;
}
.filtr-item:nth-child(46) img{
	background-color:#ffe2c4;
}
.filtr-item:nth-child(47) img{
	background-color:#c2c0ff;
}
.filtr-item:nth-child(48) img{
	background-color:#bec7e6;
}
.filtr-item:nth-child(49) img{
	background-color:#d6c390;
}
.filtr-item:nth-child(50) img{
	background-color:#f7a99d;
}
.filtr-item:nth-child(51) img{
	background-color:#e5c7d1;
}
.filtr-item:nth-child(52) img{
	background-color:#e0e9b0;
}
.filtr-item:nth-child(53) img{
	background-color:#bae082;
}
.filtr-item:nth-child(54) img{
	background-color:#f4c4da;
}
.filtr-item:nth-child(55) img{
	background-color:#addfea;
}
.filtr-item:nth-child(56) img{
	background-color:#aacf70;
}
.filtr-item:nth-child(57) img{
	background-color:#ffe2c4;
}
.filtr-item:nth-child(58) img{
	background-color:#c2c0ff;
}
.filtr-item:nth-child(59) img{
	background-color:#bec7e6;
}
.filtr-item:nth-child(60) img{
	background-color:#d6c390;
}
.filtr-item:nth-child(61) img{
	background-color:#f7a99d;
}
.filtr-item:nth-child(62) img{
	background-color:#e5c7d1;
}
.filtr-item:nth-child(63) img{
	background-color:#e0e9b0;
}
.filtr-item:nth-child(64) img{
	background-color:#bae082;
}
.filtr-item:nth-child(65) img{
	background-color:#f4c4da;
}
.filtr-item:nth-child(66) img{
	background-color:#addfea;
}
.filtr-item:nth-child(67) img{
	background-color:#aacf70;
}
.filtr-item:nth-child(68) img{
	background-color:#ffe2c4;
}
.filtr-item:nth-child(69) img{
	background-color:#c2c0ff;
}
.filtr-item:nth-child(70) img{
	background-color:#bec7e6;
}
.filtr-item:nth-child(71) img{
	background-color:#d6c390;
}
.filtr-item:nth-child(72) img{
	background-color:#f7a99d;
}
.filtr-item:nth-child(73) img{
	background-color:#e5c7d1;
}
.filtr-item:nth-child(74) img{
	background-color:#e0e9b0;
}
.filtr-item:nth-child(75) img{
	background-color:#bae082;
}
.filtr-item:nth-child(76) img{
	background-color:#f4c4da;
}
.filtr-item:nth-child(77) img{
	background-color:#addfea;
}
.filtr-item:nth-child(78) img{
	background-color:#aacf70;
}
.filtr-item:nth-child(79) img{
	background-color:#ffe2c4;
}
.filtr-item:nth-child(80) img{
	background-color:#c2c0ff;
}
.filtr-item:nth-child(81) img{
	background-color:#bec7e6;
}
.filtr-item:nth-child(82) img{
	background-color:#d6c390;
}
.filtr-item:nth-child(83) img{
	background-color:#f7a99d;
}
.filtr-item:nth-child(84) img{
	background-color:#e5c7d1;
}
.filtr-item:nth-child(85) img{
	background-color:#e0e9b0;
}
.filtr-item:nth-child(86) img{
	background-color:#bae082;
}
.filtr-item:nth-child(87) img{
	background-color:#f4c4da;
}
.filtr-item:nth-child(88) img{
	background-color:#addfea;
}
.filtr-item:nth-child(89) img{
	background-color:#aacf70;
}
.filtr-item:nth-child(90) img{
	background-color:#ffe2c4;
}
.filtr-item:nth-child(91) img{
	background-color:#c2c0ff;
}
.filtr-item:nth-child(92) img{
	background-color:#bec7e6;
}
.filtr-item:nth-child(93) img{
	background-color:#d6c390;
}
.filtr-item:nth-child(94) img{
	background-color:#f7a99d;
}
.filtr-item:nth-child(95) img{
	background-color:#e5c7d1;
}
.filtr-item:nth-child(96) img{
	background-color:#e0e9b0;
}
.filtr-item:nth-child(97) img{
	background-color:#bae082;
}
.filtr-item:nth-child(98) img{
	background-color:#f4c4da;
}
.filtr-item:nth-child(99) img{
	background-color:#addfea;
}
.filtr-item:nth-child(100) img{
	background-color:#aacf70;
}
.filtr-item img{
	display:inline-block;
	width:150px;
	height:150px;
	background-color:#fed665;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}
.single_filter{
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
  	-o-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
 }
.single_filter:hover .item-desc{
	visibility:visible;
	opacity:1;
	top:16px;
}

/* ==== Filter controls ===== */

.simplefilter li{
    color: #ff8b6b;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 6px;
	font-size: 12px;
}
.simplefilter li {
    background-color: transparent;
}
.simplefilter li.active {
    background-color: #767676;
	color:#fff;
}
.stages_gallery{
	padding:50px 0;
	min-height:515px;
}
.stages_gallery h2{
	font-size:20px;
	padding-bottom:30px;
	font-weight:bold;
}

/* ==== CLASSES COUNTERS ==== */

.classes_counters{
	padding:50px 0;
	background-image:url(../images/banner_time.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	background-position:center center;
	position:relative;
	z-index:2;
}
.classes_counters::before{
	content:'';
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:-1;
}
.classes_counters h2{
	color:#fff;
	font-size:24px;
	text-align:center;
	padding-bottom:70px;
	position:relative;
}
.classes_counters h2::before{
	content:'';
	position:absolute;
	left:0px;
	right:0px;
	bottom:45px;
	width:50px;
	height:2px;
	background-color:#fff;
	margin:0 auto;
}
.timer_value,
.timer{
	width:100%;
	display:block;
	text-align:center;
}
.timer_value{
	color:#fff;
	font-size:60px;
	font-family:verdana;
	margin-bottom:40px;
}
.timer{
	background-color:#739748;
	border-radius:5px;
	padding:15px 15px;
	color:#fff;
	text-transform:uppercase;
}
.classes_counters .col-md-2:nth-child(2) .timer{
	background-color:#ff8b6b;
}
.classes_counters .col-md-2:nth-child(3) .timer{
	background-color:#f3d474;
}
.classes_counters .col-md-2:nth-child(4) .timer{
	background-color:#69d2e7;
}
.classes_counters .col-md-2:nth-child(5) .timer{
	background-color:#fe95fe;
}
.classes_counters .col-md-2:nth-child(6) .timer{
	background-color:#60cd96;
}




/* ==== OUR TEACHERS ==== */

.our_teachers{
	/*background-image:url(../images/testimonial.jpg);*/
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	background-position:center center;
	position:relative;
	z-index:2;
	padding:50px 0 60px 0;
}
.our_teachers h2{
	font-size:18px;
	text-align:center;
	margin-bottom:30px;
	color:#000;
	background-color:rgba(255,255,255,0.7);
	width:50%;
	margin-right:auto;
	margin-left:auto;
	padding:13px;
	border-radius:15px 0px 15px 0;
}
.our_teachers h2::before{
	content:'';
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:#000;
	margin:0 auto;
}
.our_teachers .carousel-control{
	top:40%;
}
.teacher-h ul li{
	-webkit-transition: transform .6s ease-in-out;
	-moz-transition: transform .6s ease-in-out;
	-o-transition: transform .6s ease-in-out;		
	transition: transform .6s ease-in-out;	
}
.teacher-h ul:hover li:first-child{
	-webkit-transform: translateX(0rem);
	-moz-transform: translateX(0rem);
	-o-transform: translateX(0rem);
	transform: translateX(0rem);			
}
.teacher-h ul:hover li:nth-child(2){
	-webkit-transform: translateX(10rem);
	-moz-transform: translateX(10rem);
	-o-transform: translateX(10rem);
	transform: translateX(10rem);
}
.teacher-h ul:hover li:nth-child(3){
	-webkit-transform: translateX(20rem);
	-moz-transform: translateX(20rem);
	-o-transform: translateX(20rem);
	transform: translateX(20rem);
}
.teacher-h ul:hover li:nth-child(4){
	-webkit-transform: translateX(30rem);
	-moz-transform: translateX(30rem);
	-o-transform: translateX(30rem);
	transform: translateX(30rem);
}
.teacher-h ul:hover li:nth-child(5){
	-webkit-transform: translateX(40rem);
	-moz-transform: translateX(40rem);
	-o-transform: translateX(40rem);
	transform: translateX(40rem);
}
.teacher-h ul li:first-child{
	-webkit-transform: translateX(0rem);
	-moz-transform: translateX(0rem);
	-o-transform: translateX(0rem);
	transform: translateX(0rem);
	z-index:5;
}
.teacher-h ul li:nth-child(2){
	-webkit-transform: translateX(1.5rem);
	-moz-transform: translateX(1.5rem);
	-o-transform: translateX(1.5rem);
	transform: translateX(1.5rem);
	z-index:4;
}
.teacher-h ul li:nth-child(3){
	-webkit-transform: translateX(2.5rem);
	-moz-transform: translateX(2.5rem);
	-o-transform: translateX(2.5rem);
	transform: translateX(2.5rem);
	z-index:3;
}
.teacher-h ul li:nth-child(4){
	-webkit-transform: translateX(3.5rem);
	-moz-transform: translateX(3.5rem);
	-o-transform: translateX(3.5rem);
	transform: translateX(3.5rem);
	z-index:2;
}
.teacher-h ul li:nth-child(5){
	-webkit-transform: translateX(4.5rem);
	-moz-transform: translateX(4.5rem);
	-o-transform: translateX(4.5rem);
	transform: translateX(4.5rem);
	z-index:1;
}
.teacher-h ul li:nth-child(2) figcaption,
.teacher-h ul li:nth-child(3) figcaption,
.teacher-h ul li:nth-child(4) figcaption,
.teacher-h ul li:nth-child(5) figcaption{
	color:transparent;
}
.teacher-h ul:hover li:nth-child(2) figcaption,
.teacher-h ul:hover li:nth-child(3) figcaption,
.teacher-h ul:hover li:nth-child(4) figcaption,
.teacher-h ul:hover li:nth-child(5) figcaption{
	color:inherit;
}
.teachers{
	text-align:center;
	position:relative;
	width:18.5%;
	margin-right:10px;
	position:absolute;
	padding-bottom:5px;
}
.teachers:last-child{
	margin-right:0px;
}
.teachers figure{
	text-align:center;
	display:inline-block;
}
.teachers figure img{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	border:1px solid #ccc;
}
.teacher_hover{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	margin:0 auto;
	background-color:rgba(0, 5, 85, 0.7);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	width:140px;
	height:142px;
	opacity:0;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);	
	transform:scale(0);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	padding:45px 0 0 0;
	font-size:10px;
	line-height:16px;
	color:#fff;
}
.teachers:nth-child(2) .teacher_hover{
	background-color:rgba(130, 134, 66, 0.7);
}
.teachers:nth-child(3) .teacher_hover{
	background-color:rgba(238, 158, 2, 0.7);
}
.teachers:nth-child(4) .teacher_hover{
	background-color:rgba(233, 167, 220, 0.7);
}
.teachers:nth-child(5) .teacher_hover{
	background-color:rgba(125, 170, 221, 0.7);
}
.teachers:hover .teacher_hover{
	opacity:1;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.teachers a{
	display:inline-block;
	border:1px solid #fff;
	padding:5px;
	font-size:10px;
	color:#fff;
	margin-top:10px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
  	-o-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}
.teachers a:hover{
	text-decoration:none;
	background-color:#fff;
	color:#000;
}
.teachers h3{
	font-size:12px;
	padding:15px 0 10px 0;
}
.teachers h4{
	font-size:10px;
}
.tech h3{
	font-size:16px;
	color:#000;
	padding-bottom:10px;
}
.tech p{
	font-size:14px;
	color:#000;
	line-height:27px;
	padding:18px;
	background-color:rgba(255,255,255,0.7);
	height:265px;
	overflow:hidden;
	border-radius:15px;
	text-align:justify;
}
.teachers_n{
	float: left;
    margin-right: 40px;
    position: relative;
    text-align: center;
    width:17.1%;
	overflow:hidden;
	margin-top:50px;
}
.teacher_n a{
	display:block;
}
.teachers_n:first-child{
	-webkit-border-radius:0% 0 0 0;
	-moz-border-radius:0% 0 0 0;
	-o-border-radius:0% 0 0 0;
	border-radius:0% 0 0 0;
	border:1px solid #ff9f9f;
}
.teachers_n:nth-child(2){
	-webkit-border-radius:0 0 0 0%;
	-moz-border-radius:0 0 0 0%;
	-o-border-radius:0 0 0 0%;
	border-radius:0 0 0 0%;
	border:1px solid #69d2e7;
}
.teachers_n:nth-child(3){
	-webkit-border-radius:0% 0% 0 0;
	-moz-border-radius:0% 0% 0 0;
	-o-border-radius:0% 0% 0 0;
	border-radius:0% 0% 0 0;
	border:1px solid #f3d474;
}
.teachers_n:nth-child(4){
	-webkit-border-radius:0 0 0% 0;
	-moz-border-radius:0 0 0% 0;
	-o-border-radius:0 0 0% 0;
	border-radius:0 0 0% 0;
	border:1px solid #9d87c3;
}
.teachers_n:nth-child(5){
	-webkit-border-radius:0 0% 0 0;
	-moz-border-radius:0 0% 0 0;
	-o-border-radius:0 0% 0 0;
	border-radius:0 0% 0 0;
	border:1px solid #94e2d8;
	margin-right:0px;
}
.teachers_n:first-child .teacher_n figcaption{
	border-top:1px solid #ff9f9f;
}
.teachers_n:nth-child(2) .teacher_n figcaption{
	border-bottom:1px solid #69d2e7;
}
.teachers_n:nth-child(3) .teacher_n figcaption{
	border-top:1px solid #f3d474;
}
.teachers_n:nth-child(4) .teacher_n figcaption{
	border-bottom:1px solid #9d87c3;
}
.teachers_n:nth-child(5) .teacher_n figcaption{
	border-top:1px solid #60cd96;
}
.teachers_n:nth-child(2) .teacher_n img{
	-webkit-border-radius:0 0 0 0%;
	-moz-border-radius:0 0 0 0%;
	-o-border-radius:0 0 0 0%;
	border-radius:0 0 0 0%;
	left:2px;
	position:relative;
}
.teachers_n:nth-child(2) .teacher_n .teacher_hover_n img{
	-webkit-border-radius:0 0 0 0%;
	-moz-border-radius:0 0 0 0%;
	-o-border-radius:0 0 0 0%;
	border-radius:0 0 0 0%;
	position:relative;
	bottom:0px;
	left:2px;
}
.teachers_n:nth-child(4) .teacher_n img{
	-webkit-border-radius:0 0 0% 0;
	-moz-border-radius:0 0 0% 0;
	-o-border-radius:0 0 0% 0;
	border-radius:0 0 0% 0;
	right:2px;
	position:relative;
}
.teachers_n:nth-child(4) .teacher_n .teacher_hover_n img{
	-webkit-border-radius:0 0 0% 0;
	-moz-border-radius:0 0 0% 0;
	-o-border-radius:0 0 0% 0;
	border-radius:0 0 0% 0;
	position:relative;
	bottom:0px;
	right:2px;
}
.teacher_n{
	text-align:center;
	position:relative;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
  	-o-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}
.teacher_n img{
	width:100%;
	display:block;
}
.teacher_hover_n{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	margin:0 auto;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
  	-o-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}
.teachers_n:nth-child(4) .teacher_n .teacher_hover_n{
	bottom:0px;
	top:inherit;
}
.teachers_n:nth-child(2) .teacher_n .teacher_hover_n{
	bottom:0px;
	top:inherit;
}
/*.teacher_n:hover .teacher_hover_n{
	opacity:1;
	visibility:visible;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	backface-visibility: hidden;    
	-webkit-filter: blur(0);
}*/
.teachers_n .teacher_n img{
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
  	-o-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}
.teachers_n:nth-child(1) .over-img{
	background: #ff9f9f; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9f9f 0%, #fff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9f9f 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9f9f 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.teachers_n:nth-child(2) .over-img{
	background: #00d2ff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #00d2ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff 0%,#00d2ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff 0%,#00d2ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.teachers_n:nth-child(3) .over-img{
	background: #f3d474; /* Old browsers */
	background: -moz-linear-gradient(top, #f3d474 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f3d474 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f3d474 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.teachers_n:nth-child(4) .over-img{
	background: #9d87c3; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #9d87c3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff 0%,#9d87c3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff 0%,#9d87c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.teachers_n:nth-child(5) .over-img{
	background: #60cd96; /* Old browsers */
	background: -moz-linear-gradient(top, #94e2d8 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #94e2d8 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #94e2d8 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.over-img{
	overflow:hidden;
	position:relative;
}
.teacher_n h3{
    font-size: 12px;
    padding: 15px 0 10px;
}
.teacher_n h4{
    font-size: 10px;
}
.teacher_n figcaption{
	padding-bottom:10px;
}
.teachers_n:nth-child(2) .teacher_n figcaption{
	border-top:none;
	padding-bottom:10px;
}
.teachers_n:nth-child(4) .teacher_n figcaption{
	border-top:none;
	padding-bottom:10px;
}
.teacher_n:hover .front-img{
	opacity:0;
}
.teacher-list{
	padding-top:30px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
  	-o-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}
.teacher-list .teacher-hold{
	margin-bottom:20px;
	padding-bottom:15px;
	position:relative;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
  	-o-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}
.teacher-list .teacher-,
.teacher-photo{
	position:relative;
}
.teacher-list .teacher-inner .hover-img{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	bottom:0;
	right:0;
	visibility:hidden;
}
.teacher-list .teacher-inner .hover-img img{
	margin:0 auto;
}
.teacher-photo img{
	width:100%;
}
.teacher-list .teacher-inner h3{
	font-size:12px;
	margin-top:25px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.teacher-list .teacher-inner span{
	display:block;
	color:#231f20;
	margin-bottom:8px;
	font-size:10px;
}
.teacher-list .teacher-inner a{
	display:inline-block;
	padding:5px 20px;
	color:#fff;
	opacity:0;
}
.teacher-list .teacher-hold .teacher-inner .teacher-photo{
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
  	-o-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}
.teacher-list .teacher-hold:hover .teacher-inner .teacher-photo{
	-webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.teacher-list .teacher-inner:hover .hover-img{
	opacity:1;
	visibility:visible;
}
.teacher-list .teacher-inner:hover .first-img{
	opacity:0;
	visibility:hidden;
}
.teacher-list .teacher-hold:hover .teacher-inner a{
	opacity:1;
}
.teacher-hold{
    float: left;
    margin-right: 40px;
    margin-top: 50px;
    position: relative;
    text-align: center;
    width: 16.5%;
}
.more_teacher{
	position:absolute;
	right:40px;
	bottom:20px;
	padding:10px 25px;
	border:1px solid #2ed0d4;
	background-color:rgba(46, 208, 212, 0.7);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	color:#81ffff;
	z-index:2;
}
.more_teacher:focus,
.more_teacher:active,
.more_teacher:hover{
	color:#81ffff;
	border:1px solid #2ed0d4 !important;
}
.our_teachers .carousel{
	margin-bottom:0px;
	border:2px solid #ccc;
	border-radius:10px;
}
.our_teachers .carousel img{
	border-radius:10px;
}
.teacher_bgs,
.teacher_bgs .item img{
	border:none !important;
	border-radius:0px !important;
}
.teacher_bgs .item img{
	width:100%;
	-webkit-filter: blur(5px); /* Safari */
    filter: blur(5px);
}
.teacher_bgs{
	position:relative;
}
.teacher_bgs::before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:1;
}

.education_details{
	display:table;
	width:100%;
	margin-top:20px;
}
.t_edu_detail{
	display:table-cell;
}
.t_edu_detail1{
	/*width: 622px;*/
	width:100%;
	margin-top: -15px;
	color: #060;
}
.t_heading{
	background-color: rgba(255, 255, 255, 0.2);
    border-bottom: 4px double #000;
    border-top: 4px double;
    padding: 10px;
	font-size:12px;
}
.t_heading1{
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.2);
    border-bottom: 4px double #000;
    border-top: 4px double #000;
    padding: 10px;
	font-size:20px;
}
#skyacc{
	color:#00aff0;
}
.t_edu_detail:nth-child(2) .t_heading,
.t_edu_detail:nth-child(2) .t_value{
	max-width:370px;
}
.t_value{
	padding:10px;
	background-color: rgba(255, 255, 255, 0.1);
	font-size:11px;
	min-height:100px;
	text-align:left !important;
}
.our_teachers.direct_cls_slider{
	padding:0px;
}
.our_teachers .teacher_abs{
	position:absolute;
	left:0px;
	right:0px;
	top:65px;
	z-index:2;
}
.abs_slider{
	padding:0px;
	border:none !important;
	border-radius:0px !important;
	position:relative;
}
.abs_slider::before{
	position:absolute;
	top:0px;
	right:0px;
	background-color:rgba(46, 208, 212, 0.7);
	content:'';
	width:100%;
	height:100%;
	z-index:1;
}
.abs_slider img{
	width:100%;
	border:none !important;
	border-radius:0px !important;
}

/* ==== TESTIMONIALS HOME ==== */

.testimonials{
	padding:50px 0;
	background-image:url(../images/testimonial.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	background-position:center center;
	position:relative;
	z-index:2;
	height:500px;
}
.testimonials::before{
	content:'';
	background-color:rgba(0,0,0,0.50);
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:-1;
}
.testi_cnt{	
	text-align:center;
	color:#fff;
	width:95%;
	margin:0 auto;
}
.testi_cnt img{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}
.carousel-control.left,
.carousel-control.right{
	background:none;
}
.carousel-control{
	opacity:1 !important;
}
.carousel-control .fa{
	width:40px;
	height:40px;
	background-color:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	line-height:40px;
	color:#333;
}
.testimonials h2{
	color:#fff;
	font-size:24px;
	text-align:center;
	position:relative;
	padding-bottom:30px;
	margin-bottom:30px;
}
.testimonials h2::before{
	content:'';
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:#fff;
	margin:0 auto;
}
.testimonials .item p{
	font-size:13px;
	padding-bottom:25px;
	line-height:20px;
	text-align:justify;
}
.testimonials .item h3{
	font-size:18px;
	padding-bottom:10px;
}
.testimonials .item span{
	font-size:14px;
}
.testimonials .carousel-control{
	top:50%;
	font-size:30px;
}

/* ==== EVENTS ==== */

.events{
	padding:50px 0;
}
.events h2{
	color:#333;
	font-size:24px;
	text-align:center;
	position:relative;
	padding-bottom:20px;
	margin-bottom:30px;
}
.events h2::before{
	content:'';
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:#333;
	margin:0 auto;
}
.event{
	-webkit-box-shadow:0 0 3px #333;
	-moz-box-shadow:0 0 3px #333;
	-o-box-shadow:0 0 3px #333;
	box-shadow:0 0 3px #333;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
	min-height:260px;
	max-height:260px;
}
.event_archive{
	max-height:inherit;
}
.event_archive h3{
	min-height:60px;
}
.event_archive a{
	position:static !important;
	display:block;
	text-align:right;
	padding:10px 0;
}
.event figure,
.event figcaption{
	/* width:50%;
	float:left; */
}
.event_archive figcaption{
	padding:10px;
}
.event figure img{
	width:100%;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
  	-o-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}
.event .figcaption{
	padding:10px 10px 25px 10px;
}
.event h3{
	font-size:12px;
	line-height:17px;
	font-weight:bold;
	padding-bottom:5px;
}
.event p{
	font-size:12px;
	line-height:16px;
	min-height:85px;
}
.event a{
	font-size:12px;
	position:absolute;
	bottom:20px;
	right:10px;
	color:#333;
	font-family: 'Bubblegum Sans', cursive;
}
.event a:hover{
	color:red;
}
.event figure{
	overflow:hidden;
}
.event:hover figure img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.event_date{
	position:absolute;
	left:10px;
	top:10px;
	background-color:rgba(46, 208, 212, 0.7);
	padding:5px;
	text-align:center;
	border-radius:7px;
}
.event_date ul{
	margin:0px;
	padding:0px;
}
.event_date ul li{
	color:#fff;
	font-size:14px;
	font-family:tahoma;
}
.event_date ul li:nth-child(2){
	font-size:24px;
	padding:10px 30px;
}
.events .quick_testi{
	background-color:#2ed0d4;
	min-height:550px;
	border-radius:5px;
}
.events .quick_testi .more_teacher{
	bottom:5px;
	background-color:rgba(255,255,255,0.7);
	color:#000;
	font-size:12px;
}
.testi_img_cnt{
	overflow:hidden;
	margin-top:40px;
	padding:0 21px;
}
.events .testi_img{
	float:left;
}
.events .testi_img:first-child{
	width:25%;
}
.events .testi_img img{
	width:100%;
}
.testi_img h3{
	margin-top:20px;
	margin-left:20px;
	margin-bottom:5px;
	font-size:16px;
}
.testi_img span{
	font-size:14px;
}
.testi_cnt_cnt{
	position:relative;
}
.testi_cnt_cnt::after{
    border-bottom:35px solid transparent;
    border-left:35px solid #fff;
    content: "";
    display: block;
    height: 0;
    width: 0;
	position:absolute;
	bottom:-33px;
	left:35%;
}
.testi_cnt p{
	margin:25px 0 0 0;
	line-height:20px;
	background-color:#fff;
	color:#333;
	width:87%;
	display:inline-block;
	padding:10px;
	position:relative;
	overflow-y:scroll;
	height:325px;
}
/* .testi_cnt p::after{
    border-bottom:35px solid transparent;
    border-left:35px solid #fff;
    content: "";
    display: block;
    height: 0;
    width: 0;
	position:absolute;
	bottom:-35px;
	left:35%;
} */
.testi_cnt p a{
	font-size:12px;
	color:#2ed0d4;
}
.quick_testi .carousel-indicators{
	bottom:-35px;
}

/* ==== FOOTER ==== */

.footer{
	background-color:#45e7eb;
	padding:50px 0;
}
.footer h2{
	color:#000;
	font-size:16px;
	padding-bottom:20px;
	position:relative;
	margin-bottom:30px;
}
.footer h2::before{
	position:absolute;
	left:0px;
	bottom:0px;
	content:'';
	width:50px;
	height:2px;
	background-color:#000;
}
.footer p{
	color:#000;
	font-size:14px;
	line-height:20px;
	text-indent:80px;
	text-align:justify;
}
.footer .col-md-3 iframe{
	width:100% !important;
}
.footer input[type="text"],
.footer textarea{
	background-color:#fff;
	-webkit-box-shadow:2px 3px 0px #ccc;
	-moz-box-shadow:2px 3px 0px #ccc;
	-o-box-shadow:2px 3px 0px #ccc;
	box-shadow:2px 3px 0px #ccc;
	width:100%;
	border:none;
	padding:10px;
	border-radius:7px;
	margin-bottom:15px;
	color:#333;
	resize:vertical;
}
.footer input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#333;
}
.footer input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	color:#333;
   	opacity:1;
}
.footer input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
   	color:#333;
   	opacity:1;
}
.footer input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   	color:#333;
}
.footer textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#333;
}
.footer textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	color:#333;
   	opacity:1;
}
.footer textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   	color:#333;
   	opacity:1;
}
.footer textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   	color:#333;
}
.footer input[type="submit"]{
	background-color:#333;
	-webkit-box-shadow:2px 3px 0px #000;
	-moz-box-shadow:2px 3px 0px #000;
	-o-box-shadow:2px 3px 0px #000;
	box-shadow:2px 3px 0px #000;
	padding:10px;
	text-transform:uppercase;
	border:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px;
	color:#fff;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
  	-o-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}
.footer input[type="submit"]:focus{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}
.sub_footer{
	background-color:#404547;
	padding:20px 0;
	color:#fff;
}
.sub_footer p{
	font-size:13px;
	text-align:center !important;
	font-weight:bold;
}
.gmail_ico{
	background-image:url(../images/gmail.png);
	background-repeat:no-repeat;
	background-position:center;
	width:28px;
	height:20px;
}
#topbtn{
	position:fixed;
	right:15px;
	bottom:15px;
	background-color:#f98f6f;
	padding:10px 12px;
	color:#fff;
	z-index:15;
	font-size:20px;
	outline:none;
	display:none;
}
.quick_links{
	margin:0px;
	padding:0px;
}
.quick_links li{
	margin:0px 0px 20px 0px;
	padding:0px;
	position:relative;
}
.quick_links li:last-child{
	margin:0px;
}
.quick_links li a{
	color:#000;
	padding-left:30px;
}
/*.quick_links li::before{*/
/*	position:absolute;*/
/*	left:0px;*/
/*	top:0px;*/
/*	font-family:FontAwesome;*/
/*	color:#000;*/
/*	font-size:20px;*/
/*	content:'\f08e';*/
/*}*/

/* MEGA MENU STYLE
********************************/ 

.mega-menu {
	padding: 10px ! important;
	width: 750px;
  	border-radius: 0;
  	margin-top: 0px;
	}

	.mega-menu li {
		display: inline-block;
		float: left;
		font-size: 0.94rem;
		padding: 3px 0 7px;
		border-bottom:1px solid #ccc;
		width:100%;
		}

		.mega-menu li.mega-menu-column {
			margin-right: 20px;
			width: 150px;
			border:none;
			}

			.mega-menu .nav-header {
			padding: 0 !important;
			margin-bottom: 10px;
			display: inline-block;
			width: 100%;
			border-bottom: 1px solid #ddd;
			}
      .mega-menu img { padding-bottom: 10px;}
	  
/* Disable Toggle style
********************************/  

/* Dropdown Toggle on style */
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: inherit; /* Set to inherit when using mouse hover to open dropdown */
    color: inherit;
    }   
    /* Toggle off style */
    .navbar .nav li.dropdown.open.active > .dropdown-toggle,
    .navbar .nav > li.dropdown > a:focus { 
    background: inherit;
    color: inherit;
    }
    /* Toggle hover */
    .navbar .nav li.dropdown > .dropdown-toggle:hover,
    .navbar .nav li.dropdown.open > .dropdown-toggle:hover {
   
    }
            
            
    /* Toggle caret*/
    .navbar .nav li.dropdown > .dropdown-toggle .caret {
        border-bottom-color:;
        border-top-color:;
        }
        /* Toggle caret hover */
        .navbar .nav li.dropdown > a:hover .caret, 
        .navbar .nav li.dropdown > a:focus .caret {
        border-bottom-color: #333;
        border-top-color: #333;
        }
        /* Toggle caret active */
        .navbar .nav li.dropdown.open > .dropdown-toggle .caret, 
        .navbar .nav li.dropdown.active > .dropdown-toggle .caret, 
        .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
        border-bottom-color:#333;
        border-top-color: #333;
        }



/* Hover style
********************************/ 
.navbar .nav > li > a, .mega-menu a
 { 
  -webkit-transition: all 200ms ease;
	 -moz-transition: all 200ms ease;
	  -ms-transition: all 200ms ease;
	   -o-transition: all 200ms ease;
	      transition: all 200ms ease; 
	
		 /* -webkit-transform: translate3d(0, 0, 0); Webkit Hardware Acceleration*/ 
	     -webkit-backface-visibility: hidden; /* Safari Flicker Fix #2 */
	     -webkit-transform: translateZ(0);
}	

/* ==== LOGIN AND REGISTRATION ==== */

.login_reg{
	padding:50px 0;
}
.login_reg h2{
	text-align:center;
	font-size:24px;
	padding-bottom:30px;
}
.login_reg p{
	line-height:22px;
	text-align:justify;
}
.home_login{
	background-color:#f5683d;
	width:100%;
	margin:40px auto 0;
	min-height:420px;
	position:relative;
	-webkit-box-shadow:1px 1px 3px #777;
	-moz-box-shadow:1px 1px 3px #777;
	-o-box-shadow:1px 1px 3px #777;

	box-shadow:1px 1px 3px #777;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}
/*.home_login::before{*/
/*	position:absolute;*/
/*	left:0px;*/
/*	top:-30px;*/
/*	font-family:FontAwesome;*/
/*	content:'\f040';*/
/*	width:60px;*/
/*	height:60px;*/
/*	-webkit-border-radius:50%;*/
/*	-moz-border-radius:50%;*/
/*	-o-border-radius:50%;*/
/*	border-radius:50%;*/
/*	margin:0 auto;*/
/*	right:0px;*/
/*	background-color:#ffd202;*/
/*	line-height:60px;*/
/*	text-align:center;*/
/*	color:#fff;*/
/*	font-size:25px;*/
/*	-webkit-text-shadow:0 0 3px #ccc;*/
/*	-moz-text-shadow:0 0 3px #ccc;*/
/*	-o-text-shadow:0 0 3px #ccc;*/
/*	text-shadow:0 0 3px #ccc;*/
/*}*/
.home_login h3{
	text-align:center;
	padding:60px 0 10px 0;
	color:#fff;
	font-size:20px;
	margin-bottom:0px;
}
.home_login span.santha{
	text-align:center;
	font-size:14px;
	padding:15px 0;
	display:block;
	color: #ff8460;
	font-weight:bold;
}
.home_login form{
	width:70%;
	margin:0 auto;
}
.home_login input{
	width:100%;
	padding:10px;
	margin-bottom:15px;
	border:none;
	background-color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	font-size:16px;
}
.login-bg{
	background-color:#2ed0d4;
}
.login-bg::before{
	content:'\f007';
}
.home_login input[type="submit"]{
	background-color:#ff8460;
	-webkit-box-shadow:2px 3px 0px #a33c1b;
	-moz-box-shadow:2px 3px 0px #a33c1b;
	-o-box-shadow:2px 3px 0px #a33c1b;
	box-shadow:2px 3px 0px #a33c1b;
	color:#fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease; 
}
.login-bg input[type="submit"]{
	background-color:#35e8ec;
	-webkit-box-shadow:2px 3px 0px #23a0a4;
	-moz-box-shadow:2px 3px 0px #23a0a4;
	-o-box-shadow:2px 3px 0px #23a0a4;
	box-shadow:2px 3px 0px #23a0a4;
}
.home_login input[type="submit"]:focus{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}
.login-bg a{
	color:#333;
	text-align:center;
	display:block;
	margin-top:30px;
	font-size:20px;
	font-family:tahoma;
}

.login-register .nav-tabs li{
	background-color:#d0d0d0;
	border-top:5px solid #d0d0d0;
	text-align:center;
	width:100%;
}
.login-register .nav-tabs li a{
	border:none;
	background:none;
	padding:15px 30px;
	color:#333;
}
.login-register .nav-tabs li:first-child{
	border-left:1px solid #d0d0d0;
}
.login-register .nav-tabs li:last-child{
	border-right:1px solid #d0d0d0;
}
.login-register .nav-tabs li.active{
	background-color:#fff;
	border-top:5px solid #2ed0d4;
}
.login-register .nav-tabs li.active a{
	color:#2ed0d4;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border:none;
}
.login-register .nav-tabs li a .fa{
	width:100%;
}
.login-register .home_login_new{
	text-align:center;
	padding:15px 0;
	height:330px;
}
.login-register .home_login_new input{
	padding:10px 10px 10px 20px;
	border:1px solid #d0d0d0;
	margin-bottom:10px;
	width:75%;
	font-size:14px;
	height:40px;
}
.login-register .home_login_new input[type="submit"]{
	background-color:#2ed0d4;
	color:#fff;
	border:1px solid #2ed0d4;
	text-transform:uppercase;
}
.login-register .tab-content > .tab-pane{
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-bottom:2px solid #2ed0d4;
}
.login-register .nav-tabs{
	border-bottom:1px solid #efefef;
}
.login-bg-new form{
	padding-top:40px;
}

.home_login_new input[type="text"]::-webkit-input-placeholder,
.home_login_new input[type="password"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#d0d0d0;
}
.home_login_new input[type="text"]:-moz-placeholder,
.home_login_new input[type="password"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	color:#d0d0d0;
   	opacity:1;
}
.home_login_new input[type="text"]::-moz-placeholder,
.home_login_new input[type="password"]::-moz-placeholder { /* Mozilla Firefox 19+ */

   	color:#d0d0d0;
   	opacity:1;
}
.home_login_new input[type="text"]:-ms-input-placeholder,
.home_login_new input[type="password"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   	color:#d0d0d0;
}
.home_login_new a{
	display:inline-block;
	font-size:16px;
	padding:20px 0;
	font-family:Tahoma, Geneva, sans-serif;
	color:#2ed0d4;
	margin-right:0px;
}

/* ==== ABOUT US ==== */

.inner_banner{
	background-image:url(../images/book1.png);
	background-repeat:no-repeat;
	background-color:rgba(40, 208, 212, 0.8);
	width:100%;
	min-height:235px;
	background-size:100%;
	position:relative;
	z-index:1;
}
.inner_banner::before{
	background-color:transparent;
	width:100%;
	height:100%;
	content:'';
	position:absolute;
	z-index:-1;
}
.inner_banner h2{
	position:absolute;
	top:54%;
	color:#333;
	left:0px;
	right:0px;
	text-align:center;
	font-size:22px;
}
ul.breadcum{
	margin:0px;
	padding:0px;
	position:absolute;
	left:0px;
	right:0px;
	bottom:40px;
	text-align:center;
}
ul.breadcum li{
	display:inline;
	color:#fff;
	font-size:12px;
	position:relative;
	margin-right:20px;
}
ul.breadcum li::after{
	content:'/';
	position:absolute;
	right:-15px;
	bottom:2px;
}
ul.breadcum li:last-child::after{
	display:none;
}
ul.breadcum li:last-child{
	margin:0px;
}
ul.breadcum li a{
	color:#000;
}
.about_cnt a,
.learning_process a{
	color:#2ed0d4;
}
.about_cnt{
	width:60%;
	text-align:center;
	margin:0 auto;
	padding:40px 0;
}
.about_cnt h2,
.learning_process h2{
	font-size:26px;
	color:#2ed0d4;
	margin-bottom:30px;
}
.about_cnt p,
.learning_process p{
	font-size:16px;
	line-height:23px;
	text-align:justify;
}
.about_cnt p{
	margin-bottom:20px;
}
.learning_process{
	background-color:#fbfbfb;
	padding:40px 0;
	border-bottom:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
}
.learning_process h2{
	font-size:20px;
}
.fontsi{
	font-size:16px !important;
}
.learning_process p{
	line-height:24px;
	text-indent:60px;
	font-size:14px;
}
.learning_process img{
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	border-radius:25px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease; 
}
.learning_process figure{
	overflow:hidden;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	border-radius:25px;
	width:330px;
	height:500px;
	margin:0 auto;
}
.learning_process.wishes figure{
	width:350px;
	height:350px;
}
/*.learning_process figure:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}*/
.bg-white{
	background-color:#fff !important;
}
.mt{
	margin-top:20px;
}
.details_click .details_click_single{
	width:30%;
	display:inline-block;
	margin:0 110px;
}
.details_click p{
	text-indent:0px;
	text-align:center;
	font-size:14px;
}
.details_click a{
	display:inline-block;
	border:2px solid #2ed0d4;
	padding:10px;
	margin-top:15px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease; 
}
.details_click a:focus,
.details_click a:hover{
	text-decoration:none;
}
.details_click a:hover{
	background-color:#2ed0d4;
	color:#fff;
}

/* ==== REGISTRATION ===== */

.online_registration{
	padding:30px 0;
}
.online_registration .home_login{
	background-color:#f1f1f1;
}
.online_registration .home_login form{
	width:90%;
}
.online_registration .home_login input{
	width:41.6667%;
	border:1px solid #dcdcdc;
}
.online_registration .home_login input[type="submit"]{
	width:100%;
}
.online_registration .home_login label{
	padding-top:10px !important;
	line-height:22px;
	font-size:14px;
}
.online_registration .home_login label a{
	color:#2ed0d4;
}
.online_registration .home_login input[type="submit"]{
	border:none;
	float:right;

	margin:15px 0;
}
.online_registration .home_login h3{
	color:#2ed0d4;
}
.online_registration .home_login::before {
    background-color:#2ed0d4;
}
.online_registration .home_login select{
	background-image:url(../images/down_arrow.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:30px 15px;
	padding:10px 30px 10px 5px;
	margin-bottom:10px;
	background-color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	border:1px solid #dcdcdc;
}

.contact_info{
	padding:40px 0;
}
.contact_info .contact{
	-webkit-box-shadow:0px 0px 2px #333;
	-moz-box-shadow:0px 0px 2px #333;
	-o-box-shadow:0px 0px 2px #333;
	box-shadow:0px 0px 2px #333;
	padding:40px 0 20px 0;
	width:100%;
	margin-right:20px;
	position:relative;
	display:inline-block;
	text-align:center;
}
.contact_info .col-md-3::before{
	position:absolute;
	left:0px;
	top:-30px;
	font-family:FontAwesome;
	width:60px;
	height:60px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	margin:0 auto;
	right:0px;
	line-height:60px;
	color:#fff;
	font-size:25px;
	-webkit-text-shadow:0 0 3px #ccc;
	-moz-text-shadow:0 0 3px #ccc;
	-o-text-shadow:0 0 3px #ccc;
	text-shadow:0 0 3px #ccc;
	text-align:center;
	z-index:2;
}
.contact_info .col-md-3:first-child::before{
	background-color:#eebd47;
	content:'\f17e';
}
/*.contact_info .col-md-3:nth-child(2)::before{*/
/*	background-color:#18caaa;*/
/*	content:'\f095';*/
/*}*/
.contact_info .col-md-3:nth-child(3)::before{
	background-color:#f6706d;
	content:'\f0e0';
}
/*.contact_info .col-md-3:last-child::before{*/
/*	background-color:#333;*/
/*	content:'\f08e';*/
/*}*/
.contact_info .col-md-3:first-child .contact{	
	border-bottom:2px solid #eebd47;
}
.contact_info .col-md-3:nth-child(2) .contact{
	border-bottom:2px solid #18caaa;
}
.contact_info .col-md-3:nth-child(3) .contact{
	border-bottom:2px solid #f6706d;
}
.contact_info .col-md-3:last-child .contact{
	border-bottom:2px solid #333;
}
.contact .fa{
	font-size:16px;
}
.contact .fa-facebook-square{
	color:#3b5998;
}
.contact .fa-twitter-square{
	color:#1da1f2;
}
.contact .fa-youtube-play{
	color:#cd201f;
}
.contact .fa-google-plus-square{
	color:#dd4b39;
}
.contact_info h2{
	font-size:22px;
	padding-bottom:30px;
}
.contact_info p{
	font-size:16px;
	line-height:24px;
	padding-bottom:70px;
	text-align:justify;
}
.contact_info .text-center .col-md-3{
	float:none;
	display:inline-block;
}
.contact_info h3{
	font-weight:bold;
	font-variant:small-caps;
	font-size:16px;
	padding-bottom:20px;
}
.contact_info ul li{
	font-size:14px;
	padding-bottom:7px;
	font-family:tahoma;
	color:#333;
}
.contact_form{
	margin-top:60px;
	padding:30px;
	-webkit-box-shadow:0 0 3px #ccc;
	-moz-box-shadow:0 0 3px #ccc;
	-o-box-shadow:0 0 3px #ccc;
	box-shadow:0 0 3px #ccc;
}
.contact_form label{
	margin-bottom:8px;
	font-family:tahoma;
	font-size:14px;
	color:#000;
}
.contact_form input[type="submit"]{
	margin-left:15px;
	background-color:#2ed0d4 !important;
	color:#fff !important;
	border:none;
}
.contact_form textarea{
	resize:vertical;
	min-height:71px;
}
.tamil_academy_address{
	margin-top:60px;
	-webkit-box-shadow:0 0 3px #ccc;
	-moz-box-shadow:0 0 3px #ccc;
	-o-box-shadow:0 0 3px #ccc;
	box-shadow:0 0 3px #ccc;
	padding:30px;
	min-height:392px !important;
}
.tamil_academy_address p{
	padding:0 !important;
	line-height:24px;
}
.tamil_academy_address h3{
	font-size:18px;
	padding:0 0 15px 0;
}
.tamil_academy_address h3:nth-of-type(2){
	padding:30px 0 15px 0 !important;
}
.getfriend{
	float:right;
	text-align:center;
	display:none;
}
.getfriend input[type="text"]{
	width:100%;
}
.home_login textarea{
	border:1px solid #dcdcdc;
	padding:10px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	border-radius:7px;
}
.form-group{
	overflow:auto;
}
.online_registration h3{
	font-size:20px;
	color:#000;
}
.online_registration .log{
	margin-top:50px;
}
.online_registration .log_c{
	margin-top:50px;
	text-align:center;
}
.online_registration .log_c .or{
	vertical-align:middle;
	margin-top:65px;
	text-transform:uppercase;
	font-style:italic;
	position:relative;
}
.online_registration .log_c .or::before,
.online_registration .log_c .or::after{
	position:absolute;
	left:35px;
	width:1px;
	height:45px;
	background-color:#ccc;
	content:'';
}

.online_registration .log_c .or::before{
	top:-65px;
}
.online_registration .log_c .or::after{
	bottom:-65px;
}
.online_registration .student_login input[type="text"],
.online_registration .student_login input[type="password"]{
	background-color:#eaeaea;
	padding:10px;
	border:none;
	color:#a79999;
	font-size:14px;
	height:45px;
	margin-bottom:15px;
}
.online_registration .student_login input[type="submit"]{
	background-color:#222;
	color:#fff;
	border:none;
	border-radius:0px;
	float:right;
}
.online_registration p{
	margin-top:20px;
	display:block;
	color:#a3a3a3;
	font-size:14px;
}

.online_registration .student_login input[type="button"].forgot{
	display:block;
	color:#a79999;
	background:none;
	border:none;
	padding:5px 0;
}
.online_registration .student_login input[type="button"].forgot:hover{
	color:#000;
}

.online_registration .student_login a.forgot{
	display:block;
	color:#a79999;
}
.online_registration .student_login a.forgot:hover{
	color:#000;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
	color:#a79999;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #eaeaea;
    color: #a79999;
	font-size:12px;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}
.check_b{
	float:left;
	widows:50%;
}
.online_registration ul{
	margin:0px;
	padding:0px;
}
.online_registration ul li{
	list-style:none;
	margin-bottom:10px;
}
.online_registration ul li a{
	padding:15px;
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
}
.online_registration ul li:first-child a{
	background-color:#3b5998;
}
.online_registration ul li:nth-child(2) a{
	background-color:#1da1f2;
}
.online_registration ul li:last-child a{
	background-color:#dd4b39;
}
.online_registration ul li a:hover{
	text-decoration:none;
}

/* ==== PROCEDURES ==== */

.procedures{
	padding:40px 0;
}
.procedures h2{
	text-align:center;
	font-size:26px;
	color:#2ed0d4 !important;
	padding-bottom:40px;
}
.procedures .nav li a .fa{
	font-size:16px;
	margin-right:5px;
}
.procedures .nav li a{
	position:relative;
	padding-right:0px;
	background:none;
	border:none;
	font-size:12px;
	color:#333;
}
.procedures .nav li a:hover,
.procedures .nav li a:focus{
	background:none;
	border:none;
	color:#2ed0d4 !important;
}
.procedures .nav li.active a:hover,
.procedures .nav li.active a:focus,
.procedures .nav li.active a{
	color:#fff !important;
}

.procedures .nav-tabs{
	border:1px solid #2ed0d4 !important;
}
.procedures .nav-tabs > li{
	margin-bottom:0px;
	border-right:1px solid #2ed0d4 !important;
	width:33.32%;
	text-align:center;
}
.procedures .nav-tabs > li.active{
	background-color:#2ed0d4;
}
.procedures .nav-tabs > li:last-child{
	border:none !important;
}
.procedures .tab-content{
	border-left:1px solid #2ed0d4;
	border-right:1px solid #2ed0d4;
	border-bottom:1px solid #2ed0d4;
}
.procedures .tab-content img{
	width:100%;
}
.procedures h3{
	color:#2ed0d4;
	font-size:20px;
	padding:23px 0;
}
.procedures b{
	color:#2ed0d4;
}
.procedures .tab-content ul{
	margin:0px;
	padding:0px 20px 0 0;
}
.procedures .tab-content ul li{
	padding-bottom:15px;
	font-size:12px;
	line-height:20px;
	padding-left:25px;
	position:relative;
	text-align:justify;
}
.procedures .tab-content ul li::before{
	position:absolute;
	left:0px;
	top:0px;
	font-family:FontAwesome;
	color:#2ed0d4;
	font-size:16px;
	content:'\f118';
}
.about_teachers{
	background:#fff !important;
	padding-top:50px;
}
.about_teachers h2{
	margin-top:0px;
	color:#000;
	text-align:center;
	font-size:20px;
	padding-bottom:20px;
	margin-bottom:20px;
	position:relative;
}
.about_teachers h2::before{
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	right:0;
	width:50px;
	height:3px;
	background-color:#2ed0d4;
	margin:0 auto;
}
.about_teachers p{
	color:#000;
	text-align:center !important;
	line-height:24px;
	font-size:14px;
	width:75%;
	margin:0 auto;
}
.about_teachers .teacher_hover{
	width:162px;
	height:160px;
	padding:60px 0 0;
}
.procedures_sub{
	position:relative;
	top:-12px;
}
.procedures_sub p{
	font-size:10px;
	line-height:17px;
	padding-left:50px;
}

/* ==== CLASS TIMINGS ==== */

.class_timings{
	padding:60px 0;
}
.class_timings p{
	padding-bottom:30px;
	line-height:26px;
}
.timings{
	margin-bottom:30px;
	width:100%;
	border:4px double #2ed0d4;
}
.timings a{
	color:#000;
	text-decoration:underline;
}
.timings a:hover{
	color:rgba(40, 208, 212, 1);
}
.timings tr th,
.timings tr td{
	border:1px solid #2ed0d4;
	vertical-align:middle;
	text-align:center;
	padding:15px;
	font-size:14px;
}
.timings tr th a,
.timings tr th span,
.timings tr td a,
.timings tr td span{
	display:inline-block;
	padding:7px 0;
	line-height:22px;
}
.timings tr td span{
	color:#333;
	border-bottom:1px solid #2ed0d4;
}
.timings tr td span:last-child{
	color:green;
	border:none;
}
.timings tr th{
	background-color:#55f7fb;
	font-family: 'Bubblegum Sans', cursive;
}
.timings tr th a .fa{
	font-size:24px;
}
.timings tr th a{
	color:#000;
}
.timings tr th a:hover{
	text-decoration:none;
}

.abt_student{
	background-color:#f4f4f4;
	padding:20px;
	border-radius:15px 15px 0 0;
}
.abt_student figure{
	text-align:center;
}
.abt_student img{
	width:60% !important;
	border-radius:50%;
	margin-left:15px;
}
.abt_student h5{
	font-size:16px;
	text-align:center;
	padding:10px 0 15px 0;
	text-transform:capitalize;
}
.student_home p{
	font-size:16px;
	padding-bottom:30px;
	font-weight:bold;
}
.parents_sidebar figure{
	text-align:inherit;
}
.ml15{
	margin-left:15px;
}
.exam_details_tab{
	border:4px double #2ed0d4;
	margin:0 !important;
}
.exam_details_tab:last-child{
	margin-bottom:30px !important;
}
.exam_details_tab th{
	font-size:14px;
	padding:13.6px !important;
}
.exam_details_tab tbody tr td{
	font-size:15px !important;	
	padding:10px !important;
}
.exam_details_tab thead tr th,
.exam_details_tab tbody tr td:nth-child(3n+3){
	border-right:4px double #2ed0d4;
}
.abt_student_fixed{
	/*position:fixed;*/
	position:relative;
	top:100px;
	width:263px;
}
.timings tbody tr:last-child td {
	padding:0;
}
.timings tbody tr:last-child td a{
	margin:5px 0;
	background-color:#55f7fb;
	border-radius:10px;
	color:#000;
	display:inline-block;
	padding:7px 7px;
	line-height:12px;
	font-weight:normal;
}
.timings tbody tr:last-child td a:hover{
	background-color:#2ed0d4;
	text-decoration:none;
	color:#fff;
}
.timings tr td:nth-child(3){
	line-height:17px;
}
.timings .fa-microsoft{
	font-size:18px;
	margin-right:5px;
	color:#00aff0;
}
.stu_info{
	text-align:center;
	width:100%;
	background-color:#55f7fb;
	border-radius:15px;
	margin-bottom:30px;
}
select.stud_attendance {
    -moz-appearance: none;
	-webkit-appearance:none;
	-o-appearance:none;
    background-color: #fff;
    background-image: url("../images/down_arrow.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30px 15px;
    border: 1px solid #2ed0d4;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 5px 30px 5px 10px;
    width: 28%;
}
.stu_info th{
	text-align:center;
	padding:15px;
}
.stu_info td{
	padding:10px;
	line-height:25px;
	font-size:18px;
}
.stu_info th span{
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
}
.stu_info td{
	border-right:1px solid #fff;
	font-family: 'Bubblegum Sans', cursive;
	vertical-align:middle;
}
.stu_info td span{
	font-size:16px;
	color:#000;
}
.stu_info tr{
	border-bottom:1px solid #fff;
}
.stu_info tr:nth-child(2) td{
	font-weight:normal;
}
.stu_info tr:last-child td{
	font-weight:normal;
}
.stu_info tr:last-child td span{
}
.timings.exam_details_tab tbody tr:last-child td{
	background:none;
	font-weight:bold;
}
.student_home .timings{
	margin-bottom:0px;
}
.student_home .col-md-6 .timings thead tr:nth-child(2) th{
	background:none;
}
.rating .timings thead{
	background:#55f7fb;
	color:#000;
}
.rating .timings tr td{
	font-size:12px;
	line-height:20px;
	padding:8px;
}
.rating .timings tr td:last-child{
	min-width:115px;
}

.tab_classes ul{
	margin:0;
	padding:0;
	border:1px solid rgba(40, 208, 212, 1);
}
.tab_classes ul li{
	padding:0 !important;
	margin:0 !important;
	border-right:1px solid rgba(40, 208, 212, 1);
	width:20%;
	text-align:center;
}
.tab_classes ul li:last-child{
	border:none;
}
.tab_classes ul li::before{
	display:none !important;
}
.tab_classes ul li.active a,
.tab_classes ul li.active a:focus,
.tab_classes ul li a:hover,
.tab_classes ul li a:focus,
.tab_classes ul li a:active{
	background:#55f7fb;
	color:#000;
	margin:0 !important;
	border-radius:0px;
}
.tab_classes ul li a{
	border:none !important;
	margin:0 !important;
	padding:10px 0;
	
	font-size:14px !important;
	
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.class_ratings{
	margin-bottom:30px;
}
.class_ratings .timings .fa{
	color:rgba(40, 208, 212, 1);
	font-size:15px;
}
.tab_classes .timings tr th, .tab_classes .timings tr td{
	padding:10px;
	font-size:12px;
}

@media only screen and (min-width: 991px){
	.student_home .col-md-6{
		padding-right:0px !important;
	}
	.student_home .col-md-6:nth-child(2n+2){
		padding-left:0px;
		padding-right:15px !important;
	}
}

/* ==== MY PROFILE ==== */

.my-profile img{
	border-radius:20px 0 0 20px !important;
}
.my-profile ul{
	border:1px solid rgba(40, 208, 212, 1);
}
.my-profile ul li::before{
	display:none;
}
.my-profile ul li {
    font-size: 14px;
    margin: 0 0 0px !important;
    padding: 16px 10px !important;
	border-bottom:1px solid rgba(40, 208, 212, 1);
	max-height:46px;
}
.my-profile .col-md-6 ul{
	margin-top:0px;
	border-radius:0 0 20px 0;
}
.my-profile .col-md-6:first-child ul{
	border-right:none;
	border-radius:0 0 0 20px;
}
.my-profile .col-md-6 ul li:last-child{
	border-bottom:none;
}
.my-profile ul li .fa{
	margin-right:10px;
	color:rgba(40, 208, 212, 1);
}
.my-profile ul li b{
	display:inline-block;
	width:auto;
	font-family:"Bubblegum Sans",cursive;
}
.my-profile ul li span{    
	color: rgb(46, 208, 212);
    font-family: "Bubblegum Sans",cursive;
    font-size: 17px;
}
.circleGraphic1,
.circleGraphic2,
.circleGraphic3,
.circleGraphic5,
.circleGraphic6,
.circleGraphic4,
.circleGraphic7,
.circleGraphic8,
.circleGraphic9,
.circleGraphic10,
.circleGraphic11,
.circleGraphic12{
	color:transparent;
	position:relative;
	min-width:60px;
}
.circleGraphic1 canvas,
.circleGraphic2 canvas,
.circleGraphic3 canvas,
.circleGraphic5 canvas,
.circleGraphic6 canvas,
.circleGraphic4 canvas,
.circleGraphic7 canvas,
.circleGraphic8 canvas,
.circleGraphic9 canvas,
.circleGraphic10 canvas,
.circleGraphic11 canvas,
.circleGraphic12 canvas{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
}
.pro_rating span{

	font-family:"Bubblegum Sans",cursive;
	display:block;
	padding-top:30px;
	font-size:16px;
	text-align:center;
}
.pro_rating canvas{
	text-align:center;
	margin:0 auto;
}
.earned_points{
	text-align:center;
	border:1px solid rgba(40, 208, 212, 1);
	height:100%;
	min-height:278px;
	border-radius:0 20px 20px 0;
}
.earned_points .fa{
	width:80px;
	height:80px;
	line-height:80px;
	border-radius:50%;
	border:1px solid #000;
	font-size:40px;
	margin-bottom:30px;
	margin-top:40px;
}
.earned_points span{
	display:block;
	color:rgba(40, 208, 212, 1);
}
.points_scored{
	font-size:40px;
	margin-bottom:15px;
	font-weight:bold;
	color:rgba(40, 208, 212, 1);
}
.pro_rating h3{
	padding:20px 0 10px 0 !important;
	font-weight:bold;
	color:#2ed0d4;
	font-family:"Bubblegum Sans",cursive;
}
.pro_rating{
	margin-bottom:15px;
	margin-top:30px;
}
.my-map{
	margin-top:30px;
}
.map{
	border-left:1px solid rgba(40, 208, 212, 1);
	border-bottom:1px solid rgba(40, 208, 212, 1);	
	border-radius:0 0 0px 20px;
	overflow:hidden;
}
.my-map h2{
	margin:0 15px;
	border:1px solid rgba(40, 208, 212, 1);
	border-radius:20px 20px 0 0;
	background:rgba(40, 208, 212, 1);
	padding:10px 0 !important;
	color:#fff;
	font-family:"Bubblegum Sans",cursive;
}
.my-address{
	text-align:center;
	padding:20px;
	border:1px solid rgba(40, 208, 212, 1);
	/*min-height:278px;*/
	min-height: 344px;
	border-radius:0 0 20px 0;
}
.my-address .fa{
	width:70px;
	height:70px;
	line-height:70px;
	border-radius:50%;
	border:1px solid rgba(40, 208, 212, 1);
	font-size:30px;
	margin-bottom:10px;
	margin-top:0px;
	color:rgba(40, 208, 212, 1);
}
.my-address .address{
	line-height:22px;
	text-align:left;
	font-size:14px;
}
.my-address .address b{
	width:55px;
	display:inline-block;
	vertical-align:top;
	color:rgba(40, 208, 212, 1);
}
.my-address ul li{
	vertical-align:top;
	padding:0 !important;
	margin-bottom:10px;
	max-height:inherit;
}
.my-address .address ul,
.my-address .address ul li{
	border:none;
}
.my-address .address span{
	display:inline-block;
	vertical-align:top;
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}
.my-profile{
	position:relative;
}
.my-profile figcaption{
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	left:0;
	right:0;
	width:95%;
	height:100%;
	top:0;
	text-align:center;
	margin:0 15px;
	visibility:hidden;
	opacity:0;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	border-radius:20px 0 0 20px;
}
.my-profile figcaption a{
	display:inline-block;
	background-color:#fff;
	padding:10px 20px;
	border-radius:20px;
	position:relative;
	top:40%;
}
.my-profile figcaption a:hover{
	text-decoration:none;
	background-color:#55f7fb;
	color:#000;
}
.my-profile .hover_photo:hover figcaption{	
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	opacity:1;
	visibility:visible;
}
.hover_photo figure{
	font-size:0;
	position:relative;
}
.profile_ph{
	position:absolute;
	left:0;
	right:0;
	top:33%;
	border:none;
	margin:0 auto;
	width:auto;
	z-index:3;
}
.pro_rating ul{
	border:none;
}
.pro_rating ul li{
	border-top:1px solid #2ed0d4;
	border-left:1px solid #2ed0d4;
	border-right:1px solid #2ed0d4;
	padding:0;
}
.pro_rating ul li a{
	padding:0;
	border:none;
	padding:10px 15px;
	display:block;
}
.pro_rating .tab-content{
	border:1px solid #2ed0d4;
	border-radius:0 0 20px 20px;
	padding-bottom:20px;
}
.pro_rating ul li.active{
	background:#2ed0d4;
}
.pro_rating ul li.active a,
.pro_rating ul li.active a:active,
.pro_rating ul li.active a:focus,
.pro_rating ul li a:hover,
.pro_rating ul li.active a:hover{
	background:none;
}
.pro_rating ul li.active a,
.pro_rating ul li.active a:focus,
.pro_rating ul li.active a:hover,{
	color:#fff !important;
}
.pro_rating ul li.active a,
.pro_rating ul li.active a:hover,
.my-profile ul li.active .fa{
	color:#fff;
}
.pro_rating .nav-tabs > li.active > a, .pro_rating .nav-tabs > li.active > a:focus, .pro_rating .nav-tabs > li.active > a:hover{
	color:#fff;
}
.pro_rating ul.nav-tabs li{
	width:50%;
	text-align:center;
	padding:0 !important;
}
.pro_rating ul.nav-tabs li:first-child{
	border-radius:15px 0 0 0;
}
.pro_rating ul.nav-tabs li:last-child{
	border-radius:0 15px 0 0;
}
.pro_rating .tab-content > .tab-pane{
	padding:0 15px;
}
.profile_detail ul{
}
.profile_detail ul li:last-child{
	border-bottom:none;
}

.fileUpload {
    overflow: hidden;
    margin: 10px;
	text-align:center;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
	height: 75px;
}
.fileUpload span{
	display:inline-block;
}
.profile_ph img{
	border:none !important;
}
.profile_ph p{
	color:#f1f1f1;
	margin-top:10px;
}
.hover_photo img{
	max-height:278px;
}
.my-profile.quick_pro img{
	border-radius:20px 0 0 0px !important;
}
.quick_pro .earned_points{
	border-radius:0 20px 0px 0;
}

/* ==== WISHES POINT ==== */

.wishes ul{
	margin:0px;
	padding:0px;
}
.wishes ul li{
	padding-bottom:20px;
	line-height:21px;
	padding-left:30px;
	position:relative;
	text-align:justify;
}
.wishes ul li::before{
	position:absolute;
	left:0px;
	top:2px;
	font-family:fontawesome;
	font-size:16px;
	content:'\f087';
	color:#2ed0d4;
}
.points h2{
	position:relative;
	padding-bottom:30px;
	margin-bottom:40px;
	margin-top:40px;
}
.points h2::before{
	content:'';
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	margin:0 auto;
	background-color:#2ed0d4;
	width:70px;
	height:3px;
}
.points p{
	text-align:center;
	padding:30px 0 0 0;
	color:#cc6633;
}
.points img{
	border-radius:15px;
	border:1px solid #333;
}
.points p:last-child{
	color:#3333ff;
}
.points p span{
	color:#009900;
}
.teacher{
	padding:60px;
}
.teacher figure img{
	width:100%;
}
.teacher h3{
	color:#2ed0d4;
	font-size:22px;
	padding-bottom:25px;
	margin-bottom:25px;	
	position:relative;
}
.teacher h3::before{
	position:absolute;
	left:0px;
	bottom:0px;
	width:60px;
	height:3px;
	content:'';
	background-color:#2ed0d4;
}
.teacher h3 span{
	color:#333;
	font-size:15px;
}
.teacher{
	line-height:23px;
	font-size:16px;
}

.lessons_details{
	padding:60px 0;
}
.lessons_details_single{
	text-align:center;
	margin-bottom:50px;
}
.lessons_details_single figure{
	margin-bottom:20px;	
	position:relative;
}
.lessons_details_single figure.syllabus_completed, .p_rel{	
	position:relative;
}
.p_rel{
	display:inline-block;
}
/*
.lessons_details_single figure.syllabus_completed::before{
	position:absolute;
	left:0;
	right:0;
	margin:3px auto;
	font-family:FontAwesome;
	content:'\f00c';
	font-size:60px;
	color:#fff;
	width:150px;
	height:150px;
	line-height:150px;
	background-color:rgba(17,177,0,0.7);
	border-radius:50%;
	z-index:1;
}
*/
.lessons_details_single figure.syllabus_completed::before{
	position:absolute;
	left:0;
	right:0;
	margin:3px auto;
	font-family:FontAwesome;
	content:'\f254';
	font-size:60px;
	color:#fff;
	width:150px;
	height:150px;
	line-height:150px;
	background-color:rgba(17,177,0,0.7);
	border-radius:50%;
	z-index:1;
}
/*
.lessons_details_single figure.syllabus_progress::before{
	position:absolute;
	left:0;
	right:0;
	margin:3px auto;
	font-family:FontAwesome;
	content:'\f252';
	font-size:60px;
	color:#fff;
	width:150px;
	height:150px;
	line-height:150px;
	background-color:rgba(17,177,0,0.7);
	border-radius:50%;
	z-index:1;
}

.lessons_details_single figure.syllabus_start::before{
	position:absolute;
	left:0;
	right:0;
	margin:3px auto;
	font-family:FontAwesome;
	content:'\f251';
	font-size:60px;
	color:#fff;
	width:150px;
	height:150px;
	line-height:150px;
	background-color:rgba(17,177,0,0.7);
	border-radius:50%;
	z-index:1;
}
*/

.lessons_details_single figure.syllabus_progress .p_rel::before{	
	position: absolute;
    left: 10px;
    top: 7px;
    font-family: FontAwesome;
    content: '\f252';
    font-size: 15px;
    padding: 6px;
    background-color: rgba(17,177,0,1);
    border-radius: 50%;
	z-index:1;
	color:#fff;
}
.lessons_details_single figure.syllabus_start .p_rel::before{	
	position: absolute;
    left: 10px;
    top: 7px;
    font-family: FontAwesome;
    content: '\f251';
    font-size: 15px;
    padding: 6px;
    background-color: rgba(17,177,0,1);
    border-radius: 50%;
	z-index:1;
	color:#fff;
}
.lessons_details_single figure.syllabus_end .p_rel::before{	
	position: absolute;
    left: 10px;
    top: 7px;
    font-family: FontAwesome;
    content: '\f00c';
    font-size: 15px;
    padding: 6px;
    background-color: rgba(17,177,0,1);
    border-radius: 50%;
	z-index:1;
	color:#fff;
}
/*.lessons_details_single figure.syllabus_end::before{
	position:absolute;
	left:0;
	right:0;
	margin:3px auto;
	font-family:FontAwesome;
	content:'\f00c';
	font-size:60px;
	color:#fff;
	width:150px;
	height:150px;
	line-height:150px;
	background-color:rgba(17,177,0,0.7);
	border-radius:50%;
	z-index:1;
}

.lessons_details_single figure.syllabus_new::before{
	position:absolute;
	left:0;
	right:0;
	margin:3px auto;
	font-family:FontAwesome;
	content:'\f00c';
	font-size:60px;
	color:#fff;
	width:150px;
	height:150px;
	line-height:150px;
	background-color:rgba(17,177,0,0.7);
	border-radius:50%;
	z-index:1;
}*/

.lessons_details_single figure.syllabus_new .p_rel::after{	
	position: absolute;
    right: 10px;
    top: 8px;
    font-family: tahoma;
    content: 'NEW';
    font-size: 10px;
    padding: 5px;
    background-color: #ffe32f;
    border-radius: 40%;
    font-weight: bold;
	color:#f00;
}

.lessons_details_single a:hover figure.syllabus_completed::before{
	width:165px;
	height:165px;
	margin:-5px auto -5px -4px;
}
.lessons_details_single figure.syllabus_completed img{
	box-shadow:0 0 0 3px rgba(17,177,0,0.7) !important;
}
.lessons_details .col-md-3:first-child .lessons_details_single a:hover figure.syllabus_completed::before{
	margin:-5px auto -5px 3px;
}
.lessons_details_single figcaption{
	font-size:16px;
}
.lessons_details_single figure img{
	background-color:#ff9f9f;
	border-radius:50%;
	border:3px solid #fff;	
	box-shadow:0 0 0 3px #ff9f9f;
}
.lessons_details .col-md-3:nth-child(2) .lessons_details_single figure img{
	background-color:#ef9961;
	box-shadow:0 0 0 3px #ef9961;
}
.lessons_details .col-md-3:nth-child(3) .lessons_details_single figure img{
	background-color:#fe7b23;
	box-shadow:0 0 0 3px #fe7b23;
}
.lessons_details .col-md-3:nth-child(4) .lessons_details_single figure img{
	background-color:#fec037;
	box-shadow:0 0 0 3px #fec037;
}
.lessons_details .col-md-3:nth-child(5) .lessons_details_single figure img{
	background-color:#ffe32f;
	box-shadow:0 0 0 3px #ffe32f;
}
.lessons_details .col-md-3:nth-child(6) .lessons_details_single figure img{
	background-color:#8cba19;
	box-shadow:0 0 0 3px #8cba19;
}
.lessons_details .col-md-3:nth-child(7) .lessons_details_single figure img{
	background-color:#3ba6a0;
	box-shadow:0 0 0 3px #3ba6a0;
}
.lessons_details .col-md-3:nth-child(8) .lessons_details_single figure img{
	background-color:#3e97cf;
	box-shadow:0 0 0 3px #3e97cf;
}
.lessons_details .col-md-3:nth-child(9) .lessons_details_single figure img{
	background-color:#39cde7;
	box-shadow:0 0 0 3px #39cde7;
}
.lessons_details .col-md-3:nth-child(10) .lessons_details_single figure img{
	background-color:#a56c95;
	box-shadow:0 0 0 3px #a56c95;
}
.lessons_details .col-md-3:nth-child(11) .lessons_details_single figure img{
	background-color:#ab4189;
	box-shadow:0 0 0 3px #ab4189;
}
.lessons_details .col-md-3:nth-child(12) .lessons_details_single figure img{
	background-color:#e63e71;
	box-shadow:0 0 0 3px #e63e71;
}
.lessons_details .col-md-3:last-child() .lessons_details_single figure img{
	border-radius:20px !important;
}
.lessons_details h3{
	color:#2ed0d4;
	padding-bottom:60px;
	text-align:center;
	font-size:28px;
	position:relative;
}
.lessons_details_single a{
	color:#333;
	display:inline-block;
	font-size:12px;
}
.lessons_details_single a:hover{
	text-decoration:none;
	color:#2ed0d4;
	font-weight:bold;
}
.lessons_details_single a figure img{
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
  	-o-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}
.lessons_details_single a:hover figure img{
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.lesson_full_detail{
	font-size:14px;
	position:absolute;
	right:0;
	top:5px;
	cursor:pointer;
}
.lesson_full_detail_hold{
	background-color:#fff;
	border-radius:50%;
	width:600px;
	height:600px;
	padding:50px 0 0 0px;
}
.lessons_details .modal-content{
	background:none;
	border:none;
	box-shadow:none;
}
.lessons_details .modal-content h3{
	padding-bottom:25px;
	font-size:20px;
}
.lessons_details .modal-content ul{
	padding-left:120px;
}
.lessons_details .modal-content ul li{
	position:relative;
	padding-bottom:10px;
	padding-left:30px;
	font-size:14px;
}
.lessons_details .modal-content ul li::before{
	position:absolute;
	left:0px;
	top:0px;
	font-family:FontAwesome;
	content:'\f046';
	font-size:16px;
	color:#2ed0d4;
}
.lessons_details .modal-content ul li ul li::before{
	content:'\f14a';
}
.lessons_details .modal-content ul li ul{
	padding-top:15px;
	padding-left:15px;
}
.lessons_details button.close{
	position:absolute;
	right:60px;
	top:67px;
	z-index:2;
}

.popup_stage1 .modal-dialog,
.popup_stage1 .lesson_full_detail_hold{
	width:700px;
	height:700px;
}
.popup_stage1 .lesson_full_detail_hold ul{
	padding-left:190px;
}
.popup_stage1 .lesson_full_detail_hold ul li{
	padding-bottom:15px;
}
.popup_stage1 button.close{
	right:90px;
}
.popup_stage2 .modal-dialog,
.popup_stage2 .lesson_full_detail_hold{
	width:600px;
	height:600px;
}
.popup_stage2 .modal-content h3{
	padding-bottom:65px;
}
.popup_stage2 .lesson_full_detail_hold ul{
	padding-left:150px;
}
.popup_stage2 .lesson_full_detail_hold ul li{
	padding-bottom:15px;
}
.popup_stage2 button.close{
	right:60px;
}
.popup_stage3 .lesson_full_detail_hold{
	padding:35px 0 0 0;
}
.popup_stage3 .lesson_full_detail_hold ul{
	padding-left:160px;
}
.popup_stage3 .lesson_full_detail_hold ul li{
	padding-bottom:15px;
}
li.long_sent{
	line-height:22px;
}
.popup_stage5 .modal-content h3{
	padding-bottom:45px;
}
.popup_stage6 .lesson_full_detail_hold{
	width:600px;
	height:600px;
}
.popup_stage6 .lesson_full_detail_hold ul li{
	padding-left:20px;
	padding-right:10px;
}
.popup_stage6 .lesson_full_detail_hold ul li ul li{
	display:inline-block;
}
.popup_stage6 h3{
	padding-bottom:25px !important;
}
.popup_stage6 button.close{
	right:60px;
}
.popup_stage7 .lesson_full_detail_hold ul li{
	padding-bottom:13px;
}
.popup_stage8 .lesson_full_detail_hold ul{
	padding-left:140px;
}
.popup_stage8 .lesson_full_detail_hold ul li{
	padding-bottom:15px;
}
.popup_stage8 .modal-content h3{
	padding-bottom:55px;
}
.popup_stage9 .lesson_full_detail_hold{
	width:500px;
	height:500px;
}
.popup_stage9 .lesson_full_detail_hold ul{
	padding-left:110px;
}
.popup_stage9 .modal-content h3{
	padding-bottom:50px;
}
.popup_stage9 button.close{
	right:130px;
}

.stages_details{
	padding:60px 0;
}
.stages_details .tab-content img{
	width:100%;
	border:1px solid #2ed0d4;
}
.stages_details .nav-tabs li{
	width:33.3%;
	text-align:center;
	margin-left:0px;
	border-right:1px solid #2ed0d4;
	border-top:1px solid #2ed0d4;
}
.stages_details .nav-tabs li:first-child,
.stages_details .nav-tabs li:nth-child(4){
	border-left:1px solid #2ed0d4;
}
.stages_details .nav-tabs > li > a{
	margin-right:0;
	border:none;
	padding:7px 15px;
}
.stages_details .nav-tabs li a .fa{
	width:100%;
}
.stages_details .nav-tabs li a{
	font-size:13px !important;
	color:#000;
	border-radius:0px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
  	-o-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}
.stages_details .nav-tabs li.active a,
.stages_details .nav-tabs li a:hover,
.stages_details .nav-tabs li a:focus{
	border:none !important;
	background-color:#2ed0d4;
	color:#fff;
}
.stages_details .nav-tabs{
	border-bottom:1px solid #2ed0d4 !important;
	margin-bottom:25px;
}
.stages_details .tab-content .teach ul{
	margin:0px;
	padding:0px;
	border-bottom:1px solid #2ed0d4;
	border-left:1px solid #2ed0d4;
	border-right:1px solid #2ed0d4;
	width:100%;
	overflow:auto;
}
.stages_details .tab-content .teach ul li{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	text-align:center;
}
.stages_details .tab-content #lessons .teach ul li{
	width:50% !important;
	text-align:center;
}
.stages_details .tab-content #lessons .teach ul li:first-child{
	border-right:1px solid #2ed0d4;
	background-color:#2ed0d4;
}
.stages_details .tab-content #lessons .teach ul li:first-child a{
	color:#fff;
}
.stages_details .tab-content #teaching ul li,
.stages_details .tab-content #testtools ul li{
	width:50%;
}
.stages_details .tab-content .col-md-3{
	font-size:0;
	margin-bottom:30px;
}
.stages_details .tab-content #teaching ul li:first-child,
.stages_details .tab-content #testtools ul li:first-child{
	border-right:1px solid #2ed0d4;
	background-color:#2ed0d4;
}
.stages_details .tab-content #teaching ul li:first-child a,
.stages_details .tab-content #testtools ul li:first-child a{
	color:#fff;
}
.stages_details .tab-content .teach ul li a{
	color:#2ed0d4;
	font-size:14px;
	padding:12px;
	display:block;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
  	-o-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}
.stages_details .tab-content .teach ul li a:hover{
	text-decoration:none;
	color:#000 !important;
}
.details_hold h3{
	color:#2ed0d4;
	margin-bottom:20px;
	font-size:20px;
	position:relative;
	padding-bottom:25px;
	margin-bottom:25px;
	margin-left:0px;
}
.details_hold h3::before{
	position:absolute;
	left:0px;
	bottom:0px;
	content:'';
	width:75px;
	height:3px;
	background-color:#2ed0d4;
}
.stages_details .questions{
	padding-top:20px;
}
.stages_details .questions ul{
	margin:0px;
	padding:0px;
}
.stages_details .questions ul li{
	padding-bottom:25px;
	position:relative;
	padding-left:30px;
}
.stages_details .questions ul li::before{
	position:absolute;
	left:0px;
	top:0px;
	font-family:FontAwesome;
	content:'\f059';
	font-size:18px;
	color:#000;
}
.stages_details .questions ul li a{
	color:#000;
	display:block;
}
.stages_details .questions ul li a:hover{
	text-decoration:none;
	color:#2ed0d4;
}
.stages_details .questions ul li:hover::before{
	color:#2ed0d4;
}
.premium{
	position:relative;
	cursor:pointer;
}
.premium::before{
	position:absolute;
	left:15px;
	top:-10px;
	width:40px;
	height:40px;
	background-color:#efb20f;
	font-family:FontAwesome;
	content:'\f155';
	font-size:22px;
	text-align:center;
	line-height:40px;
	color:#fff;
	z-index:2;
}
/*.premium::after{
	position:absolute;
	left:10px;
	top:-7px;
	width:15px;
	height:15px;
	background-color:#efb20f;
	content:'';
	-moz-transform:rotate(27deg);
	-webkit-transform:rotate(27deg);
	-o-transform:rotate(27deg);
	transform:rotate(27deg);
	z-index:-1;
}
*/
.new::after {
	position: absolute;
    right: 10px;
    top: 8px;
    font-family: tahoma;
    content: 'NEW';
    font-size: 10px;
    padding: 5px;
    background-color: #ffe32f;
    border-radius: 40%;
    font-weight: bold;
	color:#f00;
}
.premium img{
	
}
.premium figure{
	position:relative;
}
.premium figure::before{
	position:absolute;
	left:0;
	right:0;
	width:100%;
	height:100%;
	content:'';
	background-color:rgba(0, 0, 0, 0.7);
	z-index:0;
}
#material_login .modal-content{
	border:none;
	box-shadow:none;
	background:none;
}
#material_login .close{
	position:absolute;
	right:20px;
	top:20px;
}
.premimum_txt{
	display:none;
}
.material.premium .premimum_txt{
	display:block;
	font-size:16px;
	position:absolute;
	right:-10px;
	bottom:30px;
	background-color:#ff9f9f;
	padding:10px;
	cursor:pointer;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
}
.material.premium .premimum_txt::before{
	position:absolute;
	right:3px;
	bottom:-8px;
	width:15px;
	height:15px;
	background-color:#ff9f9f;
	content:'';
	-moz-transform:rotate(40deg);
	-webkit-transform:rotate(40deg);
	-o-transform:rotate(40deg);
	transform:rotate(40deg);
	z-index:-1;
}
.sidebar h3{
	color:#2ed0d4;
	margin-bottom:20px;
	font-size:20px;
	position:relative;
	padding-bottom:25px;
	margin-bottom:25px;
}
.sidebar h3::before{
	position:absolute;
	left:0px;
	bottom:0px;
	content:'';
	width:75px;
	height:3px;
	background-color:#2ed0d4;
}
.sidebar ul{
	margin:0px 0 30px 0;
	padding:0px;
}
.sidebar ul li{
	padding-bottom:15px;
	position:relative;
	padding-left:30px;

}
/*.sidebar ul li::before{*/
/*	position:absolute;*/
/*	left:0px;*/
/*	top:0px;*/
/*	font-family:FontAwesome;*/
/*	content:'\f07b';*/
/*	font-size:18px;*/
/*	color:#000;*/
/*}*/
.sidebar ul li.active a{
	color:#2ed0d4;
}
.sidebar ul li a{
	color:#333;
}
.sidebar ul li a:hover{
	color:#2ed0d4;
}
/*.sidebar ul:nth-child(2) li::before{*/
/*	content:'\f07c';*/
/*}*/
.sidebar select{
	width:100%;
	margin-bottom:25px;
	
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

/* ====== SLIDER STYLES ======= */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;	
	width:100%;	
	margin:0px auto;
	z-index:10;
}
.slider{
	position:relative;
	width:100% !important; 
	height:auto;
	margin:0 auto;	
	max-width:100% !important;
}
.slider img.img-responsive{
	width:100%;
}

@media only screen and (min-width: 1000px){
	.slider{
		width:1000px;
	}
}
@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

/* ===== ELEMENT STYLES ======= */

.slider-wrapper p{
	position:absolute;
	top:-200px;	
	z-index:8000;
	padding:1% 3%;	
	font-size:24px;
	line-height:100%;
	color:#fff;
	white-space: nowrap;
	text-transform:uppercase;
}
.claim{
	line-height:100%
}
.teaser{
	padding:0.5% 1.5%;
	font-size:14px;
	 line-height:100%
}
.small{
	width:250px;
   	padding-left:0; padding-right:0px;
	text-align:center;
}

.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}

#preloader{
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fefefe;
     z-index: 99;
     height: 100%;
	 z-index:3001;
}
#preloader figure{
	position:absolute;
	left:0;
	right:0;
	top:30%;
	margin:0 auto;
	text-align:center;
	
	-webkit-animation-timing-function: ease-out;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */	
    -webkit-animation-iteration-count: infinite;
	animation-timing-function: ease-out;
    animation-name: example;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0% {
        transform: scale(0.7);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.7);
    }
}

/* Standard syntax */
@keyframes example {
    0% {
        transform: scale(0.7);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.7);
    }
}

#status{
	position: absolute;
	left: 50%;
	top: 50%;	
	animation: 1.2s ease-in-out 0s normal none infinite running sk-rotatePlane;
	background-color: #333;
	height: 40px;
	margin: 40px auto;
	width: 40px;
} 
.sk-wandering-cubes {
	margin: 40px auto;
	width: 40px;
	top: 40%;
	height: 40px;
	position: fixed; 
	left:0px;
	right:0px;
}
.sk-wandering-cubes .sk-cube {
    background-color: #2ed0d4;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
            animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; 
}
.sk-wandering-cubes .sk-cube2 {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; 
}

@-webkit-keyframes sk-wanderingCube {
0% {
-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
25% {
-webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
		transform: translateX(30px) rotate(-90deg) scale(0.5); }
50% {
/* Hack to make FF rotate in the right direction */
-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
		transform: translateX(30px) translateY(30px) rotate(-179deg); }
50.1% {
-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
		transform: translateX(30px) translateY(30px) rotate(-180deg); }
75% {
-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
100% {
-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg); } }

@keyframes sk-wanderingCube {
0% {
-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
25% {
-webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
		transform: translateX(30px) rotate(-90deg) scale(0.5); }
50% {
/* Hack to make FF rotate in the right direction */
-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
		transform: translateX(30px) translateY(30px) rotate(-179deg); }
50.1% {
-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
		transform: translateX(30px) translateY(30px) rotate(-180deg); }
75% {
-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
100% {
-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg); } }


.parents_home{
	padding:40px 0;
}
.parents_home h2{
	text-align:center;
	font-size:22px;
	padding-bottom:30px;
}
.parents_home h3{
	font-size:18px;
	padding-bottom:30px;
	padding-top:30px;
	margin-left:15px;
	margin-right:15px;
	text-align:left;
}
.parents_home h3 span{
	color:#55f7fb;
}
.parents_home img{
	width:100%;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border:1px solid rgba(40, 208, 212, 1);
	border-right:none;
}
.parents_home h4{
	font-size:18px;
	font-family: 'Bubblegum Sans', cursive;
	padding-bottom:50px;
	position:relative;
}
.parents_home h4::before{
	position:absolute;
	left:0px;
	top:37px;
	content:'';
	background-color:#55f7fb;
	width:50px;
	height:5px;
}
.detail_heading,
.s_details{
	float:left;
	padding:10px 0;
	font-family: 'Bubblegum Sans', cursive;
	font-size:16px;
	font-size:14px;
	border-top:1px solid #55f7fb;
}
.detail_heading:last-child,
.s_details:last-child,
.bor_botm{
	border-bottom:1px solid #55f7fb;
}
.detail_heading{
	font-weight:bold;
	padding-right:0px;
	width:40%;
	text-align:right;
	padding-right:30px;
	position:relative;
	border-left:1px solid #55f7fb;
}
.detail_heading::before{
	position:absolute;
	right:12px;
	top:10px;
	content:':';
	color:#55f7fb;
}
.s_details{
	width:60%;
	border-right:1px solid #55f7fb;
}
.s_details input{
	border:1px solid #2ed0d4;
	background:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	padding:6px;
}
.s_details a{
	color:#2ed0d4;
	text-decoration:underline;
}
.stu_details .col-md-offset-3{
	margin-top:30px;
	display:inline-block;
}
.stu_details .col-md-4 figure{
	position:relative;
	top:80px;
}
.stu_details .col-md-4 img{
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	position:relative;
}
.stu_details .col-md-4{
	z-index:2;
}
.stu_details .col-md-4::after{
	position:absolute;
	right:-15px;
	top:0;
	content:'';
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 210px 270px 210px 0;
	border-color: transparent #55f7fb transparent transparent;
	z-index:-1;
}
.stu_details h2{
	padding-bottom:70px;
}
.screenshot h4{
	margin-left:15px;
}
.screenshot img{
	border-radius:inherit;
}
.parents_home ul{
	margin:0px;
	padding:0px;
}
.parents_home ul li{
	list-style:none;
	margin-bottom:15px;
	position:relative;
	padding-left:20px;
}
.parents_home ul li::before{
	position:absolute;
	left:0px;
	top:0px;
	content:'\f046';
	color:#2ed0d4;
	font-family:FontAwesome;
}
.parents_home ul li a{
	font-size:16px;
	color:#2ed0d4;
	font-family: 'Bubblegum Sans', cursive;
}
.dropdown-menu{
	background-color:#45e7eb;
	box-shadow:none !important;
	border-bottom:none !important;
	padding:0px !important;
	border-radius:15px 15px 0 0 !important;
}
.dropdown-menu li a{
	color:#fff !important;
}
#preloader .preloader_logo{
	position:fixed;
	left:0px;
	right:0px;
	top:35%;
	margin:0 auto;
	border:1px solid #000;
	border-radius:50%;
}
#preloader .preloader_logo {  
	-webkit-animation: cssAnimation 1.5s infinite linear;
	-moz-animation: cssAnimation 1.5s infinite linear;
	-o-animation: cssAnimation 1.5s infinite linear;
}

@-webkit-keyframes cssAnimation {
	from { -webkit-transform: rotateY(360deg) scale(1) skew(1deg) translate(0px); }
	to { -webkit-transform: rotateY(0deg) scale(1) skew(1deg) translate(0px); }
}
@-moz-keyframes cssAnimation {
	from { -moz-transform: rotateY(360deg) scale(1) skew(1deg) translate(0px); }
	to { -moz-transform: rotateY(0deg) scale(1) skew(1deg) translate(0px); }
}
@-o-keyframes cssAnimation {
	from { -o-transform: rotateY(360deg) scale(1) skew(1deg) translate(0px); }
	to { -o-transform: rotateY(0deg) scale(1) skew(1deg) translate(0px); }
}

.dropdown-menu > li > a{
	padding:10px 20px;
	border-bottom:1px solid #6fc4d9;
}

.dropdown-menu > li:last-child > a{
	border:none !important;
}

.m_ico{
	background-size:30px 30px;
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	display:inline-block;
	position:relative;
	top:0px;
	margin-right:0px;
	background-color:#fff;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	vertical-align:middle;
}
.dropdown-menu .m_ico{
	margin-right:7px;
}
.m_ico img{
	width:30px;
	height:30px;
}
.net_class{
	background-image:url('../images/12uyir_eluthu.png');
}
.m_stage1{
	background-image:url('../images/stage1.png');
}
.m_stage2{
	background-image:url('../images/stage2.png');
}
.m_stage3{
	background-image:url('../images/stage3.png');
}
.m_stage4{
	background-image:url('../images/stage4.png');
}
.m_stage5{
	background-image:url('../images/stage5.png');
}
.m_stage6{
	background-image:url('../images/stage6.png');
}
.m_stage7{
	background-image:url('../images/stage7.png');
}
.m_stage8{
	background-image:url('../images/stage9.png');
}

.menu .m_ico{
	display:inline-block;
	width:50px;
	height:50px;
	vertical-align:middle;
}
.menu ul li a span{
	display:inline-block;
	vertical-align:middle;
	line-height:15px;
	text-align:center;
}
.menu .m_ico img{
	width:50px;
	height:50px;
}
.menu .caret{
	margin-right:5px;
}
/*
.modal-body figure{
	overflow:hidden;
}
.modal-body img{
	width:100%;
	position:relative;
	top:55px;
	transform:scale(1.6);
	-webkit-transform:scale(1.6);
	-moz-transform:scale(1.6);
	-o-transform:scale(1.6);
}
.modal-body p{
	line-height:23px;
	font-size:14px;
}
.modal{
	top:15%;
}
.modal-title{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.modal-title span{
	font-size:16px;
	color:#333;
}
.modal-body iframe{
	width:100%;
}
.modal-header{
	border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-o-border-radius:6px 6px 0 0;
	text-align:center;	
}*/
#mariammal .modal-header,
#mariammal .modal-body figure{
	background-color:#ff9f9f;
}
#ilayaraja .modal-header,
#ilayaraja .modal-body figure{
	background-color:#69d2e7;
}
#revathi .modal-header,
#revathi .modal-body figure{
	background-color:#f3d474;
}
#natarajan .modal-header,
#natarajan .modal-body figure{
	background-color:#9d87c3;
}
#krishnalakshmi .modal-header,
#krishnalakshmi .modal-body figure{
	background-color:#94e2d8;
}
.modal-body figure{
	position:relative;
	overflow:hidden;
	border:1px solid #ccc;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	left:10px;
	top:15px;
}
.close{
	background-color:#000 !important;
	width:30px;
	height:30px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	text-align:center;
	color:#fff !important;
	opacity:1;
}
.student_details{
	text-align:center;
}
.student_details li::before{
	display:none;
}
.student_details li{
	margin-bottom:0px !important;
	border:1px solid rgba(40, 208, 212, 1);
	padding:20px 0 0 0!important;
	background-color:#55f7fb;
}
.student_details .fa{
	width:55px;
	height:55px;
	border-radius:50%;
	line-height:55px;
	font-size:26px;
	color:#fff;
	-webkit-transition:all 0.2s ease-in-out 0s;
	-moz-transition:all 0.2s ease-in-out 0s;
	-o-transition:all 0.2s ease-in-out 0s;
	transition:all 0.2s ease-in-out 0s;
}
.student_details li:hover .fa{
	-webkit-transform:rotateZ(360deg);
	-moz-transform:rotateZ(360deg);
	transform:rotateZ(360deg);
	transform:rotateZ(360deg);
}


.student_details li:first-child .fa{
	background-color:#e94345;
}
.student_details li:nth-child(2) .fa{
	background-color:#d16c34;
}
.student_details li:nth-child(3) .fa{
	background-color:#fe7b23;
}
.student_details li:nth-child(4) .fa{
	background-color:#fec037;
}
.student_details li:nth-child(5) .fa{
	background-color:#ffe32f;
}
.student_details li:nth-child(6) .fa{
	background-color:#8cba19;
}
.student_details li:nth-child(7) .fa{
	background-color:#3ba6a0;
}
.student_details li:nth-child(8) .fa{
	background-color:#3e97cf;
}
.student_details li:nth-child(9) .fa{
	background-color:#0094ae;
}
.student_details li:nth-child(10) .fa{
	background-color:#783f68;
}
.student_details li:nth-child(11) .fa{
	background-color:#ab4189;
}
.student_details h5{
	font-family:"Bubblegum Sans",cursive;
	font-size:18px;
	padding:15px 0 10px 0;
	color:#000;
}/*
.student_details li:first-child h5{
	color:#e94345;
}
.student_details li:nth-child(2) h5{
	color:#d16c34;
}
.student_details li:nth-child(3) h5{
	color:#fe7b23;
}
.student_details li:nth-child(4) h5{
	color:#fec037;
}
.student_details li:nth-child(5) h5{
	color:#ffe32f;
}
.student_details li:nth-child(6) h5{
	color:#8cba19;
}
.student_details li:nth-child(7) h5{
	color:#3ba6a0;
}
.student_details li:nth-child(8) h5{
	color:#3e97cf;
}
.student_details li:nth-child(9) h5{
	color:#0094ae;
}
.student_details li:nth-child(10) h5{
	color:#783f68;
}
.student_details li:nth-child(11) h5{
	color:#ab4189;
}*/
.student_details p,
.student_details a{
	text-align:center !important;
	font-size:16px !important;
	color:#333 !important;
	margin-top:10px;
}
.student_details p{
	background:#fff !important;
	padding:20px 0;
	min-height:115px;
	line-height: 1.5;
}
.student_details a:hover{
	color:#2ed0d4 !important;
}


/* ==== EVENT SINGLE ==== */

.event_single{
	padding:40px 0 10px 0;
}
.event_caption{
	background-color:#f9f9f9;
	padding:20px 0;
	overflow:hidden;
	margin-bottom:20px;
	border-radius:15px;
	margin:0 15px 30px 15px;
}
.event_caption span{
	float:left;
}
.event_caption span .fa{
	width:75px;
	height:75px;
	line-height:75px;
	background-color:#6fc191;
	border-radius:50%;
	text-align:center;
	font-size:36px;
	margin-right:20px;
	color:#fff;
}
.event_caption .col-md-4:nth-child(2) span .fa{
	background-color:#e16c6c;
}
.event_caption .col-md-4:nth-child(3) span .fa{
	background-color:#edbf47;
}
.event_d{
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#868585;
	font-family:trebuchet ms;
	margin-bottom:10px;
}
.event_c{
	font-family:tahoma;
	font-size:14px;
	color:#a4a4a4;
	line-height:23px;
}
.event_single p{
	font-size:17px;
	line-height:25px;
	font-family:tahoma;
	color:#a4a4a4;
}
.event_gallery{
	margin-top:30px;
}
.event_gallery img{
	width:100%;
}

.event_gallery .col-lg-3{
	margin-bottom:30px;
}
.event_gallery h3{
	font-size:28px;
	font-family:trebuchet ms;
	margin-bottom:30px;
	padding-bottom:30px;
	color:#868585;
	position:relative;
}
.event_gallery h3::before{
	width:50px;
	content:'';
	height:3px;
	background-color:#868585;
	position:absolute;
	left:0px;
	bottom:0px;
}
.event_single .modal-footer{
	display:block;
}
.event_single .modal-dialog{
	width:55% !important;
}
.event_single .modal-dialog img{
	width:100%;
}
.event_single .panel-group{
	width:100%;
}
.event_single .panel-title a{
	font-family:tahoma;
	font-size:16px;
	color:#868585;
	letter-spacing:0.7px;
	display:block;
	border-radius:4px 4px 0 0;
}
.event_single .panel-body{
	color:#a4a4a4;
	font-size:16px;
	line-height:20px;
	font-family:tahoma;
}
.event_single .panel-heading a.collapsed{
	background-color:transparent;
	color:#868585;
	position:relative;
}
.event_single .panel-heading a.collapsed::before{
	position:absolute;
	left:10px;
	top:10px;
	font-family:FontAwesome;
	font-size:16px;
	content:'\f055';
}
.event_single .panel-heading a{
	background-color:#2ed0d4;
	padding:10px 40px;
	color:#fff;
	position:relative;
}
.event_single .panel-heading a:focus{
	text-decoration:none;
}
.event_single .panel-heading a::before{
	position:absolute;
	left:10px;
	top:10px;
	font-family:FontAwesome;
	font-size:16px;
	content:'\f056';
}
.event_single .panel-heading{
	padding:0;
}

.questions .col-md-3{
	margin-bottom:15px;
}

.questions .col-md-3 a:last-child img{
	margin-top:15px;
}

#earth {
 background-image:url(../images/pre_lo.png);
  width: 100px;
  height: 100px;
  /* a black shadow from left and white from right */
  box-shadow: inset 16px 0 40px 3px rgba(0,0,0,0.9),
    inset -3px 0 5px 2px rgba(255,255,255,0.16);
  background-size: 190px;
  margin: 0px auto;
  border-radius: 50%;
  position: fixed;
  animation-name: move,scale,rotate;
  animation-duration: 6s,6s,6s;
  animation-iteration-count: infinite,infinite,infinite;
  animation-timing-function: ease-in-out,linear,linear;
  top:43%;
  left:0px;
  right:0px;
}

@keyframes move {
  0%   { left: 200px;  }  
  70%  { left: -200px; }
  100% { left: 200px;  }
}

@keyframes scale {
  0%  { transform: scale(1);   }
  32% { transform: scale(0.4); animation-timing-function:  ease-in; }
  70% { transform: scale(1); animation-timing-function:  ease-in;  }
  75% { transform: scale(1.2);  animation-timing-function:  ease-in-out; }
  86% { transform: scale(2);  }  
  98% { transform: scale(1.2); }
  100%{ transform: scale(1); }
}
 
@keyframes rotate {
  0% { background-position: 0px; }
  100% { background-position: 190px; }
}

/* ==== ANDROID ====== */

.app_hold{
	text-align:center;
}
.app_hold img{
	width:100%;
}
.app_content{
	padding:60px 0 60px 0;
	background-color:#fff;
	text-align:center;
}
.app_content h3{
	font-size:22px;
	padding-bottom:30px;
}
.app_content p{
	width:80%;
	line-height:21px;
	padding-bottom:30px;
	margin:0px auto 0;
	font-size:14px;
}
.app_content h4{
	font-size:20px;
	margin-bottom:30px;
}
/*.app_content a{
	display:inline-block;
	padding:15px 20px;
	border:2px solid #a4c639;
	color:#a4c639;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.app_content a:hover{
	text-decoration:none;
	color:#a4c639;
	background-color:#6a8c00;
	border:2px solid #6a8c00;
}*/
.app_content .tab-content{
	padding-top:60px;
}
.app_content .tab-content h3{
	font-size:24px;
	margin-top:120px;
	color:#333;
}
.app_content .tab-content .text-left ul{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.app_content .tab-content .text-left ul li{
	margin-bottom:20px;
	padding-top:10px;
}
.app_content .tab-content a{
	font-size:26px;
	color:#2ed0d4;
	font-family:trebuchet ms;	
}
.app_content .tab-content a:hover{
	text-decoration:none;
}
.app_content .nav-tabs li.active{
	color:#fff;
}
.app_content .nav-tabs li.active a{
	background-color:#2ed0d4;
	color:#fff;
}
.app_content .nav-tabs{
	border-color:#2ed0d4;
	margin-left:15px;
	margin-right:15px;
}
.app_content .nav-tabs > li{
	margin-bottom:-2px;
	width:50%;
}
.app_content .nav-tabs > li a:focus{
	border:1px solid transparent;
}
.app_feedback_form {
	background-color:#f2f2f2;
}
.app_feedback_form img{
	width:100%;
}
.app_feedback_form .col-md-6:first-child{
	padding-left:0px;
	padding-right:0px;	
	font-size:0;
}
.app_feedback_form h3{
	margin:15px;
	font-size:26px;
	text-align:center;
}
.app_feedback_form label{
	margin-bottom:5px;
	font-size:12px;
	color:#333;
}
.app_content .tab-content p{
	width:100%;
}
.app_content .nav-tabs > li > a{
	color:#333;
}
.android_screen{
	width:227px;
	position:relative;
	margin:0 auto;
}
.android_screen .carousel{
	position:absolute;
	left:11px;
	right:0px;
	text-align:center;
	margin:0 auto;
	top:47px;
}
.android_screen img{
	position:relative;
}
.android_screen .carousel-inner{
	width:202px;
}
.app_cnt_center{
	position:relative;
	top:130px;
}


/* ==== STAGES BACKGROUND ==== */

.stage1_bg{
	background-color:#ff9f9f;
	background-image:url(../images/stage_1.png);
}
.stage2_bg{
	background-color:#69d2e7;
	background-image:url(../images/stage_2.png);
}
.stage3_bg{
	background-color:#f98f6f;
	background-image:url(../images/stage_3.png);
}
.stage4_bg{
	background-color:#9d87c3;
	background-image:url(../images/stage_4.png);
}
.stage5_bg{
	background-color:#60cd96;
	background-image:url(../images/stage_5.png);
}
.stage6_bg{
	background-color:#f3d474;
	background-image:url(../images/stage_6.png);
}
.stage7_bg{
	background-color:#74b567;
	background-image:url(../images/stage_7.png);
}
.stage8_bg{
	background-color:#94e2d8;
	background-image:url(../images/stage_8.png);
}
.stage_bg{
	background-repeat:no-repeat;
}
.stage_bg::before{
	background-color:transparent !important;
}
.stage_bg ul.breadcum li a{
	color:#000;
}

/*** ===== FEES STRUCTURE ==== ***/

.fees_structure{
	padding:60px 0;
}
.fees_structure h2{
	font-size:18px;
	padding-bottom:30px;
	text-align:center;
	color:#2ed0d4;
}
.fees_structure h3{
	font-size:25px;
	padding:10px 0 20px;
	color:#ff6c00;
	text-align:center;
}
.fees_structure h3:nth-child(1){
	padding-top:30px;
	padding-bottom:20px;
	color:#2ed0d4;
}
.fees_structure p{
	font-size:16px;
	padding-bottom:20px;
	line-height:22px;
}
.fees_structure .p{
	padding:15px 0;
}
.fees_structure .paybtn{
	border:2px solid #000;
}
.fees_structure input[type="submit"]{
	background:none;
	border:none;
	font-size:13px;
	padding:10px;
}
.fees_structure .paybtn:hover{
	background-color:#000;
	color:#fff;
}

.singusa{
	margin-top:30px;
}
.fees_structure .singapore img,
.fees_structure .usa img{
	width:100%;
}
.fees_structure .paypos{
	position:absolute;
	left:4%;
	right:0;
	top:0;
	text-align:center;
	width:92.3%;
	background-color:rgba(0,0,0,0.7);
	height:99%;
	padding-top:15%;
}
.fees_structure .paypos input[type="submit"]{
	color:#fff;
	padding:10px;
	border:2px solid #fff;
}
.singusa p{
	width:100%;
	margin-top:30px;
	display:inline-block;
	padding:0px;
}
.fees_structure b{
	color:#ff6c00;
}

.fees_structure ul{
	margin:0;
	padding:0;
}
.fees_structure ul li{
	padding-left:40px;
	font-size:14px;
	margin-bottom:10px;
	line-height:24px;
	position:relative;
	text-align:justify;
}
.fees_structure ul li::before{
	position:absolute;
	left:0px;
	top:0px;
	font-family:FontAwesome;
	content:'\f0d6';	
	font-size:24px;
	color:#2ed0d4;
}
.fees_structure ul li:nth-child(2)::before{
	top:10px;
}

.fees_structure ul li a.pay_inner_link{
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: #2ed0d4;
    display: inline-block;
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(41,168,171,1), 0px 9px 25px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 9px 0px rgba(41,168,171,1), 0px 9px 25px rgba(0,0,0,.1);
    box-shadow: 0px 9px 0px rgba(41,168,171,1), 0px 9px 25px rgba(0,0,0,.1);
	text-align: center;
	border: none;
	position:relative;
	top:-5px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	margin:3px auto 0px auto;
}

.fees_structure ul li a.pay_inner_link:active {
    -webkit-box-shadow: 0px 3px 0px rgba(41,168,171,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(41,168,171,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(41,168,171,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: -2px;
}
.fees_table{
	border:1px solid #333;
	margin:40px auto 0 auto;
	width:100%;
}
.fees_table tr th{
	color:#000;
}
.fees_table tr td{
	color:#777;
}
.fees_table thead{
	background-color:#5bfdff;
}
.fees_table tr th,
.fees_table tr td{
	border:1px solid #888;
	text-align:center;
	vertical-align:middle;
	padding:10px 23px;
	font-size:14px;
}
.fees_structure h4{
	margin-top:30px;
	font-size:24px;
	margin-bottom:15px;
	font-family:"Bubblegum Sans",cursive;
	position:relative;
	padding-bottom:20px;
	margin-bottom:20px;
}
.fees_structure h4::before{
	position:absolute;
	left:0;
	bottom:0;
	width:50px;
	height:3px;
	background-color:#5bfdff;
	content:'';
}
.fees_structure ul:last-child li:nth-child(2)::before{
	top:0;
	content:'\f005';
}
.fees_structure ul:last-child li:nth-child(3)::before,
.fees_structure ul:last-child li:nth-child(4)::before{
	content:'\f005';
}

#slideshow { 
    position: relative; 
    width: 100%; 
    height: 100%;
	min-height:260px;
	border-radius:10px;
	overflow:hidden;
	border:1px solid #ccc;
}

#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}

#slideshow img{
	width:100%;
}


.navbar-right{
	margin-right:0;
}
.navbar-right .dropdown-menu{
	right:auto;
}

.place-card-large{
	display:none !important;
}

.scroll{
	position:absolute;

	left:0px;
	top:30%;
	z-index:3;
}
.scroll ul li{
	margin-bottom:15px;
}
.scroll ul li a{
	display:inline-block;
	padding:5px;
	background-color:#43c7f7;
	border-radius:25px;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition: all 0.8s ease-in-out 0s;
	-o-transition: all 0.8s ease-in-out 0s;
	transition: all 0.8s ease-in-out 0s;
	width:40px;
	height:40px;
	overflow:hidden;
	font-weight:bold;
}
.scroll ul li:nth-child(2) a{
	background-color:#f67019;
}
.scroll ul li:nth-child(3) a{
	background-color:#f53794;
}
.scroll ul li:nth-child(4) a{
	background-color:#537bc4;
}
.scroll ul li:nth-child(5) a{
	background-color:#aac134;
}
.scroll ul li a .tex_hold{
	width:0px;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition: all 0.8s ease-in-out 0s;
	-o-transition: all 0.8s ease-in-out 0s;
	transition: all 0.8s ease-in-out 0s;
	color:#fff;
	font-size:11px;
	padding:0px;
	text-decoration:none;
	margin-left:10px;
	display:inline;
}
.scroll ul li:nth-child(2) a .tex_hold{
	font-size:10px;
}
.scroll ul li:nth-child(1) a .tex_hold{
	position:relative;
	left:25px;
}
.scroll ul li:nth-child(3) a .tex_hold{
	position:relative;
	left:25px;
}
.scroll ul li:nth-child(4) a .tex_hold{
	position:relative;
	left:15px;
}
.scroll ul li:nth-child(5) a .tex_hold{
	position:relative;
	left:12px;
}
.scroll ul li a:hover .tex_hold{
	display:inline;
	width:100%;
}
.scroll ul li a:hover{
	text-decoration:none;
	width:250px;
}
.scroll ul li a .m_ico{
	margin:0 !important;
	background-size:30px 30px;
	width:30px;
	height:30px;
}




/* Header */
.codrops-header {
	color: #e5e4eb;
	background: #383845;
	text-align: center;
	padding: 2em 10px;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 800;
	font-size: 1.75em;
	line-height: 1;
	padding: 0 10px;
}

.codrops-header h1 span {
	font-size: 50%;
	display: block;
	margin: 5px 0 0 0;
	color: rgba(255,255,255,0.5);
	font-weight: 700;
}

/* Top Navigation Style */
.codrops-links {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	font-size: 0.85em;
	margin: 20px 0 0 0;
	min-height: 30px;
}

.codrops-links::after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 1px;
	height: 100%;
	background: #aaa;
	content: '';
	-webkit-transform: rotate3d(0,0,1,22.5deg);
	transform: rotate3d(0,0,1,22.5deg);
}

.codrops-icon {
	display: inline-block;
	margin: 0.5em;
	padding: 0em 0;
	width: 1.5em;
	text-decoration: none;
}

.codrops-icon span {
	display: none;
}

.codrops-icon:before {
	margin: 0 5px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon--drop:before {
	content: "\e001";
}

.codrops-icon--prev:before {
	content: "\e004";
}

/* Demo links */
.codrops-demos {
	margin: 2em 0 0;
	text-align: center;
}

.codrops-demos a {
	display: inline-block;
	font-size: 0.85em;
	font-weight: bold;
	padding: 5px 10px;
	margin: 3px;
}

.codrops-demos span {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.75em;
	display: block;
	margin: 1.5em 0 0.75em 0;
	background: rgba(0,0,0,0.1);
	padding: 0.5em;
	color: rgba(255,255,255,0.5);
}

.codrops-demos a:first-child {
	font-size: 1.25em;
}

.codrops-demos a.current-demo {
	color: #fff;
}

/* Content */
.content {
	position: relative;
	min-height: 250px;
}

.svg-container {
	width: 100%;
	height: 250px;
}

body #cdawrap .carbon-text {
	color: #f9f9f9;
}

body #cdawrap a.carbon-poweredby {
	color: #7883C4;
}

body #cdawrap a:hover.carbon-poweredby {
	color: #fff;
}

/* ===== TESTIMONIALS ===== */

.testimonial{
	padding:50px 0;
}

.single_testi{
	margin-bottom:50px;
}
.single_testi h3{
	font-weight:bold;
	font-size:16px;
	margin-bottom:15px;
}
.single_testi h3 span{
	font-size:14px;
	font-weight:normal;
}
.single_testi p{
	line-height:22px;
}
.testi_content{	
	background-color:#e9e9e9;
	padding:25px;
	position:relative;
	text-align:justify;
}
.testi_content a{	
	color:#F0F;
	text-decoration: underline;
}
.testi_content a:hover{	
	color: #00F;
	text-decoration: none;
}
.testi_content::before{
	position:absolute;
	left:-40px;
	top:30px;
	border-top: 20px solid transparent;
	border-right: 40px solid #e9e9e9;
	border-bottom: 20px solid transparent;
	content:'';
}
.single_testi img{
	margin-left:50px;
}


.single_testi .read-more{
	position:absolute;
	right:0;
	bottom:0;
}

.testi_content_hold{
	overflow:hidden;
    position: relative;
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.testi_content_hold.expanded{
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

@media screen and (min-width: 680px) {
	.codrops-header, .content {
		height: 100vh;
		min-height: 704px;
	}
	.codrops-header {
		position: absolute;
		width: 280px;
		max-width: 100%;
		height: 100%;
		height: 100vh;
		left: 0;
		padding: 2em 0;
	}
	.codrops-demos a {
		display: block;
		padding: 7px 20px;
		margin: 0 0 1px 0;
	}
	.content {
		height: 100%;
		height: 100vh;
		margin-left: 280px;
	}
	.svg-container {
		width: 50%;
		height: 50%;
	}
	body #cdawrap {
		right: auto;
		position: absolute;
		left: 0;
		top: auto;
		bottom: 0;
		background: none;
		border: none;
		width: 280px;
		background: rgba(0,0,0,0.1);
	}
}



.maps iframe{
    pointer-events: none;
}

.pos_sta{
	position:static !important;
}

/* ====== DIRECT CLASS ===== */

.direct-class{
	padding:50px 0;
}
.direct-class img{
	width:100%;
}
.direct-class h3{
	font-size:20px;
	font-weight:bold;
	padding:0 0 0px 0;	
}
.direct-class p{
	width:90%;
	text-align:justify;
	margin:0 auto;
	padding-bottom:40px;
	line-height:23px;
	text-indent:100px;
}
.direct-class .col-md-3{
	margin-bottom:30px;
}

.grid {
	max-width: 69em;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}

.grid li {
	display: block;
	float: left;
	padding: 7px;
	width: 33%;
	opacity: 0;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
	border:1px solid #000;
}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

/* Effect 2: Move Up */
.grid.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/* Effect 3: Scale up */
.grid.effect-3 li.animate {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

/* Effect 4: fall perspective */
.grid.effect-4 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-4 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-5 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -300px;
	transform-origin: 50% 50% -300px;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-animation: fly .8s ease-in-out forwards;
	animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-6 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-7 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}

@keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
}

/* Effect 8:  */
.grid.effect-8 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-8 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

@media screen and (max-width: 900px) {
	.grid li {
		width: 50%;
	}
}

@media screen and (max-width: 400px) {
	.grid li {
		width: 100%;
	}
}

.online_registration .home_login h3 a{
	color:#0058ec;
	font-size:14px;
	text-decoration:underline;
}

.home_login .modal-dialog{
	top:25%;
	width:800px;
}
.home_login .modal-content{
	padding:20px;
}
.home_login .modal-body ul li{
	margin-bottom:20px;
	padding-left:30px;
	position:relative;
}
.home_login .modal-body ul li::before{
	position:absolute;
	left:0px;
	top:0px;
	font-family:FontAwesome;
	content:'\f046';	
}
.home_work ul.home_work_links li{
	display:inline-block;
	margin-top:15px;
	float:right;
}
.home_work ul.home_work_links li::before{
	display:none;
}
.home_work ul.home_work_links li a{
	color:#fff;
}
.home_work .modal-body img{
	border-radius:0px !important;
}

#ask{
	margin-right:0 !important;
}
.ask_teach_msg{
	font-size:16px;
	text-align:center;
	line-height:24px;
	width:90%;
	margin:0 auto;
}
.ask_teach_msg b{
	font-family:"Bubblegum Sans",cursive;
	font-size:18px;
}

.request_new_home select{
	background-image:url(../images/down_arrow.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:30px 15px;
	padding:10px 30px 10px 10px;
	margin-bottom:30px;
	margin-right:15px;
	background-color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	border:1px solid #2ed0d4;
	width:35%;
	min-height:50px;	
}

.request_new_home input[type="submit"] {
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: #2ed0d4;
    display: inline-block;
    padding: 13px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(41,168,171,1), 0px 9px 25px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 9px 0px rgba(41,168,171,1), 0px 9px 25px rgba(0,0,0,.1);
    box-shadow: 0px 9px 0px rgba(41,168,171,1), 0px 9px 25px rgba(0,0,0,.1);
    margin-bottom: 25px;
	width: auto;
	text-align: center;
	border: none;
	position:relative;
	top:-5px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	width:30%;
	margin-top:30px;
}

.request_new_home input[type="submit"]:active {
    -webkit-box-shadow: 0px 3px 0px rgba(41,168,171,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(41,168,171,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(41,168,171,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: -2px;
}

.request_new_home textarea{
	display:inline-block;
	border:1px solid #2ed0d4;
	padding:15px;
	border-radius:5px;
	width:75%;
	resize:vertical;
}
.request_new_home input[type="text"]{
	display:inline-block;
	border:1px solid #2ed0d4;
	padding:15px;
	border-radius:5px;
	min-height:48px;	
	width:65%;
	margin-bottom:30px;
}


/* ==== ABOUT CLASS ==== */

.about_class{
	padding:50px 0 0 0;
}
.about_class .container-fluid img{
	width:100%;
}
.about_class h3{
	font-size:30px;
	color:#000;
	margin-bottom:20px;
}
.about_class h3::first-letter{
	font-size:50px;
	color:rgba(40, 208, 212, 1);
	vertical-align:super;
}
.about_class h4{
	color:rgba(40, 208, 212, 1);
	font-size:20px;
	margin-bottom:20px;
}
.about_class p{
	line-height:24px;
	margin-bottom:40px;
	text-align:justify;
}
.about_class b{
	color:rgba(40, 208, 212, 1);
}
.about_class ul li{
	line-height:24px;
	margin-bottom:30px;
	padding-left:40px;
	position:relative;
	text-align:justify;
}
.about_class ul li::before{
	position:absolute;
	left:8px;
	top:4px;
	font-size:20px;
	font-family:FontAwesome;
	content:'\f044';
	color:rgba(40, 208, 212, 1);
}
.about_class h5{
	text-align:center;
	padding:50px 0;
	font-size:18px;
	color:#000;
}
.about_class h5::first-letter{
	font-size:40px;
	color:rgba(40, 208, 212, 1);
	vertical-align:super;
}
.about_class h6{
	text-align:center;
	padding:50px 0;
	font-size:18px;
	color:#000;
	background-color:#fbfbfb;
}
.about_class h6::first-letter{
	font-size:40px;
	color:rgba(40, 208, 212, 1);
}
.stages_bg{
	background-image:url('../images/stagess.png');
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#fbfbfb;
	min-height:490px;
}

.popover-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 8px 14px !important;
}



.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}



/* ==== MY CLASS ROOM ==== */

.my-class-room .timings tr td{
	font-size:12px;
}

/* ==== LIVE STREAM ==== */

.live_stream{
	padding:60px 0;
}
.live_stream h2{
	text-align:center;
	padding-bottom:50px;
	font-size:22px;
}
.live_stream h3{
	text-align:center;
	padding-bottom:30px;
	margin-bottom:30px;
	font-size:18px;
	position:relative;
}
.live_stream h3::before{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	width:50px;
	height:5px;
	background-color:rgba(40, 208, 212, 1);
	content:'';
}

a.tog_btn,
.pay_here a{
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: #2ed0d4;
    display: block;
    padding: 13px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(41,168,171,1), 0px 9px 25px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 9px 0px rgba(41,168,171,1), 0px 9px 25px rgba(0,0,0,.1);
    box-shadow: 0px 9px 0px rgba(41,168,171,1), 0px 9px 25px rgba(0,0,0,.1);
	text-align: center;
	border: none;
	position:relative;
	top:-5px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	width:55%;
	margin:30px auto 0px auto;
}

a.tog_btn:active,
.pay_here a:active {
    -webkit-box-shadow: 0px 3px 0px rgba(41,168,171,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(41,168,171,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(41,168,171,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: -2px;
}

.live_stream .collapse img{
	width:100%;
	border:1px solid rgba(40, 208, 212, 1);
}
.live_stream .collapse .col-md-4{
	margin-top:30px;
}
.live_stream .collapse .col-md-4 ul {
    border-bottom: 1px solid rgba(40, 208, 212, 1);
    border-left: 1px solid rgba(40, 208, 212, 1);
    border-right: 1px solid rgba(40, 208, 212, 1);
    font-size: 0;
    margin: 0;
    padding: 0;
}
.live_stream .collapse .col-md-4 ul li {
    border-right: 1px solid rgba(40, 208, 212, 1);
    display: block;
    text-align: center;
}
.live_stream .collapse .col-md-4 ul li a {
    display: block;
    font-size: 12px;
    padding: 10px 5px;
}
/* ==== NOOLAGAM ==== */

.noolagam_content{
	padding:40px 0 60px 0;
}
.noolagam_content h2{
	text-align:center;
	font-size:20px;
	padding-bottom:30px;
}
.noolagam_content p{
	width:80%;
	margin:0 auto 30px auto;
	line-height:23px;
}
.noolagam_content .col-md-3{
	margin-bottom:30px;
}
.noolagam_content figure{
	font-size:0;
}
.noolagam_content img{
	width:100%;
	border:1px solid rgba(40, 208, 212, 1);
}
.noolagam_content ul.nav-tabs{
	margin-left:15px !important;
	margin-right:15px !important;
	margin-bottom:30px;
	border-left:none;
	border-right:none;	
	border-bottom:1px solid rgba(40, 208, 212, 1);	
}
.noolagam_content ul.nav-tabs li{
	width:50%;
	border:none;
}
.noolagam_content ul.nav-tabs li.active a,
.noolagam_content ul.nav-tabs li a:hover{
	background-color:rgba(40, 208, 212, 1) !important;
	color:#fff;
}
.noolagam_content ul.nav-tabs li a{
	border:none;
	padding:20px;
	color:#000;
	font-size:16px;
}
.noolagam_content ul.nav-tabs li a i.fa{
	margin-right:10px;
	font-size:22px;
}
.noolagam_content ul{
	margin:0;
	padding:0;
	border-left:1px solid rgba(40, 208, 212, 1);
	border-right:1px solid rgba(40, 208, 212, 1);
	border-bottom:1px solid rgba(40, 208, 212, 1);
	font-size:0;
}
.noolagam_content ul li{
	display:block;
	text-align:center;
	border-right:1px solid rgba(40, 208, 212, 1);
}
.noolagam_content ul li:last-child{
	border:none;
}
.noolagam_content ul li a{
	font-size:12px;
	padding:10px 5px;
	display:block;
}
.noolagam_content ul li a:hover{
	text-decoration:none;
	background-color:rgba(40, 208, 212, 1);
	color:#000;
}

.noolagam_sidebar{
	margin-left:15px;
}
.noolagam_sidebar h3{
	color:#000;
	font-size:18px;
	padding-bottom:20px;
	margin-bottom:20px;
	position:relative;
}
.noolagam_sidebar h3::after{
	background-color:rgba(40, 208, 212, 1);
	width:50px;
	height:3px;
	content:'';
	position:absolute;
	left:0;
	bottom:0;
}
.noolagam_sidebar ul{
	border:none;
	margin-bottom:50px;
}
.noolagam_sidebar ul li{
	border:none;
	margin-bottom:15px;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  text-align:left;
  line-height:24px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: rgba(40, 208, 212, 1);
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.lib_login{
	background-color:#e4e4e4;
	padding:50px 20px 20px;
	margin-top:50px;
	position:relative;
	border-radius:0 0 15px 15px;
	text-align:center;
}
.lib_login::before {
    background-color: #ea4335;
    border-radius: 50%;
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 24px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -32px;
    width: 60px;
}
.lib_login input{
	width:100%;
	padding:15px;
	margin-bottom:15px;
	border:none;
	border-radius:5px;
}

.lib_login input[type="submit"] {
    background-color: #2ed0d4;
    border: medium none;
    border-radius: 8px;
    box-shadow: 0 9px 0 rgba(41, 168, 171, 1), 0 9px 25px rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 1);
    display: block;
    margin: 10px auto;
    padding: 13px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: -5px;
    transition: all 0.1s ease 0s;
    width: auto;
}
.lib_login a{
	font-size:14px;
	text-decoration:underline;
	color:#555;
	display:inline-block;
	margin:0 10px;
}
.lib_login a:hover{
	color:#000;
}
.student_fees_details p{
	font-weight:normal;
	line-height:24px;
	text-align:center !important;
	min-height:90px;
}
.ovh{
	overflow:hidden;
}
.student_fees_details span{
	display:inline-block;
	font-weight:normal;
}
.fee_month{
	font-size:20px;
	padding-bottom:30px;
}
.fee_amount{
	font-size:22px;
	font-weight:bold;
	color:rgba(40, 208, 212, 1);
}
.pay_here a{
	width:auto !important;
	display:inline-block;
}
.paid_details{
	margin-top:30px;
}

/* ==== FLYER ==== */

.information_brochure{
	padding:60px 0;
}
.information_brochure h2{
	text-align:center;
	font-size:22px;
	padding-bottom:50px;
}
.pdf_hold{
	width:500px;
	display:inline-block;
}

.info_pdf{
	width:400px;
	display:inline-block;
	font-size:0;
}
.info_pdf ul{
	margin:0;
	padding:0;
	border-left:1px solid #2ed0d4;
	border-right:1px solid #2ed0d4;
	border-bottom:1px solid #2ed0d4;		
}
.info_pdf ul li{
	display:inline-block;
	width:50%;
	text-align:center;
}
.info_pdf ul li:first-child{
	border-right:1px solid #2ed0d4;
}
.info_pdf ul li a{
	font-size:16px;
	display:block;
	padding:10px;
	color:#2ed0d4;
}
.info_pdf ul li:first-child a,
.info_pdf ul li a:hover{
	background-color:#2ed0d4;
	color:#fff;
	text-decoration:none;
}
.info_pdf img{
	width:100%;
	border:1px solid #2ed0d4;
}
.info_pdf iframe{
	border:1px solid #2ed0d4;
} 
.info_pdf figcaption a,
.last_childa
{
	background:#2ed0d4;
	border-bottom:1px solid #2ed0d4;
	border-left:1px solid #2ed0d4;
	border-right:1px solid #2ed0d4;
	display:block;
	padding:15px;
	font-size:14px;
	color:#fff;
}
.info_pdf figcaption a:hover,
.last_childa:hover{
	text-decoration:underline;
	color:#fff;
}

.color_green{
	color:#128c7e;
}

.clrred{
	color:red !important;
}
.bgblack{
	background-color:#000 !important;
}

.abs_iomg{
	position:absolute;
	right:30px;
	bottom:145px;
}

.wta_ico{
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	background-size:40px 40px;
	width:40px;
	height:40px;
	vertical-align:middle;
	margin-right:20px;
	display:inline-block;
}

/* ==== CHANGE PASSWORD ==== */

.change_password{
	padding:50px 0;
}
.change_password h2{
	font-size:22px;
	text-align:center;
	padding-bottom:30px;
}
.change_password p{
	margin-bottom:10px;
	line-height:23px;
}
.pwd_instruction{
	background-color:rgba(40, 208, 212, 0.8);
	padding:20px;
	border-radius:15px;
}
.pwd_instruction ul{
	margin:0;
	padding:0;
}
.pwd_instruction ul li{
	margin-bottom:10px;
	position:relative;
	padding-left:30px;
	line-height:22px;
}
.pwd_instruction ul li::before{
	position:absolute;
	left:0;
	top:0px;
	font-family:FontAwesome;	
	/*content:'\f023';*/
}
.change_password .pwd_hold{
	text-align:center;
	background-color:#e4e4e4;
	padding:40px 20px 20px 20px;
	border-radius:0 0 10px 10px;
	position:relative;
	margin-top:50px;
}
.change_password .pwd_hold::before{
	position:absolute;
	left:0px;
	right:0px;
	top:-32px;	
	font-family:FontAwesome;
	width:60px;
	height:60px;
	border-radius:50%;
	background-color:#ea4335;
	text-align:center;
	line-height:60px;
	margin:0 auto;
	font-size:24px;
	color:#fff;
	content:'\f13e';
}
.change_password .pwd_hold.new_pass::before{
	content:'\f023';
}
.change_password p{
	text-align:center !important;
	width:100%;
	display:block;
	padding-bottom:15px;
}
.change_password h3{
	font-size:22px;
	padding:0 0 15px 0 ;
	color:#000;
	font-family: 'Bubblegum Sans', cursive;	
}

.change_password .pwd_hold img{
	width:150px;
	height:150px;	
	border-radius:50%;
	border:1px solid #e6e6e6;
	margin-bottom:15px;
}
.change_password input[type="password"]{
	width:100%;
	border:1px solid #cacaca;
	border-radius:5px;
	padding:10px;
	margin-bottom:10px;
	line-height:20px;
}

.change_password input[type="submit"],
.change_password a{
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: #2ed0d4;
    display: inline-block;
    padding: 13px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(41,168,171,1), 0px 9px 25px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 9px 0px rgba(41,168,171,1), 0px 9px 25px rgba(0,0,0,.1);
    box-shadow: 0px 9px 0px rgba(41,168,171,1), 0px 9px 25px rgba(0,0,0,.1);
	text-align: center;
	border: none;
	position:relative;
	top:-5px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	width:auto;
	margin:10px auto 0px auto;
}

.change_password input[type="submit"]:active,
.change_password input[type="submit"]:focus,
.change_password a:active,
.change_password a:focus{
    -webkit-box-shadow: 0px 3px 0px rgba(41,168,171,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(41,168,171,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(41,168,171,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: -2px;
}

.mb0{
	margin-bottom:0 !important;
}


/* ==== TEACHERS LATEST ==== */

.about_teachers_latest{
	padding:60px 0;
}
.about_teachers_latest h2{
	font-size:20px;
	margin-bottom:30px;
	text-align:center;
}
.about_teachers_latest p{
	font-size:14px;
	text-align:center !important;
	margin-bottom:20px;
}
.wrapper {
    height: 100%;
    width: 100%;
    background-color: #FFF;
	text-align:center;
	font-size:0;
}
.tab1 {
    width:25%;
    height: auto;
	display:inline-block;
    cursor: pointer;
    margin-top: 20px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}
.tab1:nth-child(1) .sing_teacher{
	background: #ff9f9f; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9f9f 0%, #fff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9f9f 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9f9f 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9f9f', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
	border:1px solid #ff9f9f;
}
.tab1:nth-child(2) .sing_teacher{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00d2ff+0,ffffff+100 */
	background: #00d2ff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #00d2ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff 0%,#00d2ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff 0%,#00d2ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#00d2ff',GradientType=0 ); /* IE6-9 */
	border:1px solid #00d2ff;
}
.tab1:nth-child(3) .sing_teacher{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3d474+0,ffffff+100 */
	background: #f3d474; /* Old browsers */
	background: -moz-linear-gradient(top, #f3d474 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f3d474 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f3d474 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d474', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border:1px solid #f3d474;
}
.tab1:nth-child(4) .sing_teacher{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9d87c3+0,ffffff+100 */
	background: #9d87c3; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #9d87c3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff 0%,#9d87c3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff 0%,#9d87c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#9d87c3',GradientType=0 ); /* IE6-9 */
	border:1px solid #9d87c3;
}
.tab1:nth-child(9) .sing_teacher{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#60cd96+0,ffffff+100 */
	background: #60cd96; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #94e2d8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff 0%,#94e2d8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff 0%,#94e2d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#94e2d8',GradientType=0 ); /* IE6-9 */
	border:1px solid #60cd96;
}
.tab1:nth-child(10) .sing_teacher{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#60cd96+0,ffffff+100 */
	background: #f98f6f; /* Old browsers */
	background: -moz-linear-gradient(top, #f98f6f 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f98f6f 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f98f6f 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f6f', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border:1px solid #f98f6f;
}
.tab1:nth-child(11) .sing_teacher{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#60cd96+0,ffffff+100 */
	background: #60cd96; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #94e2d8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#94e2d8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#94e2d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#94e2d8',GradientType=0 ); /* IE6-9 */
	border:1px solid #60cd96;
}
.t1bg{
	background-color:#ff9f9f;
}
.t2bg{
	background-color:#00d2ff;
}
.t3bg{
	background-color:#f3d474;
}
.t4bg{
	background-color:#9d87c3;
}
.t5bg{
	background-color:#60cd96;
}
.t6bg{
	background-color:#f98f6f;
}
.t7bg{
	background-color:#60cd96;
}
.tab1 img{
	width:100%;
}
.about_teachers_latest span{
    padding: 10px;
    font-size: 12px;
    line-height: 23px;
    color: #000;
	background-color:#fff;
	display:block;
	padding:10px 0 0 0;
	position:relative;
	z-index:2;
}
.about_teachers_latest span:last-child{
	font-size:10px;
	padding:0px 0 10px 0;
}
.content1 {
    height: 0px;
    width: 99%;
	display:inline-block;
    overflow: hidden;
	font-size:12px;
}

.content1 img{
	width:75%;
}
.content1 h3{
	font-size:26px;
	margin:30px 0 15px 0;
	text-align:left;
}
.content1 h3 b{
	font-size:16px;
}
.content1 p{
	font-size:15px;
	text-align:justify !important;
	line-height:22px;
}
.content1 h3 a{
	font-size:14px;
	color:#000;
	margin-left:15px;
}
.content1 h3 a:hover{
	color:#00aff0;
	text-decoration:none;
}

.t1bg figure, .t2bg figure, .t3bg figure, .t4bg figure, .t5bg figure, .t6bg figure, .t7bg figure{
	position:relative;
}
.t1bg figure::before, .t2bg figure::before, .t3bg figure::before, .t4bg figure::before, .t5bg figure::before, .t6bg figure::before, .t7bg figure::before{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:4em;
	content:'';
}
.t1bg figure::before{
	background-image:linear-gradient(to bottom, rgba(255, 159, 159, 0), rgba(255, 159, 159, 1) 90%);
}
.t2bg figure::before{
	background-image: linear-gradient(to bottom, rgba(0, 210, 255, 0), rgba(0, 210, 255, 1) 90%);
}
.t3bg figure::before{
	background-image: linear-gradient(to bottom, rgba(243, 212, 116, 0), rgba(243, 212, 116, 1) 90%);
}
.t4bg figure::before{
	background-image: linear-gradient(to bottom, rgba(157, 135, 195, 0), rgba(157, 135, 195, 1) 90%);
}
.t5bg figure::before{
	background-image: linear-gradient(to bottom, rgba(96, 205, 150, 0), rgba(96, 205, 150, 1) 90%);
}
.t6bg figure::before{
	background-image: linear-gradient(to bottom, rgba(249, 143, 111, 0), rgba(249, 143, 111, 1) 90%);
}
.t7bg figure::before{
	background-image: linear-gradient(to bottom, rgba(96, 205, 150, 0), rgba(96, 205, 150, 1) 90%);
}


.sing_teacher{
	position:relative;
	overflow:hidden;
}
.sing_teacher .tech_back{
	position:absolute;
	left:0;
	right:0;
	top:0;
	-webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;

	backface-visibility: hidden;    
	-webkit-filter: blur(0);
}
.sing_teacher:hover .tech_back{
	opacity:1;
	visibility:visible;
	backface-visibility: hidden;    
	-webkit-filter: blur(0);
}
.sing_teacher .tech_front{
	-webkit-transition:all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;

	backface-visibility: hidden;    
	-webkit-filter: blur(0);
}
.sing_teacher:hover .tech_front{
	opacity:0;
	visibility:hidden;
}
.teacher_info{
	text-align:left !important;
	background-color:rgba(255,255,255,0.2);
}
.teacher_info th,
.teacher_info td{
	padding:10px;
	line-height:22px;
}
.teacher_info thead{
	border-top:4px double #000;
	border-bottom:4px double #000;	
}

/* ==== PAGINATION ==== */

.class_pagination{
	text-align:center;
	padding-top:40px;
}
.class_pagination ul{
	margin:0;
	padding:0;
}
.class_pagination ul li{
	display:inline-block;
	margin:0;
	padding:0;
}
.class_pagination ul li.current a,
.class_pagination ul li a:focus{
	color:#000;
	border-color:#fa4248;
}
.class_pagination ul li::before{
	display:none;
}
.class_pagination ul li a{
	padding:12px;
	border-bottom:3px solid #d7dadb;
	margin:0 3px;
	display:inline-block;
	color:#fa4248;
	-webkit-transition:all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.class_pagination ul li a:hover{
	text-decoration:none;
	color:#000;
	border-color:#fa4248;
}
.change_stu{
	text-align:center;
	position:absolute;
	right:40px;
	top:20px;
}
.change_stu ul{
	margin:0;
	padding:0;
}
.change_stu ul li{
	display:block;
	margin:0;
	padding:0 7px 2px 7px;
}
.change_stu ul li a{
	display:block;
}
.change_stu ul li::before{
	display:none;
}
.change_stu img{
	width:40px !important;
	height:40px !important;
	overflow:hidden;
}
.rightsidebarfixed {
    position: fixed;
    top: 0;	
	width:263px;

}
.fees_stru{
	line-height:22px;
}
.f20{
	font-size:20px !important;
}
.fa-blackberry{
	background-image:url('../images/black-berry.png');
	background-repeat:no-repeat;
	width:29px;
	height:20px;
	display:inline-block;
}
.tamil_facts{
	padding:50px 0;
}
.tamil_facts .col-md-6,
.tamil_facts .col-md-12{
	margin-bottom:30px;
}

/* ==== SITEMAP ==== */

.sitemap{
	padding:60px 0;
}
.sitemap .parent-map{
	font-size:14px;
	display:block;
	background-color:rgb(46, 208, 212);
	border-radius:25px;
	color:#fff;
	padding:5px;
	box-shadow:2px 3px 3px #b8bab9;	
	-webkit-transition:all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
  	-o-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}
.sitemap .parent-map:hover{
	background:#6e7678;
}
.sitemap .parent-map .m_ico{
	vertical-align:top;
}
.sitemap .parent-map:hover{
	text-decoration:none;
}
.sitemap .parent-map span{
	display:inline-block;
	line-height:20px;
}
.sitemap .parent-map b{
	display:block;
	color:#000;
}
.sitemap ul{
	margin:0px;
	padding:30px 0 0 45px;
	position:relative;
}
.sitemap ul::before{
	position:absolute;
	left:25px;
	top:0;
	height:99%;
	width:1px;
	background-color:#000;
	content:'';
}
.sitemap ul li{
	margin:0;
	padding:0 0 20px;
	position:relative;
}
.sitemap ul li::before{
	position:absolute;
	left:-20px;
	top:20px;
	height:1px;
	width:35px;
	background-color:#000;
	content:'';
}
.sitemap ul li a{
	font-size:10px;
	line-height:20px;
	display:block;
	color:#000;
	font-weight:bold;
	-webkit-transition:all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
  	-o-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}
.sitemap ul li a:hover{
	color:rgb(46, 208, 212);
}
.sitemap ul li a .m_ico{
	vertical-align:top;
	margin-right:10px;
}
.sitemap ul li a .m_ico img{
	border:4px solid #909696;
	border-radius:50%;
	box-shadow:2px 3px 3px #b8bab9;
}
.sitemap ul li:hover a .m_ico img{
	border-color:rgb(46, 208, 212);
	-webkit-transition:all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
  	-o-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}
.sitemap ul li a span{
	display:inline-block;
}
.sitemap ul li a span b{
	display:block;
}
.mb{
	margin-bottom:30px !important;
}
.fs12{
	font-size:12px !important;
}
.fs9{
	font-size:9px !important;
}
.sitemap .m_ico{
	width:40px;
	height:40px;
	background-size:40px 40px;
}
.sitemap .m_ico img{
	width:40px;
	height:40px;
}

/* ==== WRITE TESTIMONIALS ==== */

.write-testimonials{
	background-color:#f1f1f1;
	padding:45px 15px 15px 15px;
	border-radius:15px;
}
.write-testimonials input[type="text"],
.write-testimonials textarea{
	border:1px solid #d5d5d5;
	padding:10px 5px;
	border-radius:5px;
}
.write-testimonials input[type="file"]{
	margin-top:15px;
}
.write-testimonials textarea{
	resize:vertical;
}
.write-testimonials textarea:focus{
	outline:none;
}
.write-testimonials input[type="submit"]{
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: #2ed0d4;
    padding:15px 20px;
    -webkit-box-shadow: 0 5px 0 rgb(41, 168, 171), 0 10px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 0 rgb(41, 168, 171), 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 0 rgb(41, 168, 171), 0 10px 25px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: none;
	position:relative;
	top:-5px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	border-radius:20px;
}

.write-testimonials input[type="submit"]:active {
    -webkit-box-shadow: 0px 3px 0px rgba(41,168,171,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(41,168,171,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(41,168,171,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: -2px;
}
.growth textarea{
	width:100%;
	height:55px;
}
.growth .own_idea{
	height:75px;
}
.growth .form-group{
	overflow:hidden;
}
.growth .form-group span{
	margin-top:5px;
	margin-bottom:10px;
	display:block;
	color:#a5a5a5;

	font-size:14px;
}
.growth .col-md-4{
	line-height:20px;
}
.growth .col-md-6{
	font-size:15px;
	font-family:Tahoma, Geneva, sans-serif;
}
.g_y{
	background-color:#dc4e41;
	padding:2px 7px;
	border-radius:3px;
	margin-right:5px;
	position:relative;
	top:-5px;
	font-size:12px;
	color:#fff !important;
	display:inline;
	font-weight:normal;
}
.g_y1{
	top:1px;
}
.g_y:last-child{
	background-color:#cd201f !important;
}
.g_y:hover{
	text-decoration:none;
	color:#fff;
}
.whatsapp_de{
	font-size:24px;
	line-height:40px;
	font-weight:bold;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#f1f1f1;
	border-radius:15px;
	padding:15px 0;
}
.whatsapp_de a{
	color:#128c7e;
}
.whatsapp_de a:hover{
	text-decoration:none;
}
.idea_growth_btn{
	display:inline-block;
	background-color:rgb(46, 208, 212);
	padding:10px;
	color:#fff;
	border-radius:5px;
	font-size:13px;
}
.idea_growth_btn:hover{
	background-color:#55f7fb;
	color:#000;
	text-decoration:none;
}
h4.growth_head{
	line-height:25px;
}
h4.growth_head::before{
	top:70px;
}
.growth b{
	display:block;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
}
.growth_sub{
	margin-bottom:15px;
	margin-top:20px;
	font-size:13px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}
.growth_sub:first-child{
	margin-top:0;
}
.social_growth{
	margin:0 15px;
	background-color:#f1f1f1;
	overflow:hidden;
	padding:20px 10px;
	border-radius:15px;
}

.student_home .write-testimonials .col-md-6:nth-child(2n+2){
	padding-right:0 !important;
}

/* ==== MATERIALS ==== */

.materials_detail.noolagam_content ul.nav-tabs li{
	width:25%;
}
.materials_detail.noolagam_content ul.nav-tabs li a{
	font-size:12px;
	padding:10px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background-color:#f4f4f4;
	margin-top:5px;
}
.materials_detail.noolagam_content ul.nav-tabs li a i.fa{
	font-size:16px;
}
#noolagam5 .material ul li,
#noolagam6 .material ul li,
#noolagam10 .material ul li
{
	width:50%;
	display:inline-block;
}

/* ==== 404 === */

.error_page{
	padding:40px 0;
}
.error_page .fa-frown-o{
	font-size:120px;
}
.error_page span{
	display:block;
	background-color:rgb(46, 208, 212);
	color:#fff;
	font-weight:bold;
	font-size:22px;
	width:50%;
	margin:15px auto;
	font-size:50px;
	padding:15px 20px;
	letter-spacing:10px;
}
.error_page p{
	text-align:center !important;
	font-size:20px;
	margin:30px 0 60px 0;
}
.error_cnt{
	text-align:center;
}
.error_cnt img{
	border-radius:50%;
	width:100%;
	box-shadow:0px 0px 20px rgb(46, 208, 212);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.error_cnt:hover img{
	box-shadow:0px 0px 20px #000;
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);
}
.error_cnt figcaption{
	position:absolute;
	left:15px;
	right:0;
	top:0;
	border-radius:50%;
	width:100%;
	height:72%;
}
.error_cnt figcaption a{
	background:#000;
	color:#fff;
    border-radius:50%;
    display:inline-block;
    font-size:20px;
    height:50px;
    left:-8%;
    line-height:50px;
    position:relative;
    top:0%;
    width:50px;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.9s ease-in-out 0s;
	-moz-transition: all 0.9s ease-in-out 0s;
	-o-transition: all 0.9s ease-in-out 0s;
	transition: all 0.9s ease-in-out 0s;
}
.error_cnt:hover figcaption a{
	top:30%;
	opacity:1;
	visibility:visible;
}
.error_cnt h3{
	margin:15px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	line-height:22px;
}
.error_cnt h3 a{
	color:#000;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.error_cnt:hover h3 a{
	text-decoration:none;
	color:rgb(46, 208, 212);
}

#loader{
	text-align:center;
}
#loader img{
	width:207px;
	height:203px;
	display:inline-block;
	border:none;
}

.home_up_form{
	padding:40px 0;
}
.home_upload{
	text-align:center;
}
.home_upload_fi{
	width:30%;
	display:inline-block;
}
.home_up_form button[type="submit"]{
	margin:30px 0;
}
.home_up_form img{
	width:100%;
	color:transparent;
}

.coming_soon{
	text-align:center;
}
.coming_soon h2{
	font-size:24px;
	font-weight:bold;
	padding-bottom:20px;
}
.coming_soon p{
	padding-bottom:20px;
	display:inline-block;
	font-size:20px;
	text-align:center !important;
	line-height:28px;
}

#tab_selector{
	margin-bottom:20px;
}