/* TimeLine CSS Start here */
.timeline-area{
 margin:auto;
 border-left:2px solid #106eea;
 padding:0 20px 0 30px; 
}

.timeline_body{
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	font-size:12px;
	line-height:1.7;
	position:relative;
	height:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.timeline_body:before{
 	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius:50%;
	background-color:#106eea;
	border: 3px solid #fdfdfd;
	position:absolute;
	top: 12px;
	left: -40px;
	
}
.timeline_body:after{
	 content: '';
	 width: 0;
	 height: 0;
	 border-style: solid;
	 border-color:transparent #106eea transparent transparent;
	 border-width:8px;
	 position:absolute;
	 left:-19px;
	 top:13px;
}
.timeline_body p{
 margin: 0;
 text-transform:uppercase;

}