#page-title h1, #page-title .h1{
    color: white;
    text-transform: capitalize;
    font-size: 30px;
    font-family: 'Gotham-Medium', 'NotoSansSC-Medium';
}
.content-milestones > .content{overflow: inherit;}
.content-milestones h1 {
    font-family: 'Gotham-Bold', 'NotoSansSC-Bold';
    font-size: 22px;
    margin-bottom: 20px;
    color: #00A9CE;
}
.content-milestones h2 {
    font-family: 'Gotham-Bold', 'NotoSansSC-Bold';
    font-size: 20px;
    margin-bottom: 20px;
    color: #00A9CE;
}
.milestones_section{
    padding-top: 50px;
    background-color: #F4ECD8;
}
.milestones_div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.milestones_div .stickyboxinner{
    position: sticky;
    top: 100px;
}
.milestones_div .yeardiv{
    width: 225px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.milestones_div .yeardiv .year{
    font-family: 'Gotham-Medium', 'NotoSansSC-Medium';
    border-bottom: 1px solid #E6E6E6;
    background: #F8F8F8;
    padding: 15px;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
}
.milestones_div .yeardiv .year.active, .milestones_div .yeardiv .year:hover{
    background: #00A9CE;
    color: white;
}
.milestones_div .contentdiv{
    width: calc(100% - 260px);
}

.controls{display: none;}
.time-line {
    height: calc(100vh + 150px);
    /*height: 100%;*/
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: auto;
    overflow: hidden;
}
.time-line * {
    transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.time-line .dates-overflow {
    top: 0;
    height: 500vh;
    position: absolute;
    left: 50px;
    width: 50px;
    
    top: 40px;
    height: 100%;
    width: 100%;
    position: relative;
    left: auto;
    padding-top: 40px;
    padding-left: 15px;
}
.time-line .dates-overflow:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    z-index: 2;
}
.time-line .dates-wrap {
    display: inline-block;
    position: absolute;
    width: 100%;
    top: calc(50vh - 80px);
    top: 190px;
    
    position: relative;
    top: auto;
}
/*.time-line .dates-wrap:before, .time-line .dates-wrap:after {
    content: "";
    position: absolute;
    height: 160px;
    width: 100%;
    top: -1px;
    transform: translate(-50%, -50%);
    background: linear-gradient(to right, #0053a0 0%, rgba(125, 185, 232, 0) 100%);
    z-index: 2;
}*/
.time-line .dates-wrap:after {
    top: auto;
    bottom: -1px;
    background: linear-gradient(to left, #0053a0 0%, rgba(125, 185, 232, 0) 100%);
    transform: translate(50%, -50%);
}
.time-line .dates-wrap .date {
    height: 160px;
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
    
    height: 700px;
}
.time-line .dates-wrap .date .date-content {
    visibility: hidden;
    position: absolute;
    height: 340px;
    width: 340px;
    /*left: 100%;*/
    margin-bottom: 80px;
    border-radius: 3px;
    transform-origin: 50% 100%;
    transform: scale(0.7);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
    
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 30px 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px 0;
    opacity: 0;
    transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.time-line .dates-wrap .date:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 60px;
    bottom: 100%;
    width: 3px;
    opacity: 0;
    background-color: #00A9CE;
    transform: scaleY(1);
    transform-origin: 100% 100%;
    transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
    
    bottom: auto;
    top: -40px;
    left: -1px;
    opacity: 1;
    
    transform: scaleY(1);
}
.time-line .dates-wrap .date .date-content .date-date {
    color: #00A9CE;
    font-size: 35px;
    font-family: 'Gotham-Medium', 'NotoSansSC-Medium';
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
}
.time-line .dates-wrap .date .date-content .date-image {
    height: 100%;
    width: 100%;
    /*width: calc(100% - 60px);*/
    /*background-image: url(https://images.unsplash.com/photo-1573591172652-f548fe02ef77?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=844&q=80);*/
    background-size: cover;
    background-position: center;
    aspect-ratio: 645 / 365;
    transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.time-line .dates-wrap .date .date-content .date-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 645 / 365;
    transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.time-line .dates-wrap .date .date-content .date-text {
    height: auto;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    color: #0053a0;
    
    width: 100%;
}
.time-line .dates-wrap .date .date-content .date-text p{
    color: #000;
    font-size: 14px;
    font-style: normal;
    line-height: 20px; /* 142.857% */
}
.time-line .dates-wrap .date .date-content .date-text p.big{
    color: #54565A;
    font-size: 20px;
    font-style: normal;
    line-height: 20px; /* 100% */
    font-family: 'Gotham-Medium', 'NotoSansSC-Medium';
}
.time-line .dates-wrap .date .date-year {
    opacity: 1;
    height: 100%;
    width: 100%;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    cursor: pointer;
    justify-content: flex-end;
    width: 0;
}
.time-line .dates-wrap .date .date-year:hover {
    opacity: 1 !important;
}
.time-line .dates-wrap .date .date-year:hover:after {
    transform: scale(1) rotate(45deg) !important;
}
.time-line .dates-wrap .date .date-year p {
    position: absolute;
    bottom: 0px;
    line-height: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 900;
    transform: scale(0.4);
    z-index: 2;
    
    display: none;
    bottom: auto;
    left: 0;
}
.time-line .dates-wrap .date .date-year:after {
    content: "";
    position: absolute;
    height: 11px;
    width: 11px;
    background-color: #00A9CE;
    /*left: 100%;*/
    /*margin-bottom: -7px;*/
    border-radius: 50%;
    transform: scale(0.4);
    transition: 500ms all;
    
    margin-left: .5px;
    left: -6px;
    top: -15px;
    border-radius: 0;
    transform: scale(0.4) rotate(45deg);
    opacity: 0;
}
.time-line .dates-wrap .date .date-year:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 200%;
    width: 1px;
    background-color: #CECECE;
    
    bottom: auto;
    left: 0;
}
.time-line .dates-wrap .date.sibling .date-year {
    opacity: 1;
}
.time-line .dates-wrap .date.sibling .date-year:after {
    transform: scale(0.8);
}
.time-line .dates-wrap .date.sibling .date-year p {
    transform: scale(0.6);
}
.time-line .dates-wrap .date.active:after {
    transition-delay: 200ms;
    opacity: 1;
    transform: scaleY(1);
}
.time-line .dates-wrap .date.active + .date .date-year {
    opacity: 1;
}
.time-line .dates-wrap .date.active + .date .date-year:after {
    transform: scale(0.8);
}
.time-line .dates-wrap .date.active + .date .date-year p {
    transform: scale(0.6);
}
.time-line .dates-wrap .date.active .date-year {
    opacity: 1;
}
.time-line .dates-wrap .date.active .date-year:before {
    height: calc(200% - 11px);
}
.time-line .dates-wrap .date.active .date-year:after {
    opacity: 1;
    transform: scale(1)  rotate(45deg);
}
.time-line .dates-wrap .date.active .date-year p {
    transform: scale(1.2);
}
.time-line .dates-wrap .date.active .date-content {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.time-line .dates-wrap .date.active .date-content div {
    transition-delay: 200ms;
    opacity: 1;
    /*transform: translateY(0px) scale(1);*/
}

.time-line .dates-wrap .date.active + .date .date-year {
    opacity: 1;
}
.time-line .dates-wrap .date.active + .date .date-year:before {
    height: calc(200% - 11px);
}
.time-line .dates-wrap .date.active + .date .date-year:after {
    opacity: 1;
    transform: scale(1)  rotate(45deg);
}
.time-line .dates-wrap .date.active + .date .date-year p {
    transform: scale(1);
}
.time-line .dates-wrap .date.active + .date .date-content {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    max-width: calc(100% - 150px);
}
.time-line .dates-wrap .date.active + .date .date-content div {
    transition-delay: 200ms;
    opacity: 1;
}
.time-line .dates-wrap .date.active + .date .date-content .date-date{
    font-size: 25px;
}






.time-linev2 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: auto;
    overflow: hidden;
}
.time-linev2 * {
    transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.time-linev2 .dates-overflow {
    top: 0;
    height: 100%;
    width: 100%;
    position: relative;
    left: auto;
    padding-top: 40px;
    padding-left: 15px;
}
.time-linev2 .dates-overflow:after{
    /*content: '';*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    z-index: 2;
}
.time-linev2 .dates-wrap {
    display: inline-block;
    width: 100%;
    position: relative;
    top: auto;
}
/*.time-linev2 .dates-wrap:before, .time-linev2 .dates-wrap:after {
    content: "";
    position: absolute;
    height: 160px;
    width: 100%;
    top: -1px;
    transform: translate(-50%, -50%);
    background: linear-gradient(to right, #0053a0 0%, rgba(125, 185, 232, 0) 100%);
    z-index: 2;
}*/
.time-linev2 .dates-wrap:after {
    top: auto;
    bottom: -1px;
    background: linear-gradient(to left, #0053a0 0%, rgba(125, 185, 232, 0) 100%);
    transform: translate(50%, -50%);
}
.time-linev2 .dates-wrap .date {
    /*height: 160px;*/
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
    
    height: 700px;
    /*height: 100%;*/
}
.time-linev2 .dates-wrap .date .date-content {
    margin-bottom: 0;
    border-radius: 3px;
    transform-origin: 50% 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
    
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 30px 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px 0;
    transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
    max-width: calc(100% - 150px);
}
.time-linev2 .dates-wrap .date:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 60px;
    bottom: 100%;
    width: 3px;
    background-color: #00A9CE;
    transform-origin: 100% 100%;
    transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
    
    bottom: auto;
    top: 0;
    left: -1px;
    opacity: 1;
    
    transform: scaleY(1);
}
.time-linev2 .dates-wrap .date .date-content .date-date {
    color: #00A9CE;
    font-size: 20px;
    font-family: 'Gotham-Medium', 'NotoSansSC-Medium';
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
}
.time-linev2 .dates-wrap .date .date-content .date-image {
    height: 100%;
    width: 100%;
    /*width: calc(100% - 60px);*/
    /*background-image: url(https://images.unsplash.com/photo-1573591172652-f548fe02ef77?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=844&q=80);*/
    background-size: cover;
    background-position: center;
    aspect-ratio: 645 / 365;
    transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.time-linev2 .dates-wrap .date .date-content .date-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 645 / 365;
    transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.time-linev2 .dates-wrap .date .date-content .date-text {
    height: auto;
    width: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    color: #0053a0;
    
    width: 100%;
}
.time-linev2 .dates-wrap .date .date-content .date-text p, .time-linev2 .dates-wrap .date .date-content .date-text h3 + div{
    color: #54565A;
    font-size: 16px;
    font-style: normal;
    line-height: 20px; /* 142.857% */
}
.time-linev2 .dates-wrap .date .date-content .date-text h3{
    color: #54565A;
    font-size: 18px;
    font-style: normal;
    line-height: 20px; /* 100% */
    font-family: 'Gotham-Bold', 'NotoSansSC-Bold';
    margin-top: 0;
}
.time-linev2 .dates-wrap .date.active .date-content .date-text h3{
    color: #00A9CE;
}
.time-linev2 .dates-wrap .date .date-year {
    opacity: 1;
    height: 100%;
    width: 100%;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    cursor: pointer;
    justify-content: flex-end;
    width: 0;
}
.time-linev2 .dates-wrap .date .date-year:hover {
    opacity: 1 !important;
}
.time-linev2 .dates-wrap .date .date-year:hover:after {
    transform: rotate(45deg) !important;
}
.time-linev2 .dates-wrap .date .date-year p {
    position: absolute;
    bottom: 0px;
    line-height: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 900;
    z-index: 2;
    
    display: none;
    bottom: auto;
    left: 0;
}
.time-linev2 .dates-wrap .date .date-year:after {
    content: "";
    position: absolute;
    height: 11px;
    width: 11px;
    background-color: #00A9CE;
    /*left: 100%;*/
    /*margin-bottom: -7px;*/
    border-radius: 50%;
    transition: 500ms all;
    
    margin-left: .5px;
    left: -6px;
    top: 25px;
    border-radius: 0;
    transform: rotate(45deg);
}
.time-linev2 .dates-wrap .date .date-year:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 200%;
    width: 1px;
    background-color: #CECECE;
    
    bottom: auto;
    left: 0;
}
.time-linev2 .dates-wrap .date.sibling .date-year {
    opacity: 1;
}
.time-linev2 .dates-wrap .date.sibling .date-year:after {
}
.time-linev2 .dates-wrap .date.sibling .date-year p {
}
.time-linev2 .dates-wrap .date.active:after {
    transition-delay: 200ms;
    opacity: 1;
    transform: scaleY(1);
}
.time-linev2 .dates-wrap .date.active + .date .date-year {
    opacity: 1;
}
.time-linev2 .dates-wrap .date.active + .date .date-year:after {
}
.time-linev2 .dates-wrap .date.active + .date .date-year p {
}
.time-linev2 .dates-wrap .date.active .date-year {
    opacity: 1;
}
.time-linev2 .dates-wrap .date.active .date-year:before {
    height: calc(200% - 11px);
}
.time-linev2 .dates-wrap .date.active .date-year:after {
    opacity: 1;
    transform: rotate(45deg);
}
.time-linev2 .dates-wrap .date.active .date-year p {
}
.time-linev2 .dates-wrap .date.active .date-content {
    opacity: 1;
    visibility: visible;
    transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
    max-width: 100%;
}
.time-linev2 .dates-wrap .date.active .date-content div {
    transition-delay: 200ms;
    opacity: 1;
    /*transform: translateY(0px) scale(1);*/
}

.time-linev2 .dates-wrap .date.active + .date .date-year {
    opacity: 1;
}
.time-linev2 .dates-wrap .date.active + .date .date-year:before {
    height: calc(200% - 11px);
}
.time-linev2 .dates-wrap .date.active + .date .date-year:after {
    opacity: 1;
    transform: rotate(45deg);
}
.time-linev2 .dates-wrap .date.active + .date .date-year p {
}
.time-linev2 .dates-wrap .date.active + .date .date-content {
    opacity: 1;
    visibility: visible;
    max-width: calc(100% - 150px);
}
.time-linev2 .dates-wrap .date.active + .date .date-content div {
    transition-delay: 200ms;
    opacity: 1;
}
.time-linev2 .dates-wrap .date.active + .date .date-content .date-date{
}




@media(max-width: 1389.9px){
    
}

@media(max-width: 767.9px){
    .milestones_div .stickybox{display: none;}
    .milestones_div .contentdiv{width: 100%;}
    .time-linev2 .dates-wrap .date.active + .date .date-content, .time-linev2 .dates-wrap .date .date-content{max-width: 100%;}
    .time-linev2 .dates-wrap .date .date-content .date-date{font-size: 20px;}
    .time-linev2 .dates-wrap .date{height: auto;}
    .time-linev2 .dates-wrap .date .date-content .date-image, .time-linev2 .dates-wrap .date .date-content .date-image img{height: auto; aspect-ratio: auto;}
    
}













