.tp-team-area {
  transition: 0.4s;
  position: relative;
  z-index: 2;
}
.tp-team-area .sub-heading {
  margin-bottom: 0;
}
.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;
}
.tp-team-area .tp-team-content {
  margin-bottom: 30px;
}
.tp-team-area .team-inner-border-right .tp-team-social a {
  color: #5F6168;
}
.tp-team-area .tp-team-social a {
  color: #5F6168;
  opacity: 0.8;
  font-size: 15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}
.tp-team-area .tp-team-social a:hover {
  color: var(--plainclr) !important;
}
.tp-team-area .tp-team-item:hover .tp-team-img img {
  mix-blend-mode: normal;
}
.tp-team-area .tp-team-social a span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0080FB;
  box-shadow: 0px 20px 40px rgba(9, 11, 65, 0.3);
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.tp-team-area .tp-team-social a:hover span {
  opacity: 1;
  visibility: visible;
  transform: scale(1.2);
}
.tp-team-area .tp-team-social .icon-color-2 span {
  background: linear-gradient(225.09deg, #8000FF 6.72%, #D50087 54.13%, #FFD600 93.85%);
  box-shadow: 0px 20px 40px rgba(9, 11, 65, 0.3);
}
.tp-team-area .tp-team-social .icon-color-3 span {
  background: #1DA7FC;
  box-shadow: 0px 20px 40px rgba(9, 11, 65, 0.3);
}
.tp-team-area .tp-team-social .icon-color-4 span {
  background: #087AED;
  box-shadow: 0px 20px 40px rgba(9, 11, 65, 0.3);
}
.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%;
  }
}
.tp-team-area .team-inner-border-right {
  border-right: 1px solid rgba(8, 8, 41, 0.08);
  position: relative;
}
.tp-team-area .mb-70 {
  margin-bottom: 70px;
}

@media (min-width: 767px) and (max-width: 992px) {
  .tp-team-area {
    padding-top: 35px !important;
  }
}
@media (max-width: 767px) {
  .main-heading {
    text-align: left;
  }
  .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 */