/* Template 23 */
.main-timeline23:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline23 .timeline{
    width: calc(50% + 70px);
    margin: 0 5px 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    float: left;
}
.main-timeline23 .timeline-content{
    color: #555;
    background: #fff;
    min-height: 130px;
    padding: 30px 150px 30px 30px;
    border-top: none;
    display: block;
    position: relative;
}
.main-timeline23 .timeline-content:before{
    content: "";
    background-color: #00C6DA;
    height: 100%;
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
}
.main-timeline23 .timeline-content:hover{ text-decoration: none; }
.main-timeline23 .timeline-icon{
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 16px;
}
.main-timeline23 .timeline-year{
    color: #333;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    top: 50%;
    right: 60px;
}
.main-timeline23 .title{
    color: #00C6DA;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
}
.main-timeline23 .description{
    margin: 0;
}
.main-timeline23 .timeline:nth-child(even){
    float: right;
    margin: 0 0 0 5px;
}
.main-timeline23 .timeline:nth-child(even) .timeline-content{ padding: 30px 30px 30px 150px; }
.main-timeline23 .timeline:nth-child(even) .timeline-content:before{
    right: auto;
    left: 0;
}
.main-timeline23 .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: 10px;
}
.main-timeline23 .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: 60px;
}
.main-timeline23 .timeline:nth-child(odd) .timeline-content:before{ background-color: var(--secondary-color); }
.main-timeline23 .timeline:nth-child(odd) .title{ color: var(--secondary-color); }
.main-timeline23 .timeline:nth-child(even) .timeline-content:before{ background-color: var(--primary-color); }
.main-timeline23 .timeline:nth-child(even) .title{ color:  var(--primary-color); }
@media screen and (max-width:767px){
    .main-timeline23 .timeline,
    .main-timeline23 .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 30px;
    }
}
@media screen and (max-width:576px){
    .main-timeline23 .timeline .timeline-content,
    .main-timeline23 .timeline:nth-child(even) .timeline-content{
        text-align: center;
        padding: 130px 25px 25px;
    }
    .main-timeline23 .timeline .timeline-content:before,
    .main-timeline23 .timeline:nth-child(even) .timeline-content:before{
        height: 70px;
        width: 100%;
    }
    .main-timeline23 .timeline-icon,
    .main-timeline23 .timeline:nth-child(even) .timeline-icon{
        transform: translateY(0) translateX(-50%);
        top: 16px;
        left: 50%;
        right: auto;
    }
    .main-timeline23 .timeline-year,
    .main-timeline23 .timeline:nth-child(even) .timeline-year{
        transform: translateY(0) translateX(-50%);
        top: 80px;
        left: 50%;
        right: auto;
    }
}
.main-timeline23 .timeline-icon img {
  width: auto;
  height: 40px;;
}