@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;
}

.pageheader{
	background: #000;
	width: 100%;
	height: 50px;
	background-image: url("../img/pageheader.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top right; 
}

.side_button{
	position: relative;
	width: 100%;
}

.side_button a{
	position: fixed;
	right:0px;
	padding: 10px 30px;
	 border-radius: 20px 0px 0px 20px;
	 background-color: #06af26;
	 color: #fff;
	 -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);
}

.side_button a:hover{
	right:-10px;
}

.pagesection{
	    padding: 0px 0px 30px 0px;
	    margin: 0;
		width: 100%;
		clear: both;
	}

.pagesection h2{
	width: 100%;
	text-align: center;
	font-weight: 400;
	color: #06af26;
}
.pagesection h4{
	width: 100%;
	text-align: center;
	font-weight: 300;
}
.section_header{
	padding: 20px 0px 50px 0px;
	margin: 0;
	clear: both;
	width: 100%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	font-size: 30px;
}
.about_pg .section_header{
	background-image: url("../img/abouthd.jpg");
}

.programmingtest_pg .section_header{
	background-image: url("../img/programmingtest.jpg");
}
.programmingtest_pg .section_header span{
	font-size: 24px;
	color: #fff;
}

#programmingtest_frm select{
	min-width: 100px;
	height: 35px;
	border: 1px solid #06af26;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.22); 
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.22);
    padding-left: 10px;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
}

#programmingtest_frm input[type=submit]{
	border-radius: 20px;
	background-color: #06af26;
	color: #fff;
	font-weight: 500;
	height: 32px;
	font-size: 16px;
	width: 200px;
	border: none;
	padding-bottom: 3px;
	-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;
}
#programmingtest_frm input[type=button]:hover{
	cursor: pointer;
	height: 30px;
}


.testForm{
	margin: 0px auto; 
	width: 40%;
}
.section_header input{
	min-width: 100px;
	height: 30px;
	border: none;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.22); 
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.22);
    padding-left: 10px;
}
.section_header .leftmostField{
	border-radius: 5px 0px 0px 5px;
	margin-right: -6px;
}
.section_header input[type=submit]{
	border-radius: 0px 5px 5px 0px;
	margin-left: -6px;
	padding-right: 10px;
	background-color: #06af26;
	color: #fff;
	font-weight: 500;
	height: 31px;
	font-size: 14px;
	outline: none;
}
.section_header input[type=submit]:hover{
	cursor: pointer;
	height: 30px;
}
.sectiondesc{
	padding: 50px 0%;
	width: 100%;
	text-align: center;
}
.section_item{
	width: 43%;
	margin: 0% auto;
	line-height: 1.5;
	text-align: justify;
	clear: both;
}
.team_lead{
	text-align: center;
	margin-top: 50px;
}
.team_lead img{
	border-radius: 10px;
	height: 250px;
	width: 250px;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.52); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.52);
}
.team_lead label{
	display: block;
	
}
.team_lead span{
	display: block;
	color: #06af26;
}
.php_pg .sectiondesc{

	background-color: #edfff2;
}

.php_pg .section_item{
	clear: none;
	float: left;
	padding-left:5%;
	font-size: 25px;
}
.php_pg .leftP{
	text-align: center;
	padding-top:30px; 
}
.sec_features{
	text-align: center;
	margin-top: 0px;
	padding-left:2%;
	margin-left: 3%;
}
.sec_features img{
	border-radius: 50%;
	height: 250px;
	width: 250px;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.52); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.52);
}
.sec_features label{
	display: block;
	border-left: 3px solid #06af26;
	background-color: rgba(0,0,0,0.2);
}
.sec_features ul{
	display: block;
	text-align: left;
	margin-top: 20px;
	font-size: 20px;
}
.sec_features ul li{
	list-style: none;
	display: block;
}
.sec_features ul li i{
	color: #06af26;
	padding-right: 6px;
}


.video_sec{
	background-image: none;
}

.video_sec .section_header{
	background-color: #06af26;
	padding:5px 0px;
	margin: 0;
	font-size: 18px;
	width: 50%;
	border-radius: 0px 25px 25px 0px;
}

.video_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;
}

.video_sec .sub_section span{
	text-align: justify;
	display: block;
}

.video_sec .sub_section .imgcontainer{
	width: 100%;
	position:relative;
}
.video_sec .sub_section .imgcontainer iframe{
	width: 100%;
	margin: 0;
	border-radius: 5px 5px 0px 0px;
}
.video_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;
}

.video_sec .sub_section .textcontainer{
	background-color: rgba(0,0,0,0.7);
	border-left: 2px solid #06af26;
}

.video_sec .sub_section .textcontainer span{
	padding: 10px 30px;
	color: #c1f3cb;
	text-align: center;
	font-size: 22px;
}

.video_sec  h4 a{
	color: #06af26; 
	font-weight: 500; 
	font-size: 18px;
	outline: none;
}

.video_sec  h4 a:hover{
	cursor: pointer;
	font-size: 20px;
}

.blog_pg .section_header{
	background-image: url("../img/bloghd.jpg");
	padding: 0;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.blog_pg .section_header h2{
	color: #02ff48;
}
.blog_pg .sectiondesc{
	padding: 20px 0%;
}
.blog_pg .leftP{
	width: 60%;
	margin: 0% auto;
	line-height: 1.5;
	text-align: left;
	padding: 0% 3%;
	float: left;
}

.blog_pg .leftP h1{
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	font-size: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom:5px;
}

.blog_pg .leftP h2{
	color: #05740d;
	text-align:left;
	margin-top:20px;
	border-left: 3px solid #555;
	padding-left:5px;
}

.blog_pg .leftP h3{
	color: #04890e;
	text-align:left;
	font-weight: 400;
}

.blog_pg .leftP h4{
	color: #45974b;
	text-align:left;
	font-weight: 300;
}


.blog_pg .section_item label{
	font-size: 12px;
	text-align: left;
	display: block;
	margin-bottom: 20px;
}
.blog_pg .leftP img{
	border-radius: 3px;
	width: 100%;
}
.blog_pg .leftP span{
	font-weight:300;
}
.blog_pg .rightP{
	width: 34%;
	float: right;
}
.blog_pg .other_news{
	margin-top: 30px;
	padding: 0px 3%;
	height: 100px;
}
.blog_pg .other_news img{
	border-radius: 3px;
	height: 100px;
	width: 100px;
	float: left;
	border: 1px solid #ddd;
	margin-right: 10px;
}
.blog_pg .other_news label{
	font-size: 20px;
	color: #000;
	font-weight: 400px;
	text-align: left;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	height: 80px;
}

#experiencesection{
	width: 100%;
	padding: 20px 0px;
	display: flex;
    justify-content: center;
    align-items: center;    
}

#experiencesection img{
	margin: 0px 10px;
	height: 71px;
}

.pagesection2 .section_header{
	margin-bottom: 20px;
}

.article_sec .sub_section ul{
	display: block;
	width: 200px;
	margin: 0px auto;
	color: #333;
	
}
.article_sec .sub_section h3{
	color: #222;
	border-top: 1px solid #06af26;
	border-bottom: 1px solid #06af26;
	padding:5px 0px;
	text-align: center;
}
.sub_section h3 b{
	color:#06af26;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	margin-left: 10px;
}
.article_sec{
	background-color: #eee;
}
.article_sec .sub_section{
margin-top: 50px;
margin-bottom: 50px;
}

.whitepaper_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);

}
.whitepaper_sec .sub_section ul{
	display: block;
	width: 200px;
	margin: 0px auto;
	color: #333;
}
.whitepaper_sec .sub_section h3{
	color: #222;
	border-top: 1px solid #47aafd;
	border-bottom: 1px solid #47aafd;
	padding:5px 0px;
	text-align: center;
}


.edutechsec{
	padding: 50px 5%;
	width: 90%;
	border-radius: 0px;
}

.item_head{
	text-align: center;
}
.item_head img{
	border-radius: 5px;
}
.item_head label{
	display: block;
}
.item_head span{
	display: block;
	color: #47aafd;
}

.training_sec{
	width: 75%;
}
.head_sec{
	text-align: center;
}
.head_sec img{
	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);
}
.section_item h3{
	color: #47aafd;
}

.pagesection .form_container{
	width: 400px;
	border-radius: 10px;
		-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.42); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.42);
    padding: 70px 30px;
    background-color: #ddd;
    position: relative;
    margin: 10px auto;
}

.pagesection .form_container h3{
	width: auto;
	background-color:#47aafd;
	padding: 5px 20px;
	text-align: center;
	color: #fff;
	position: absolute; 
	left: 0px;
	top: 20px
}
.pagesection .form_container label{
	
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
.pagesection .form_container input, select, #orderTXT{
	width: 90%;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 5px 5%;
	display: block;
	border:1px solid #47aafd;
	background-color: #eee;
	font-size: 16px;
	height: 30px;
	color: #333;
}
.pagesection .form_container #orderTXT{
	height: 70px;
}

.pagesection .form_container input[type=submit]{
	display: block;
	margin: 20px auto;
	background-color: #47aafd;
	color: #fff;
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.42); 
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.42);
    outline: none;
}

.pagesection .form_container input[type=submit]:hover{
	
	background-color: #555;
	cursor: pointer;
}

.order_sec span{
	display: block;
	width: 100%;
	text-align: center;
	margin: 100px 0px;
	color: #1da32a;
	font-size: 18px;
}

.fun_pg .section_header{
	background-image: url("../img/funhd.jpg");
	padding: 0;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.fun_pg .section_header h2{
	color: #02ff48;
}

 @media only screen and (max-width:900px) {
 
 	.sectiondesc{
	padding: 50px 0%;
	width: 100%;
	border-radius: 0px;
	}

	.section_item{
	width: 90%;
	margin: 10px 5%;
	line-height: 1.5;
	}
	.blog_pg .leftP{
		width: 94%;
		margin:0px auto;
		padding: 0;
		float: none;
	}

	.blog_pg .rightP{
	width: 94%;
	margin: 20px auto;
}
	.article_sec .sub_section{
	margin-top: 20px;
	margin-bottom: 20px;
	}

	.whitepaper_sec .sub_section{
	margin-top: 20px;
	margin-bottom: 20px;
	}

	.head_sec img{
		width: 90%;
		max-width: 300px;
	}

	.testForm{
		width: 80%;
	}

	.video_sec .sub_section{
	width: 96%;
	}

	.video_sec .section_header{
	font-size: 14px;
	width: 80%;
	border-radius: 0px 15px 15px 0px;
	}

	.php_pg .section_item{
	padding-left:5%;
	font-size: 16px;
}

 }