section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section#contact .section-heading {
  color: #fff;
}

.container {
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Comfortaa';
  font-weight: 300;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline-heading h4 {
  font-family: 'Comfortaa';
  font-weight: 300;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #9999a5;
  margin-bottom: 148px;
}

@media (min-width: 768px) {
  .timeline:before {
    margin-bottom: 177px !important;
  }
}

@media (min-width: 992px) {
  .timeline:before {
    margin-bottom: 125px !important;
  }
}

@media (min-width: 576px) {
  .timeline:before {
    margin-bottom: 99px;
  }
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

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

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

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 21px;
  width: 50px;
  height: 50px;
  margin-left: 0;
  text-align: center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.timeline > li.timeline-inverted > .timeline-image {
  position: absolute;
  z-index: 100;
  left: 21px;
  width: 50px;
  height: 50px;
  margin-left: 0;
  text-align: center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading-g {
  text-transform: none;
  color: #a5d9cd !important;
  padding-top: 5px !important;
}

.timeline .timeline-heading h4.subheading-y {
  text-transform: none;
  color: #fcbb76 !important;
  padding-top: 5px !important;
}

.timeline .timeline-heading h4.subheading-b {
  text-transform: none;
  color: #3d3d54 !important;
  padding-top: 5px !important;
}

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

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
}

@media (min-width: 768px) {
  .timeline > li {
    min-height: 100px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
    margin-left: 25px;
  }
}

@media (min-width: 768px) {
  .timeline > li .timeline-image {
    left: 50%;
    width: 55px;
    height: 55px;
    margin-left: -33px !important;
    margin-top: -2px;
    -webkit-transform: none;
    transform: none;
    max-width: 50px;
    max-height: 50px;
  }
}

@media (min-width: 768px) {
  .timeline > li.timeline-inverted > .timeline-image {
    left: 50%;
    width: 55px;
    height: 55px;
    margin-left: -21px !important;
    margin-top: -2px;
    -webkit-transform: none;
    transform: none;
    max-width: 50px;
    max-height: 50px;
  }
}

@media (min-width: 768px) {
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 0px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    /*min-height: 150px;*/
  }
}

@media (min-width: 992px) {
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 992px) {
  .timeline > li .timeline-image {
    width: 70px;
    height: 70px;
    margin-left: -45px;
  }
}

@media (min-width: 992px) {
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
    margin-right: 45px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    /*min-height: 170px;*/
  }
}

@media (min-width: 1200px) {
  .timeline > li .timeline-panel {
    padding: 0 0px 20px 100px;
  }
}

@media (min-width: 1200px) {
  .timeline > li .timeline-image {
    width: 70px;
    height: 70px;
    margin-left: -45px;
    margin-top: -3px;
  }
}

@media (min-width: 1200px) {
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.timeline-text {
  color: #1a2a40;
  font-family: 'Comfortaa';
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
}

.timeline-body img:hover {
  transition: .5s;
  transform: translate(0em,-.5em);
}

.timeline-body img {
  transition: .5s;
}

#section-main-content h4 {
  color: #645faa;
  font-family: 'Comfortaa';
  font-weight: 900;
  font-size: 26px;
  padding: 0px 0px 5px 0px;
}

@media (min-width: 768px) {
  #section-main-content h4 {
    padding: 3px 0px 5px 0px;
  }
}

