/******************* Timeline Demo - 12 *****************/

#blur {
   
    filter: blur(3px);
    -webkit-filter: blur(3px);
}



.main-timeline12 .timeline {
    padding: 0 2px;
    position: relative;
    display: inline-block
}

.main-timeline12 .col-md-2 {
    -ms-flex: 0 0 15.666667%;
    flex: 0 0 15.666667%;
    max-width: 15.666667%
}

.main-timeline12 .timeline-icon {
    display: block;
    text-align: center;
    padding: 20px 0 55px;
    z-index: 1;
    position: relative
}

.main-timeline12 .timeline:nth-child(2n) .timeline-icon {
    padding: 55px 0 20px
}

.main-timeline12 .timeline-icon:before {
    content: "";
    width: 1px;
    height: 75%;
    background: #39ae99;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all .3s ease 0s
}

.main-timeline12 .timeline:nth-child(2n) .timeline-icon:before {
    bottom: auto;
    top: 0
}

.main-timeline12 .timeline:hover .timeline-icon:before {
    background: #555
}

.main-timeline12 .timeline-icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #39ae99;
    font-size: 14px;
    color: #fff;
    transition: all .3s ease 0s
}

.main-timeline12 .timeline:hover .timeline-icon i {
    background: #555;
    animation: icon-load 2.5s ease 0s infinite
}

.main-timeline12 .border {
    height: 15px;
    background: #39ae99;
    margin-bottom: 0;
    transition: all .3s ease 0s
}

.main-timeline12 .timeline:hover .border {
    background: #555
}

.main-timeline12 .timeline:first-child .border {
    border-radius: 4px 0 0 4px
}

.main-timeline12 .timeline:last-child .border {
    border-radius: 0 4px 4px 0
}

.main-timeline12 .timeline:nth-child(2n) .border {
    margin: 18px 0 0
}

.main-timeline12 .timeline-content {
    padding: 15px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 3px;
    transition: all .3s ease 0s
}

.main-timeline12 .timeline:hover .timeline-content {
    background: #555
}

.main-timeline12 .title {
    font-size: 18px;
    font-weight: 700;
    color: #39ae99;
    text-transform: uppercase;
    margin: 0 0 10px;
    transition: all .3s ease 0s
}

.main-timeline12 .timeline:hover .title {
    color: #fff
}

.main-timeline12 .timeline-content .description {
    font-size: 14px;
    color: #888;
    margin: 0;
    transition: all .3s ease 0s
}

.main-timeline12 .timeline:hover .description {
    color: #fff
}

@keyframes icon-load {
    0% {
        transform: rotate(-12deg)
    }

    8% {
        transform: rotate(12deg)
    }

    10%,28%,30%,48%,50%,68% {
        transform: rotate(24deg)
    }

    18%,20%,38%,40%,58%,60% {
        transform: rotate(-24deg)
    }

    100%,75% {
        transform: rotate(0)
    }
}

@media only screen and (max-width:990px) {
    .main-timeline12 .timeline {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline12 .timeline-icon {
        padding-top: 0
    }

    .main-timeline12 .timeline:nth-child(2n) .timeline-icon {
        padding-bottom: 0
    }

    .main-timeline12 .border {
        margin-bottom: 10px
    }

    .main-timeline12 .timeline:nth-child(2n) .border {
        margin: 10px 0 0
    }

    .main-timeline12 .timeline-content {
        text-align: center
    }
}

/******************* Timeline Demo - 10 *****************/
.main-timeline10:after, .main-timeline10:before {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.main-timeline10 .timeline {
    padding: 0;
    display: -webkit-inline-box
}

.main-timeline10 .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 24%
}

.main-timeline10 .timeline-inner {
    text-align: center;
    margin: 20px 20px 35px 35px;
    position: relative
}

    .main-timeline10 .timeline-inner:after {
        content: "";
        width: 120%;
        height: 3px;
        background: #555;
        position: absolute;
        bottom: 0;
        left: 10%
    }

.main-timeline10 .timeline:last-child .timeline-inner:after {
    width: 0
}

.main-timeline10 .year {
    background: #58b25e;
    padding: 5px 0;
    border-radius: 30px 0;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    position: relative
}

    .main-timeline10 .year:after, .main-timeline10 .year:before {
        position: absolute;
        top: -19px;
        content: ""
    }

    .main-timeline10 .year:before {
        right: 0;
        border: 10px solid transparent;
        border-bottom: 10px solid #58b25e;
        border-right: 10px solid #58b25e
    }

    .main-timeline10 .year:after {
        width: 25px;
        height: 19px;
        border-radius: 0 0 20px;
        background: #fff;
        right: 1px
    }

.main-timeline10 .timeline-content {
    padding: 10px 10px 30px;
    border-left: 3px solid #58b25e;
    position: relative
}

    .main-timeline10 .timeline-content:before {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        border: 10px solid transparent;
        border-top: 10px solid #58b25e;
        border-left: 10px solid #58b25e
    }

    .main-timeline10 .timeline-content:after {
        content: "";
        width: 25px;
        height: 19px;
        border-radius: 20px 0 0;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0
    }

.main-timeline10 .post {
    font-size: 26px;
    color: #333
}

.main-timeline10 .description {
    font-size: 14px;
    color: #333
}

.main-timeline10 .timeline-icon {
    width: 70px;
    height: 70px;
    line-height: 65px;
    border-radius: 50%;
    border: 5px solid #58b25e;
    background: #fff;
    font-size: 30px;
    color: #555;
    z-index: 1;
    position: absolute;
    bottom: -35px;
    left: -35px
}

.main-timeline10 .timeline:nth-child(2n) .year {
    background: #9f84c4
}

    .main-timeline10 .timeline:nth-child(2n) .year:before {
        border-bottom-color: #9f84c4;
        border-right-color: #9f84c4
    }

.main-timeline10 .timeline:nth-child(2n) .timeline-content {
    border-left-color: #9f84c4
}

    .main-timeline10 .timeline:nth-child(2n) .timeline-content:before {
        border-top-color: #9f84c4;
        border-left-color: #9f84c4
    }

.main-timeline10 .timeline:nth-child(2n) .timeline-icon {
    border-color: #9f84c4
}

.main-timeline10 .timeline:nth-child(3n) .year {
    background: #f35958
}

    .main-timeline10 .timeline:nth-child(3n) .year:before {
        border-bottom-color: #f35958;
        border-right-color: #f35958
    }

.main-timeline10 .timeline:nth-child(3n) .timeline-content {
    border-left-color: #f35958
}

    .main-timeline10 .timeline:nth-child(3n) .timeline-content:before {
        border-top-color: #f35958;
        border-left-color: #f35958
    }

.main-timeline10 .timeline:nth-child(3n) .timeline-icon {
    border-color: #f35958
}

.main-timeline10 .timeline:nth-child(4n) .year {
    background: #e67e49
}

    .main-timeline10 .timeline:nth-child(4n) .year:before {
        border-bottom-color: #e67e49;
        border-right-color: #e67e49
    }

.main-timeline10 .timeline:nth-child(4n) .timeline-content {
    border-left-color: #e67e49
}

    .main-timeline10 .timeline:nth-child(4n) .timeline-content:before {
        border-top-color: #e67e49;
        border-left-color: #e67e49
    }

.main-timeline10 .timeline:nth-child(4n) .timeline-icon {
    border-color: #e67e49
}

@media only screen and (max-width:990px) {
    .main-timeline10 .timeline-inner:after {
        width: 110%
    }

    .main-timeline10 .timeline:nth-child(2n) .timeline-inner:after {
        width: 0
    }
}

@media only screen and (max-width:767px) {
    .main-timeline10 .timeline {
        margin-bottom: 50px
    }
    .main-timeline10 .col-md-3 {
        -ms-flex: auto;
        flex: auto;
        max-width: 100%;
        display: contents;
    }
        .main-timeline10 .timeline-inner:after, .main-timeline10 .timeline:nth-child(2n) .timeline-inner:after {
            width: 100%;
            height: 3px;
            left: 0
        }
}