.container {
  /* height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
}
/*
.title {
    font-size: 38px;
    color: #003471;
    font-weight: 300;
}

.timeline {
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.timeline-nav {
    position: relative;
}
.timeline-nav::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #afc9f6;
    bottom: 6px;
    z-index: -1;
}
.timeline-nav__item {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: #003471;
    margin: 15px 20px !important;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
    padding: 0 6px;
}
.timeline-nav__item::before {
    content: "";
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #afc9f6;
    transition: 0.2s;
}
.timeline-nav__item.slick-current {
    background: #0b1a39;
    opacity: 1;
    color: #fbde08;
    border-radius: 30px;
}
.timeline-nav__item.slick-current::before {
  background-color: #0b1a39;
}
.timeline-nav__item.slick-current::after{
    content:"";
    
}
.timeline-wrapper {
  position: relative;
  width: 100%;
  height: 580px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .timeline-wrapper {
    height: 1000px;
    max-height: 900px;
  }
}
.timeline-slider {
  height: 100%;
}
.timeline .slick-list {
  height: 100%;
    overflow: visible;
}
@media (min-width: 1080px) {
  .timeline .slick-list {
    padding: 0 180px !important;
  }
}
.timeline .slick-track {
  height: 100%;
}
.timeline-slide {
  position: relative;

  background-repeat: no-repeat;
  outline: none;
  background-size: auto 400px, cover;
  background-position: top;
  margin: 0 24px;
  width: 80%;
  z-index: 1;
}
.timeline-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.timeline-slide__content {
  z-index: 5;
  position: absolute;
  top: 220px;
  background: #ffffff;
  width: 80%;
  left: 50%;
  transform: translate(-50%, 0px);
  padding: 40px;
  opacity: 0;
  transition: opacity 1s;
}
@media (max-width: 500px) {
  .timeline-slide__content {
    width: 100%;
  }
}
.timeline-year {
    z-index: 5;
    font-size: 35px;
    color: #ffffff;
    background: #0d142c; 
    padding: 0 20px;
    transition: opacity 1.2s;
    position: absolute;
    right: 0;
    top: -32px;
    opacity: 0;
    font-weight: 600;
}
.timeline-title {
    color: #0d142c;
    font-size: 34px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 25px;
}
.timeline-text {
    font-weight: 400;
    font-size: 26px;
    line-height: 44px;
    color: #666666;
}
.timeline .slick-current:after {
  background-color: rgba(0, 52, 113, 0);
}
.timeline .slick-current .timeline-year {
  opacity: 1;
}
.timeline .slick-current .timeline-slide__content {
  opacity: 1;
}

.slick-center .slick-slide,
.timeline-slide {
  transform: scale(0.7);
}

.slick-center .slick-active,
.timeline-slide .sl {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}


@media screen and (max-width: 768px) {
  .timeline-slide {
        background-size: auto 200px, cover;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transform-origin: center center;
      transform-origin: center center;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
          margin: 0;
  }
  .timeline-slider {
    padding: 20px 0 0;
  }
  .timeline-text {
    font-size: 18px;
    line-height: 36px;

    margin-left: -10%;
    margin-right: -10%;
  }
  .timeline-year{
    font-size: 22px;
    top: 0;
  }
  .timeline-title{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
        margin-top: 25px;
  }
  .timeline-slide__content{padding:0;}
} */





.ag-format-container {
  width: 1142px;
  width: 100%;
  margin: 100px auto 0;
}

.ag-timeline-block {
  padding: 50px 0;
}
.ag-timeline_box {
  position: relative;
}

.ag-timeline-carousel-arrow_box {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
}
.ag-timeline-carousel-arrow {
  display: block;
  height: 52px;
  width: 52px;
  border: 1px solid #fbde08;
  background-color: #fbde08;

  cursor: pointer;

  stroke: #041C2C;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;

  position: relative;
}
.ag-timeline-carousel-arrow:hover {
  border: 1px solid #000;
  background-color: transparent;
}
.js-ag-timeline-carousel-arrow_prev {
  margin: 0 0 10px;
}
.js-ag-timeline-carousel-arrow_prev:hover,
.js-ag-timeline-carousel-arrow_next:hover {
  stroke: #000;
}
.svg-arrow-left,
.svg-arrow-right {
  height: 18px;
  width: 10px;
  margin: -8px 0 0 -5px;

  position: absolute;
  top: 50%;
  left: 50%;
}

.ag-timeline-carousel_list {
  padding: 0 0 0 100px;
  padding: 0 50px 0 100px;
}
.ag-timeline_year {
    line-height: 1;
    margin: 0 0 25px;
    font-weight: 500;
    font-size: 40px;
    color: #041C2C;
}
.ag-timeline_text p {
    line-height: 1.36;
    margin: 25px 0 15px;

    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #666666;
}
.ag-timeline_text img{
    border: 15px solid #fff;
    width: 98%;
    box-shadow: 0 0 10px #ddd;
    margin: 0 auto;
}

.timeline-title {
    color: #0d142c;
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 700;
    margin-bottom: 35px;
}
.ag-timeline_text a {
  text-decoration: underline;
  color: #041C2C;
}
.ag-timeline_text a:hover {
  text-decoration: none;
}

.ag-timeline-carousel-nav_box {
  position: relative;
}
.ag-timeline-carousel-nav_box:before,
.ag-timeline-carousel-nav_box:after {
  /* content: ""; */
  height: 150px;
  width: 20%;
  margin: 0 0;

  z-index: 9999;
  position: absolute;
  bottom: 0;
}
.ag-timeline-carousel-nav_box:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  rgba(244,244,244,0) 0%, rgba(244,244,244,1) 35%, rgba(244,244,244,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,244,244,0)), color-stop(35%,rgba(244,244,244,1)), color-stop(100%,rgba(244,244,244,1)));
  background: -webkit-linear-gradient(left,  rgba(244,244,244,0) 0%,rgba(244,244,244,1) 35%,rgba(244,244,244,1) 100%);
  background: -o-linear-gradient(left,  rgba(244,244,244,0) 0%,rgba(244,244,244,1) 35%,rgba(244,244,244,1) 100%);
  background: -ms-linear-gradient(left,  rgba(244,244,244,0) 0%,rgba(244,244,244,1) 35%,rgba(244,244,244,1) 100%);
  background: linear-gradient(to right,  rgba(244,244,244,0) 0%,rgba(244,244,244,1) 35%,rgba(244,244,244,1) 100%);

  background : #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f4f4', endColorstr='#f4f4f4',GradientType=1 );

  right: 0;
}
.ag-timeline-carousel-nav_box:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  rgba(244,244,244,1) 0%, rgba(244,244,244,1) 65%, rgba(244,244,244,0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,244,244,1)), color-stop(65%,rgba(244,244,244,1)), color-stop(100%,rgba(244,244,244,0)));
  background: -webkit-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(244,244,244,1) 65%,rgba(244,244,244,0) 100%);
  background: -o-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(244,244,244,1) 65%,rgba(244,244,244,0) 100%);
  background: -ms-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(244,244,244,1) 65%,rgba(244,244,244,0) 100%);
  background: linear-gradient(to right,  rgba(244,244,244,1) 0%,rgba(244,244,244,1) 65%,rgba(244,244,244,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00f4f4f4',GradientType=1 );
  background : #fff;
  left: 0;
}
.ag-timeline-carousel-nav_list {
  position: relative;
}
.ag-timeline-carousel-nav_list:after {
  content: "";
  height: 1px;
  background-color: #0b1a39;

  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  z-index: -1;
}
.ag-timeline-carousel-nav_item {
  display: inline-block;
  line-height: 1;
  width: 150px;
  padding: 30px 15px 0;

  cursor: pointer;

  vertical-align: bottom;
  text-align: center;
  font-size: 20px;
  color: #041C2C;

  position: relative;
}
.ag-timeline-carousel-nav_item:before {
  content: "";
  height: 8px;
  width: 8px;
  margin: 0 auto;
  background-color: #0b1a39;

  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ag-timeline-carousel-nav_item:after {
  content: "";
  height: 20px;
  width: 1px;
  margin: 0 auto;
  background-color: #0b1a39;

  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
}

.ag-timeline-carousel-nav_item.slick-current {
    margin: -5px 0 0;
    font-weight: 500;
    font-size: 24px;
    opacity: 1;
    color: #0b1a39;
    /* color: #fbde08; */
}
.ag-timeline-carousel-nav_item.slick-current:before {
    height: 20px;
    width: 20px;
    background-color: #fbde08;
    bottom: 27px;
    border: 1px solid #0b1a39;
    z-index: 2;
}
.ag-timeline-carousel-nav_item.slick-current:after {
    bottom: 59px;
    height: 40px;
    width:2px;
}
.ag-timeline-carousel-nav_item.slick-current:after{

}


@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
    margin-top:50px;
  }

  .ag-timeline-carousel_list {
    padding: 0;
  }

  .ag-timeline-carousel-arrow_box {
    padding: 12px 0 12px 12px;
    background-color: #ffffff;

    z-index: 1000;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }
  .ag-timeline-carousel-arrow {
    display: inline-block;
    height: 33px;
    width: 33px;
  }
  .js-ag-timeline-carousel-arrow_prev {
    margin: 0 8px 0 0;
  }
  .js-ag-timeline-carousel-arrow_prev:before,
  .js-ag-timeline-carousel-arrow_next:before {
    height: 12px;
    width: 8px;
    margin: -6px auto 0;
  }

  .ag-timeline_year {
    font-size: 30px;
    color: #b49731;
    font-weight: 500;
    margin-top: 10px;
  }
  .timeline-title {
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-align:left;
    font-weight: 600;
    letter-spacing:0 !important;
}

  .ag-timeline-carousel-nav_box:before,
  .ag-timeline-carousel-nav_box:after {
    display: none;
    background: none;

    position: static;
  }
  .svg-arrow-left, .svg-arrow-right {
    height: 12px;
    width: 8px;
    margin: -6px 0 0 -4px;
  }
}

@media only screen and (max-width: 639px) {
    
}

@media only screen and (max-width: 479px) {

}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
    width: 96%;
  }
  .timeline-title{
    font-size:2.5rem;
    line-height:3rem;
  }
}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
    width: 96%;
  }

}