/* = = HEADER = = */
.elementor-nav-menu .current-menu-item .elementor-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  right: -.65rem;
  bottom: 2px;
  background: #0a9cbc !important;
  border-radius: 100%;
}

.elementor-nav-menu .menu-item .elementor-item {
  line-height: 1;
}

/* = = HOME = = */
.gradient-hero-txt .elementor-heading-title,
.gradient-txt {
  background-image: linear-gradient(90deg, #F5D26E, #7DC891 60%, #0F9BBE);
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.diagon-arrow-btn .elementor-button .elementor-button-icon svg {
  transform: none;
  transition: all .3s ease;
}

.diagon-arrow-btn .elementor-button:hover .elementor-button-icon svg {
  transform: rotate(45deg);
  transition: all .3s ease;
  fill: unset !important;
}

.infinite-scroll-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.infinite-scroll-slider::before,
.infinite-scroll-slider::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 85px;
  height: 100%;
  z-index: 2;
}

.infinite-scroll-slider::before {
  left: 0;
  background: linear-gradient(to right, #001332 55%, transparent);
}

.infinite-scroll-slider::after {
  right: 0;
  background: linear-gradient(to left, #001332 55%, transparent);
}

.infinite-scroll-slider.about-page::before {
  left: 0;
  background: linear-gradient(to right, #010B2E 55%, transparent);
}

.infinite-scroll-slider.about-page::after {
  right: 0;
  background: linear-gradient(to left, #010B2E 55%, transparent);
}

/* = = TECHNICAL BASE PAGE = = */
.tech-base-tabs .eael-tab-inline-icon {
  background: #fbfaf7;
  align-items: stretch !important;
  padding: 0 5px !important;
  border: solid 1px #d2d8df;
  border-radius: 10px;
  box-shadow: 0 0 5px 2px #d0d0d0;
}

.tech-base-tabs .eael-tab-nav-item.active::before {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 5px;
  background: #0a9cbc;
  bottom: -6px;
  border-radius: 99px;
  z-index: -1;
}

/* = = FOOTER = = */
.main-footer-section {
  background: radial-gradient(ellipse at 30% 0%, #003f5f 0%, #001332 55%, #00061e 100%);
}

/* = = MOBILE = = */
@media(max-width:48em) {
  .infinite-scroll-slider::before {
    left: 0;
    background: linear-gradient(to right, #001332 5%, transparent);
  }

  .infinite-scroll-slider::after {
    right: 0;
    background: linear-gradient(to left, #001332 5%, transparent);
  }

  .infinite-scroll-slider.about-page::before {
    left: 0;
    background: linear-gradient(to right, #010B2E 5%, transparent);
  }

  .infinite-scroll-slider.about-page::after {
    right: 0;
    background: linear-gradient(to left, #010B2E 5%, transparent);
  }
}