body{
	font-family: 'Baloo Thambi 2', cursive;
	background: #d5effc;
}
.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
.border{border: 1px solid #333;}
.pad0{padding: 0px;}
.pad40{padding: 40px 15px;}
.top{
	background: #006948;
	padding: 10px 0px;
	color: #FFF;
}
.top a{
	color: #FFF;
	font-size: 15px;
	margin:0px 8px;
}
.site{
	padding: 10px 15px;
}
.logo{
	width: 70%;
}
.phone{
	padding-top: 15px;
}
.phone i{
	font-size: 30px;
	background: red;
	color: #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 4px;
	border-radius: 4px;
	float: left;
	margin-right: 10px;
}
.login{
	background: #006948;
	color: #FFF;
	box-shadow: 0px 5px 5px #ddd;
	border-radius: 30px;
	padding: 7px 20px;
}
.login:hover{
	background: #006948;
	color: #FFF;
}

nav{
	background: #25526E;
	border-radius: 0px;
	border: none;
	margin:0px;
}
#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu {
    width: 100%;
    margin: auto;
}
#menu:before,
#menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    zoom:1;
}
#menu li {
    float: left;
    position: relative;
}

#menu a {
    float: left;
    color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	padding: 14px 25px;
	display: block;
	text-decoration: none;
}

#menu li:hover > a {
    color: #fafafa;
}

*html #menu li a:hover { /* IE6 only */
    color: #fafafa;
}
#menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 1;    
    background: #25526E;   
    /*box-shadow: 0 -1px 0 rgba(255,255,255,.3);  */
    border-radius: 0px 0px 2px 2px;
    transition: all .2s ease-in-out;
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    left: 180px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255,255,255,.3);      
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    box-shadow: 0 1px 0 #ddd;
}

#menu ul li:last-child {   
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    min-width: 180px;
    _height: 10px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    font-size: 14px;
}

#menu ul i{
	font-size: 12px;
	width: 15px;
}
#menu ul span{
	font-size: 11px;
	margin-left: 18px;
}
#menu ul a:hover {
    background-color: #0186ba;
    background-image: linear-gradient(#04acec, #0186ba);
}
#menu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0; 
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3; 
    border-bottom-color: transparent;   
}

#menu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}

/************* Mobile View *********************/
.header2{display: none; border-bottom: 1px solid #25526E;}
.hamburger{
    cursor: pointer;
    font-size: 2.3em;
    text-align: right;
    color: #006948;
}
.fade-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 30;
}
.fade-bg.active{
	display: block;
	opacity: .5;
}
.userbox{
    background: url('../msg/img/web2.jpg') no-repeat;
    background-size: 100% 100%;
    padding:15px 0px;
    margin-bottom: 10px;
}
.mynavbar
{
	position: fixed;
	width: 250px;
	height: 100%;
	background: #FFF;
	z-index: 40;
	overflow: auto;
	top: 0px;
	right: -300px;
	transition: all 0.25s linear;
}
.mynavbar.active{
	right: 0px;
	box-shadow: 1px 0px 30px 0px #123;
}
.mynavbar img {width: 60%; margin: auto;}
.mynavbar ul{
	padding: 0px;
	margin:0px;
	list-style: none;
}
.mynavbar ul li{
	border-bottom: 1px dotted #ddd;
}
.mynavbar ul li:last-child{
	border:none;
}
.mynavbar ul li a{
	color: #444;
	display: block;
	text-decoration: none;
	padding: 8px 10px;
}
.menuactive{background: #4344; color: #000;}
.mynavbar ul li a:hover{
	background: #DDD;
	color: #000;
	transition: all 0.5s;
}
.mynavbar ul ul{
    display: none;
}
.mynavbar ul ul a{
    background: #eee;
}
.mynavbar ul ul a{
    background: #eee;
}
.mynavbar ul ul ul a{
    background: #f5f5f5;
    padding-left: 20px;
}
.mynavbar i{
    width: 20px;
}
.mynavbar span{
    margin-left: 20px;
}

.slidebox{
	width: 100%;
	background: url('../img/slback.jpg');
	background-size: 100% 100%;
}
.carousel-control{
	height: 50px;
	width: 40px;
	background: none;
	font-size: 2.5em;
	line-height: 50px;
	top: 45%;
	font-weight: 200;
}
.carousel-control.left, .carousel-control.right{
	background: none;
	color: #444;
}
.carousel-indicators{
	bottom: -40px;
}
.important{
	background: #FFF;
	padding: 15px;
	box-shadow: 0px 20px 20px #ddd;
}
.important span{
	font-size: 1.4em;
	text-transform: capitalize;
	font-weight: 500;
	display: block;
	height: 35px;
}
.important i{
	width: 30px;
	font-size: 1.1em;
	color: #006948;
}
.ipline{
	width: 50px;
	height: 2px;
	background: #006948;
	margin: 5px 0px;
}
.important ul{
	margin:0px;
	padding: 0px;
	list-style: none;
	margin-top: 20px;
	height: 500px;
	overflow: auto;
}
.important a{
	background: #eee;
	display: block;
	padding: 10px;
	margin-bottom: 2px;
	border-left:inset;
	border-left: 2px solid #006948;
	text-decoration: none;
	font-size: 1.2em;
	color: #25526E;
}

.heading{
	font-size: 3em;
	text-transform: uppercase;
	font-weight: 400;
}
.short_heading{
	font-size: 1.2em;
}
.para{
	font-size: 1.2em;
	padding: 20px 0px;
}
.mainabout{
	font-size: 1.2em;
	margin-bottom: 20px;
}
.mainabout i{
	width: 60px;
	height: 60px;
	background: #006948;
	color: #FFF;
	text-align: center;
	line-height: 60px;
	border-radius: 100%;
	font-size: 2em;
}
.choose{
	text-align: center;
	padding: 20px;
}
.choose b{
	font-size: 1.2em;
}
.choose i{
	font-size: 4em;
	color: #006948;
	margin-bottom: 20px;
}
.footer{
	background: #24262d;
}
.footer img{
	width: 70%;
	margin-top: 25px;
}
.fthead{
	font-size: 1.6em;
	color: #FFF;
	margin-top: 10px;
}
.ftcourse a{
	text-decoration: none;
	color: #9b9b9b;
	transition: all 0.5s ease-in;
}
.ftcourse a:hover
{
	margin-left: 10px;
	transition: all 0.5s ease-in;
}
.footer table{
	color: #9b9b9b;
	width: 100%;
}
.footer td{
	padding: 5px 0px;
}
.follow a{
	width: 40px;
	height: 40px;
	background: #1e1f24;
	color: #666;
	display: inline-block;
	font-size: 1.2em;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
}
center{
	color: #9b9b9b;
	padding: 15px;
	border-top:1px solid #333;
}

.loginfrom{
	margin-top: 30px;
	background: #FFF;
	padding: 20px;
	box-shadow: 0px 5px 5px #ddd;

}
.loginfrom input{
	width: 100%;
	height: 38px;
	margin-bottom: 20px;
	border-radius: 2px;
	border: none;
	padding:0px 10px;
	font-size: 1.3em;
	background: #fff;
	border: 1px solid #ddd;
}
.loginfrom input[type=submit]
{
	background: #006948;
	color: #FFF;
	font-size: 1.5em;
	border-radius: 30px;
	width: 150px;
	height: 45px;
	font-weight: normal;
	box-shadow: 0px 5px 5px #ddd;
}

.video_demo12 iframe{
	width: 100%;
	height: 450px;
}
.video_demo6 iframe{
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
}
.video_demo4 iframe{
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
}
.video_demo3 iframe{
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
}

.cont{
	background: #FFF;
	text-align: center;
	padding: 20px;
	border-radius: 5px;
	font-size: 1.3em;
	min-height: 200px;
	margin-bottom: 20px;
}
.cont i{
	font-size: 3.5em;
	margin-bottom: 20px;
	color: #006948;
}
.cont span{
	display: block;
}

.admission{
	background: #FFF;
	min-height: 300px;
	box-shadow: 0px 20px 20px #ddd;
	margin-bottom: 40px;
	border-radius: 0px 20px 0px 20px;
	width: 100%;
}
.adcourse{
	background: url('../img/cu.jpg');
	background-size: 100% 100%;
	min-height: 120px;
	border-radius: 0px 20px 0px 0px;
	color: #FFF;
	font-size: 1.5em;
	line-height: 120px;
	text-align: center;
}
.dur{
	padding: 10px;
	min-height: 150px;
}
.admission a{
	background: #006948;
	height: 38px;
	line-height: 38px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-radius: 0px 0px 0px 20px;
}
.admission .price{
	font-size: 1.4em;
	text-align: center;
	color: red;
}

.clear{clear: both;}
.form{
	background: #FFF;
	padding: 30px;
	box-shadow: 0px 20px 20px #ddd;
	border:1px solid #ddd;
}
.form input, .form select{
	height: 35px;
	border-radius: 2px;
	border: 1px solid #ddd;
	padding-left: 10px;
	font-size: 1em;
}
.form input[type=submit], button
{
	background: #006948;
	color: #FFF;
	padding: 0px 30px;
	height: 45px;
	border-radius: 30px;
	font-size: 1.3em;
	box-shadow: 0px 10px 10px #ddd;
	border: none;
}


.enquiry{
	background: #FFF;
	padding: 15px;
	box-shadow: 0px 2px 2px #ddd;
}
.formtext{
	font-size: 1.4em;
	text-align: center;
}
.enqform input, .enqform select, .enqform textarea{
	width: 100%;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #ddd;
	padding-left: 10px;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.enqform textarea{
	height: 80px;
	resize: none; 
	padding: 10px;
}
.enqform input[type=submit]
{
	background: #005928;
	color: #FFF;
	font-size: 1.4em;
	padding: 0px 30px;
	height: 50px;
	width: 150px;
	border: none;
	border-radius: 2px;
}

.intro_headding{
	font-size: 1.8em;
}
.Admission_intro{
	background: #FFF;
	padding: 20px;
	font-size: 1.3em;
	box-shadow: 0px 5px 5px #ddd;
	border-radius: 2px;
}

.democlass{
    position: fixed;
    top: 45%;
    right: 0%;
    text-decoration: none;
    box-shadow: 0px 0px 10px 1px #b2fbaa;
    border-radius: 100%;
    background: #b2fbaa;
    /*display: none;*/
}
.democlass img{
    width: 60px;
    height: 60px;
    /*box-shadow: 0px 0px 10px 10px #b2fbaa;*/
}







@media(max-width: 900px)
{
	.impbox{padding: 0px; margin-top: 35px;}
	.mainabout{
		text-align: center;
	}
	.header{display: none;}
	.header2{display: block;}
	.logo{width: 100%;}
	.footer img{width: 100%;}
	.important ul{
		height: 240px;
	}
	.heading{font-size: 2.2em;}
	.banner{
		font-size: 1.5em;
	}
	.adminto{
		padding: 0px;
		margin-bottom: 20px;
	}
}