 
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('') center center no-repeat;
}

/* Icons */
 
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'Flaticon';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #00000030;
    height: 40px;
    width: 44px;
    padding: 0;
    FONT-VARIANT: JIS04;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: "\f112";
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: "\f113";
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



.page {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
   
}

.timeline__wrapper {
  padding: 0 30px;
  height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.timeline a {
  text-decoration: none;
}
.timeline a:hover {
  text-decoration: underline;
}

.timeline__all-cars,
.timeline__exit {
  padding: 1em 1.75em;
  display: inline-block;
  background: white;
}

.timeline__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0 30px;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
}

.timeline__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  border: 1px dashed rgba(0, 0, 0, 0.1);
}
.timeline__item:after {
  content: "";
  width: calc(100% - 5px*3);
  height: 1px;
  position: absolute;
  top: 50%;
  left: calc(50% + 5px - 1px);
  background: white;
  z-index: 5;
  pointer-events: none;
}
.timeline__item:last-child:after {
  display: none;
}

.timeline__item--active .timeline__item__point:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.timeline__link {
  position: relative;
  display: block;
  padding: 10px 0;
}

.timeline__item__point {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border: 1px solid white;
  z-index: 6;
}
.timeline__item__point:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.timeline__item__content {
  width: 222px;
  height: 130px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}
.timeline__item__content:before, .timeline__item__content:after {
  pointer-events: none;
  content: "";
  border: solid 90px transparent;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  opacity: 0.75;
}
.timeline__item__content:before {
  border-bottom-color: #e6e6e6;
  -webkit-transform: translate(-50%, -100%) scale(0.6);
          transform: translate(-50%, -100%) scale(0.6);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.timeline__item__content:after {
  border-top-color: white;
  -webkit-transform: translate(-50%, 0%) scale(0.8);
          transform: translate(-50%, 0%) scale(0.8);
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
.clippath .timeline__item__content:after {
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-clip-path: polygon(-2px -2px, calc(100% + 2px) -2px, 50% 100%);
          clip-path: polygon(-2px -2px, calc(100% + 2px) -2px, 50% 100%);
}
.timeline__item--active .timeline__item__content, .timeline__link:hover + .timeline__item__content {
  opacity: 1;
  -webkit-transform: translate(-50%, -55px);
  transform: translate(-50%, -55px);
}
.timeline__item--active .timeline__item__content:before, .timeline__link:hover + .timeline__item__content:before {
  /* -webkit-transform: translate(-50%, -100%) scale(1); */
  /* transform: translate(-50%, -100%) scale(1); */
  /* opacity: 1; */
}
.timeline__item--active .timeline__item__content:after, .timeline__link:hover + .timeline__item__content:after {
  -webkit-transform: translate(-50%, 0%) scale(1);
          transform: translate(-50%, 0%) scale(1);
  opacity: 1;
}

.timeline__item__year {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
}
.timeline__item--active .timeline__item__year, .timeline__link:hover ~ .timeline__item__year {
  color: #dcb474 !important;
  /* font-size: .95rem !important; */
  /* font-weight: bold; */
}
/* .timeline__item:nth-child(3n + 1) .timeline__item__year {
  opacity: 1;
} */

.timeline__item:nth-child(n) .timeline__item__year {
  opacity: 1;
  color:azure;
  font-size:.85rem;
  width:60px;
}

.timeline__item__thumb {
  position: relative;
  z-index: 5;
}

.timeline__item__shadow {
  position: absolute;
  top: calc(50% - 20/130 * 100%);
  left: 50%;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 130px 0 0;
  border-color: rgb(0 0 0 / 11%) transparent #00000014 #0000001a;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.timeline__item--active .timeline__item__shadow, .timeline__link:hover + .timeline__item__content .timeline__item__shadow {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.timeline__path {
  position: absolute;
  top: 0;
  left: 25px;
  right: -30px;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2) url() repeat 0 0;
  -webkit-clip-path: polygon(130px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(130px 0, 100% 0, 100% 100%, 0 100%);
}

.timeline__path__triangle {
  display: block;
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.timeline__path__triangle--static-1,
.timeline__path__triangle--static-2 {
  top: 0;
}

.timeline__path__triangle--static-1 {
  border-width: 260px 260px 0 260px;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
  left: 0;
}

.timeline__path__triangle--static-2 {
  border-width: 260px 260px 0 260px;
  border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
  right: 0;
}

.timeline__path__triangle--static-3 {
  border-width: 0 260px 260px 260px;
  border-color: transparent transparent rgba(255, 255, 255, 0.4) transparent;
  left: 30%;
  bottom: 0;
}

.timeline__path__triangle--moving {
  position: absolute;
  border-width: 260px 260px 0 260px;
  border-color: rgba(255, 255, 255, 0.2) transparent transparent transparent;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 3s ease-out;
  transition: -webkit-transform 3s ease-out;
  transition: transform 3s ease-out;
  transition: transform 3s ease-out, -webkit-transform 3s ease-out;
}

.views,
.view {
  width: 100vw;
  height: 70vh;
  min-height: 600px;
}

.views {
  /* background: #2b6ea2; */
}

.view__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 75%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  top: 0px;
  margin: 0 auto;
  min-height: auto;
}

.timeline__wrapper {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: calc(100% - 60px);
}

.slick-slide {
  outline: none;
}

.slick-arrow {
  /* background: #8e7956; */
  z-index: 10;
}

.slick-prev {
  left: 7px;
  float: unset;
  position: absolute;
  top: 50%;
}

.slick-next {
  right: 15px;
  float: right;
  top: 50%;
  position: absolute;
}
@media screen and (min-height: 600px) and (max-width: 1370px) 
 {
   .view__inner{
    margin: 0 auto;
    padding: 0;
    height: 63%;
    text-align: center;
   }
    .view__inner h2{
      font-size: 3.3rem !important;
      padding:0;
      margin:0;
    }
    .view__inner h5{
      font-size: 1.5rem !important;
      padding:0;
      margin:0;
    }
    .view__inner p{
      font-size: 1rem !important ;
     padding:10px;
      margin:10px;
    }
}

@media only screen and (max-width: 769px) {
   .view__inner h2{
      font-size: 2.5rem !important ;
      padding:0;
      margin:0;
    }
    .view__inner h5{
      font-size: 1.5rem !important ;
       padding:0;
      margin:0;
    }
    .view__inner p{
      font-size: 1.0rem !important ;
     padding:0;
      margin:0;
    }
}
