.timeline1 {
  list-style: none;
  padding: 0 0 20px;
  position: relative;
}
.timeline1:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #e6e6e6;
  left: 65.5%;
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  .timeline1:before {
    margin-left: -64px;
  }
}
@media screen and (max-width: 480px) {
  .timeline1:before {
    margin-left: -64px;
  }
}
@media screen and (max-width: 768px) {
  .timeline1 .timeline1-heading {
    margin-bottom: 30px;
  }
}
.timeline1 .timeline-heading1 > div h3 {
  display: inline-block;
  padding: 7px 15px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
  background: #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .timeline1 .timeline-heading1 > div h3 {
    float: left;
    margin-bottom: 0;
  }
}
.timeline1 > li {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .timeline1 > li {
    margin-bottom: 4em;
  }
}
.timeline1 > li:before, .timeline1 > li:after {
  content: " ";
  display: table;
}
.timeline1 > li:after {
  clear: both;
}
.timeline1 > li > .timeline-panel1 {
  width: 56%;
  float: left;
  margin-bottom: 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
    padding-top: 26px;
}
@media screen and (max-width: 768px) {
  .timeline1 > li > .timeline-panel1 {
    width: 85% !important;
  }
}
@media screen and (max-width: 480px) {
  .timeline1 > li > .timeline-panel1 {
    width: 75% !important;
  }
  .timeline1 > li > .timeline-panel1:before {
    top: 30px;
  }
  .timeline1 > li > .timeline-panel1:after {
    top: 31px;
  }
}
.timeline1 > li > .timeline-badge1 {
  color: #fff;
  width: 44px;
  height: 44px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 65.2%;
  margin-left: -21px;
  background-color: #FF9000;
  z-index: 100;
  display: table;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .timeline1 > li > .timeline-badge1 {
    margin-left: -10px !important;
  }
}
@media screen and (max-width: 992px) {
  .timeline1 > li > .timeline-badge1 {
    margin-left: -10px !important;
  }
}
.timeline1 > li > .timeline-badge1 i {
  display: table-cell;
  vertical-align: middle;
  height: 44px;
  font-size: 18px;
}
.timeline1 > li.timeline-unverted1 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .timeline1 > li.timeline-unverted1 {
    text-align: left;
  }
}
.timeline1 > li.timeline-inverted1 > .timeline-panel1 {
  float: right;
}
.timeline1 > li.timeline-inverted1 > .timeline-panel1:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline1 > li.timeline-inverted1 > .timeline-panel1:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-title1 {
  margin-top: 0;
}

.company1 {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #bfbfbf;
}

.timeline-body1 > p,
.timeline-body1 > ul {
  margin-bottom: 0;
}

.timeline-body1 > p + p {
  margin-top: 5px;
}

@media (max-width: 992px) {
  ul.timeline1:before {
    left: 90px;
  }

  ul.timeline1 > li > .timeline-panel1 {
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }

  ul.timeline1 > li > .timeline-badge1 {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline1 > li > .timeline-panel1 {
    float: right;
  }

  ul.timeline1 > li > .timeline-panel1:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline1 > li > .timeline-panel1:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
