body{
	margin:0px;
	padding: 0px;
	font-family: arial;
}
.container{
	margin:0 auto;
	width: 1140px;
}
.cv-template-one-wrapper header{
	background: #f6f6f6;
	padding: 40px 0px;
	display: inline-block;
	width: 100%;
}
.cv-template-one-wrapper header h2{
	margin:0px;
	font-weight: 700;
	color: #42af58;
	font-size:42px;
}

.cv-template-one-wrapper header .header-left{
	float: left;
}

.cv-template-one-wrapper header .header-right{
	float: right;
	width: 200px;
	font-size:14px;
	color: #000;
}
.cv-template-one-wrapper header .header-right div{
	margin-bottom: 10px;
}

h3{
	margin:0px;
	font-weight: 700;
	color: #42af58;
	font-size:28px;
	text-transform: uppercase;
}

.main-wrapper{
	padding: 40px 0px;
}
p{
	font-size: 14px;
	color: #95989a;
	line-height: 26px;
}
.about-me{
	border-bottom: #42af58 solid 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.education-experience .experience-sec,.education-experience .education-sec{
	float: left;
	width: 50%;
}
.education-experience .experience-sec-inner{
	border-left:#363636 solid 1px;
	padding-left: 15px;
}
.education-experience .experience-sec-inner .experience-box{
	position:relative;
}
.experience-sec-inner .experience-box:before{
	    content: "";
    background: #42af58;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: #fff solid 4px;
    display: inline-block;
    position: absolute;
    left: -26px;
    top: 0px;

}
.experience-sec-inner .experience-box h4{
	margin-bottom: 5px;
	font-size:22px;
	color: #000000;
	text-transform: uppercase;

}
.mlicence-refernce{
	border-top: #42af58 solid 1px;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.mlicence-refernce .my-licence,.mlicence-refernce .my-refernce{
	float: left;
	width: 50%;
}
.mlicence-refernce .my-refernce .my-refernce-inner{
	padding: 20px;
	background: #f6f6f6;
	display: inline-block;
	width: 260px;
}
.mlicence-refernce .my-licence .my-licence-inner{
	padding: 20px; 
	display: inline-block;
	width: 100%;
}
.mlicence-refernce .my-licence .my-licence-inner .my-licence-box{
	background: url(http://newgl.uk/frontend/cv_builder/css/tick-icon.png) top left no-repeat;
	padding-left: 30px;
	line-height: 23px;

}	 
.mlicence-refernce .my-licence .my-licence-inner .my-licence-box h4{
	margin-bottom: 0px;
	font-size:18px;
}
.clearfix{
	clear: both;
}

.mlicence-refernce .my-refernce .my-refernce-inner .my-refernce-box{
 
	line-height: 23px;

}	 
.mlicence-refernce .my-refernce .my-refernce-inner .my-refernce-box h4{
	margin-bottom: 0px;
	font-size:18px;
}
footer{
	background: #f6f6f6;
	padding:20px 0px;
	display: inline-block;
	width: 100%;
}
footer .footer-left{
	float: left;
}
footer .footer-left .footer-name{
	font-size:28px;
	font-weight: 700;
	color: #000000;
	padding-top: 15px;
}
footer .footer-right{
	float: right;
	text-align: right;
	font-size:18px;
	font-weight: 700;
	color: #000000;
	line-height: 26px;
}