.history-block,
.history-block .content,
.history-block .inner-box,
.history-section,
.timeline,
.timeline__content .content,
.timeline__item,
.timeline__wrap {
    position: relative
}

.history-section {
    background: #fff;
    margin: 0 auto 0;
    width: 100%;
    z-index: 6;
    height: auto;
    
}

.history-section .slide-title {
    margin-bottom: 40px
}

.history-section .auto-container {
    max-width: 1300px
}

.history-block:nth-child(odd) .inner-box {
    transform: translateX(50%)
}

.timeline__content:after,
.timeline__content:before,
.timeline__item:after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    content: '';
    top: 50%
}

.history-block .date {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px
}

.history-block .content .image {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s
}

.history-block .inner-box:hover .content .image,
.timeline__content:hover .content .text {
    opacity: 1
}

.history-block .content .text {
    color: #fff;
    transition: .5s
}

.history-block .inner-box:hover .content .text,
.timeline__content:hover .content .image {
    opacity: 0
}

.timeline--horizontal .timeline-divider {
    background: #31333e
}

.timeline--horizontal .timeline__item:after {
    border: 0
}

.timeline--horizontal .timeline__item .timeline__content:after,
.timeline--horizontal .timeline__item .timeline__content:before {
    display: none
}

.timeline__content .date {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1.5em;
    background: #104b5a;
        border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.timeline__content .content .image {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s
}

.timeline__content .content .text {
    transition: .5s
}

.timeline {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.timeline *,
.timeline :after,
.timeline :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.timeline:not(.timeline--horizontal):before {
    background-color: #ef7d34;
    bottom: 0;
    content: '';
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 1
}

.timeline__wrap {
    overflow: hidden;
    z-index: 2
}

.timeline__item {
    font-size: 12pt;
    padding: .625rem 2.5rem .625rem 0;
    width: 50%;
    z-index: 2
}

.timeline__item:after {
    left: 50%;
    right: auto
    transform: translateY(-50%);
    z-index: 1;
  /*  background: url(../images/milestone-icon.png) 0 0/contain no-repeat;*/
    width: 20px;
    height: 20px;
    background-color: #104b5a;
        content: '';
        border-radius: 50%;
        top: 100%;
}

.timeline-nav-button--next:before,
.timeline-nav-button--prev:before {
    background-image: url(../images/slider-arrow-black.svg)
}

.timeline__item.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

.timeline__item.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.timeline__item--left {
    left: 0
}

.timeline__item--right {
    left: 50%;
    padding: .625rem 0 .625rem 2.5rem
}

.timeline__item--right:after {
    left: -10px
}

.timeline__item--right .timeline__content:before {
    border-bottom: 10px solid transparent;
    border-right: 12px solid #ccc;
    border-left: none;
    border-top: 10px solid transparent;
    left: -12px
}

.timeline__item--right .timeline__content:after {
    border-bottom: 9px solid transparent;
    border-right: 11px solid #fff;
    border-left: none;
    border-top: 9px solid transparent;
    left: -10px
}

.timeline__content {
    border-radius: 0;
    border: 0;
    background: 0 0;
    color: #666;
    display: block;
    padding: 0;
    position: relative;
    text-align: center
}

.timeline__content ul {
    padding-left: 0;
    margin-bottom: 0
}

.timeline__content:after,
.timeline__content:before {
    height: 0;
    transform: translateY(-50%);
    width: 0
}

.timeline__content:before {
    border-bottom: 10px solid transparent;
    border-left: 12px solid #ccc;
    border-top: 10px solid transparent;
    right: -12px;
    z-index: 1
}

.timeline__content:after {
    border-bottom: 9px solid transparent;
    border-left: 11px solid #fff;
    border-top: 9px solid transparent;
    right: -10px;
    z-index: 2
}

.timeline__content h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 .625rem
}

.timeline__content p {
    font-size: .9375rem;
    line-height: 1.5;
    margin-bottom: 10px
}

.timeline--horizontal {
    font-size: 0;
    padding: 0 3.125rem;
    overflow: hidden;
    white-space: nowrap
}

.timeline--horizontal .timeline-divider {
    background-color: #000;
    display: block;
    height: 2px;
    left: 10px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    width: 98%
}

.timeline--horizontal .timeline__items {
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    will-change: transform
}

.timeline--horizontal .timeline__item {
    display: inline-block;
    left: 0;
    padding: 0 0 2.5rem;
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    vertical-align: top;
    white-space: normal
}

.timeline--horizontal .timeline__item:after {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 100%
}

.timeline--horizontal .timeline__item .timeline__item__inner {
    display: table;
    height: 100%;
    width: 100%
}

.timeline--horizontal .timeline__item .timeline__content__wrap {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: bottom
}

.timeline--horizontal .timeline__item .timeline__content:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ccc;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%
}

.timeline--horizontal .timeline__item .timeline__content:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%
}

.timeline--horizontal .timeline__item--bottom {
    padding: 2.5rem 0 0
}

.timeline--horizontal .timeline__item--bottom:after {
    top: 0
}

.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
    vertical-align: top
}

.timeline--horizontal .timeline__item--bottom .timeline__content:before {
    border-bottom: 12px solid #ccc;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: none;
    bottom: 100%;
    top: auto
}

.timeline--horizontal .timeline__item--bottom .timeline__content:after {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: none;
    bottom: 100%;
    top: auto
}

.timeline-nav-button,
.timeline-nav-button:before {
    transition: transform .5s ease-in-out
}

.timeline-nav-button--next:hover:before,
.timeline-nav-button--prev:hover:before {
    transform: translateX(-30%) translateY(-50%) !important
}

.timeline-nav-button:hover:before {
    transform: translateX(5px);
    margin-top: 0
}

.timeline-nav-button {
    top: 166px !important;
    z-index: 2;
    border: .5px solid #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 4.5vw;
    height: 4.5vw;
    display: flex;
    overflow: hidden;
    position: absolute;
    transition: transform .5s;
    background: #1b3848
}

.timeline-nav-button:disabled {
    pointer-events: none
}

.timeline-nav-button:before {
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 14px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: 50px;
    filter: invert(1)
}

.timeline-nav-button--prev {
    left: 0px;
    transform: rotate(180deg)
}

.timeline-nav-button--next {
    right: 0px
}

.timeline--mobile {
    padding: 0
}

.timeline--mobile:before {
    left: 12px !important;
    margin: 0 !important
}

.timeline--mobile .timeline__item {
    left: 0;
    padding-left: 40px;
    padding-right: 0;
    width: 100%
}

.timeline--mobile .timeline__item:after {
    left: 2px;
    margin: 0
}

.timeline--mobile .timeline__item .timeline__content:before {
    left: -12px;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    border-left: none;
    border-top: 12px solid transparent
}

.timeline--mobile .timeline__item .timeline__content:after {
    left: -10px;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    border-left: none;
    border-top: 10px solid transparent
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        top: 70px
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        top: 70px
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@-webkit-keyframes liftUp {
    0% {
        top: 0
    }

    100% {
        top: -15px
    }
}

@keyframes liftUp {
    0% {
        top: 0
    }

    100% {
        top: -15px
    }
}

.image img {
    max-width: 100%;
    height: 90px !important;
    border-radius: 5px
}

.list-type li {
    list-style: none;
    font-size: 15px;
    letter-spacing: 0;
    color: var(--text-color);
    line-height: 20px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    font-weight: 500;
}
.history-section{
    padding: 70px 0
}

.history-section .content {
   background: var(--secondary-color);
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}