.main-timeline {
  position: relative;
      margin-left: -30%;
  
}

.main-timeline:before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 100%;
  background: #ddd9d1;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(top, rgba(221, 217, 209, 0) 0%, rgba(221, 217, 209, 0.3) 5%, rgba(221, 217, 209, 0.3) 95%, rgba(221, 217, 209, 0) 100%);
  background: -moz-linear-gradient(top, rgba(221, 217, 209, 0) 0%, rgba(221, 217, 209, 0.3) 5%, rgba(221, 217, 209, 0.3) 95%, rgba(221, 217, 209, 0) 100%);
  background: -ms-linear-gradient(top, rgba(221, 217, 209, 0) 0%, rgba(221, 217, 209, 0.3) 5%, rgba(221, 217, 209, 0.3) 95%, rgba(221, 217, 209, 0) 100%);
  background: -o-linear-gradient(top, rgba(221, 217, 209, 0) 0%, rgba(221, 217, 209, 0.3) 5%, rgba(221, 217, 209, 0.3) 95%, rgba(221, 217, 209, 0) 100%);
  background: linear-gradient(to bottom, rgba(221, 217, 209, 0) 0%, rgba(221, 217, 209, 0.3) 5%, rgba(221, 217, 209, 0.3) 95%, rgba(221, 217, 209, 0) 100%);
}

.main-timeline .timeline {
  margin-bottom: 4.2rem;
  position: relative
}

.main-timeline .timeline:after {
  content: "";
  display: block;
  clear: both
}

.main-timeline .icon {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: 0 auto;
  position: absolute;
  top: 1.25rem;
  left: 0;
  bottom: auto;
  right: 0;
  background: #01274a;
  /* background: #a8894f;*/
}

.main-timeline .icon:before,
.main-timeline .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.33s ease-out 0s
}

/*
.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px
}
*/
.main-timeline .icon:after {
  border: 2px solid #a8894f;
  left: 0
}

/*
.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}
*/
.main-timeline .date-content {
  width: 50%;
  float: left;
  margin-top: 0;
  position: relative;
}

/*
.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}*/
/*
.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}*/
/*
.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px
}

.main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px
}
*/
.main-timeline .timeline:hover .date-outer:before {
  left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
  left: -6px
}

.main-timeline .date {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 1.25rem;
  right: 10%;
}

.main-timeline .month {
  font-size: 18px;
  font-weight: 700
}

.main-timeline .year {
  display: block;
  font-size: 3rem;
  color: #fff;
  line-height: 1.5rem;
  text-align: right;
  font-family: 'head0', sans-serif;
}

.main-timeline .timeline-content {
    width: 45%;
    padding: 1rem 13rem 1.4rem 0px;
    float: right;
    box-sizing: border-box;
}









/*
.main-timeline .timeline-content {
  width: 45%;
  padding: 20px 0 20px 0px;
  float: right;
  box-sizing: border-box;
}
*/
.main-timeline .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 15px 0
}

.main-timeline .description {
  margin-bottom: 0
}

/*
.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}*/
.timeline-line-fill {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0%;
  background: transparent;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(top, rgba(168, 137, 79, 0) 0%, rgba(168, 137, 79, 1) 5%, rgba(168, 137, 79, 1) 95%, rgba(168, 137, 79, 0) 100%);
  background: -moz-linear-gradient(top, rgba(168, 137, 79, 0) 0%, rgba(168, 137, 79, 1) 5%, rgba(168, 137, 79, 1) 95%, rgba(168, 137, 79, 0) 100%);
  background: -ms-linear-gradient(top, rgba(168, 137, 79, 0) 0%, rgba(168, 137, 79, 1) 5%, rgba(168, 137, 79, 1) 95%, rgba(168, 137, 79, 0) 100%);
  background: -o-linear-gradient(top, rgba(168, 137, 79, 0) 0%, rgba(168, 137, 79, 1) 5%, rgba(168, 137, 79, 1) 95%, rgba(168, 137, 79, 0) 100%);
  background: linear-gradient(to bottom, rgba(168, 137, 79, 0) 0%, rgba(168, 137, 79, 1) 5%, rgba(168, 137, 79, 1) 95%, rgba(168, 137, 79, 0) 100%);
  background-repeat: no-repeat;
  /* smooth transition not strictly needed if we update on scroll often, but helps smoothness */
  transition: height 0.1s linear;
}

@media only screen and (max-width: 991px) {
  .main-timeline .date-content {
    margin-top: 35px
  }

  .main-timeline .date-content:before {
    width: 22.5%
  }

  .main-timeline .timeline-content {
    padding: 10px 0 10px 30px
  }

  .main-timeline .title {
    font-size: 17px
  }

  .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 10px 30px 10px 0
  }
}

@media only screen and (max-width: 767px) {
  .main-timeline:before {
    margin: 0;
    left: 7px
  }

  .timeline-line-fill {
    margin: 0;
    left: 7px;
    right: auto;
  }

  .main-timeline .timeline {
    margin-bottom: 20px
  }

  .main-timeline .timeline:last-child {
    margin-bottom: 0
  }

  .main-timeline .icon {
    margin: auto 0
  }

  .main-timeline .date-content {
    width: 95%;
    float: right;
    margin-top:-1.5rem;
  }

  .main-timeline .date-content:before {
    display: none
  }

  .main-timeline .date-outer {
    width: 100%;
    height: 4rem;
  }

  .main-timeline .date-outer:before,
  .main-timeline .date-outer:after {
    width: 110px;
    height: 110px
  }

  .main-timeline .date {
    top: 70%;
    right: 0;
    left: 9%;
  }

  .main-timeline .year {
    font-size: 2rem;
    text-align: left;
  }

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    width: 95%;
    text-align: left;
    padding: 10px 0;
    padding-left: 9%;
  }

  .main-timeline .description {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .main-timeline .title {
    margin-bottom: 10px
  }
}