.main-timeline1{ font-family: 'Roboto', sans-serif; }
.main-timeline1 .timeline1{
    width: 57.3%;
    padding: 0 0 0 80px;
    margin-bottom: 20px;
    border: 10px solid #E52449;
    border-radius: 90px;
    float: right;
    position: relative;
}
.main-timeline1 .timeline1:before{
    content: '';
    height: 115%;
    width: 10px;
    background-color: #fff;
    transform:translateY(-50%);
    position: absolute;
    left: 70px;
    top: 50%;
}
.main-timeline1 .timeline1-content{
    background-color: #E52449;
    text-align: left;
    border-radius: 0 90px 90px 0;
    display: block;
    position: relative;
}
.main-timeline1 .timeline1-content:hover{ text-decoration: none; }
.main-timeline1 .content{
    background-color: #fff;
    padding: 17px 40px 17px 80px;
    border-radius: 90px;
}
.main-timeline1 .timeline1-year{
    color: #fff;
    background-color: #E52449;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    line-height: 110px;
    height: 130px;
    width: 130px;
    border: 10px solid #D8DCE0;
    box-shadow: 0 0 15px rgba(0,0,0,0.5) inset;
    border-radius: 50%;
    transform:translateY(-50%);
    position: absolute;
    left: -70px;
    top: 50%;
}
.main-timeline1 .title{
    color: #E52449;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.main-timeline1 .description{
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: justify;
    margin: 0 0 5px 0;
}
.main-timeline1 .timeline1:nth-child(even){
    float: left;
    padding: 0 80px 0 0;
}
.main-timeline1 .timeline1:nth-child(even):before{
    left:auto;
    right: 70px;
}
.main-timeline1 .timeline1:nth-child(even) .timeline1-year{
    left:auto;
    right: -70px;
}
.main-timeline1 .timeline1:nth-child(even) .timeline1-content{
    border-radius: 90px 0 0 90px;
    text-align: right;
}
.main-timeline1 .timeline1:nth-child(even) .content{ padding: 17px 80px 17px 40px; }
.timeline1:nth-child(6n+2){border-color: #F67900;}
.timeline1:nth-child(6n+2) .timeline1-content{background-color: #F67900;}
.timeline1:nth-child(6n+2) .timeline1-year{background-color: #F67900;}
.timeline1:nth-child(6n+2) .title{color: #F67900;}
.timeline1:nth-child(6n+3){border-color: #f3ad0a;}
.timeline1:nth-child(6n+3) .timeline1-content{background-color: #f3ad0a;}
.timeline1:nth-child(6n+3) .timeline1-year{background-color: #f3ad0a;}
.timeline1:nth-child(6n+3) .title{color: #f3ad0a;}
.timeline1:nth-child(6n+4){border-color: #8ab814;}
.timeline1:nth-child(6n+4) .timeline1-content{background-color: #8ab814;}
.timeline1:nth-child(6n+4) .timeline1-year{background-color: #8ab814;}
.timeline1:nth-child(6n+4) .title{color: #8ab814;}
.timeline1:nth-child(6n+5){border-color: #3C9EEF;}
.timeline1:nth-child(6n+5) .timeline1-content{background-color: #3C9EEF;}
.timeline1:nth-child(6n+5) .timeline1-year{background-color: #3C9EEF;}
.timeline1:nth-child(6n+5) .title{color: #3C9EEF;}
.timeline1:nth-child(6n+6){border-color: #9241EA;}
.timeline1:nth-child(6n+6) .timeline1-content{background-color: #9241EA;}
.timeline1:nth-child(6n+6) .timeline1-year{background-color: #9241EA;}
.timeline1:nth-child(6n+6) .title{color: #9241EA;}
@media screen and (max-width:1200px){
    .main-timeline1 .timeline1{ width: 59%; }
    .main-timeline1 .timeline1-content{ border-radius: 0 92px 92px 0; }
    .main-timeline1 .timeline1:nth-child(even) .timeline1-content{ border-radius: 92px 0 0 92px; }
    .main-timeline1 .content{ padding: 25px 40px 25px 80px; }
    .main-timeline1 .timeline1:nth-child(even) .content{ padding: 25px 80px 25px 40px; }
}
@media screen and (max-width:990px){
    .main-timeline1 .timeline1{ width: 61.7%;}
}
@media screen and (max-width:767px){
    .main-timeline1 .timeline1{ width: 100%; }
    .main-timeline1 .timeline1:nth-child(even){
        float: right;
        padding: 0 0 0 80px;
    }
    .main-timeline1 .timeline1:nth-child(even):before{ left:70px; }
    .main-timeline1 .timeline1:nth-child(even) .timeline1-content{
        border-radius:0 92px 92px 0;
        text-align: left;
    }
    .main-timeline1 .timeline1:nth-child(even) .timeline1-year{ left: -70px; }
    .main-timeline1 .timeline1:nth-child(even) .content{ padding: 25px 40px 25px 80px; }
}
@media screen and (max-width:479px){
    .main-timeline1{ padding-top: 30px; }
    .main-timeline1 .timeline1,
    .main-timeline1 .timeline1:nth-child(even){
        padding: 0;
        margin-bottom: 60px;
        border-radius: 10px;
    }
    .main-timeline1 .timeline1:before{ display: none;}
    .main-timeline1 .timeline1-content,
    .main-timeline1 .content{
        border-radius: 0 0 0 0;
    }
    .main-timeline1 .timeline1-year,
    .main-timeline1 .timeline1:nth-child(even) .timeline1-year{
        top: -70px;
        left: 50%;
        transform:translateY(0) translateX(-50%) scale(0.7);
    }
    .main-timeline1 .timeline1:nth-child(even) .content,
    .main-timeline1 .content{
        text-align: center;
        padding: 55px 20px 20px;
    }
    .main-timeline1 .title{ font-size: 18px; }
}

.main-timeline2{
    font-family: 'Roboto', sans-serif;
    padding: 20px 0;
    position: relative;
}
.main-timeline2:before,
.main-timeline2:after{
    content: '';
    height: 40px;
    width: 40px;
    background-color: #e7e7e7;
    border-radius: 50%;
    border: 10px solid #303334;
    transform:translateX(-50%);
    position: absolute;
    left: 50%;
    top: -15px;
    z-index: 2;
}
.main-timeline2:after{
    top: auto;
    bottom:15px;
}
.main-timeline2 .timeline2{
    padding: 35px 0;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}
.main-timeline2 .timeline2:before,
.main-timeline2 .timeline2:after{
    content: '';
    height: 100%;
    width: 50%;
    border-radius: 100px 0 0 100px;
    border: 15px solid #46B2BC;
    border-right: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.main-timeline2 .timeline2:after{
    height: calc(100% - 30px);
    width: calc(50% - 12px);
    border-color: #65C7D0;
    left: 12px;
    top: 15px;
}
.main-timeline2 .timeline2-content{ display:inline-block; }
.main-timeline2 .timeline2-content:hover{ text-decoration: none; }
.main-timeline2 .timeline2-year{
    color: #65C7D0;
    font-size: 50px;
    font-weight: 600;
    display: inline-block;
    transform:translateY(-50%);
    position: absolute;
    top: 50%;
    left: 10%;
}
.main-timeline2 .timeline2-icon{
    color: #65C7D0;
    font-size: 80px;
    display: inline-block;
    transform: translateY(-50%);
    position: absolute;
    left: 34%;
    top: 50%;
}
.main-timeline2 .content{
    color: #909090;
    width: 50%;
    padding: 20px;
    display: inline-block;
    float: right;
}
.main-timeline2 .title{
    color: #65C7D0;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.main-timeline2 .description{
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline2 .timeline2:nth-child(even):before{
    left: auto;
    right: 0;
    border-radius: 0 100px 100px 0;
    border: 15px solid red;
    border-left: none;
}
.main-timeline2 .timeline2:nth-child(even):after{
    left: auto;
    right: 12px;
    border: 15px solid green;
    border-left: none;
    border-radius: 0 100px 100px 0;
}
.main-timeline2 .timeline2:nth-child(even) .content{ float: left; }
.main-timeline2 .timeline2:nth-child(even) .timeline2-year{
    left: auto;
    right: 10%;
}
.main-timeline2 .timeline2:nth-child(even) .timeline2-icon{
    left: auto;
    right: 32%;
}
.main-timeline2 .timeline2:nth-child(5n+2):before{ border-color: #EA3C14; }
.main-timeline2 .timeline2:nth-child(5n+2):after{ border-color: #EF5720; }
.main-timeline2 .timeline2:nth-child(5n+2) .timeline2-icon{ color: #EA3C14; }
.main-timeline2 .timeline2:nth-child(5n+2) .timeline2-year{ color: #EA3C14; }
.main-timeline2 .timeline2:nth-child(5n+2) .title{ color: #EA3C14; }
.main-timeline2 .timeline2:nth-child(5n+3):before{ border-color: #8CC63E; }
.main-timeline2 .timeline2:nth-child(5n+3):after{ border-color: #6CAF29; }
.main-timeline2 .timeline2:nth-child(5n+3) .timeline2-icon{ color: #8CC63E; }
.main-timeline2 .timeline2:nth-child(5n+3) .timeline2-year{ color: #8CC63E; }
.main-timeline2 .timeline2:nth-child(5n+3) .title{ color: #8CC63E; }
.main-timeline2 .timeline2:nth-child(5n+4):before{ border-color: #F99324; }
.main-timeline2 .timeline2:nth-child(5n+4):after{ border-color: #FBB03B; }
.main-timeline2 .timeline2:nth-child(5n+4) .timeline2-icon{ color: #F99324; }
.main-timeline2 .timeline2:nth-child(5n+4) .timeline2-year{ color: #F99324; }
.main-timeline2 .timeline2:nth-child(5n+4) .title{ color: #F99324; }
.main-timeline2 .timeline2:nth-child(5n+5):before{ border-color: #0071BD; }
.main-timeline2 .timeline2:nth-child(5n+5):after{ border-color: #0050A3; }
.main-timeline2 .timeline2:nth-child(5n+5) .timeline2-icon{ color: #0071BD; }
.main-timeline2 .timeline2:nth-child(5n+5) .timeline2-year{ color: #0071BD; }
.main-timeline2 .timeline2:nth-child(5n+5) .title{ color: #0071BD; }
@media screen and (max-width:1200px){
    .main-timeline2 .timeline2:after{ border-radius: 88px 0 0 88px; }
    .main-timeline2 .timeline2:nth-child(even):after{ border-radius: 0 88px 88px 0; }
}
@media screen and (max-width:767px){
    .main-timeline2 .timeline2{ margin-top: -19px; }
    .main-timeline2 .timeline2:before {
        border-radius: 50px 0 0 50px;
        border-width: 10px;
    }
    .main-timeline2 .timeline2:after {
        height: calc(100% - 18px);
        width: calc(50% - 9px);
        border-radius: 43px 0 0 43px;
        border-width:10px;
        top: 9px;
        left: 9px;
    }
    .main-timeline2 .timeline2:nth-child(even):before {
        border-radius: 0 50px 50px 0;
        border-width: 10px;
    }
    .main-timeline2 .timeline2:nth-child(even):after {
        height: calc(100% - 18px);
        width: calc(50% - 9px);
        border-radius: 0 43px 43px 0;
        border-width: 10px;
        top: 9px;
        right: 9px;
    }
    .main-timeline2 .timeline2-icon{ font-size: 60px; }
    .main-timeline2 .timeline2-year{ font-size: 40px; }
}
@media screen and (max-width:479px){
    .main-timeline2 .timeline2-icon{
        font-size: 50px;
        transform:translateY(0);
        top: 25%;
        left: 10%;
    }
    .main-timeline2 .timeline2-year{
        font-size: 25px;
        transform:translateY(0);
        top: 65%;
        left: 9%;
    }
    .main-timeline2 .content{
        width: 68%;
        padding: 10px;
    }
    .main-timeline2 .title{ font-size: 18px; }
    .main-timeline2 .timeline2:nth-child(even) .timeline2-icon{
        right: 10%;
    }
    .main-timeline2 .timeline2:nth-child(even) .timeline2-year{
        right: 9%;
    }
}

