.main-timeline{
    position: relative;
    transition: all 0.4s ease 0s;
}
.main-timeline:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #bfbfbf;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline-icon{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #0a90d7;
    position: absolute;
    top: 0;
    left: 3px;
    right: 0;
    margin: -10px auto;
    overflow: hidden;
}
.main-timeline .timeline-content{
	width: 45%;
	padding: 0;
	/* border-radius: 5px; */
	border-bottom: 1px dashed #ccc;
	text-align: right;
	/* -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1); */
	/*-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1); */
	/*-ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1); */
	transition: all 0.3s ease 0s;
}
.main-timeline .date{
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    padding: 5px 25px;
    background: #0a90d7;
    border-radius: 30px;
	margin: 0 auto;
}
.main-timeline .title{
    font-size: 16px;
    font-weight: 500;
    color: #5c5151;
    margin: 5px 0px 0px 0px;;
}
.main-timeline .description{
    color: #606060;
    line-height: 2;
	margin: 0;
}
.textplus {
	font-size: 14px;
}
.main-timeline .timeline-content.right{
    float: right;
    text-align: left;
}
@media only screen and (max-width: 767px){
    .main-timeline:before{
        display: none;
    }
    .main-timeline .timeline-icon{
        display: none;
    }
    .main-timeline .timeline-content, .main-timeline .timeline-content.right{
        width: 100%;
        text-align: center;
    }
	.expertise {border-bottom: 1px dashed #ccc;margin-bottom: 20px;}
	.main-timeline .date {
	margin: 20px auto;
	}
	.novisible {
		display: none;
	}
}


.btnplus:focus, .btnplus.focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}
.btnplus, .btnplus:active, .btnplus:hover {
	color: #0a90d7;
	padding: 0;
}
.illu {
	margin: 20px auto;
}