.color-primary {
    color: #143D8C
}

@keyframes fadeInRightTiny {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(30%, 0, 0)
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transform: none
    }
}

.fadeInRightTiny {
    animation-name: fadeInRightTiny
}

@keyframes fadeInLeftTiny {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transform: none
    }
}

.fadeInLeftTiny {
    animation-name: fadeInLeftTiny
}

.mt-3 {
    margin-top: 0.8rem !important;
    text-align: right;
    margin-left: -60px;
}

@media(min-width:992px) and (max-width:1199px) {
    .no-mr-md {
        margin-right: 0 !important
    }

    .mb-4-md {
        margin-bottom: 4rem !important
    }
}


@media(min-width:768px) {
    .ms-timeline {
        list-style-type: none;
        border-left: solid 6px #e0e0e0;
        padding: 0;
        margin-left: 120px
    }

    .ms-timeline .ms-timeline-item {
        position: relative;
        margin-bottom: 4rem
    }

    .ms-timeline .ms-timeline-item .card {
        margin-left: 20px;
        transition: box-shadow ease .5s
    }

    .ms-timeline .ms-timeline-item .ms-timeline-date .ms-timeline-point {
        position: absolute;
        left: -11px;
        top: 20px;
        border-radius: 50%;
        display: inline-block;
        height: 16px;
        width: 16px;
        background-color: #143D8C;
        border: solid 3px #e0e0e0;
        transition: all ease .5s
    }

    .ms-timeline .ms-timeline-item .ms-timeline-date .ms-timeline-point-img {
        width: 75px;
        height: 75px;
        left: -90px;
        top: 70px;
        border: solid 3px #e0e0e0;
        transition: all ease .5s;
        position: absolute;
        border-radius: 50%
    }

    .ms-timeline .ms-timeline-item .ms-timeline-date .ms-timeline-point-img img {
        width: 100%;
        border-radius: 100%
    }

    .ms-timeline .ms-timeline-item .ms-timeline-date .timeline-time {
        position: absolute;
        width: 100px;
        left: -130px;
        text-align: right;
        display: block
    }

    .ms-timeline .ms-timeline-item .ms-timeline-date .timeline-time span {
        display: block;
        font-size: 2.4rem
    }

    .ms-timeline .ms-timeline-item:hover .ms-timeline-date .ms-timeline-point {
        transform: scale(1.5)
    }

    .ms-timeline .ms-timeline-item:hover .card {
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
    }
}

.ms-timeline-left {
    list-style-type: none;
    margin-left: 300px;
    border-left: solid 3px #143D8C;
    position: relative;
    padding-left: 0
}

.ms-timeline-left .ms-timeline-left-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 50px;
    margin-bottom: 5rem
}

.ms-timeline-left .ms-timeline-left-item:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    border: solid 3px #143D8C;
    background-color: #fff;
    height: 21px;
    width: 21px;
    left: -12px;
    top: 0
}

.ms-timeline-left .ms-timeline-left-item:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: #143D8C;
    height: 9px;
    width: 9px;
    left: -6px;
    top: 6px;
    transition: all ease .2s
}

.ms-timeline-left .ms-timeline-left-item:hover:after {
    background-color: #424242
}

.ms-timeline-left .ms-timeline-left-item .ms-timeline-left-city {
    font-size: 13px;
    font-size: 1.3rem;
    position: absolute;
    right: 0;
    top: -5px
}

.ms-timeline-left .ms-timeline-left-item .ms-timeline-left-city:before {
    content: "\f1ab";
    margin-right: 5px
}

.ms-timeline-left .ms-timeline-left-item .ms-timeline-left-left {
    float: left;
    margin-left: -300px;
    margin-top: -30px
}

.ms-timeline-left .ms-timeline-left-item .ms-timeline-left-left h4 {
    margin: 0
}

.ms-timeline-left .ms-timeline-left-item .ms-timeline-left-left .ms-timeline-left-time {
    font-size: 12px;
    font-size: 1.2rem
}

@media(max-width:767px) {
    .ms-timeline-left {
        margin-left: 0
    }

    .ms-timeline-left .ms-timeline-left-item .ms-timeline-left-left {
        float: none;
        margin-left: 0;
        margin-top: 0
    }

    .ms-timeline {
        list-style-type: none;
        border-left: solid 6px #e0e0e0;
        padding: 0 0 0 20px
    }

    .ms-timeline .ms-timeline-item {
        margin-bottom: 4rem;
        position: relative
    }

    .ms-timeline .ms-timeline-item .ms-timeline-date {
        margin-bottom: 1rem
    }

    .ms-timeline .ms-timeline-item .ms-timeline-date .ms-timeline-point {
        position: absolute;
        left: -30px;
        top: 7px;
        border-radius: 50%;
        display: inline-block;
        height: 16px;
        width: 16px;
        background-color: #143D8C;
        border: solid 3px #e0e0e0;
        transition: all ease .5s
    }

    .ms-timeline .ms-timeline-item .ms-timeline-date .timeline-time {
        font-size: 2rem
    }
}
