.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative
}
.timeline:before {
    top: 38px;
    bottom: 86px;
    position: absolute;
    content: " ";
    width: 1px;
    border-right: 2px dotted #eaeaea;
    left: 50%;
    margin-left: -.5px
}
.timeline>li {
    margin-bottom: 20px;
    position: relative
}
.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li>.timeline-panel {
    width: 50%;
    float: left;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 35px;
    position: relative;
    border-radius: 10px
}

.timeline>li:not(.timeline-inverted) {
    padding-right: 90px
}

.timeline>li.timeline-inverted {
    padding-left: 90px
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #eaeaea;
    border-right: 0 solid #eaeaea;
    border-bottom: 15px solid transparent;
    content: " "
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "
}

.timeline>li>.timeline-badge,
.timeline-sep-title {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline-title {
    margin-top: 0
}

.timeline-style-1 .timeline-title {
    font-size: 23px;
    margin-bottom: 15px
}

.timeline-style-1 .timeline>li>.timeline-badge,
.timeline-sep-title {
    font-weight: 700
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0
}

.timeline-body>p+p {
    margin-top: 5px
}

.timeline>li>.timeline-sep-title {
    margin-left: 50px;
    width: auto;
    width: 70px;
    word-wrap: break-word;
    color: #000
}

.timeline>li.timeline-inverted>.timeline-sep-title {
    margin-left: -120px
}

.timeline-sep-title>span {
    display: block;
    font-size: 14px;
    line-height: 22px
}

.timeline.tl-border-solid:before {
    border-right-style: solid
}

.timeline.tl-left-layout>li>.timeline-sep-title {
    text-align: left
}

.separator-shape-custom>i,
.separator-shape-custom>img,
.separator-shape-custom>.separator-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.timeline-style-2 .timeline>li>.timeline-panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.timeline-style-3 .timeline>li>.timeline-panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border: none;
    padding-top: 0
}

.timeline-style-3 .timeline>li>.timeline-panel:before {
    border: none
}

.timeline-style-3 .timeline>li>.timeline-panel .timeline-heading,
.timeline-style-3 .timeline>li>.timeline-panel .timeline-body {
    text-align: right
}

.timeline-style-3 .timeline>li.timeline-inverted>.timeline-panel .timeline-heading,
.timeline-style-3 .timeline>li.timeline-inverted>.timeline-panel .timeline-body {
    text-align: initial;
    font-weight: 500
}

.timeline-style-3 .timeline-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px
}

.timeline-style-3 .timeline>li>.timeline-badge {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 28px;
    top: 10px;
    border: 1px solid #e3e3e3
}

.timeline-icon-custom .timeline>li>.timeline-badge {
    font-size: 45px;
}

.timeline-style-3 .timeline:before {
    border-right: 3px solid #c7c7c7
}

.timeline-style-3 .timeline>li>.timeline-sep-title {
    padding: 26px 20px;
    width: 100px;
    text-align: center;
    display: inline-table;
    overflow: hidden;
    margin-left: -180px;
    top: 0;
    margin-top: -10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff
}

@media screen and (min-width: 768px) {

    .timeline.tl-left-layout>li>.timeline-badge,
    .timeline.tl-left-layout>li>.timeline-sep-title {
        left: auto
    }

    .timeline.tl-left-layout>li.timeline-inverted {
        padding-left: 100px
    }

    .timeline-style-3 .timeline.tl-left-layout>li.timeline-inverted {
        padding-left: 58px
    }

    .timeline.tl-left-layout:before {
        left: 100px
    }

    .timeline-style-3 .timeline.tl-left-layout:before {
        left: 70px
    }

    .timeline-style-3 .timeline.tl-left-layout>li {
        margin-bottom: 35px
    }

    .timeline-style-3 .timeline.tl-left-layout>li:last-child {
        margin-bottom: 0
    }

    .timeline.tl-left-layout>li>.timeline-panel {
        width: auto;
        margin-left: 50px
    }

    .timeline.tl-right-layout>li>.timeline-panel {
        width: auto
    }

    .timeline.tl-right-layout>li>.timeline-badge,
    .timeline.tl-right-layout>li>.timeline-sep-title {
        left: unset;
        margin-left: auto;
        right: 0
    }

    .timeline.tl-right-layout>li>.timeline-badge {
        margin-right: 75px
    }

    .timeline.tl-right-layout>li {
        padding-right: 150px
    }

    .timeline.tl-right-layout:before {
        right: 0;
        margin-right: 100px;
        left: auto;
        margin-left: auto
    }

    .timeline.tl-left-layout .timeline-inverted .timeline-panel {
        margin-left: 0;
        left: 65px;
        float: left
    }

    .timeline.tl-right-layout .timeline-panel {
        float: right
    }
}

@media only screen and (max-width : 767px) {

    .timeline>li.timeline-inverted,
    .timeline>li:not(.timeline-inverted) {
        padding-left: 70px;
        padding-right: 0
    }

    .timeline>li>.timeline-panel {
        width: auto
    }

    .timeline>li>.timeline-badge,
    .timeline::before {
        left: 25px
    }

    .timeline>li>.timeline-panel::before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }

    .timeline>li>.timeline-panel::after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }

    .timeline>li>.timeline-sep-title,
    .timeline>li.timeline-inverted>.timeline-sep-title {
        background: #fff none repeat scroll 0 0;
        left: 0;
        top: 66px;
        margin-left: 0;
        margin-top: 10px;
        font-size: 16px;
        line-height: 22px;
        height: 22px;
        width: 50px
    }

    .timeline>li>.timeline-sep-title>span {
        font-size: 11px
    }

}
.containerTimeLine {
    position: relative;
    animation: movedown 1s linear forwards;
    opacity: 0;
}

@keyframes movedown {
    0% {
        opacity: 1;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.containerTimeLine:nth-child(1) {
    animation-delay: 0s;
}

.containerTimeLine:nth-child(2) {
    animation-delay: 1s;
}

.containerTimeLine:nth-child(3) {
    animation-delay: 2s;
}

.containerTimeLine:nth-child(4) {
    animation-delay: 3s;
}

.containerTimeLine:nth-child(5) {
    animation-delay: 4s;
}

.containerTimeLine:nth-child(6) {
    animation-delay: 5s;
}

.bg-mision-vision {
    background-image: url('../img/mission-vision.png');
    padding: 50px 0px;
    background-repeat: no-repeat;
}

.img_radius {
    height: 400px;
}