@charset "utf-8";
/* CSS Document */
/*.heading hr{ 
			border: none;
			height: 20px;
			margin-top: -15px;
			border-bottom: 3px solid #0095d0;
		box-shadow: 0 10px 10px -10px #333;}*/
.main-timeline{
    /*overflow: hidden;*/
    position: relative;
	margin-bottom: 20px;
	padding-top:7%; 
	width: 70%;
	margin: 0 auto;
}
.main-timeline .timeline{ position: relative; }
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline:before{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.main-timeline .timeline-icon{
	/*transform: rotate(180deg);*/
    width: 16px;
    height: 85%;
    /*background: #0095d0;*/
    margin-left:20px;
    position: absolute;
    top: 5%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.main-timeline .blue{background: #0095d0;}
.main-timeline .blue:before,
.main-timeline .blue:after{border-bottom: 11px solid #0095d0;}

.main-timeline .gray{background: #9fa1a4;}
.main-timeline .gray:before,
.main-timeline  .gray:after{border-bottom: 11px solid #9fa1a4;}

.main-timeline .green{background: #02a33c;}
.main-timeline .green:before,
.main-timeline .green:after{border-bottom: 11px solid #02a33c;}

.main-timeline .timeline-icon:before,
.main-timeline .timeline-icon:after{	
    content: "";
    /*border-bottom: 11px solid #0095d0;*/
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -11px;
    left: 0;
}
.main-timeline .timeline-icon:after{
    border-bottom-color: #fff;
    top: auto;
    bottom: -1px;
}
.main-timeline .year{
    display: inline-block;
	font-weight: bold;
    padding: 7px 30px;
    margin: 0;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
	/*background:#0095d0;*/
    /*background: linear-gradient(to right, #0095d0, #01c2bf);*/
    text-align: center;
    position: absolute;
    top: 50%;
    left: 21%;
    transform: translateY(-50%);
}
/*.main-timeline .blue{background: #0095d0;}
.main-timeline .gray{background: #9fa1a4;}
.main-timeline .green{background: #02a33c;}*/
/*direction start*/
.main-timeline .year_1:after{
	    position: absolute;
    top: 0;
    right: -15px;
    display: inline-block;
    border-top: 18px solid transparent;
    border-left: 17px solid #01c2bf;
    border-bottom: 20px solid transparent;
    content: '';
}
.main-timeline .year_2:after{
	     position: absolute;
 top: 0;
    right: -15px;
    display: inline-block;
	border-top: 18px solid transparent;
    border-left: 17px solid #01c2bf;
    border-bottom: 20px solid transparent;
	
    content: '';
	
}
/*end*/
.main-timeline .timeline-content{
    width: 50%;
    float: right;
    padding: 15px 15px 20px 36px;
    position: relative;
}
.main-timeline .icon{
    display: inline-block;
    font-size: 40px;
    color: #a7a7a7;
    margin-bottom: 7px;
}
.main-timeline .title{
    font-size: 17px;
    font-weight: bold;
    color: #666666;
    margin: 0 0 5px 0;
	
}
.main-timeline .description{
    font-size: 14px;
    color: #a7a7a7;
    line-height: 24px;
    margin: 0 0 7px 0;
}
.main-timeline .timeline:nth-child(even) .year{
    left: auto;
    right: 20%;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ float: left; }
/*.main-timeline .timeline:nth-child(2n) .year{ background: linear-gradient(to right, #9e489f, #b64877); }
.main-timeline .timeline:nth-child(2n) .timeline-icon{ background: #9e489f; }
.main-timeline .timeline:nth-child(2n) .timeline-icon:before{ border-bottom-color: #9e489f; }*/
/*.main-timeline .timeline:nth-child(even) .year{background:#02a33c;/* background: linear-gradient(to left, #02a33c, #9fce26); *//*}*/
/*.main-timeline .timeline:nth-child(even) .timeline-icon{ background: #02a33c; }
.main-timeline .timeline:nth-child(even) .timeline-icon:before{ border-bottom-color: #02a33c; }*/
/*.main-timeline .timeline:nth-child(4n) .year{ background: linear-gradient(to right, #d84704, #ea703f); }
.main-timeline .timeline:nth-child(4n) .timeline-icon{ background: #d44908; }
.main-timeline .timeline:nth-child(4n) .timeline-icon:before{ border-bottom-color: #d44908; }*/
/*@media only screen and (max-width: 1200px){
	.zerogrid{ width: auto;}
    .main-timeline .year{ left: 30%; }
    .main-timeline .timeline:nth-child(even) .year{ right: 30%; }
}

@media only screen and (max-width: 990px){
    .main-timeline .year{ left: 30%; }
    .main-timeline .timeline:nth-child(even) .year{ right: 30%; }
}

	
@media only screen and (max-width: 767px){*/
.main-timeline .timeline-icon{
	margin-left: 20px;
		}
	.main-timeline .timeline:before{
		margin-left: 22px;
	}
	.main-timeline .year{ left: 17%; top:15%; }
	/*direction start*/
	.main-timeline .year_1:after{display:none;}
	.main-timeline .year_2:after{display:none;}
	/*end*/
	.main-timeline .timeline-content{
		
    width: 83%;
    padding: 60px 23px 20px 0px;
    
}
	.main-timeline .timeline:nth-child(even) .year{
		left: 17%; right:auto;
	}
	.main-timeline .timeline:nth-child(even) .timeline-content{ float: right; }
/*}*/
@media only screen and (max-width: 768px){
	.main-timeline{
		width: 100%;
		margin: 0 auto;}
}
/*@media only screen and (max-width: 767px){
    .main-timeline .timeline{ padding-top: 30px; }
    .main-timeline .timeline:before{
        border: 15px solid transparent;
        border-top-color: #029bbd;
        border-bottom: 10px solid transparent;
        margin: 0 auto;
        position: absolute;
        top: 1px;
        left: 0;
        z-index: 2;
    }
    .main-timeline .timeline:nth-child(2n):before{ border-top-color: #9e489f; }
    .main-timeline .timeline:nth-child(3n):before{ border-top-color: #6ab00f; }
    .main-timeline .timeline:nth-child(4n):before{ border-top-color: #d44908; }
    .main-timeline .timeline-icon{
        width: 100%;
        height: 16px;
        margin: 0;
        top: 0;
        left: 0;
    }
    .main-timeline .timeline-icon:before,
    .main-timeline .timeline-icon:after{
        border: 8px solid transparent;
        border-left: 8px solid #fff;
        top: 0;
        left: 0;
    }
    .main-timeline .timeline-icon:after{
        border-left: none;
        border-right: 8px solid #fff;
        left: auto;
        right: 0;
    }
    .main-timeline .year,
    .main-timeline .timeline:nth-child(2n) .year{
        display: block;
        margin: 0 30px 10px 30px;
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        width: 100%;
        float: none;
        text-align: center;
        padding: 0 30px 20px;
    }
}*/