/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.timeLine .row .lineFooter:before,
.timeLine .row .lineHeader:before {
    margin: auto auto auto -10px;
    font-family: FontAwesome, sans-serif;
    color: #ddd;
    font-size: 36px;
    position: absolute
}

.star .center-block,
.timeLine .row .item .caption .star {
    background-color: rgba(239, 96, 0, .85) !important
}

.timeLine {
    position: relative;
    padding: 70px 0;
    text-align: center;
    width: 100%;
    overflow: hidden
}

.timeLine .row .lineHeader:before {
    top: 0;
    content: "\f102"
}

.timeLine .row .lineHeader:after {
    content: '';
    width: 3px;
    position: absolute;
    top: 35px;
    bottom: 35px;
    left: 50%;
    border-radius: 50px;
    border-left: 3px dashed #ef6000
}

.timeLine .row .lineFooter:before {
    bottom: 0;
    content: "\f103"
}

.timeLine .row .item {
    visibility: hidden;
    float: left;
    margin-bottom: 2%;
    padding: 0;
    clear: left
}

.timeLine .row .item:before,
.timeLine .row .pay:before {
    content: '';
    width: 35px;
    height: 35px;
    border: 3px solid #fff !important;
    background-color: #ef6000;
    box-shadow: 0 2px 10px 0 rgb(68 88 144 / 20%);
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: 50px;
    z-index: 9
}

.timeLine .row .item:after {
    content: '';
    height: 1px;
    width: 8%;
    position: absolute;
    background-color: #000 !important;
    top: 69px;
    right: 8px;
    z-index: 0
}

.timeLine .row .item .caption {
    margin: auto;
    width: 70%;
    background: #fff;
    min-height: 200px;
    position: relative;
    color: #333;
    border: 1px solid #aaa;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .5)
}

.timeLine .row .item .caption .star {
    width: 50px;
    padding: 15px 0;
    font-weight: 700;
    line-height: 15px;
    position: absolute;
    z-index: 999;
    top: -10px;
    left: 20px;
    color: #fff;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .5)
}

.timeLine .row .item .caption .star span {
    display: inline-block
}

.timeLine .row .item .caption .star:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 2;
    border-right: 10px solid #ef6008 !important;
    border-bottom: 0 solid transparent;
    border-top: 10px solid transparent
}

.timeLine .row .item .caption .image {
    position: relative
}

.timeLine .row .item .caption .image img {
    width: 100%;
    min-height: 200px;
    max-height: 300px
}

.timeLine .row .item .caption .image video {
    width: 100%;
    height: 100%;
    position: relative
}

.timeLine .row .item .caption .image .controll {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.timeLine .row .item .caption .image .title {
    background-color: #ef6000 !important;
    padding: 0 20px;
    position: absolute;
    z-index: 999;
    left: -10px;
    bottom: 10px !important;
    display: inline-block;
    opacity: 1 !important;
    color: #fff;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .5)
}

.timeLine .row .item .caption .image .title:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 2;
    border-left: 10px solid transparent;
    border-bottom: 0 solid transparent;
    border-top: 10px solid #ef6000 !important
}

.col-lg-6.col-md-6.col-sm-12.col-xs-12.item.abr.wow.pull-right.rotateInUpLeft.done.animated

.timeLine .row .item .textContent {
    padding: 15px 10px
}

.timeLine .row .item .textContent p {
    text-justify: justify;
    text-align: left;
    padding: 0 10px;
    border-left: 0 solid #ef6000 !important;
    border-radius: 3px;
    font-size: 18px;
    line-height: 26px
}

.timeLine .row .item .textContent p a {
    color: #000;
    text-decoration: underline
}

.timeLine .row .pull-right {
    float: right;
    margin-bottom: 0;
    margin-top: 20%;
    clear: right
}

.timeLine .row .pull-right:before {
    content: '';
    width: 35px;
    height: 35px;
    border: 3px solid #fff;
    background-color: #773305;
    border-radius: 50%;
    position: absolute;
    left: -14px;
    top: 55px
}

.timeLine .row .pull-right:after {
    content: '';
    height: 1px;
    width: 8%;
    position: absolute;
    background-color: #ddd;
    top: 71px;
    left: 12px
}

@media (max-width:767px) {
    .timeLine .row .item {
        margin-bottom: 4%
    }

    .timeLine .row .item:after,
    .timeLine .row .item:before,
    .timeLine .row .pull-right:after,
    .timeLine .row .pull-right:before {
        display: none
    }

    .timeLine .row .pull-right {
        margin-top: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .timeLine .row .item {
        margin-bottom: 4%
    }

    .timeLine .row .item:after,
    .timeLine .row .item:before,
    .timeLine .row .pull-right:after,
    .timeLine .row .pull-right:before {
        display: none
    }

    .timeLine .row .pull-right {
        margin-top: 0
    }
}

.wow {
    animation-name: none !important;
    visibility: visible !important
}

.timeLine .row .iot:before,
.timeLine .row .nnn:before {
    content: '';
    width: 35px;
    height: 35px;
    border: 3px solid #fff !important;
    background-color: #044735;
    box-shadow: 0 2px 10px 0 rgb(68 88 144 / 20%);
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: 50px;
    z-index: 9
}

.timeLine .row .av:before,
.timeLine .row .ino:before {
    border: 3px solid #fff !important;
    right: -20px;
    top: 50px;
    z-index: 9;
    content: '';
    width: 35px;
    height: 35px;
    box-shadow: 0 2px 10px 0 rgb(68 88 144 / 20%);
    position: absolute
}

.timeLine .row .av:before {
    background-color: #00befd;
    border-radius: 50%
}

.timeLine .row .ino:before {
    background-color: #005293;
    border-radius: 50%
}

.timeLine .row .aha:before,
.timeLine .row .nnn:before {
    content: '';
    width: 35px;
    height: 35px;
    border: 3px solid #fff !important;
    background-color: #0576bc;
    box-shadow: 0 2px 10px 0 rgb(68 88 144 / 20%);
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: 50px;
    z-index: 9
}

.timeLine .row .item.ac.wow.pull-right::before {
    content: '';
    width: 35px;
    height: 35px;
    border: 3px solid #fff;
    background-color: #ef6000;
    box-shadow: 0 2px 10px 0 rgb(68 88 144 / 20%);
    border-radius: 50%;
    position: absolute;
    left: -14px;
    top: 55px
}

.timeLine .row .item.ar.wow.pull-right::before {
    content: '';
    width: 35px;
    height: 35px;
    border: 3px solid #fff;
    background-color: #e81400;
    box-shadow: 0 2px 10px 0 rgb(68 88 144 / 20%);
    border-radius: 50%;
    position: absolute;
    left: -14px;
    top: 55px
}

.timeLine .row .item.acy.wow.rotateInUpRight::before,
.timeLine .row .item.aura.wow.pull-right.rotateInUpLeft.animated.done::before,
.timeLine .row .item.aura.wow.rotateInUpRight.done::before {
    content: '';
    width: 35px;
    height: 35px;
    box-shadow: 0 2px 10px 0 rgb(68 88 144 / 20%);
    position: absolute;
    right: -20px;
    top: 50px;
    z-index: 9
}

.timeLine .row .item.acy.wow.rotateInUpRight::before {
    border: 3px solid #fff !important;
    background-color: #1a2151;
    border-radius: 50%
}

.timeLine .row .item.aura.wow.rotateInUpRight.done::before {
    border: 3px solid #fff !important;
    background-color: #68bb59;
    border-radius: 50%
}

.timeLine .row .item.aura.wow.pull-right.rotateInUpLeft.animated.done::before {
    border: 3px solid #fff !important;
    background-color: #562260;
    border-radius: 50%
}
.timeLine .row .item.abl.wow.pull-right.rotateInUpLeft.animated.done::before {
    border: 3px solid #fff !important;
    background-color: #891ADE;
    border-radius: 50%
}

.timeLine .row .item.alp.wow.rotateInUpRight.animated.done::before {
    border: 3px solid #fff !important;
    background-color: #c1115b !important;
    border-radius: 50%
}

.timeLine .row .item.aot.wow.pull-right.rotateInUpLeft.animated.done::before {
    border: 3px solid #fff !important;
    background-color: #F32F4B !important;
    border-radius: 50%
}
.timeLine .row .item.abr.wow.pull-right.rotateInUpLeft.animated.done::before {
    border: 3px solid #fff !important;
    background-color: #12284C !important;
    border-radius: 50%
}

.timeLine .row .item.abeazy.wow.rotateInUpRight.animated.done::before {
    border: 3px solid #fff !important;
    background-color: #b2103f !important;
    border-radius: 50%
}

.timeLine .row .item.abrnx.wow.pull-right.rotateInUpLeft.animated.done::before {
    border: 3px solid #fff !important;
    background-color: #561A97 !important;
    border-radius: 50%
}
