

/* Timeline */
.main-timeline4 {
  overflow: hidden;
  position: relative
}

.main-timeline4:after,
.main-timeline4:before {
  content: "";
  display: block;
  width: 100%;
  clear: both
}

.main-timeline4:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #d6d5d5;
  position: absolute;
  top: 30px;
  left: 50%
}

.main-timeline4 .timeline {
  width: 50%;
  float: left;
  padding-right: 30px;
  position: relative
}

.main-timeline4 .timeline-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fe6847;
  position: absolute;
  top: 5.5%;
  right: -17.5px
}

.main-timeline4 .year {
  display: block;
  padding: 10px;
  margin: 0;
  font-size: 30px;
  color: #fff;
  border-radius: 0 50px 50px 0;
  background: #fe6847;
  text-align: center;
  position: relative
}

.main-timeline4 .timeline-content {
  padding: 30px 20px;
  margin: 0 45px 0 35px;
}

.main-timeline4 .title {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 10px
}

.main-timeline4 .description {
  font-size: 14px;
  margin: 0
}

.main-timeline4 .timeline:nth-child(2n) {
  padding: 0 0 0 30px
}

.main-timeline4 .timeline:nth-child(2n) .timeline-icon {
  right: auto;
  left: -14.5px
}


.main-timeline4 .timeline:nth-child(2n) .year:before {
  border-left: none;
  border-right: 35px solid transparent;
  left: auto;
  right: 0
}

.main-timeline4 .timeline:nth-child(2) {
  margin-top: 170px
}

.main-timeline4 .timeline:nth-child(odd) {
  margin: -175px 0 0
}

.main-timeline4 .timeline:nth-child(even) {
  margin-bottom: 80px
}

.main-timeline4 .timeline:first-child,
.main-timeline4 .timeline:last-child:nth-child(even) {
  margin: 0
}

.main-timeline4 .timeline .timeline-icon {
  border-color: #ccc
}

.main-timeline4 .timeline .year {
  background: #ccc
}


@media only screen and (max-width:767px) {
  .main-timeline4 {
      overflow: visible
  }
  .main-timeline4:before {
      top: 0;
      left: 0
  }
  .main-timeline4 .timeline:nth-child(2),
  .main-timeline4 .timeline:nth-child(even),
  .main-timeline4 .timeline:nth-child(odd) {
      margin: 0
  }
  .main-timeline4 .timeline {
      width: 100%;
      float: none;
      padding: 0 0 0 30px;
      margin-bottom: 20px!important
  }
  .main-timeline4 .timeline:last-child {
      margin: 0!important
  }
  .main-timeline4 .timeline-icon {
      right: auto;
      left: -14.5px
  }
  .main-timeline4 .year {
      border-radius: 50px 0 0 50px
  }
  .main-timeline4 .year:before {
      border-left: none;
      border-right: 35px solid transparent;
      left: auto;
      right: 0
  }
  .main-timeline4 .timeline-content {
      margin: 0 35px 0 45px
  }
}

