/* ---------------------------------
		ABOUT US TEAM SECTION
--------------------------------- */
.education-wrapper{ position: relative; overflow: hidden; text-align: center; }

.education-wrapper:after{ content:''; position: absolute; top: 8px; bottom: 0; left: 50%;
	margin-left: -1px; width: 2px; background: #ccc; }

.education-wrapper .education{ width: 50%; clear: both; position: relative; margin-top: -30px; }

.education-wrapper .education:first-child{ margin-top: 0; } 

.education-wrapper .education.left{ float: left; padding-right: 50px; text-align: right; }

.education-wrapper .education.right{ float: right; padding-left: 50px; text-align: left; }

.education-wrapper .education:after{ content:''; position: absolute; top: 8px; width: 16px; 
	height: 16px; border-radius: 10px; z-index: 1;
	box-shadow: 0 0 0 8px rgba(0,0,0, .2); background: #24a1d1; }
	
.education-wrapper .education.left:after{ right: -8px; }

.education-wrapper .education.right:after{ left: -8px; }

.profile-wrapper{
	background:#fff;
	border:1px solid rgba(0,0,0,.2);
	padding:20px;
	border-radius:5px;
	box-shadow:1px 5px 8px #ccc;
	margin-bottom:30px;
}
@media screen and (max-width:768px) {
	.education-wrapper .education{
		width:100%;
		margin-top:0px;
	}
	.education-wrapper:after{
		display:none;
	}
	.education-wrapper .education:after{
		display:none;
	}
	.education-wrapper .education.left, .education-wrapper .education.right{
		padding:0px;
	}
	
}