﻿.main-timeline {
  overflow: hidden;
  position: relative;
}

.main-timeline:before {
  content: "";
  width: 7px;
  height: 100%;
  background: #E9EDF9;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.main-timeline .timeline {
  width: 50%;
  padding-left: 80px;
  float: right;
  position: relative;
}

.main-timeline .timeline:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1D47BE;
  border: 3px solid #E9EDF9;
  position: absolute;
  top: 5%;
  left: -6px;
  transform: translateY(-50%);
}

.main-timeline .timeline-content {
  display: block;
  padding: 20px;
  background: #fff;
  position: relative;
  border: 1px solid #DFE8FF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .inner-content {
  width: 100%;
  padding: 15px 20px 15px 15px;
  background: #fff;
  border-radius: 0 100px 100px 0;
  color: #666;
}

.main-timeline .year {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #1D47BE;
  position: absolute;
  top: 10%;
  left: 2%;
  transform: translateY(-50%);
}

.main-timeline .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  color: #2C2C2C;
}

.main-timeline .description {
  font-size: 14px;
  margin: 0 0 5px 0;
}

.main-timeline .timeline:nth-child(2n) {
  padding: 0 80px 0 0;
}

.main-timeline .timeline:nth-child(2n):before,
.main-timeline .timeline:nth-child(2n) .year {
  left: auto;
  right: -6px;
}

.main-timeline .timeline:nth-child(2n) .year {
  right: 2%;
}

.main-timeline .timeline:nth-child(2n):after {
  border-right: none;
  border-left: 30px solid #ee4423;
  left: auto;
  right: 24px;
}

.main-timeline .timeline:nth-child(2n) .inner-content {
  float: right;
  border-radius: 100px 0 0 100px;
  text-align: right;
}

.main-timeline .timeline:nth-child(2) {
  margin-top: 100px;
}

.main-timeline .timeline:nth-child(odd) {
  
  margin-top: -100px;
}

.main-timeline .timeline:nth-child(even) {
  margin-bottom: 80px;
}

.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even) {
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .main-timeline .inner-content {
    width: 80%;
  }

  .main-timeline .year {
    font-size: 24px;
    left: 10px;
    top: 20%;
    transform: translateY(-50%) rotate(-90deg);
  }

  .main-timeline .timeline:nth-child(2n) .year {
    right: 10px;
  }
}

@media only screen and (max-width: 990px) {
  .main-timeline .year {
    font-size: 24px;
    left: 8px;
    top: 25%;
  }

  .main-timeline .timeline:nth-child(2n) .year {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {

  .main-timeline:before,
  .main-timeline .timeline:before {
    left: 10px;
    transform: translateX(0);
  }

  .main-timeline .timeline:nth-child(2n):after {
    border-left: none;
    border-right: 30px solid #ee4423;
    right: auto;
    left: 24px;
  }

  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even),
  .main-timeline .timeline:nth-child(odd) {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }

  .main-timeline .timeline:last-child {
    margin-bottom: 0;
  }

  .main-timeline .timeline:nth-child(2n) {
    padding: 0 0 0 80px;
  }

  .main-timeline .timeline:before,
  .main-timeline .timeline:nth-child(2n):before {
    left: 7px;
  }

  .main-timeline .inner-content {
    width: 85%;
  }

  .main-timeline .timeline:nth-child(2n) .inner-content {
    float: none;
    border-radius: 0 100px 100px 0;
    text-align: left;
  }

  .main-timeline .timeline:nth-child(2n) .year {
    right: auto;
    left: 8px;
  }

  .main-timeline .timeline:nth-child(2n):after {
    border-right-color: #f68829;
  }

  .main-timeline .timeline:nth-child(3n):after {
    border-left-color: #2991d0;
  }

  .main-timeline .timeline:nth-child(4n):after {
    border-right-color: #9361aa;
  }

  .main-timeline .timeline:nth-child(5n):after {
    border-left-color: #a7be26;
  }
}

@media only screen and (max-width: 479px) {
  .main-timeline .timeline-content {
    padding: 15px;
  }

  .main-timeline .inner-content {
    width: 80%;
  }

  .main-timeline .year {
    font-size: 24px;
  }
}



.culture {
  background: rgba(26, 56, 141, 0.95);
}

#culture p {
  text-align: center;
  color: #B9C5E8
}

.culture .icon-boxes .icon-box .icon {
  margin: 0 auto;
  width: inherit;
  height: inherit;
  background: transparent;
}

.culture .icon-boxes .icon-box {
  text-align: center;

}

.culture .icon-boxes .icon-box h4 {
  padding-top: 10px;
  color: #1D47BE;
  font-size: 18px;
}


#assure.trouble {
  padding-top: 0;
}


.apply {
  padding: 0;
}

.apply .row {
  overflow: hidden;
}

.apply .content-item {
  padding: 40px;
  
  margin: -1px;
  position: relative;
}

.apply .content-item::before {
  
}

.apply .content-item:first-child::before, .apply .content-item:first-child::after {
  
  left: unset;
  right: unset;
  -webkit-transform: translateX(51%);
  -ms-transform: translateX(51%);
  transform: translateX(51%);
}

.apply .content-item:last-child::before {
  width: 50% !important;
  left: 0;
}



.apply .content-item:last-child:after {
  background: none;
}

.apply .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  width: 53px;
  height: 53px;
  background: #547DEE;
  border-radius: 50%;
  line-height: 53px;
  margin: 0 auto;
  margin-bottom: 15px;

}

.apply .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .apply .content-item {
    padding: 25px;
  }
}

#value {
  background: #F7FAFD;
  padding: 0 0 80px 0;
}

#value .icon-box p {
  font-size: 14px
}

.value .icon-box .icon {
  padding-top: 25px;
}

.value .icon-box .icon a {
  padding: 20px;
  background: #1D47BE;
  border-radius: 50%;
  color: #fff;
}

.value .row {
  justify-content: space-between;
}

.value .icon-box .bi {
  font-size: 20px;
}

@media (max-width: 1200px) {
  .value .row {
    justify-content: left;
  }
}


.move-animation {
  -webkit-animation: move 2s infinite;
  animation: move 2s infinite;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}