/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
.timeline-component {
  position: relative;
  overflow: hidden;
}
.timeline-component .eyebrow-text {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.69rem;
}
@media (max-width: 991px) {
  .timeline-component .eyebrow-text {
    margin-bottom: 0.94rem;
  }
}
@media (max-width: 767px) {
  .timeline-component .tc-text-carousel {
    margin-bottom: 2rem;
  }
}
.timeline-component .tc-head-block {
  max-width: 47.5rem;
  text-align: center;
  margin: auto;
  padding-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .timeline-component .tc-head-block {
    padding-bottom: 1.25rem;
  }
}
.timeline-component .tc-video-img {
  position: relative;
  display: block;
}
.timeline-component .tc-video-img .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #96eaaa;
  transition: 0.3s;
}
.timeline-component .tc-video-img .btn-play:hover {
  background: #2699fb;
}
.timeline-component .tc-year-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.75rem 1.5rem;
  min-width: 13.13rem;
  display: inline-flex;
  justify-content: center;
  background-color: #081d4d;
  opacity: 0;
}
@media (max-width: 991px) {
  .timeline-component .tc-year-wrap {
    min-width: 11.25rem;
    padding: 0.5rem 1.5rem;
  }
}
.timeline-component .tc-year-wrap span {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(270deg, #96eaaa 0%, #5fd6ff 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .timeline-component .tc-year-wrap span {
    font-size: 1.25rem;
  }
}
.timeline-component .tc-cell .tc-text-item-wrap,
.timeline-component .tc-cell .tc-year-wrap span {
  transition: all 0.8s ease 0s;
}
.timeline-component .tc-cell .swiper-slide-prev .tc-year-wrap span,
.timeline-component .tc-cell .swiper-slide-prev .tc-text-item-wrap {
  transform: translateX(10%);
  opacity: 0;
}
.timeline-component .tc-cell .swiper-slide-active .tc-year-wrap span,
.timeline-component .tc-cell .swiper-slide-active .tc-text-item-wrap {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.timeline-component .tc-cell .swiper-slide-active .tc-year-wrap {
  opacity: 1;
}
.timeline-component .tc-cell .swiper-slide-next .tc-year-wrap span,
.timeline-component .tc-cell .swiper-slide-next .tc-text-item-wrap {
  opacity: 0;
  transform: translateX(-10%);
}
.timeline-component .tc-img-wrap {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .timeline-component .tc-img-wrap {
    width: 100%;
  }
}
.timeline-component .tc-media-item {
  display: flex;
  align-items: flex-start;
  opacity: 1 !important;
}
.timeline-component .tc-media-item .tc-media-item-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 2.19rem;
}
@media (max-width: 991px) {
  .timeline-component .tc-media-item .tc-media-item-wrap {
    padding-bottom: 1.25rem;
  }
}
.timeline-component .tc-media-item .media-ratio {
  aspect-ratio: 562/314;
  background-color: #081d4d;
}
.timeline-component .tc-media-item .media-ratio .tc-video-img,
.timeline-component .tc-media-item .media-ratio .tc-img {
  height: 100%;
}
.timeline-component .tc-media-item .tc-video-img {
  width: 100%;
}
.timeline-component .tc-media-item .cross-animation {
  transition: none;
}
.timeline-component .tc-media-item.swiper-slide-active {
  z-index: 1;
}
.timeline-component .tc-media-item.swiper-slide-active .cross-animation, .timeline-component .tc-media-item.custom-active-slide .cross-animation {
  transition: 0.8s ease mask-size;
  --ms: 350%;
}
.timeline-component .tc-img {
  position: relative;
}
.timeline-component .tc-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline-component .tc-container {
  position: relative;
  margin-top: 2.5rem;
}
.timeline-component .tc-text-wrap {
  margin: 0;
}
@media (max-width: 991px) {
  .timeline-component .tc-text-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.timeline-component .tc-bg-label {
  position: relative;
  margin-bottom: 1.5rem;
}
.timeline-component .tc-bg-label span {
  display: block;
  width: 100%;
  color: #081d4d;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.48;
}
@media (max-width: 991px) {
  .timeline-component .tc-bg-label span {
    font-size: 1.75rem;
  }
}
.timeline-component .tc-dec {
  position: relative;
  color: #081d4d;
  font-size: 1rem;
  z-index: 9;
}
.timeline-component .tc-title {
  padding-right: 11.88rem;
}
@media (max-width: 767px) {
  .timeline-component .tc-title {
    padding-right: 0;
  }
}
.timeline-component .tc-title h2 {
  margin-bottom: 2.5rem;
  color: #1565c0;
  text-transform: uppercase;
}
.timeline-component .tc-swiper-arrows {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .timeline-component .tc-swiper-arrows .tc-button-prev,
  .timeline-component .tc-swiper-arrows .tc-button-next {
    position: static;
    pointer-events: auto;
  }
}
.timeline-component .tc-pagination {
  --swiper-pagination-bottom: 0;
  --swiper-pagination-top: 0;
  position: relative;
  display: flex;
  white-space: nowrap;
  width: 100%;
  justify-content: space-between;
}
.timeline-component .tc-pagination-outer {
  position: relative;
  padding: 2rem;
  box-shadow: 0 4px 16px 8px rgba(8, 29, 77, 0.1);
}
@media (max-width: 767px) {
  .timeline-component .tc-pagination-outer {
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
    padding-left: 0;
    padding-right: 0;
  }
}
.timeline-component .tc-pagination-outer::before {
  content: "";
  position: absolute;
  bottom: 2.57rem;
  left: 2rem;
  right: 2rem;
  height: 2px;
  background-image: linear-gradient(92.87deg, #1565c0 0%, #96eaaa 100%);
  z-index: 0;
}
@media (max-width: 767px) {
  .timeline-component .tc-pagination-outer::before {
    left: 0;
    right: 0;
  }
}
.timeline-component .tc-pagination-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
}
.timeline-component .tc-pagination .swiper-pagination-custom {
  --swiper-pagination-bullet-height: auto;
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-pagination-bullet-border-radius: 0;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1 0 105px;
  width: 105px;
  background: transparent;
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  align-items: start;
  overflow: clip;
}
@media (max-width: 767px) {
  .timeline-component .tc-pagination .swiper-pagination-custom {
    align-items: center;
    flex: 1 0 26vw;
    width: 26vw;
  }
}
.timeline-component .tc-pagination .swiper-pagination-custom.swiper-pagination-bullet-active .swiper-pagination-dots {
  background-color: #96eaaa;
  border: 2px solid #081d4d;
  transform: scale(1.3);
}
.timeline-component .tc-pagination .swiper-pagination-custom.swiper-pagination-bullet-active .swiper-pagination-label {
  color: #1565c0;
  opacity: 1;
}
.timeline-component .tc-pagination .swiper-pagination-custom:first-child .swiper-pagination-dots {
  position: relative;
}
.timeline-component .tc-pagination .swiper-pagination-custom:first-child .swiper-pagination-dots::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 50px;
  height: 4px;
  margin-top: -2px;
  background-color: #fff;
}
.timeline-component .tc-pagination .swiper-pagination-custom:first-child.swiper-pagination-bullet-active .swiper-pagination-dots::before {
  margin-right: 2px;
}
.timeline-component .tc-pagination .swiper-pagination-custom:last-child {
  padding: 0 3px;
}
@media (min-width: 768px) {
  .timeline-component .tc-pagination .swiper-pagination-custom:last-child {
    width: auto;
    flex: none;
  }
}
.timeline-component .tc-pagination .swiper-pagination-custom:last-child .swiper-pagination-dots {
  position: relative;
}
.timeline-component .tc-pagination .swiper-pagination-custom:last-child .swiper-pagination-dots::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 500px;
  height: 4px;
  margin-top: -2px;
  background-color: #fff;
}
.timeline-component .tc-pagination .swiper-pagination-custom:last-child.swiper-pagination-bullet-active .swiper-pagination-dots::before {
  margin-left: 2px;
}
.timeline-component .tc-pagination .swiper-pagination-bullet-active::before {
  display: none;
}
.timeline-component .tc-pagination .swiper-pagination-bullet::before {
  display: none;
}
.timeline-component .tc-pagination .swiper-pagination-dots {
  display: block;
  width: 0.94rem;
  height: 0.94rem;
  margin: 0 auto;
  margin-top: 8px;
  background-color: #b5a4fc;
  border-radius: 100%;
  opacity: 1;
}
.timeline-component .tc-pagination .swiper-pagination-label {
  display: grid;
  padding-bottom: 3px;
  color: #081d4d;
  font-weight: 400;
  font-size: 0.94rem;
}
.timeline-component .tc-pagination .swiper-pagination-label strong {
  font-size: 1.13rem;
}
.timeline-component .swiper-button-prev,
.timeline-component .swiper-button-next {
  margin: 0;
}