/** fonts **/
/** Primary and secondary fonts settings **/
/** Body colors **/
/** Header colors **/
/** body background **/
/** wrapper background **/
/** footer first widget area background **/
/** footer second widget area background **/
/** Footer colors **/
/* line 6, history_timeline.less */
.history-timeline {
  margin-bottom: 30px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 9, history_timeline.less */
.history-timeline .item {
  padding-left: 200px;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}
/* line 16, history_timeline.less */
.history-timeline .item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 21, history_timeline.less */
.history-timeline .time {
  position: absolute;
  left: 0;
  top: 0;
  color: #fcd846;
  font-size: 28px;
  line-height: 60px;
  font-weight: 100;
}
/* line 30, history_timeline.less */
.history-timeline .time:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 30px;
  height: 2px;
  background: #111111;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
/* line 40, history_timeline.less */
.history-timeline .item:hover .time:after {
  background: #fcd846;
  width: 100%;
}
/* line 44, history_timeline.less */
.history-timeline h4 {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 18px;
  padding-top: 10px;
}
.history-timeline .text {
  padding-top: 13px;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  /* line 56, history_timeline.less */
  .history-timeline .time {
    font-size: 30px;
    position: relative;
    margin-bottom: 20px;
  }
  /* line 61, history_timeline.less */
  .history-timeline .time:after {
    bottom: -5px;
  }
  /* line 64, history_timeline.less */
  .history-timeline .item {
    padding-left: 0;
  }
}
