/* .timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
}

.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  align-self: center;
  width: 50vw;
}

.timeline__event:nth-child(2n + 1) {
  flex-direction: row-reverse;
}

.timeline__event:nth-child(2n + 1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}

.timeline__event:nth-child(2n + 1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}

.timeline__event:nth-child(2n + 1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(168deg, rgba(211, 63, 63, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(60, 121, 182, 1) 100%);
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 4s ease-in-out;
}

.timeline__event:nth-child(2n + 1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(168deg, rgba(211, 63, 63, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(60, 121, 182, 1) 100%)
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  animation: fillLeft 2s forwards 4s ease-in-out;
}

.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: linear-gradient(168deg, rgba(211, 63, 63, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(60, 121, 182, 1) 100%);
  letter-spacing: 1.5px;
}

.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(40vw - 84px);
  border-radius: 0 6px 6px 0;
}

.timeline__event__date {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(168deg, rgba(211, 63, 63, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(60, 121, 182, 1) 100%);
    ;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
}

.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: linear-gradient(168deg, rgba(211, 63, 63, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(60, 121, 182, 1) 100%);
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: linear-gradient(168deg, rgba(211, 63, 63, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(60, 121, 182, 1) 100%);
    ;
  border-radius: 100%;
  width: 40px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 40px;
  height: 40px;
  position: relative;
}

.timeline__event__icon i {
  font-size: 32px;
}

.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(168deg, rgba(211, 63, 63, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(60, 121, 182, 1) 100%);
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 4s ease-in-out;
}

.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(168deg, rgba(211, 63, 63, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(60, 121, 182, 1) 100%);
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  animation: fillLeftOdd 2s forwards 4s ease-in-out;
}

.timeline__event__description {
  flex-basis: 60%;
}

.timeline__event--type2:after {
  background: linear-gradient(168deg, rgba(211, 63, 63, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(60, 121, 182, 1) 100%);
}

.timeline__event--type2 .timeline__event__date {
  color: white;
    background: linear-gradient(168deg, rgba(211, 63, 63, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(60, 121, 182, 1) 100%);
}

.timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:before,
.timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:after {
  background: linear-gradient(168deg, rgba(211, 63, 63, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(60, 121, 182, 1) 100%);
}

.timeline__event--type2 .timeline__event__icon {
  background: linear-gradient(168deg, rgba(211, 63, 63, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(60, 121, 182, 1) 100%);
    color: white;
}

.timeline__event--type2 .timeline__event__title {
  color: rgb(0, 0, 0);
}

.timeline__event--type3:after {
  background: linear-gradient(168deg, rgba(211, 63, 63, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(60, 121, 182, 1) 100%);
}

.timeline__event--type3 .timeline__event__date {
  color: white;
    background-color: linear-gradient(168deg, rgba(211, 63, 63, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(60, 121, 182, 1) 100%);
}

.timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:before,
.timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:after {
  background: linear-gradient(168deg, rgba(211, 63, 63, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(60, 121, 182, 1) 100%);
}

.timeline__event--type3 .timeline__event__icon {
  background: linear-gradient(168deg, rgba(211, 63, 63, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(60, 121, 182, 1) 100%);
    color: white;
}

.timeline__event--type3 .timeline__event__title {
  color: .timeline__event--type3 .timeline__event__title;
}

.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
    align-self: center;
  }

  .timeline__event__content {
    width: 100%;
  }

  .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  .timeline__event__icon:before,
  .timeline__event__icon:after {
    display: none;
  }

  .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
}

@keyframes fillLeft {
  100% {
    right: 100%;
  }
}

@keyframes fillTop {
  100% {
    top: 100%;
  }
}

@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
*/
/* new added - 10-06-2024 */






ld_h1 {
  font-size: 200%;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}


.timeline {
  position: relative;
}

.timeline::before {
  margin-top: 65px;
  content: '';
  background: #C5CAE9;
  width: 5px;
  height: 90%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  width: 100%;
  margin-bottom: 70px;
}

.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
}

.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}

.timeline-item:nth-child(even) .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}

.timeline-item::after {
  content: '';
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border-radius: 4px;
  background: #f5f5f5;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3);
}

.timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f5f5f5;
}

.timeline-img {
  width: 30px;
  height: 30px;
  background: #3F51B5;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}
@keyframes blink {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

ld_a {
  background: #3F51B5;
  color: #FFFFFF;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .6);
}

ld_a:hover,
ld_a:active,
ld_a:focus {
  background: #303F9F;
  color: #FFFFFF;
  text-decoration: none;
}

.timeline-card {
  padding: 0 !important;
}

.timeline-card p {
  padding: 0 20px;
}

.timeline-card a {
  margin-left: 20px;
}

.timeline-item .timeline-img-header {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4)), url('https://picsum.photos/1000/800/?random') center center no-repeat;
  background-size: cover;
}

.timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}

.timeline-img-header h2 {
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  left: 20px;
}

blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3F51B5;
  padding: 0 20px;
}

.ld_date {
  background: #24416e;
  display: inline-block;
  color: #FFFFFF;
  padding: 10px;
  position: absolute;
  top: 0;
  font-weight: bold;
  right: 0;
}

@media screen and (max-width: 768px) {
  .timeline::before {
    left: 50px;
  }

  .timeline-img {
    left: 50px;
  }

  .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
    border: #b53f3f;
  }

  .timeline-item:nth-child(odd) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
}