@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);

*{
	padding: 0px;
	margin: 0px;
}
body {
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #333;
	background-color: #fbf7f7;
}

#header{
	background: #000;
	width: 100%;
	height: 55vh;
	padding-top: 25vh;
	background-image: url("../img/banner.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right; 
}

#header span{
	color: #fff;
    margin-left: 50px;
    font-size: 50px;
    display: block;
    text-shadow: 0 1px 3px rgba(0, 0, 100, 0.5);
    text-align: center;
    font-weight: 500;
}

#header span b{
	font-size: 35px;
	font-weight: 400;
	color: #ddd;
	margin-bottom: 30px;
	display: block;
}

#header .explorebutton{
	text-decoration:none;
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 10px 20px;
	margin:0px auto;
	width: 150px;
	color: #fff;
	background-color:#06af26;
	border-radius: 25px;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.72); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.72);
    outline: none;
}

.nextTutorial{
	width: 80%;
	background: rgba(0,0,0,1);
	color: #eee;
	padding: 20px 10%;
}
.nextTutorial span i{
	color:#06af26;
	font-size: 20px;
	background-color: #fff;
	border-radius: 50px;
	width: 60px;
	height: 40px;
	padding-top: 20px;
	text-align: center;
	display: block;
	float: left;
	margin-right: 30px;
} 

.nextTutorial span label{ 
	font-weight: 400;
	color: #06af26;
}
.nextTutorial span{
	display: block;
	width: 50%;
	float: left;
	margin: 10px 0;
}

.section{
	    padding: 30px 0px;
		width: 100%;
		clear: both;
	}
.section h2{
	width: 100%;
	text-align: center;
	font-weight: 400;
}
.section h4{
	width: 100%;
	text-align: center;
	font-weight: 300;
}
.section_header{
	margin: 20px 0px 20px 0px;
	clear: both;
	width: 100%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	font-size: 30px;
}

.sectiontwo .headicon{
	text-align:center;
	font-size: 65px;
	padding-bottom: 20px;
	width: 100%;
	color:#47aafd;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.services_highlight{
	width: 48%;
	float: left;
	margin: 30px 0px;
	line-height: 1.5;
	text-align: center;
} 

.services_highlight i{
	display: block;
	font-size: 35px;
	padding: 15px 0px;
	width: 65px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	border: 1px solid #06af26;
	text-align: center;
	color: #06af26;
	border-radius: 36px;
	margin: 5px auto;
}

.services_highlight .headtag{
	text-align:left;
	width: 100%;
	font-size: 25px;
	color: #06af26;
	text-align: center;
}

.services_highlight span{
	font-weight: 300;
	text-align: left;
	display: block;
}

.right_services_highlight{
	padding-left: 4%;
}

.sectiontwo{
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
	padding-bottom: 10px;
}

.sectionthree{

	background-image: url("../img/joinusbg.jpg");
	background-size: 100% 100%; 
	margin-top: 50px;
}

.sectionthree ul{
	display: block;
	margin: 0px 10%;
	width: 280px;
}

.sectionthree li{
	color: #fff;
	font-size: 20px;
	line-height: 2.0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	list-style: none;
}

.sectionthree i {
	border:1px solid #06af26;
	border-radius: 25px;
	color: #06af26;
	margin: 0px 10px;
	padding:5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.sectionthree .section_header h2{
	color: #06af26;
	text-align: left;
	padding-left: 10%;
	width: 90%;
}
.sectionthree .section_header h4{
	color: #06af26;
	text-align: left;
	padding-left: 10%;
	width: 90%;
}

.sectionthree .joincontent{
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
	color: #eee;
}

.sectionthree .joincontent .leftPanel{
	float: left;
	text-align: center;
}

.sectionthree .joincontent .leftPanel h4{
	background-color: #06af26;
	font-weight: 600;
	width: 40px;
	height: 30px;
	padding-top: 10px;
	border-radius: 21px;
	margin-bottom: 5px;
}

.sectionthree .joincontent .leftPanel span{
	display: block;
	min-width: 2px;
}

.sectionthree .joincontent .leftPanel span label{
	display: block;
	height: 3px;
	border-left: 1px solid #06af26;
	margin-bottom: 5px;
	width: 1px;
	margin-left: 50%;
}

.sectionthree .joincontent .rightPanel{
	padding-left: 50px;
	max-width: 300px;
}

.sectionthree .joincontent .rightPanel h4{
	text-align: left;
	font-weight: 600;
	height: 30px;
	padding-top: 10px;
}
.sectionthree .joincontent .rightPanel span{
	display: block;
	font-weight: 300;
	height: 70px;
}

.sectionfive{

	width: 100%;
}
.course_sec{
	background-color: #fff;

}
.course_sec .sub_section{
background-color: #fff;
margin-top: 50px;
margin-bottom: 50px;
border-radius: 5px;
-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.72); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.72);
padding-top: 0;
}
.course_sec .sub_section ul{
	display: block;
	width: 200px;
	margin: 0px auto;
	color: #333;
}

.course_sec .sub_section .imgcontainer{
	width: 100%;
	position:relative;
}
.course_sec .sub_section .imgcontainer img{
	width: 100%;
	margin: 0;
	border-radius: 5px 5px 0px 0px;
}
.course_sec .sub_section .imgcontainer a{
	display: block;
	color: #fff;
	width: 150px;
	padding: 2px;
	font-size: 20px;
	border-radius: 25px;
	background-color: #06af26;
	text-align: center;
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -70px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.42); 
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.42);
    outline: none;
}

.course_sec .sub_section .imgcontainer a:hover{
	width: 145px;
}

.course_sec .sub_section .textcontainer{
	
}

.course_sec .sub_section .textcontainer span{
	padding: 30px 30px;
	color: #333;
	text-align: center;
}

.course_sec .sub_section .textcontainer b{
	color: #06af26;
	font-size: 20px;
}

.sectionsix{
	background-image: url("../img/newsbg.jpg");
	/*background-size: 150% 100%;  */
	margin-top: 50px;
	color: #fff;
	padding-left: 0%;
	padding-right: 0%;
	clear: both;
}


.sectionsix .sectionsix_highlight{

	text-align: center;
	width: 200px;
	background: rgba(0,0,0, 0.2);
	margin: 20px auto;
	list-style: none;
	padding: 20px 30px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.2); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.2);
	
}

.sectionsix  h4 a{
	color: #fff; 
	font-weight: 500; 
	font-size: 18px;
}

.sectionsix  h4 a:hover{
	cursor: pointer;
	color: #06af26; 
}

.sectionsix .section_header{
	margin: 0px 0px 0px 0px;

	}
.news_sec .sub_section{
width: 29%;
margin:10px 2%;
float: left;
padding: 20px 0px;
background: #fff;
background-color: #fff;
border-radius: 5px;
-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.72); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.72);
padding-top: 0;
}

.news_sec .sub_section span{
	text-align: justify;
	display: block;
}

.news_sec .sub_section .imgcontainer{
	width: 100%;
	position:relative;
}
.news_sec .sub_section .imgcontainer img{
	width: 100%;
	margin: 0;
	border-radius: 5px 5px 0px 0px;
}
.newbbs_sec .sub_section .imgcontainer a{
	display: block;
	color: #fff;
	width: 150px;
	padding: 2px;
	font-size: 20px;
	border-radius: 25px;
	background-color: #06af26;
	text-align: center;
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -70px;
	outline: none;
}

.news_sec .sub_section .textcontainer{
	bottom: 20px;
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	border-left: 2px solid #06af26;
}

.news_sec .sub_section .textcontainer span{
	padding: 10px 30px;
	color: #c1f3cb;
	text-align: center;
	font-size: 22px;
}

.sectionseven{
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
}
.sectionseven h4 i{
	color: #06af26; 
	margin-right: 10px;
}

.sectionseven h4 a{
	position: relative;
	outline: none;
}

.sectionseven h4 a:hover span{
	display: block;
}
.sectionseven h4 span{
	font-size: 12px;
	position: absolute;
	width: 100px;
	left: -35px;
	top: 40px;
	display: none;
	text-align: center;
}

.sectioneight{
	background-color: #333;
	color: #eee;
	width: 90%;
	clear: both;
	line-height: 1.5;
	padding-bottom: 0px;
	padding:0px 5%;
}

.sectioneight .sub_section{
width: 29%;
margin:0px 2%;
float: left;
padding: 20px 0px;
}

.sectioneight .sub_section span{
	text-align: left;
	display: block;
}

.sectioneight .sub_section h3{
	color: #fff;
	font-weight: 400;
	width: 100%;
	border-bottom: 1px solid #bbb;
	margin-bottom: 30px;
}

.sectioneight .sub_section h3 a{
	color: #fff;
	text-decoration: none;
	outline: none;
}
.sectioneight .sub_section h3 a span{
	float: left;
	color: #06af26;
}
.sectioneight .sub_section h3 a:hover{
	cursor: pointer;
}


.sectioneight .sub_section li{
	list-style: none;
	line-height: 2.0;
}

.sectioneight .sub_section li i{
	font-size: 20px;
	margin-right: 10px;
	margin-left: 10px;
	color: #06af26; 
}

.sectioneight .sub_section li .fab{
	font-size: 30px;
	margin-right: 20px;
}

.base_subsection{
width: 100%;
clear: both;
background-color: #222;
text-align: center;
padding: 20px 0px;
color: #eee;
}

.sectioneight .sub_section form{
width: 90%;
text-align:center;
display: block;
}

.sectioneight .sub_section form input[type="text"],textarea{
	width: 96%;
	margin:5px auto;
	border-radius: 5px;
	height: 32px;
	background-color: #333;
	color: #eee;
	padding-left: 2%;
	padding-right: 2%;
}

.sectioneight .sub_section form textarea{
	height: 40px;
}
.sectioneight .sub_section form input[type="submit"]{
	width: 80%;
	margin:5px auto;
	border-radius: 5px;
	height: 30px;
	background-color: #06af26;
	font-size: 18px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.5);
    outline: none;
}

/*==================SLIDE=============================*/


        /*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /*jssor slider bullet skin 031 css*/
        .jssorb031 {position:absolute;}
        .jssorb031 .i {position:absolute;cursor:pointer;}
        .jssorb031 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;}
        .jssorb031 .i:hover .b {fill:#fff;fill-opacity:.7;stroke:#000;stroke-opacity:.5;}
        .jssorb031 .iav .b {fill:#fff;stroke:#000;fill-opacity:1;}
        .jssorb031 .i.idn {opacity:.3;}

        /*jssor slider arrow skin 051 css*/
        .jssora051 {display:block;position:absolute;cursor:pointer;}
        .jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
        .jssora051:hover {opacity:.8;}
        .jssora051.jssora051dn {opacity:.5;}
        .jssora051.jssora051ds {opacity:.3;pointer-events:none;}
  

 @media only screen and (max-width:900px) {
   .services_highlight{
	width: 90%;
	padding: 0px 5%;
	text-align: center;
    }

    .sectioneight .sub_section{
	width: 80%;
	margin-left: 10%;
	
	}
	 .sectionsix .sub_section{
	width: 80%;
	
	margin: 20px 0px;
	margin-left: 10%;
	}
	#header{
		text-align: center;
	}
	#header span{
    margin-left: 10px;
    margin-right: 10px;
	}
	.nextTutorial span{
	
	width: 100%;
	
	}

	#header .explorebutton{
		margin: 0px auto;
		clear: both;
	}

	#header span{
		font-size: 30px;
	}

	#header span b{
		font-size: 20px;
	}

 }

 @media only screen and (max-width:600px) {

    .sectionfive img{
	margin-top: 50px;
    }

    .sectionfive #text_context span{
	margin-left: 0%;
   }

   .sectionsix{
	background-size: 230% 100%; 
   }
    .services_highlight .headtag{
	font-size: 20px;
    }
    .course_sec .sub_section{
	margin-top: 20px;
	margin-bottom: 20px;
	}

	.course_sec .sub_section{
	width: 90%;
	margin-left: 5%;

 }