.team-item-current-style1 {
  position: relative;
  margin-bottom: 40px;
}
.team-item-current-style1 .inner-box {
  position: relative;
}
.team-item-current-style1 .inner-box:hover .image img {
  transform: scale(1.1);
}
.team-item-current-style1 .inner-box:hover .social-links {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-item-current-style1 .image-box {
  position: relative;
  margin: 0 auto;
}
.team-item-current-style1 .image-box::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  left: 25px;
  top: 25px;
  border: 0px solid var(--theme-color1);
  content: "";
}
.team-item-current-style1 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.team-item-current-style1 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-item-current-style1 .image-box .image img {
    transition: none;
  }
}
.team-item-current-style1 .info-box {
  position: relative;
  padding: 20px 0 0;
  text-align: center;
}
.team-item-current-style1 .info-box .name {
  font-weight: 600;
  z-index: 2;
  margin-bottom: 7px;
  text-transform: capitalize;
  margin-top: 0;
  position: relative;
}
.team-item-current-style1 .info-box .name:hover {
  color: var(--theme-color1);
}
.team-item-current-style1 .info-box .speciality {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #6a6a6a;
  letter-spacing: 1px;
  z-index: 2;
  line-height: 1em;
  margin-bottom: 5px;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-item-current-style1 .info-box .speciality {
    transition: none;
  }
}
.team-item-current-style1 .share-icon {
  position: absolute;
  right: 10px;
  bottom: -10px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
  z-index: 3;
}
@media (prefers-reduced-motion: reduce) {
  .team-item-current-style1 .share-icon {
    transition: none;
  }
}
.team-item-current-style1 .social-links {
  position: absolute;
  right: 10px;
  bottom: 15px;
  padding: 10px 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-item-current-style1 .social-links {
    transition: none;
  }
}
.team-item-current-style1 .social-links li {
  margin-bottom: 0;
}
.team-item-current-style1 .social-links a {
  position: relative;
  height: 35px;
  width: 50px;
  display: block;
  font-size: 14px;
  line-height: 35px;
  margin-right: 0;
  text-align: center;
  color: var(--theme-color2);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-item-current-style1 .social-links a {
    transition: none;
  }
}
.team-item-current-style1 .social-links a:hover {
  color: var(--theme-color1);
  background: transparent;
}