/* ---------------------------------------------------
    TIMELINE VERTICAL
--------------------------------------------------- */
.main-timeline-vertical {
  overflow: hidden;
  position: relative;
}
.main-timeline-vertical:after,
.main-timeline-vertical:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.main-timeline-vertical:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #d6d5d5;
  position: absolute;
  top: 30px;
  left: 50%;
}
.main-timeline-vertical .timeline {
  width: 50%;
  float: left;
  padding-right: 30px;
  position: relative;
}
.main-timeline-vertical .timeline-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid;
  position: absolute;
  top: 5.5%;
  right: -17.5px;
  display: flex;
  justify-content: center;
}
.main-timeline-vertical .year {
  display: block;
  padding: 10px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border-radius: 0 50px 50px 0;
  background: #fe6847;
  text-align: center;
  position: relative;
}
.main-timeline-vertical .year:before {
  content: "";
  border-top: 35px solid #f59c8b;
  border-left: 35px solid transparent;
  position: absolute;
  bottom: -35px;
  left: 0;
}
.main-timeline-vertical .timeline-content {
  padding: 30px 20px;
  margin: 0 45px 0 35px;
  background: #f2f2f2;
}
.main-timeline-vertical .title {
  font-size: 19px;
  font-weight: 700;
  color: #504f54;
  margin: 0 0 10px;
}
.main-timeline-vertical .description {
  font-size: 14px;
  color: #7d7b7b;
  margin: 0;
}
.main-timeline-vertical .timeline:nth-child(2n) {
  padding: 0 0 0 30px;
}
.main-timeline-vertical .timeline:nth-child(2n) .timeline-icon {
  right: auto;
  left: -14.5px;
}
.main-timeline-vertical .timeline:nth-child(2n) .year {
  border-radius: 50px 0 0 50px;
}
.main-timeline-vertical .timeline:nth-child(2n) .year:before {
  border-left: none;
  border-right: 35px solid transparent;
  left: auto;
  right: 0;
}
.main-timeline-vertical .timeline:nth-child(2n) .timeline-content {
  text-align: right;
  margin: 0 35px 0 45px;
}
.main-timeline-vertical .timeline:nth-child(2) {
  margin-top: 170px;
}
.main-timeline-vertical .timeline:nth-child(odd) {
  margin: -175px 0 0;
}
.main-timeline-vertical .timeline:nth-child(even) {
  margin-bottom: 80px;
}
.main-timeline-vertical .timeline:first-child,
.main-timeline-vertical .timeline:last-child:nth-child(even) {
  margin: 0;
}
/* CLASS ICON */
.main-timeline-vertical .timeline .timeline-icon-create {
  border-color: #1ebad0;
}
.main-timeline-vertical .timeline .timeline-icon-upload {
  border-color: #f8781f;
}
.main-timeline-vertical .timeline .timeline-icon-invalid {
  border-color: #f54957;
}
.main-timeline-vertical .timeline .timeline-icon-finished {
  border-color: #7cba01;
}
/* CLASS YEAR */
.main-timeline-vertical .timeline .year-create {
  background: #1ebad0;
}
.main-timeline-vertical .timeline .year-upload {
  background: #f8781f;
}
.main-timeline-vertical .timeline .year-invalid {
  background: #f54957;
}
.main-timeline-vertical .timeline .year-finished {
  background: #7cba01;
}
/* CLASS YEAR BEFORE */
.main-timeline-vertical .timeline .year-create:before {
  border-top-color: #8ac9d1;
}
.main-timeline-vertical .timeline .year-upload:before {
  border-top-color: #fd957e;
}
.main-timeline-vertical .timeline .year-invalid:before {
  border-top-color: #dd727c;
}
.main-timeline-vertical .timeline .year-finished:before {
  border-top-color: #a1b37e;
}
/* RESPONSIVE */
@media only screen and (max-width: 767px) {
  .main-timeline-vertical {
    overflow: visible;
  }
  .main-timeline-vertical:before {
    top: 0;
    left: 0;
  }
  .main-timeline-vertical .timeline:nth-child(2),
  .main-timeline-vertical .timeline:nth-child(even),
  .main-timeline-vertical .timeline:nth-child(odd) {
    margin: 0;
  }
  .main-timeline-vertical .timeline {
    width: 100%;
    float: none;
    padding: 0 0 0 30px;
    margin-bottom: 20px !important;
  }
  .main-timeline-vertical .timeline:last-child {
    margin: 0 !important;
  }
  .main-timeline-vertical .timeline-icon {
    right: auto;
    left: -14.5px;
  }
  .main-timeline-vertical .year {
    border-radius: 50px 0 0 50px;
  }
  .main-timeline-vertical .year:before {
    border-left: none;
    border-right: 35px solid transparent;
    left: auto;
    right: 0;
  }
  .main-timeline-vertical .timeline-content {
    margin: 0 35px 0 45px;
  }
}

/* ---------------------------------------------------
    TIMELINE 2
--------------------------------------------------- */
.main-timeline-2 {
  padding-top: 50px;
  overflow: hidden;
  position: relative
}
.main-timeline-2:before {
  content: "";
  width: 7px;
  height: 100%;
  background: #084772;
  margin: 0 auto;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0
}
.main-timeline-2 .timeline {
  width: 50%;
  float: left;
  padding: 20px 60px;
  padding-bottom: 40px;
  border-top: 7px solid #084772;
  border-right: 7px solid #084772;
  border-radius: 0 30px 0 0;
  position: relative;
  right: -3.5px
}
.main-timeline-2 .icon {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 0;
}
.main-timeline-2 .timeline-content {
  display: block;
  padding: 30px 10px 10px;
  border-radius: 20px;
  color: #fff;
  position: relative
}
.main-timeline-2 .timeline-content:hover {
  text-decoration: none;
  color: #fff
}
.main-timeline-2 .timeline-content:after,
.main-timeline-2 .timeline-content:before {
  content: "";
  display: block;
  width: 10px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #fff;
  position: absolute;
  top: -35px;
  left: 50px;
}
.main-timeline-2 .timeline-content:after {
  left: auto;
  right: 50px;
}
.main-timeline-2 .title {
  font-size: 24px;
  margin: 0;
}
.main-timeline-2 .description {
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0 0 5px;
  color: #ffff;
}
.main-timeline-2 .timeline:nth-child(2n) {
  border-right: none;
  border-left: 7px solid #084772;
  border-radius: 30px 0 0;
  right: auto;
  left: -3.5px;
}
.main-timeline-2 .timeline:nth-child(2n) .icon {
  left: auto;
  right: 0;
}
.main-timeline-2 .timeline:nth-child(2) {
  margin-top: 130px;
}
.main-timeline-2 .timeline:nth-child(odd) {
  margin: -130px 0 30px;
}
.main-timeline-2 .timeline:nth-child(even) {
  margin-bottom: 80px;
}
.main-timeline-2 .timeline:first-child,
.main-timeline2 .timeline:last-child:nth-child(even){
  margin: 0 0 30px;
}
/* TIMELINE CONTENT */
.main-timeline-2 .timeline-content-blue {
  background: #1f9eba;
}
.main-timeline-2 .timeline-content-cyan {
  background: #1ebad0;
}
.main-timeline-2 .timeline-content-orange {
  background: #f8781f;
}
.main-timeline-2 .timeline-content-red {
  background: #f54957;
}
.main-timeline-2 .timeline-content-green {
  background: #198754;
}
.main-timeline-2 .timeline-content-light-green {
  background: #7cba01;
}
/* TIMELINE CONTENT AFTER-BEFORE */
.main-timeline-2 .timeline-content-blue:after,
.main-timeline-2 .timeline-content-blue:before {
  background: #1f9eba;
}
.main-timeline-2 .timeline-content-cyan:after,
.main-timeline-2 .timeline-content-cyan:before {
  background: #1ebad0;
}
.main-timeline-2 .timeline-content-orange:after,
.main-timeline-2 .timeline-content-orange:before {
  background: #f8781f;
}
.main-timeline-2 .timeline-content-red:after,
.main-timeline-2 .timeline-content-red:before {
  background: #f54957;
}
.main-timeline-2 .timeline-content-green:after,
.main-timeline-2 .timeline-content-green:before {
  background: #198754;
}
.main-timeline-2 .timeline-content-light-green:after,
.main-timeline-2 .timeline-content-light-green:before {
  background: #7cba01;
}
/* TIMELINE BORDER ICON */
.main-timeline-2 .icon-blue {
  background: #1f9eba;
  box-shadow: 0 0 0 2px #1f9eba;
}
.main-timeline-2 .icon-cyan {
  background: #1ebad0;
  box-shadow: 0 0 0 2px #1ebad0;
}
.main-timeline-2 .icon-orange{
  background: #f8781f;
  box-shadow: 0 0 0 2px #f8781f;
}
.main-timeline-2 .icon-red {
  background: #f54957;
  box-shadow: 0 0 0 2px #f54957;
}
.main-timeline-2 .icon-green {
  background: #198754;
  box-shadow: 0 0 0 2px #198754;
}
.main-timeline-2 .icon-light-green {
  background: #7cba01;
  box-shadow: 0 0 0 2px #7cba01;
}

@media only screen and (max-width:767px) {
  .main-timeline-2:before {
    left: 0;
    right: auto;
  }
  .main-timeline-2 .timeline,
  .main-timeline-2 .timeline:nth-child(even),
  .main-timeline-2 .timeline:nth-child(odd) {
    width: 100%;
    float: none;
    padding: 20px 30px;
    margin: 0 0 30px;
    border-right: none;
    border-left: 7px solid #084772;
    border-radius: 30px 0 0;
    right: auto;
    left: 0;
  }
  .main-timeline-2 .icon {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width:480px) {
  .main-timeline-2 .title {
    font-size: 18px
  }
}

/* ---------------------------------------------------
    TIMELINE 3
--------------------------------------------------- */
.main-timeline-3 {
  overflow: hidden;
  position: relative;
}
.main-timeline-3:before {
  content: "";
  width: 10px;
  height: 100%;
  border: 3px solid #959595;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.main-timeline-3 .timeline {
  width: 50%;
  padding: 10px 60px 10px 100px;
  float: right;
  position: relative;
}
.main-timeline-3 .timeline:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  top: 42px;
  left: -20px;
}
.main-timeline-3 .timeline-content {
  display: block;
  background: #e9e9e7;
  padding: 70px 30px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2) inset;
  position: relative;
}
.main-timeline-3 .timeline-content:hover {
  text-decoration: none;
}
.main-timeline-3 .year {
  display: block;
  width: 90%;
  height: 50px;
  padding: 0 0 0 30px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  line-height: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .4) inset;
  border-radius: 10px 10px 10px 0;
  position: absolute;
  top: 20px;
  left: -20px;
}
.main-timeline-3 .year:before {
  content: "";
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  bottom: -60px;
  left: 0;
}
.main-timeline-3 .title {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  /* text-transform: uppercase; */
  color: #4a4a4a;
}
.main-timeline-3 .description {
  font-size: 14px;
  color: #6f6f6f;
  margin: 0 0 5px;
  text-wrap: wrap;
}
.main-timeline-3 .timeline:nth-child(2n) {
  padding: 10px 100px 10px 60px;
  text-align: right;
}
.main-timeline-3 .timeline:nth-child(2n):before {
  left: auto;
  right: -20px;
}
.main-timeline-3 .timeline:nth-child(2n) .year {
  padding-right: 50px;
  border-radius: 10px 10px 0;
  left: auto;
  right: -20px;
}
.main-timeline-3 .timeline:nth-child(2n) .year:before {
  border-left: none;
  border-right: 20px solid transparent;
  left: auto;
  right: 0;
}
.main-timeline-3 .timeline:nth-child(2) {
  margin-top: 140px;
}
.main-timeline-3 .timeline:nth-child(odd) {
  margin: -140px 0 0;
}
.main-timeline-3 .timeline:nth-child(even) {
  margin-bottom: 60px
}
.main-timeline-3 .timeline:first-child,
.main-timeline-3 .timeline:last-child:nth-child(even) {
  margin: 0;
}
@media only screen and (max-width:990px) {
  .main-timeline-3:before {
    top: 8%;
  }
  .main-timeline-3 .timeline {
    padding: 10px 10px 10px 100px;
  }
  .main-timeline-3 .timeline:nth-child(2n) {
    padding: 10px 100px 10px 10px;
  }
}
@media only screen and (max-width:767px) {
  .main-timeline-3:before {
    width: 8px;
    top: 0;
    left: 12px;
    transform: translateX(0);
  }
  .main-timeline-3 .timeline,
  .main-timeline-3 .timeline:nth-child(even),
  .main-timeline-3 .timeline:nth-child(odd) {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0 0 0 60px;
    margin: 0 0 30px;
  }
  .main-timeline-3 .timeline:before,
  .main-timeline-3 .timeline:nth-child(2n):before {
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    top: 38px;
    left: 6px;
  }
  .main-timeline-3 .timeline:nth-child(2n) .year {
    right: auto;
    left: -20px;
    border-radius: 10px 10px 10px 0;
  }
  .main-timeline-3 .timeline:nth-child(2n) .year:before {
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: none;
    right: auto;
    left: 0;
  }
}
/* TIMELINE */
.main-timeline-3 .timeline-blue:before {
  background: #1ebad0;
  box-shadow: 0 0 1px 5px #1ebad0;
}
.main-timeline-3 .timeline-orange:before {
  background: #f8781f;
  box-shadow: 0 0 1px 5px #f8781f;
}
.main-timeline-3 .timeline-red:before {
  background: #f54957;
  box-shadow: 0 0 1px 5px #f54957;
}
.main-timeline-3 .timeline-green:before {
  background: #7cba01;
  box-shadow: 0 0 1px 5px #7cba01;
}
/* YEAR */
.main-timeline-3 .timeline .year-blue {
  background: #1ebad0;
}
.main-timeline-3 .timeline .year-orange {
  background: #f8781f;
}
.main-timeline-3 .timeline .year-red {
  background: #f54957;
}
.main-timeline-3 .timeline .year-green {
  background: #7cba01;
}
/* YEAR BEFORE */
.main-timeline-3 .timeline .year-blue:before {
  border-top: 40px solid #1ebad0;
}
.main-timeline-3 .timeline .year-orange:before {
  border-top: 40px solid #f8781f;
}
.main-timeline-3 .timeline .year-red:before {
  border-top: 40px solid #f54957;
}
.main-timeline-3 .timeline .year-green:before {
  border-top: 40px solid #7cba01;
}

/* ---------------------------------------------------
    TIMELINE 4
--------------------------------------------------- */
.main-timeline-4 {
  overflow: hidden;
  position: relative;
}
.main-timeline-4:before {
  content: "";
  width: 5px;
  height: 70%;
  background: #333;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.main-timeline-4 .timeline-content:before,
.main-timeline-4 .timeline:before {
  top: 45%;
  transform: translateY(-50%);
  content: "";
}
.main-timeline-4 .timeline {
  width: 50%;
  padding-left: 100px;
  float: right;
  position: relative;
}
.main-timeline-4 .timeline:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #333;
  position: absolute;
  left: -10px;
}
.main-timeline-4 .timeline-content {
  display: block;
  padding-left: 110px;
  position: relative;
}
.main-timeline-4 .timeline-content:before {
  width: 90px;
  height: 10px;
  border-top: 7px dotted #333;
  position: absolute;
  left: -92px;
}
.main-timeline-4 .year {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 84px;
  border-radius: 50%;
  border: 10px solid;
  font-size: 12px;
  text-align: center;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
  position: absolute;
  top: 68px;
  left: 0;
}
.main-timeline-4 .year:before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: -13px;
  right: 0;
  transform: rotate(45deg);
}
.main-timeline-4 .inner-content {
  padding: 35px 0;
}
.main-timeline-4 .title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
}
.main-timeline-4 .description {
  font-size: 14px;
  color: #6f6f6f;
  margin: 0 0 5px;
}
.main-timeline-4 .timeline:nth-child(2n) {
  padding: 0 100px 0 0;
}
.main-timeline-4 .timeline:nth-child(2n) .timeline-content:before,
.main-timeline-4 .timeline:nth-child(2n) .year,
.main-timeline-4 .timeline:nth-child(2n):before {
  left: auto;
  right: -10px;
}
.main-timeline-4 .timeline:nth-child(2n) .timeline-content {
  padding: 0 110px 0 0;
}
.main-timeline-4 .timeline:nth-child(2n) .timeline-content:before {
  right: -92px;
}
.main-timeline-4 .timeline:nth-child(2n) .year {
  right: 0;
}
.main-timeline-4 .timeline:nth-child(2n) .year:before {
  right: auto;
  left: 0;
  border-left: none;
  transform: rotate(-45deg);
}
.main-timeline-4 .timeline:nth-child(2) {
  margin-top: 110px;
}
.main-timeline-4 .timeline:nth-child(odd) {
  margin: -110px 0 0;
}
.main-timeline-4 .timeline:nth-child(even) {
  margin-bottom: 80px;
}
.main-timeline-4 .timeline:first-child,
.main-timeline-4 .timeline:last-child:nth-child(even) {
  margin: 0;
}
@media only screen and (max-width:1200px) {
  .main-timeline-4 .year {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width:990px) {
  .main-timeline-4 .timeline {
    padding-left: 75px;
  }
  .main-timeline-4 .timeline:nth-child(2n) {
    padding: 0 75px 0 0;
  }
  .main-timeline-4 .timeline-content {
    padding-left: 130px;
  }
  .main-timeline-4 .timeline:nth-child(2n) .timeline-content {
    padding: 0 130px 0 0;
  }
  .main-timeline-4 .timeline-content:before {
    width: 68px;
    left: -68px;
  }
  .main-timeline-4 .timeline:nth-child(2n) .timeline-content:before {
    right: -68px;
  }
}
@media only screen and (max-width:767px) {
  .main-timeline-4 {
    overflow: visible;
  }
  .main-timeline-4:before {
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  .main-timeline-4 .timeline:before,
  .main-timeline-4 .timeline:nth-child(2n):before {
    top: 60px;
    left: -9px;
    transform: translateX(0);
  }
  .main-timeline-4 .timeline,
  .main-timeline-4 .timeline:nth-child(even),
  .main-timeline-4 .timeline:nth-child(odd) {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
    margin: 0 0 10px;
  }
  .main-timeline-4 .timeline-content,
  .main-timeline-4 .timeline:nth-child(2n) .timeline-content {
    padding: 0;
  }
  .main-timeline-4 .timeline-content:before,
  .main-timeline-4 .timeline:nth-child(2n) .timeline-content:before {
    display: none;
  }
  .main-timeline-4 .timeline:nth-child(2n) .year,
  .main-timeline-4 .year {
    position: relative;
    transform: translateY(0);
  }
  .main-timeline-4 .timeline:nth-child(2n) .year:before,
  .main-timeline-4 .year:before {
    border: none;
    border-right: 20px solid #f54957;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    left: -23px;
    bottom: auto;
    right: auto;
    transform: rotate(0);
  }
  .main-timeline-4 .timeline:nth-child(2n) .year:before {
    border-right-color: #1ebad0;
  }
  .main-timeline-4 .timeline:nth-child(3n) .year:before {
    border-right-color: #7cba01;
  }
  .main-timeline-4 .timeline:nth-child(4n) .year:before {
    border-right-color: #f8781f;
  }
  .main-timeline-4 .inner-content {
    padding: 10px;
  }
}
/* YEAR */
.main-timeline-4 .year-blue {
  border-color: #1ebad0;
  color: #1ebad0;
}
.main-timeline-4 .year-green {
  border-color: #7cba01;
  color: #7cba01;
}
.main-timeline-4 .year-orange {
  border-color: #f8781f;
  color: #f8781f;
}
.main-timeline-4 .year-red {
  border-color: #f54957;
  color: #f54957;
}
/* TITLE */
.main-timeline-4 .title-blue {
  color: #1ebad0;
}
.main-timeline-4 .title-orange {
  color: #f8781f;
}
.main-timeline-4 .title-red {
  color: #f54957;
}
.main-timeline-4 .title-green {
  color: #7cba01;
}

/* ---------------------------------------------------
    TIMELINE 5
--------------------------------------------------- */
.main-timeline-5 {
  overflow: hidden;
  position: relative;
}
.main-timeline-5 .timeline {
  position: relative;
  margin-top: -127px;
}
.main-timeline-5 .timeline:first-child {
  margin-top: 0;
}
.main-timeline-5 .timeline-icon,
.main-timeline-5 .year {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.main-timeline-5 .timeline:after,
.main-timeline-5 .timeline:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.main-timeline-5 .timeline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.main-timeline-5 .timeline-icon {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 25px solid transparent;
  z-index: 1;
  transform: rotate(45deg);
}
.main-timeline-5 .year {
  display: block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  transform: rotate(-45deg);
}
.main-timeline-5 .timeline-content {
  width: 35%;
  float: right;
  padding: 12px 20px;
  margin: 50px 0;
  z-index: 1;
  position: relative;
}
.main-timeline-5 .timeline-content:before {
  content: "";
  width: 20%;
  height: 15px;
  position: absolute;
  top: 50%;
  left: -10%;
  z-index: -1;
  transform: translateY(-50%);
}
.main-timeline-5 .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}
.main-timeline-5 .description {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin: 0;
}
.main-timeline-5 .timeline:nth-child(2n) .timeline-icon {
  transform: rotate(-135deg);
}
.main-timeline-5 .timeline:nth-child(2n) .year {
  transform: rotate(135deg);
}
.main-timeline-5 .timeline:nth-child(2n) .timeline-content {
  float: left;
}
.main-timeline-5 .timeline:nth-child(2n) .timeline-content:before {
  left: auto;
  right: -10%;
}
@media only screen and (max-width: 1199px) {
  .main-timeline-5 .timeline {
    margin-top: -103px;
  }
  .main-timeline-5 .timeline-content:before {
    left: -18%;
  }
  .main-timeline-5 .timeline:nth-child(2n) .timeline-content:before {
    right: -18%;
  }
}
@media only screen and (max-width: 990px) {
  .main-timeline-5 .timeline {
    margin-top: -127px;
  }
  .main-timeline-5 .timeline-content:before {
    left: -2%;
  }
  .main-timeline-5 .timeline:nth-child(2n) .timeline-content:before {
    right: -2%;
  }
}
@media only screen and (max-width: 767px) {
  .main-timeline-5 .timeline {
    margin-top: 0;
    overflow: hidden;
  }
  .main-timeline-5 .timeline:before,
  .main-timeline-5 .timeline:nth-child(2n):before {
    box-shadow: none;
  }
  .main-timeline-5 .timeline-icon,
  .main-timeline-5 .timeline:nth-child(2n) .timeline-icon {
    margin-top: -30px;
    margin-bottom: 20px;
    position: relative;
    transform: rotate(135deg);
  }
  .main-timeline-5 .timeline:nth-child(2n) .year,
  .main-timeline-5 .year {
    transform: rotate(-135deg);
  }
  .main-timeline-5 .timeline-content,
  .main-timeline-5 .timeline:nth-child(2n) .timeline-content {
    width: 100%;
    float: none;
    border-radius: 0 0 20px 20px;
    text-align: center;
    padding: 25px 20px;
    margin: 0 auto;
  }
  .main-timeline-5 .timeline-content:before,
  .main-timeline-5 .timeline:nth-child(2n) .timeline-content:before {
    width: 15px;
    height: 25px;
    position: absolute;
    top: -22px;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 0);
  }
}
/* ICON */
.main-timeline-5 .timeline .timeline-icon-blue{
  border-top-color: #1ebad0;
  border-right-color: #1ebad0;
}
.main-timeline-5 .timeline .timeline-icon-orange{
  border-top-color: #f8781f;
  border-right-color: #f8781f;
}
.main-timeline-5 .timeline .timeline-icon-red{
  border-top-color: #f54957;
  border-right-color: #f54957;
}
.main-timeline-5 .timeline .timeline-icon-green{
  border-top-color: #7cba01;
  border-right-color: #7cba01;
}
/* YEAR */
.main-timeline-5 .timeline .year-blue {
  color: #1ebad0;
}
.main-timeline-5 .timeline .year-orange {
  color: #f8781f;
}
.main-timeline-5 .timeline .year-red {
  color: #f54957;
}
.main-timeline-5 .timeline .year-green {
  color: #7cba01;
}
/* TIMELINE-CONTENT */
.main-timeline-5 .timeline .timeline-content-blue,
.main-timeline-5 .timeline .timeline-content-blue:before {
  background: #1ebad0;
}
.main-timeline-5 .timeline .timeline-content-orange,
.main-timeline-5 .timeline .timeline-content-orange:before {
  background: #f8781f;
}
.main-timeline-5 .timeline .timeline-content-red,
.main-timeline-5 .timeline .timeline-content-red:before {
  background: #f54957;
}
.main-timeline-5 .timeline .timeline-content-green,
.main-timeline-5 .timeline .timeline-content-green:before {
  background: #7cba01;
}

/* ---------------------------------------------------
    TIMELINE 1
--------------------------------------------------- */
.main-timeline-1 {
  position: relative;
}
.main-timeline-1:before {
  content: "";
  width: 5px;
  height: 100%;
  border-radius: 20px;
  margin: 0 auto;
  background: #242922;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.main-timeline-1 .timeline {
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
}
.main-timeline-1 .timeline:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.main-timeline-1 .timeline-icon {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid;
  padding: 13px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
}
.main-timeline-1 .timeline-icon i {
  display: block;
  border-radius: 50%;
  font-size: 64px;
  color: #fff;
  line-height: 100px;
  z-index: 1;
  position: relative;
}
.main-timeline-1 .timeline-icon:after,
.main-timeline-1 .timeline-icon:before {
  content: "";
  width: 100px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}
.main-timeline-1 .timeline-icon:after {
  width: 70px;
  height: 50px;
  background: #fff;
  top: 89px;
  right: -30px;
}
.main-timeline-1 .timeline-content {
  width: 50%;
  padding: 0 50px;
  margin: 52px 0 0;
  float: right;
  position: relative;
}
.main-timeline-1 .timeline-content:before {
  content: "";
  width: 70%;
  height: 85%;
  border: 3px solid;
  border-top: none;
  border-right: none;
  position: absolute;
  bottom: -13px;
  left: 35px;
}
.main-timeline-1 .timeline-content:after {
  content: "";
  width: 37px;
  height: 4px;
  position: absolute;
  top: 27px;
  left: 0;
}
.main-timeline-1 .title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
}
.main-timeline-1 .description {
  display: inline-block;
  font-size: 12px;
  color: #404040;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0;
}
.main-timeline-1 .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 25%;
}
.main-timeline-1 .timeline:nth-child(even) .timeline-icon:before {
  right: auto;
  left: -100px;
}
.main-timeline-1 .timeline:nth-child(even) .timeline-icon:after {
  right: auto;
  left: -30px;
}
.main-timeline-1 .timeline:nth-child(even) .timeline-content {
  float: left;
}
.main-timeline-1 .timeline:nth-child(even) .timeline-content:before {
  left: auto;
  right: 35px;
  transform: rotateY(180deg);
}
.main-timeline-1 .timeline:nth-child(even) .timeline-content:after {
  left: auto;
  right: 0;
}
@media only screen and (max-width:1200px) {
  .main-timeline .timeline-icon:before {
    width: 50px;
    right: -50px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -50px;
  }
  .main-timeline .timeline-content {
    margin-top: 75px;
  }
}
@media only screen and (max-width:990px) {
  .main-timeline .timeline {
    margin: 0 0 10px;
  }
  .main-timeline .timeline-icon {
    left: 25%;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    right: 25%;
  }
  .main-timeline .timeline-content {
    margin-top: 115px;
  }
}
@media only screen and (max-width:767px) {
  .main-timeline {
    padding-top: 50px;
  }
  .main-timeline:before {
    left: 80px;
    right: 0;
    margin: 0;
  }
  .main-timeline .timeline {
    margin-bottom: 70px;
  }
  .main-timeline .timeline:before {
    top: 0;
    left: 83px;
    right: 0;
    margin: 0;
  }
  .main-timeline .timeline-icon {
    width: 60px;
    height: 60px;
    line-height: 40px;
    padding: 5px;
    top: 0;
    left: 0;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 0;
    right: auto;
  }
  .main-timeline .timeline-icon:before,
  .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    width: 25px;
    left: auto;
    right: -25px;
  }
  .main-timeline .timeline-icon:after,
  .main-timeline .timeline:nth-child(even) .timeline-icon:after {
    width: 25px;
    height: 30px;
    top: 44px;
    left: auto;
    right: -5px;
  }
  .main-timeline .timeline-icon i {
    font-size: 30px;
    line-height: 45px;
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    width: 100%;
    margin-top: -15px;
    padding-left: 130px;
    padding-right: 5px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content {
    float: right;
  }
  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    width: 50%;
    left: 120px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    right: auto;
    transform: rotateY(0);
  }
  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: 85px;
  }
}
@media only screen and (max-width:479px) {
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding-left: 110px;
  }
  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    left: 99px;
  }
  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(2n) .timeline-content:after {
    left: 65px;
  }
}
/* TIMELINE */
.main-timeline-1 .timeline .timeline-content-blue:after,
.main-timeline-1 .timeline .timeline-icon-blue i,
.main-timeline-1 .timeline .timeline-icon-blue:before,
.main-timeline-1 .timeline-blue:before {
  background: #1ebad0;
}
.main-timeline-1 .timeline .timeline-content-orange:after,
.main-timeline-1 .timeline .timeline-icon-orange i,
.main-timeline-1 .timeline .timeline-icon-orange:before,
.main-timeline-1 .timeline-orange:before {
  background: #f8781f;
}
.main-timeline-1 .timeline .timeline-content-red:after,
.main-timeline-1 .timeline .timeline-icon-red i,
.main-timeline-1 .timeline .timeline-icon-red:before,
.main-timeline-1 .timeline-red:before {
  background: #f54957;
}
.main-timeline-1 .timeline .timeline-content-green:after,
.main-timeline-1 .timeline .timeline-icon-green i,
.main-timeline-1 .timeline .timeline-icon-green:before,
.main-timeline-1 .timeline-green:before {
  background: #7cba01;
}
/* ICON */
.main-timeline-1 .timeline .timeline-icon-blue {
  border-color: #1ebad0;
}
.main-timeline-1 .timeline .timeline-icon-orange {
  border-color: #f8781f;
}
.main-timeline-1 .timeline .timeline-icon-red {
  border-color: #f54957;
}
.main-timeline-1 .timeline .timeline-icon-green {
  border-color: #7cba01;
}
/* TITLE */
.main-timeline-1 .timeline .title-blue {
  color: #1ebad0;
}
.main-timeline-1 .timeline .title-orange {
  color: #f8781f;
}
.main-timeline-1 .timeline .title-red {
  color: #f54957;
}
.main-timeline-1 .timeline .title-green {
  color: #7cba01;
}
/* TIMELINE CONTENT */
.main-timeline-1 .timeline .timeline-content-blue:before {
  border-left-color: #1ebad0;
  border-bottom-color: #1ebad0;
}
.main-timeline-1 .timeline .timeline-content-orange:before {
  border-left-color: #f8781f;
  border-bottom-color: #f8781f;
}
.main-timeline-1 .timeline .timeline-content-red:before {
  border-left-color: #f54957;
  border-bottom-color: #f54957;
}
.main-timeline-1 .timeline .timeline-content-green:before {
  border-left-color: #7cba01;
  border-bottom-color: #7cba01;
}

/* ---------------------------------------------------
    TIMELINE HORIZONTAL
--------------------------------------------------- */
.horizontal-timeline .events {
  border-top: 3px solid #e9ecef;
}
.horizontal-timeline .events .event-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}
.horizontal-timeline .events .event-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #dee2e6;
  top: 0;
}
.horizontal-timeline .events .event-list .event-date {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  width: 75px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 4px;
}
@media (min-width: 1140px) {
  .horizontal-timeline .events .event-list {
    display: inline-block;
    width: 24%;
    padding-top: 45px;
  }
  .horizontal-timeline .events .event-list .event-date {
    top: -12px;
  }
}
.bg-soft-primary {
  background-color: rgba(64,144,203,.3)!important;
}
.bg-soft-success {
  background-color: rgba(71,189,154,.3)!important;
}
.bg-soft-danger {
  background-color: rgba(231,76,94,.3)!important;
}
.bg-soft-warning {
  background-color: rgba(249,213,112,.3)!important;
}
.card-horizontal {
  border: none;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
  box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
}

/* ---------------------------------------------------
    TIMELINE HORIZONTAL
--------------------------------------------------- */
.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0;
  display: table;
  width: 100%;
}
.timeline-horizontal::before {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 26px;
  left: 0;
  right: 0;
  background-color: #eeeeee;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item {
  display: table-cell;
  vertical-align: bottom;
  width: 20%;
  min-width: 320px;
  padding: 0 20px;
  position: relative;
}
.timeline-horizontal .timeline-panel {
  position: relative;
  bottom: 64px;
  background: #fff;
  border: 1px solid #777;
  border-radius: 2px;
  padding: 20px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  margin-top: 50px;
  margin-bottom: 10px;
  margin-left: 4px;
}
.timeline-horizontal .timeline-panel::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 28px;
  border-top: 16px solid #777;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
.timeline-horizontal .timeline-panel .timeline-heading .timeline-title {
  font-size: 1rem;
}
.timeline-horizontal .timeline-panel .timeline-body {
  font-size: 0.75rem;
}
.timeline-horizontal .timeline-badge {
  position: absolute;
  bottom: 0;
  left: 43px;
  width: 54px;
  height: 54px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  border: 3px solid #fff;
  z-index: 100;
}
.timeline-horizontal .grey {
  background-color: #495057;
}
.timeline-horizontal .blue-1 {
  background-color: #1f9eba;
}
.timeline-horizontal .blue-2 {
  background-color: #46aba2;
}
.timeline-horizontal .blue-3 {
  background-color: #008b8b;
}
.timeline-horizontal .cyan {
  background-color: #5bc0de;
}
.timeline-horizontal .green {
  background-color: #198754;
}
.timeline-horizontal .light-green {
  background-color: #59ba1f;
}
.timeline-horizontal .yellow {
  background-color: #d1bd10;
}
.timeline-horizontal .red {
  background-color: #ba1f1f;
}
.timeline-horizontal .light-red {
  background-color: #f54957;
}
.timeline-horizontal .orange {
  background-color: #f8781f;
}
.timeline-horizontal .purple {
  background-color: #6f42c1;
}
.timeline-horizontal .light-purple {
  background-color: #AD46FF;
}
.timeline-horizontal .pink {
  background-color: #BD6FBD;
}