.a.readmore-history:after {
    content: "\f054";
    position: relative;
    top: 1px;
    right: -4px;
    font-family: 'Font Awesome 6 Pro';
    text-align: center;
   color: var(--secondary-color);
    font-weight: 700;
 }

a.readmore-history {
    color: #000 !important;
    /* width: 100%; */
    display: block;
    font-weight: 400;
    background: #d0dafe;
    margin: -0 -13px 0 -13px;
    text-align: center;
    margin-top: 5px;
    padding: 8px 0;
    font-size: 13px !important;
}
a.readmore-history:hover{
color:#fff !important; background: #034da2;
}




.controls {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.controls:hover:after {
  transform: translateX(-10px) rotate(45deg);
}

.controls:active:after {
  transform: translateX(-20px) rotate(45deg);
  transition: 300ms all;
}

.controls:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  border-left: 4px solid #034da2;
  border-bottom: 4px solid #034da2;
  transition: 500ms all;
}

.controls.next {
  left: auto;
  right: 10px;
  transform: rotate(180deg);
}

.time-line {
  width: 100%;
  height: 350px;
  background-color: #f6f4ff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0;
  overflow:hidden;
}

.time-line * {
  transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}

.time-line .dates-overflow {
  left: 0;
  width: 500vw;
  position: absolute;
  bottom: 50px;
  height: 50px;
}

.time-line .dates-wrap {
  display: inline-block;
  position: absolute;
  height: 100%;
  left: calc(50vw - 588px);
}

.time-line .dates-wrap:before,
.time-line .dates-wrap:after {
  content: '';
  position: absolute;
  width: 160px;
  height: 100%;
  left: 0;
  /* transform: translate(-50%, -50%);
  background: linear-gradient(to right, rgba(0,83,160,1) 0%, rgba(125,185,232,0) 100%); */
  z-index: 2;
}

.time-line .dates-wrap:after {
  left: auto;
  right: 0;
  /* background: linear-gradient(to left, rgba(0,83,160,1) 0%, rgba(125,185,232,0) 100%);
  transform: translate(50%, -50%); */
}

.time-line .date {
  width: 370px;
  position: relative;
  float: left;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}

.time-line .date .date-content {
  visibility: hidden;
  position: absolute;
  width: 358px;
  height: auto;
  bottom: 100%;
  margin-bottom: 80px;
  border-radius: 3px;
  transform-origin: 50% 100%;
  transform: scale(0.7);
  box-shadow: 0 10px 30px rgba(0,0,0,0);
}

.time-line .date .date-content:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  top: 100%;
  margin-top: 8px;
  height: 60px;
  opacity: 0;
  background-color: #034da2;
  transform: scaleY(0);
  transform-origin: 100% 100%;
  transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}

<!-- .time-line .date .date-content .date-image {
  width: 100%;
  height: calc(100% - 60px);
  background-image: ur[](https://images.unsplash.com/photo-1573591172652-f548fe02ef77?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=844&q=80);
  background-size: cover;
  background-position: center;
} -->

.time-line .date .date-content > div {
  opacity: 0;
  transform: translateY(40px);
}

.time-line .date .date-content .date-text {
    width: 100%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    color: #040404;
    padding: 9px 12px 0px 12px;
    border-radius: 12px 12px 0 0;
    font-weight: 400;
	font-size: 13px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.time-line .date .date-content .date-text h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 15px;
    color: #034ea2;
    font-weight: 600;
    letter-spacing: normal;
	text-transform: none;
}
.time-line .date .date-content .date-text p{ font-size:13px; line-height:19px; min-height: 76px; }
.time-line .date .date-year {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.time-line .date .date-year:hover {
  opacity: 1 !important;
}

.time-line .date .date-year:hover:after {
  transform: scale(1) !important;
}

.time-line .date .date-year p {
    position: absolute;
    top: 28px;
    line-height: 0;
    color: #034da2;
    font-size: 25px !important;
    font-weight: 700;
    transform: scale(0.4);
    z-index: 2;
}

.time-line .date .date-year:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #034da2;
  bottom: 100%;
  margin-bottom: -7px;
  border-radius: 50%;
  transform: scale(0.4);
  transition: 500ms all;
}

.time-line .date .date-year:before {
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
  height: 1px;
  background-color: #034da2;
}

.time-line .date.sibling .date-year {
  opacity: 0.6;
}

.time-line .date.sibling .date-year:after {
  transform: scale(0.8);
}

.time-line .date.sibling .date-year p {
  transform: scale(0.6);
}

.time-line .date.active + .date .date-year {
  opacity: 0.6;
}

.time-line .date.active + .date .date-year:after {
  transform: scale(0.8);
}

.time-line .date.active + .date .date-year p {
  transform: scale(0.6);
}

.time-line .date.active .date-year {
  opacity: 1;
}

.time-line .date.active .date-year:before {
  width: calc(200% - 11px);
}

.time-line .date.active .date-year:after {
  transform: scale(1);
}

.time-line .date.active .date-year p {
  transform: scale(1.2);
}

.time-line .date.active .date-content {
  transform: scale(1);
  visibility: visible;
}

.time-line .date.active .date-content:after {
  transition-delay: 200ms;
  opacity: 1;
  transform: scaleY(1);
}

.time-line .date.active .date-content div {
  transition-delay: 200ms;
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.main-content .aboutSectionArea .boxHistoryArea{ background:#fff; box-shadow: rgba(50, 50, 93, 0.25) 0px 4px 14px -5px, rgba(0, 0, 0, 0.3) 0px 8px 8px -8px; overflow: hidden; border-radius: 10px; margin-bottom: 0px;}

.main-content .aboutSectionArea  .boxHistoryArea h2 {
    background: #d0dafe;
    padding: 5px 18px;
    color: #000;
    font-size: 18px;
	font-weight: 500;
}
.main-content .aboutSectionArea  .boxHistoryArea .boxHistorycontArea{ padding:3px 22px 8px 22px; }
.main-content .aboutSectionArea  .boxHistoryArea .boxHistorycontArea p{ font-size:16px; }