.tp-team-area {
  padding: 4rem 0;
  padding-top: 0;
  transition: 0.4s;
  position: relative;
  z-index: 2;
}
.tp-team-area .sub-heading {
  margin-bottom: 0;
}
.tp-team-area .sub-heading-two {
  font-size: 14px !important;
}
.tp-team-area .tp-team-item .tp-team-img {
  background-color: rgba(178, 182, 255, 0.231372549);
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  overflow: hidden;
}
.tp-team-area .tp-team-item .tp-team-img img {
  border-radius: 100px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tp-team-area .tp-team-content {
  margin-bottom: 30px;
}
.tp-team-area .tp-team-item:hover .tp-team-img img {
  mix-blend-mode: normal;
}
.tp-team-area .team-inner-border-right {
  border-right: 1px solid rgba(8, 8, 41, 0.08);
  position: relative;
}
.tp-team-area .team-inner-border-right .tp-team-content span {
  font-weight: 700;
  line-height: 23px !important;
  font-size: 15px !important;
  display: block;
  margin-top: 8px;
  color: var(--themesecondaryclr);
}
.tp-team-area .team-inner-border-right::after {
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 1px;
  height: 24px;
  background-color: var(--themesecondaryclr);
  content: "";
  animation: scroll1 15s forwards infinite;
}

@keyframes scroll1 {
  0% {
    top: 0%;
  }
  50% {
    top: 95%;
  }
  100% {
    top: 0%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .tp-team-area {
    padding-top: 35px !important;
  }
}
@media (max-width: 767px) {
  .tp-team-section-box {
    text-align: left !important;
  }
  .tp-team-section-box p {
    text-align: justify !important;
  }
  .tp-team-area .mb-70 {
    margin-bottom: 25px;
  }
  .tp-team-area .tp-team-content {
    margin-bottom: 2px;
  }
}/*# sourceMappingURL=team.css.map */