.applying-timeline {
  font-family: 'Niramit', sans-serif;
}

.applying-timeline:after {
  content: '';
  display: block;
  clear: both;
}

.for-students .inner-content h3 {
  color: #11244f !important;
}

.applying-timeline .timeline {
  margin: 0 -15px;
}

.applying-timeline .timeline-content {
  color: #fff;
  text-align: left;
  display: block;
  position: relative;
}

.applying-timeline .timeline-content:hover {
  text-decoration: none;
}

.applying-timeline .timeline-icon {
  font-size: 50px;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.applying-timeline .timeline:hover .timeline-icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.applying-timeline .timeline-year {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.applying-timeline .timeline-year:after {
  content: '';
  height: 40px;
  width: 90%;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
}

.applying-timeline .timeline-year span {
  color: #11244f;
  background-color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  height: 60px;
  width: 60px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #999, 0 0 0 15px #11244f;
          box-shadow: 0 0 10px #999, 0 0 0 15px #11244f;
  display: block;
}

.for-students .timeline-year span {
  color: #fff;
  -webkit-box-shadow: 0 0 10px #999, 0 0 0 15px #fff;
          box-shadow: 0 0 10px #999, 0 0 0 15px #fff;
}

.for-students h4 {
  padding: 20px;
}

.for-students h4 span {
  color: #11244f !important;
}

.for-students, .for-students h4, .for-students h3 {
  background-color: #fff !important;
  color: #11244f !important;
}

.for-students .timeline-content h3 {
  color: #11244f !important;
}

.triangle-1 {
  width: 100%;
  height: 50px;
  -webkit-clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
          clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: #11244f;
}

.triangle-2 {
  width: 100%;
  height: 50px;
  -webkit-clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
          clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: white;
}

.applying-timeline img {
  width: 50px !important;
}

.applying-timeline .inner-content {
  padding: 0 10px 10px 15px;
}

.applying-timeline .title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.applying-timeline .description {
  color: #333;
  font-size: 15px;
  letter-spacing: 1px;
}

.applying-timeline .timeline.blue .timeline-icon,
.applying-timeline .timeline.blue .title {
  color: #1F5295;
}

.applying-timeline .timeline.blue .timeline-year:after,
.applying-timeline .timeline.blue .timeline-year span {
  background-color: #1F5295;
}

.applying-timeline .timeline.blue .inner-content {
  border-left-color: #1F5295;
}

.applying-timeline .timeline.green .timeline-icon,
.applying-timeline .timeline.green .title {
  color: #fff;
}

.applying-timeline .timeline.green .timeline-year:after,
.applying-timeline .timeline.green .timeline-year span {
  background-color: #fff;
}

.applying-timeline .timeline.green .inner-content {
  border-left-color: #fff;
}

.applying-timeline .timeline.pink .timeline-icon,
.applying-timeline .timeline.pink .title {
  color: #11244f;
}

.applying-timeline .timeline.pink .timeline-year:after,
.applying-timeline .timeline.pink .timeline-year span {
  background-color: #11244f;
}

.applying-timeline .timeline.pink .inner-content {
  border-left-color: #11244f;
}

@media screen and (min-width: 767px) {
  .applying-timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .applying-timeline .timeline {
    margin: 0 0 15px;
  }
  .applying-timeline .timeline-year:after {
    width: 100%;
  }
  .triangle-2 {
    position: relative;
    top: -15px;
  }
}
/*# sourceMappingURL=applying_timeline.css.map */