/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	font-family: 'Roboto', sans-serif;
	background:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*--banner--*/
.content
{
background:none;
padding:0px 0;
margin-top:4em;
}
.top-left-grid {
    float:left;
	width:100%;
	box-shadow: 0px 0px 6px 6px #e8e6e5;
	-moz-box-shadow: 0px 0px 6px 6px #e8e6e5;
	-webkit-box-shadow: 0px 0px 6px 6px #e8e6e5;
}
.top-grid {
	padding: 0;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 2;
}
.top-left-grid ul li {
	display:inline-block;
	width: 50%;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	background:#fff;
	float:left;
	cursor:pointer;
}
.top-left-grid ul li:nth-child(2) {
	border: none;
}
.top-left-grid ul li a {
	border-bottom:4px solid #fff;
	padding: 1.5em 0;
	display:block;
	background:#555651;
}

.top-left-grid ul li a.active {
	background:#555651;
	border-bottom:4px solid #fe7a7a;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.top-left-grid ul li a:hover {
	background:#fcfcfc;
	border-bottom:4px solid #fe7a7a;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-decoration:none;
}
h1.home {
	width:100%;
	height: 50px;
	display:inline-block;
	font-size:1.2em;	
		text-align:center;
		padding:1em 0.5em 0.5em 1em;
		font-weight:bold;
		color:#fff;
}
.top-left-grid ul li:hover h1.home {
	font-size:1.2em;	
		text-align:center;
		padding:1em 0.5em 0.5em 1em;
		font-weight:bold;
		color:#555651;
}
h1.news {
	width:100%;
	height: 50px;
	font-size:1.2em;	
		text-align:center;
		padding:1em 0.5em 0.5em 1em;
		font-weight:bold;
		color:#fff;
}
.top-left-grid ul li:hover h1.news {
	font-size:1.2em;	
		text-align:center;
		padding:1em 0.5em 0.5em 1em;
		font-weight:bold;
		color:#555651;
}
.user-form form input[type="text"],.user-form form input[type="password"] ,.user-form form select{
width: 100%;
padding: 1.2em 1.5em 1.2em 1.5em;
font-size: 22px;
font-weight: 400;
border: 1px solid #e9e9e8;
outline: none;

color: #3a3b36;
}
.user-form form input[value="Login"]{
  text-align: center;
  color: #ffffff;
  padding: 1.2em 1.5em 1.2em 1.5em;
  border: none;
  margin: 0;
  width: 100%;
  font-size: 26px;
  border: none;
  background: #fe7a7a;
}
.user-form form input[value="Login"]:hover{
  background: #555651;
  transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.user-form form input[value="Register"]{
  text-align: center;
  color: #ffffff;
  padding: 1.2em 1.5em 1.2em 1.5em;
  border: none;
  margin: 0;
  width: 100%;
  font-size: 26px;
  border: none;
  background: #fe7a7a;
}
.user-form form input[value="Register"]:hover{
  background: #555651;
  transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.user-form form input[value="New User? Register"]{
  text-align: center;
  color: #555651;
  padding: 1.2em 1.5em 1.2em 1.5em;
  border: none;
  margin: 0;
  width: 100%;
  font-size: 26px;
  border: none;
  background: none;
}
.user-form form input[value="Existing User? Login"]{
  text-align: center;
  color: #555651;
  padding: 1.2em 1.5em 1.2em 1.5em;
  border: none;
  margin: 0;
  width: 100%;
  font-size: 26px;
  border: none;
  background: none;
}
.testimonials{
	padding:0em 0px;
}
.testimonials-top{
	text-align:center;
	margin-top:0;
	background:#fe7a7a;
	color:#fff;
	padding:1.3em;
}
.testimonials-bottom{
	margin-top:5em;
}
.ch-grid li {
   width: 200px !important;
	  height:200px !important;
	  margin: 6px 40px 9px 41px !important;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}
.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
} 
.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
	opacity: 1;
	pointer-events: auto;
}
.ch-img-1 { 
	background-image: url(../images/tst-1.jpg);
}

.ch-img-2 { 
	background-image: url(../images/tst-2.jpg);
}

.ch-img-3 { 
	background-image: url(../images/tst-3.jpg);
}
.ch-info-wrap, 
.ch-info{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
}

.ch-info-wrap {
	top: 20px;
	left: 20px;
	background: #f9f9f9 url(../images/bg.jpg);
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;	
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}
.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.ch-info .ch-info-back {
	opacity: 0;
	background: #66F2FF;
	pointer-events: none;	
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}
.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 80px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.ch-info p {
	color: #fff;
	padding: 10px 5px 0;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.ch-info p a {
	display: block;
	color: #e7615e;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
	color: #fff;
}
.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);	
	opacity: 0;
} 
.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
	opacity: 1;
	pointer-events: auto;
}
.courses{
	text-align: center;
	float:left;
	padding:1em;
}
.courses h1{
	font-size:1.5em;
	font-weight:700;
	color:#fe7a7a;
	padding:1em;
}
.courses img{
	border-radius:20%;
	max-width:40%;
	max-height:40%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.courses img:hover{
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
	box-shadow: 0px 0px 8px 8px #D1D0CE;
	-moz-box-shadow: 0px 0px 8px 8px #D1D0CE;
	-webkit-box-shadow: 0px 0px 8px 8px #D1D0CE;
}
.courses_details h1{
	font-size:2em;
	font-weight:400;
	color:#555651;
	padding:0.1em;
	float:left;
}
.about-right-list {
	margin: 60px 0 0 0;
	width: 100%;
}
.menu {
	width: 100%;
	height: auto;
	padding: 0;
	list-style: none;
}
ul.menu li.item1{
	background:#ffdbdb;
}
ul.menu li.item2{
	background:#ffcfcf;
}
ul.menu li.item3{
	background:#febdbd;
}
ul.menu li.item4{
	background:#fc9d9d;
}
ul.menu li.item5{
	background:#fe7a7a;
}
ul.menu li.item6{
	background:#e66b6b;
}
ul li{
	padding: 0;
	list-style: none;
}
.menu > li > a {
    padding: 17px 5px;
	width: 100%;
	text-indent: 1.2em;
	display: block;
	position: relative;
	color: #FFF;
	text-transform: none;
	font-size: 15px;
	text-decoration:none;
}
.menu ul li a {
	background: #fff;
	width: 100%;
	line-height: 1.8em;
	display: block;
	position: relative;
	font-size:14px;
	font-weight: 400;
	color: #3a3b36;
	text-decoration:none;
	padding: 12px 30px;
}
.banner-left{
padding:0;
}
.banner-left h1{
color:#ffffff;
margin:0;
font-size:1.3em;
text-align:justify;
font-weight: 400;
padding:1em;
line-height:1.5em;
text-justify: inter-word;
display: inline-block;
}
.banner-left1 h1{
color:#ffffff;
margin:0;
font-size:2em;
text-align:center;
font-weight: 400;
padding:1em;
display: inline-block;
}
.banner-top1{
background:#fe7a7a;
text-align: center;
padding:16px 0;
}
.banner-top{
background:#fe7a7a;
text-align: left;
padding:16px 0;
}
.banner-top ul{
margin:0;
padding:0;
display: inline-block;
}
.banner-top ul li{
list-style-type:none;
color:#ffcfcf;
font-size:30px;
font-weight: 300;
}
.banner-top ul li:nth-child(2){
color:#fe8b8b;
}
.col-md-6 {
    width: 50%;
}
input[type="radio"]{
	position: absolute;
	left: -9999px;
}
.ban-left-grids{
background:#ffffff;
border-bottom: 1px solid #eeeeed;
}
.ban-left-grid{
  padding: 1.5em;
  float: left;
  border-left: 1px solid #eeeeed;
  text-align: center;
}
.ban-left-grid p{
margin:0;
font-size:15px;
color:#555;
font-weight: 300;
}	
.ban-left-grids1{
background:#ffffff;
border-bottom: 1px solid #eeeeed;
}
.ban-left-grid1{
  padding: 2em;
  float: left;
  border-left: 1px solid #eeeeed;
  text-align: center;
}
.ban-left-grid1 p{
margin:0;
font-size:1.5em;
color:#555;
font-weight: 400;
}
.ban-left-grid1 span.right{
margin:0;
font-size:1.3em;
color:green;
font-weight: 700;
padding-left:0.5em;
}
.ban-left-grid1 span.wrong{
margin:0;
font-size:1.3em;
color:red;
font-weight: 700;
padding-left:0.5em;
}
@media(max-width:1280px)
{
}
@media(max-width:1024px)
{
	.content-header h2 {
	  font-size: 28px;
	  }
	.content-header {
	  margin-bottom: 65px;
	 }
	.user-form form input[value="Login"] {
		padding: 1.2em 1.5em 1.2em 1.5em;
		width: 100%;
		font-size: 24px;
	}
	.user-form form input[value="Register"] {
		padding: 1.2em 1.5em 1.2em 1.5em;
		width: 100%;
		font-size: 24px;
	}
	.user-form form input[value="New User? Register"] {
		padding: 1.2em 1.5em 1.2em 1.5em;
		width: 100%;
		font-size: 24px;
	}
	.user-form form input[value="Existing User? Login"] {
		padding: 1.2em 1.5em 1.2em 1.5em;
		width: 100%;
		font-size: 24px;
	}
	.user-form form input[type="text"], .user-form form input[type="password"] {
		padding: 1.2em 1.5em 1.2em 1.5em;
	}	  
}
@media(max-width:768px)
{
	.content-header {
	  margin-bottom: 50px;
	}
	.content-header h2 {
	  font-size: 26px;
	  }
	.banner-middle ,.banner-right,.banner-left{
	  padding: 0;
	}
	.banner-middle {
	  margin: 0px 0;
	}
	.content {
	  padding: 0px 0;
	}
	.user-form form input[value="Login"] {
		width: 100%;
	}
	.user-form form input[value="New User? Register"] {
	  width: 100%;
	}
	.ch-item {
	  width: 90%;
	  height: 90%;
	}
	.ch-info-wrap {
	  top: 20px;
	  left: 18px;
	}
	.ch-info-wrap, .ch-info {
	  width: 160px;
	  height: 160px;
	}
}
@media(max-width:640px)
{
	.user-form form input[value="Login"] {
	  width: 100%;
	}
	.user-form form input[value="New User? Register"] {
	  width: 100%;
	}
	.ch-grid li {
	  width: 200px !important;
	  height:200px !important;
	   margin: 6px 40px 9px 41px !important;
	}
	.ch-item {
	  width: 100%;
	  height: 92%;
	}
	.ch-info-wrap, .ch-info {
	  width: 150px;
	  height: 150px;
	}
}
@media(max-width:480px)
{
	.ch-grid li {
	  width: 200px !important;
	  height:200px !important;
	  margin: 6px 40px 9px 41px !important;
	}
	.ch-item {
	  width: 94%;
	  height: 95%;
	  margin-left: 37%;
	}
}
@media(max-width:320px)
{
	.banner-left,.banner-middle,.banner-right{
		padding:0
	}
	.banner-middle {
	  margin: 0px 0;
	}
	.content {
	  padding: 0px 0;
	}
	.user-form form input[value="Login"] {
	  font-size: 18px;
	}
	.user-form form input[value="Register"] {
	  font-size: 18px;
	}
	.user-form form input[value="Existing User? Login"] {
	  font-size: 18px;
	}
	.user-form form input[value="New User? Register"] {
	  font-size: 18px;
	}
	.user-form form input[type="text"], .user-form form input[type="password"] {
	  font-size: 18px;
	}
	.ch-item {
	  width: 88%;
	  height: 89%;
	  margin-left: 3%;
	}
	.ch-info-wrap, .ch-info {
	  width: 137px;
	  height: 137px;
	}
	.ch-grid li {
	  width: 200px !important;
	  height:200px !important;
	  margin: 6px 40px 9px 41px !important;
	}
}