
.thm-breadcrumb li a {
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.3s ease;
  text-decoration: none;
}

.thm-breadcrumb li a:hover {
  color: #CFFF45;
  opacity: 1;
}

.thm-breadcrumb li+li:before {
  content: "/";
  color: #ffffff;
  opacity: 0.6;
  margin: 0 10px;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.wow {
  visibility: hidden;
}

/* Responsive */
@media (max-width: 991px) {
  .team-page {
    padding: 80px 0 50px;
  }

  .section-title__title {
    font-size: 30px;
  }

  .page-header {
    padding: 80px 0;
  }

  .page-header__inner h2 {
    font-size: 40px;
  }

  .expert-filter__wrapper {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .team-page {
    padding: 60px 0 30px;
  }

  .section-title__title {
    font-size: 26px;
  }

  .page-header {
    padding: 60px 0;
  }

  .page-header__inner h2 {
    font-size: 32px;
  }
}
