body{
	margin:0px;
	padding: 0px;
	font-family: arial;
}
 h1, h2, h3 {
    font-family: 'Hind', sans-serif;
    font-weight: 700;
}
.container{
	margin:0 auto;
	/*width: 1140px;*/
        width:100%;
}
.cv-template-one-wrapper header{
        background: #f6f6f6 none repeat scroll 0 0;
	padding: 40px 0px;
	display: inline-block;
	width: 100%;
}
.cv-template-one-wrapper header h2{
	margin:0px 0 0 8px;
	font-weight: 700;
	color: #000;
	font-size:34px;
}

.cv-template-one-wrapper header .header-left{
	float: left;
        margin: 0 0 0 80px;
}

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

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

.main-wrapper{
	padding: 40px 0px;
}
p{
	font-size: 11px;
	color: #95989a;
	line-height:18px;
}
.about-me{
	border-bottom: #42af58 solid 1px;
	padding-bottom: 20px;
	margin:0 80px 20px 80px;
}
.education-experience .experience-sec,.education-experience .education-sec{
	float: left;
	width: 36%;
        margin:0 0px 0 80px;
}
.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:16px;
	color: #000000;
	text-transform: uppercase;

}
.mlicence-refernce{
	border-top: #42af58 solid 1px;
	padding-top: 20px;
	margin:0 60px 20px 80px;
	margin-bottom: 15px;
}
.mlicence-refernce .my-licence,.mlicence-refernce .my-refernce{
	float: left;
	width: 50%;
}
.mlicence-refernce .my-refernce .my-refernce-inner{
	padding: 20px;    
	display: inline-block;
        margin:0 0 0 25px;
	width: 100%;
}
.mlicence-refernce .my-licence .my-licence-inner{
	padding: 20px 20px 20px 0; 
	display: inline-block;
	width: 100%;
}
.mlicence-refernce .my-licence .my-licence-inner .my-licence-box{
	background: url(https://www.get-licensed.co.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:14px;
}
.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:14px;
}
footer{
	background: #f6f6f6;
	padding:20px 0px;
	display: inline-block;
	width: 100%;
}
footer .footer-left{
	float: left;
}
footer .footer-left .footer-name{
	font-size:14px;
	font-weight: 700;
	color: #000000;
	padding-top: 15px;
}
footer .footer-right{
	float: right;
	text-align: right;
	font-size:14px;
	font-weight: 700;
	color: #000000;
	line-height: 26px;
}
footer .footer-text{
	font-size:14px; 
	color: #000000;
	text-align: center;
}