.team-current-theme1 {
  position: relative;
  margin-bottom: 40px;
}
.team-current-theme1 .inner-box {
  position: relative;
}
.team-current-theme1 .inner-box:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  pointer-events: none;
}
.team-current-theme1 .inner-box:hover:after {
  height: 100%;
  opacity: 0;
  transition: all 400ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme1 .inner-box:hover:after {
    transition: none;
  }
}
.team-current-theme1 .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team-current-theme1 .inner-box:hover .social-links {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-current-theme1 .image-box {
  position: relative;
}
.team-current-theme1 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.team-current-theme1 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme1 .image-box .image img {
    transition: none;
  }
}
.team-current-theme1 .info-box {
  position: relative;
  background-color: #ffffff;
  margin-top: -75px;
  margin-right: 60px;
  min-height: 110px;
  padding: 30px 74px 10px;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .team-current-theme1 .info-box {
    margin-right: 30px;
  }
}
.team-current-theme1 .info-box::after {
  position: absolute;
  left: 7px;
  top: 20px;
  width: 1px;
  bottom: 44px;
  background-color: var(--headings-color);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  content: "";
}
.team-current-theme1 .info-box:before {
  position: absolute;
  left: 14px;
  top: 20px;
  bottom: 15px;
  width: 30px;
  background-color: var(--theme-color1);
  content: "";
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.team-current-theme1 .info-box .name {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.team-current-theme1 .info-box .speciality {
  font-size: 14px;
  color: var(--theme-color1);
  font-weight: 400;
  letter-spacing: -0.01em;
}
.team-current-theme1 .share-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 54px;
  width: 60px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme1 .share-icon {
    transition: none;
  }
}
.team-current-theme1 .social-links {
  position: absolute;
  right: 0px;
  bottom: 54px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: var(--theme-color2);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  margin-bottom: 0;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme1 .social-links {
    transition: none;
  }
}
.team-current-theme1 .social-links li {
  margin-bottom: 0;
}
.team-current-theme1 .social-links li a {
  position: relative;
  height: 50px;
  width: 60px;
  display: block;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  margin-right: 0;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme1 .social-links li a {
    transition: none;
  }
}
.team-current-theme1 .social-links li a:hover {
  color: #ffffff;
  background-color: var(--theme-color1);
}