/* CSS Document */

html, body{
  	font-family: 'Open Sans', sans-serif;
    font-size: 100%;
	transition: background-color 0.5s ease;
  	//background: #333333;
	background:#FFFFFF;
	margin:0px;
	text-align:center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

ul{
	list-style:none;
}

body a{
	font-size:12px;
	text-decoration:none;
	
}

a:hover{
	text-decoration:underline;
	
}

img{
	border-width:0px;
}

h1,h2,h3,h4,h5,h6{
	margin:0px;
	width:100%;
}

.full{
	width:100%;
}

.container{
	width:90%;
}

.clear{
	clear:both;
}

.line{
	border-bottom:1px solid #CCCCCC;
	width:100%;
	margin-bottom:10px;
}

.top{
	width:100%;
	background:#25190F;
	border-bottom:1px solid #666666;
	box-shadow:1px 5px 5px #666666;
		
}

.top .container
{
	visibility:hidden;
}

.top .col{
	width:33%;
	margin-top:10px;
	margin-bottom:10px;
	display:inline-table;
	min-width:200px;
	//border:1px solid #00CC33;
}
	
.top .col p{
	width:100%;
	text-align:center;
	color:#FFFFFF;
	font-size:13px;
	line-height:18px;
}

.top .col h3{
	width:100%;
	text-align:center;
	color:#FFFFFF;
	font-size:15px;
	//line-height:20px;
	margin:0px;
}

.top .top_btn{
	position:absolute;
	margin-top:-10px;
	width:30px;
	height:30px;
}

.top .top_btn img{
	width:40px;
	height:40px;
}

.social{
	position:absolute;
	right:10px;
	top:2px;
}

.social .col{
	display:block;
	margin-left:10px;
	vertical-align:top;
	margin-top:1px;
	margin-bottom:1px;
}

.social .col div{
	display:inline-table;
}

.social .col div img{
	width:30px;
	height:30px;
}

.social .col .facebook{
	display:block;
}

.social .col .twitter{
	display:block;
}

.social .col .linkedin{
	display:block;
}

.social .col .google{
	display:block;
}

.header{
	background:#FFFFFF;
	width:100%;
	//border:1px solid #0000CC;
}

.header .logo{
	margin: 5px 5px 5px 0px;
    max-width: 100%;
    max-height: 100px;
    float: left;
}

.mid-cont{
	width:65%;
	float:left;
}

.mid-cont h1{
	width:98%;
	text-align:left;
	font-size:18px;
	color:#333333;
	line-height:30px;
	margin-bottom:10px;
}

.mid-cont h3{
	width:98%;
	text-align:left;
	font-size:16px;
	color:#333333;
	line-height:25px;
	margin-bottom:10px;
	font-style:oblique;
}

.mid-cont ul{
	width:97%;
	list-style:outside;
	list-style-type:disc;
	margin:0px;
}

.mid-cont ul li{
	text-align:left;
	font-size:14px;
	line-height:20px;
	color:#666666;
	margin-bottom:10px;
}

.mid-cont ul li a{
	text-align:left;
	font-size:14px;
	line-height:20px;
	color:#666666;
	margin-bottom:10px;
	text-decoration:underline;
}

.mid-cont ul li a:hover{
	text-decoration:none;
}

.mid-cont ol{
	width:97%;
	list-style:outside;
	list-style-type:decimal;
	margin:0px;
}

.mid-cont ol li{
	text-align:left;
	font-size:14px;
	line-height:20px;
	color:#333333;
	margin-bottom:10px;
}

.mid-cont ol li a{
	text-align:left;
	font-size:14px;
	line-height:20px;
	color:#666666;
	margin-bottom:10px;
	text-decoration:underline;
}

.mid-cont ol li a:hover{
	color:#000000;
	text-decoration:none;
}

.mid-cont p{
	text-align:left;
	font-size:14px;
	line-height:20px;
	color:#666666;
	margin-bottom:10px;
	width:97%;
	padding-bottom:20px;
}



/*===========================Menu--------------------*/

.menu{
	width: 100%;
    height: auto;
    z-index: 999;
    margin-bottom: 3px;
    color: #000033;
    border: 2px solid #00844c;
    border-width: 2px 0px;
}

.menu ul{
	height:auto;
	margin:0px;
}

.menu ul li{
	display:inline-table;
}

.menu ul li:hover{
	background:#00864b;
}

.menu ul li:hover a{
	color:#FFF;
}

.menu ul li a{
	padding:0px 20px 0px 20px;
	margin:0px;
	font-size:14px;
	line-height:40px;
	color:#00844c;
	display:block;
	text-transform:uppercase;
	
}

.menu ul li a:hover{
	color:#FFFFFF;

}

.menu ul li ul{
	visibility:hidden;
	display:block;
	width:22%;
	margin:0px;
	padding:0px;
	position:absolute;
	z-index:99;
}

.menu ul li ul li{	
	background:#01854a;
	background-size:100% 100%;
	border:1px inset #FFFFFF;
	display:list-item;
}

.menu ul li ul li a{
	text-align: left;
    padding: 7px 20px 7px 20px;
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    color: #FFF;
}	

.menu ul li ul li a:hover{
	color:#0476B9;
}

.menu ul li ul li:hover{	
	background:#FFFFFF;
}

.menu1{
	width:100%;
	background:#00AFEF url(../images/menu_bg.JPG) left no-repeat;
	background-size:100% 100%;
	height:auto;
	z-index:999;
}

.menu1 ul{
	height:auto;
	margin:0px;
    padding: 0;
}

.menu1 ul li{
	width:100%;
	background:#00AFEF url(../images/menu_bg.JPG) left no-repeat;
	background-size:100% 100%;
}

.menu1 ul li:hover{
	background:#3399FF;
}

.menu1 ul li a{
	padding:0px 20px 0px 20px;
	margin:0px;
	font-size:16px;
	line-height:50px;
	color:#FFFFFF;
	display:block;
	
}

.menu1 ul li a:hover{
	//color:#0476B9;

}

.menu1 ul li ul{
	width:100%;
	margin:0px;
	padding:0px;
	visibility:hidden;
	border:1px solid #FFFFFF;
	z-index:99;
}
.menu1 ul li ul li{	
	display:block;
	width:100%;
	border-bottom:1px solid #666666;
}

.menu1 ul li ul li a{
	text-align:left;
	padding:0px 20px 0px 20px;
	margin:0px;
	font-size:16px;
	line-height:40px;
}	

.menu1 ul li ul li a:hover{
	color:#FFFFFF;
}

.menu1 ul li ul li:hover{	
	background:#1c619c;
}

.menu1 ul li ul li ul{
	width:100%;
	margin:0px;
	padding:0px;
	visibility:hidden;
	background:#FFFFFF;
	border:1px solid #999999;
	z-index:99;
	background:#FFFFFF;
}

/*==========================Home contant==========================*/

.home{
	width:100%;	
	margin-top:50px;
	margin-bottom:50px;
}

.home .left{
	width:69%;
	display:inline-table;
	float:left;
}

.home .left .col2{
	width:100%;
}

.home .left .col2 h2{
	font-size:18px;
	line-height:40px;
	border-bottom:5px inset #4094D2;
	text-align:left;
	margin-bottom:20px;
}

.home .left .col2 span{
	margin-left:2px;
}

.home .left .col2 p{
	font-size:15px;
	text-align:left;
	line-height:25px;
	color:#666666;
}

.home .left .col3{
	width:100%;
}

.home .left .col3 h4{
	font-size:18px;
	line-height:40px;
	border-bottom:3px inset #4094D2;
	text-align:left;
	margin-bottom:20px;
	
}

.home .left .col3 .box{
	width:99%;
	padding-top:5px;
	margin-bottom:5px;
	border:1px groove #CCCCCC;
}

.home .left .col3 .box:hover{
	border:0px solid #CCCCCC;
}

.home .left .col3 .box .line{
	clear:both;
	border-bottom:2px solid #000;
	width:99%;
}

.home .left .col3 .box h5{
	font-size:16px;
	line-height:20px;
	text-align:left;
	width:99%;
}

.home .left .col3 .box p{
	font-size:14px;
	text-align:left;
	line-height:22px;
	color:#666666;
	width:99%;
	
}

.home .left .col3 .box p img{
	float:left;
	width:100px;
	height:75px;
	margin-right:5px;
}

.home .left .col3 .box a{
	text-decoration:none;
	font-size:12px;
	color:#000000;
	line-height:15px;
	float:right;
	vertical-align:bottom;
}

.home .left .col3 .box a:hover{
	color:#666666;
}

.blog{
		width:100%;
		border:1px solid #CCC;
		padding:5px 0px 5px 0px;
	}

.blog .like_comm{
		width:90%;
		text-align:right;
	}
	
.blog .like_comm span{
		cursor:pointer;
		font-size:12px;
}

.blog .like_comm span:hover{
		text-decoration:underline;
}

.comm{
		width:90%;
		height:20px;
		border:1px inset #0CF;
		margin:5px 0px 5px 0px;
	}


/*============right===================*/
.home .right{
	width:29%;
	display:inline-table;
	float:right;
}

.home .right .faq{
	width:100%;
}

.home .right .faq span{
	margin-left:2px;
}

.home .right .faq h3{	
	font-size:18px;
	line-height:40px;
	border-bottom:5px inset #4094D2;
	text-align:left;
	margin-bottom:20px;
}

.home .right .faq .col1{
	width:100%; 
}

.home .right .faq .col1:hover{
	border:1px ridge #CCCCCC;
}

.home .right .faq .col1 a{
	display:block;
	text-align:left;
	font-size:14px;
	line-height:17px;
	color:#a00000;
	text-decoration:none;
	padding:10px 0px 10px 5px;
}

.home .right .faq .col1 a:hover{
	color:#4094D2;
}

.home .right .follow{
	width:100%;
	margin-top:60px;
}

.home .right .follow span{
	margin-left:2px;
}

.home .right .follow h3{	
	font-size:18px;
	line-height:40px;
	border-bottom:5px inset #4094D2;
	text-align:left;
	margin-bottom:20px;
}

.home .right .follow .col1{
	width:100%; 
	border:1px ridge #CCCCCC;
	margin-bottom:15px;
}

.home .right .follow .col1 a{
	display:block;
	text-align:left;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	padding:20px 0px 20px 5px;
}

.home .right .follow .col1 a:hover{
	color:#4094D2;
}


.home .right .new_eng{
	width:99%;
	border:1px solid #666666;
	margin-top:60px;
}

.home .right .new_eng .col{
	width:90%;
	border:1px solid #999999;
	margin:10px 0px 10px 0px;
	background:url(../images/Creativity.jpg) center no-repeat;
	background-size:100% 100%;
}

.home .right .new_eng .col:hover{
	background-size:110% 110%;
}

.courses{
	width: 100%;
    padding: 15px 0 30px;
    background: #f7f7f7;
}

.courses > h1{
    width: 100%;
    color: #0081ca;
    padding-bottom: 30px;
    text-transform: uppercase;
    word-spacing: 15px;
    letter-spacing: 5px;
}

.courses .courses_col{
	width: 25%;
    float: left;
    padding: 15px;
    box-shadow: 1px 2px 3px #ccc;
}

.courses .courses_col:hover{
	transition: 1s;
	transform: scale(1.1,1.1);
    background: #f7f7f7;
}

.courses .courses_col .bottom_col_inner{
    display: block;
}

.courses .courses_col img{
    width: 100%;
    height: auto;
}

.courses .courses_col h1{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #008b4b;
}

.courses .courses_col h2 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #cc0909;
    padding: 14px 0;
    text-transform: uppercase;
}

.courses .courses_col p{
    font-size: 14px;
    line-height: 22px;
    color: #444;
}

.courses .courses_col:hover .readmore{
	background: #0081ca;
    color: #FFF;
}

.courses .courses_col .readmore{
	transition: 1s;
	font-size: 14px;
    margin: 8px 0px;
    display: inline-block;
    box-shadow: 1px 2px 3px #ccc;
    padding: 10px 20px;
    color: #000;
}

.courses .courses_col .readmore:hover{
	font-size: 12px;
	text-transform:uppercase;
	text-decoration:none;
}


/*==========================gallery==========================*/
.gallery{
	width:100%;
}

.gallery h1{
	text-align: left;
    margin-bottom: 10px;
    padding-top: 15px;
    font-size: 22px;
    text-transform: uppercase;
}

.gallery .gallery_cont{
	width:100%;
}

.gallery .gallery_cont .col{
	width:22%;
	border:8px solid #CCCCCC;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:1%;
}

.gallery .gallery_cont .col img{
	width:100%;
	height:200px;
}

.litbox{
	width:100%;
	position:fixed;
	top:0px;
	background:#CCCCCC;
	z-index:9999;
}

.litbox .lit-bx{
	border:10px solid #333333;
	max-width:800px;
	max-height:400px;
}

.litbox .lit-bx img{
	max-width:800px;
	max-height:400px;
	margin:0px;
}

.litbox .next{
	position:absolute;
	background:url(../img/a15.png) center no-repeat;
	background-position:-73px -40px;
	width:30px;
	height:40px;
	top:0px;
	opacity:0.4;
	cursor:pointer;
}

.litbox .next:hover{
	
	opacity:1.0;
}

.litbox .prev{		
	position:absolute;
	background:url(../img/a15.png) center no-repeat;
	background-position:-20px -40px;
	width:30px;
	height:40px;
	top:0px;
	opacity:0.4;
	cursor:pointer;
}

.litbox .prev:hover{
	
	opacity:1.0;
}

.litbox .close{
	width:21px;
	height:21px;
	background:url(../images/close.png) top no-repeat;
	position:absolute;
	top:2px;
	right:2px;
	cursor:pointer;
}

/*===========================contact us--------------------*/

.contact_us{
	width:65%;
	float:left;
}

.contact_us h1{
	font-size:14px;
	font-style:oblique;
	width:100%;
	text-align:left;
}
	
.connect_us{
	width:28%;
	float:right;
	min-width:210px;
	margin-left:2px;
}

.connect_us table{
	margin-bottom:10px;
	box-shadow:0px 0px 1px #666;
}

.connect_us table tr:first-child td{
	text-align:left;
	line-height:50px;
	border:0px solid #FFF;
	color:#000;
	font-weight:bold;
	font-size:18px;
}
.connect_us table tr td{
	padding:5px;
}

.connect_us table strong{
	font-size:12px;
	color:#990000;
	font-weight:lighter;
}

input[type="text"], input[type="password"], input[type="email"]{
    border: 1px solid #dbdbdb;
    padding: 6px 0px;
	height:25px;
	width:98%;	
	box-shadow: inset 5 5 9px -2px #dbdad6;
	font-size:14px;
}

textarea{
	width:98%;	
	box-shadow: inset 5 5 9px -2px #666666;
	font-size:14px;
	border-color:#666666;
	height:80px;
}

input[type="submit"], input[type="button"]{
	
	border:1px solid #333333;
	height:35px;	
	box-shadow: inset 5 5 9px -2px #666666;
	font-size:14px;
	width:90px;
	background:#06F url(../images/menu_bg.JPG) left no-repeat;
	
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	border-radius:5px;
}

input:on{
	//border-color:#990000;
}

textarea, input:active{
	border-color:#990000;
}


.connect_us1{
	width:28%;
	min-width:210px;
	margin-left:2px;
}

.connect_us1 table{
	margin-bottom:10px;
	box-shadow:0px 0px 1px #666;
}

.connect_us1 table tr:first-child td{
	text-align:left;
	line-height:50px;
	border:0px solid #FFF;
	color:#000;
	font-weight:bold;
	font-size:18px;
}
.connect_us1 table tr td{
	padding:5px;
}

.connect_us1 table strong{
	font-size:12px;
	color:#990000;
	font-weight:lighter;
}


/*==================Down================================*/

.footer{
	width:100%;
}

.footer .bottom{
	width:100%;
	padding:20px 0px;
	background:#00415e;
}

.footer .bottom .bottom_menu{
	width:auto;
	padding: 0px;
}

.footer .bottom .bottom_menu li{
    display: block;
    color: rgb(255, 255, 255);
    text-align: left;
}

.footer .bottom .bottom_menu li a{
    padding: 8px 10px;
    font-size: 13px;
    line-height: 16px;
    color: #bcbcbc;
    display: block;
}

.footer .bottom .bottom_menu li a:hover{
    padding: 8px 10px;
    font-size: 13px;
    line-height: 16px;
    color: #bcbcbc;
    display: block;
}

.footer .bottom span{
	line-height:16px;
	font-size:12px;
	color:#251C38;
}

.footer .bottom a:hover{
	color:#251C38;
}

.footer .bottom .bottom_col{
	width: 33.33%;
    float: left;
}

.footer .bottom .bottom_col .bottom_col_inner{
    display: block;
    margin: 15px;
}

.footer .bottom .bottom_col h1{
	display: block;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
}

.footer .bottom .bottom_col p{
    font-size: 14px;
    line-height: 35px;
    color: #CCC;
	text-align:left;
}

.footer .down{
    width: 100%;
    padding: 15px 0;
    background: #043d56;
    font-size: 15px;
    color: #CCC;	
}

.col-50{
    width:50%;
    float:left;
}

.col-100{
    width:100%;
    display:inline-block;
}

.col-body-inner{
    display:block;
    padding:10px 0px;
    margin:0 10px;
}

.form-control {
    background: none;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-shadow: 0 1px #fff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    font-size: 12px;
    padding: 10px 2% !important;
    width: 100%;
}


/* mobile or only mobile */
 @media (max-width: 767px) {
	 .social {
		position: relative;
	}
	
	.home img{
		width:100% !important;
		height:auto !important;
		float:none !important;
		max-width:100% !important;
	}
	
	.courses .courses_col {
		width: 100%;
		float: None;
	}
	.gallery .gallery_cont .col{
		width: 100%;
	}
	
	.contact_us {
		width: 100%;
		float: none;
		text-align:left;
	}
	
	.footer .bottom .bottom_col {
		width: 100%;
		float: none;
	}
	.col-50{
        width:100%;
    }
 }

