/* */
/* Secondary Colors */
/*Neutral Colors */
.timeline {
  padding: 100px 0;
  background: #FFBA00;
}
.timeline .timeline-wrapper {
  padding-bottom: 50px;
  position: relative;
}
.timeline .timeline-wrapper:after {
  background: #21296B;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0px;
  width: 2px;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-wrapper:after {
    left: 0px;
  }
}
.timeline .timeline-wrapper .timeline-item {
  margin-bottom: 50px;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-wrapper .timeline-item {
    margin-top: 0px !important;
    margin-bottom: 50px;
    width: auto;
  }
}
.timeline .timeline-wrapper .timeline-item.timeline-right {
  padding-left: 50px;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-wrapper .timeline-item.timeline-right {
    left: auto;
  }
}
.timeline .timeline-wrapper .timeline-item.timeline-left {
  padding-right: 50px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-wrapper .timeline-item.timeline-left {
    padding-left: 50px;
    padding-right: 0px;
    text-align: left;
  }
}
.timeline .timeline-wrapper .timeline-item.timeline-left h3 {
  padding: 0px 0px 0px 65px;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-wrapper .timeline-item.timeline-left h3 {
    padding: 0px 65px 0px 0px;
  }
}
.timeline .timeline-wrapper .timeline-item.timeline-left h3:before {
  left: auto;
  right: -32px;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-wrapper .timeline-item.timeline-left h3:before {
    left: -32px;
    right: auto;
  }
}
.timeline .timeline-wrapper .timeline-item.timeline-left h3:after {
  left: auto;
  right: -50px;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-wrapper .timeline-item.timeline-left h3:after {
    left: -50px;
    right: auto;
  }
}
.timeline .timeline-wrapper .timeline-item.timeline-left h3 img {
  left: 0px;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-wrapper .timeline-item.timeline-left h3 img {
    left: auto;
    right: 0px;
  }
}
.timeline .timeline-wrapper .timeline-item h3 {
  color: #21296B;
  display: inline;
  font-family: Antonio, san-serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 50px;
  margin: 0px;
  padding: 0px 65px 0px 0px;
  position: relative;
  /* circle */
  /* line */
}
.timeline .timeline-wrapper .timeline-item h3:before {
  border-radius: 25px;
  border: 2px solid #21296B;
  content: "";
  height: 20px;
  left: -32px;
  position: absolute;
  top: 18px;
  width: 20px;
}
.timeline .timeline-wrapper .timeline-item h3:after {
  background: #21296B;
  content: "";
  height: 2px;
  left: -50px;
  position: absolute;
  top: 29px;
  width: 18px;
}
.timeline .timeline-wrapper .timeline-item h3 img {
  height: auto;
  position: absolute;
  right: 0px;
  top: -3px;
  width: 60px;
}
.timeline .timeline-wrapper .timeline-item p {
  margin: 12px 0px;
}
.timeline .timeline-wrapper .timeline-item img.small {
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline-wrapper .timeline-item img.small {
    max-width: 100%;
  }
}
