.team-current-theme1 {
  position: relative;
  margin-bottom: 40px;
}
.team-current-theme1 .inner-box {
  position: relative;
  overflow: hidden;
}
.team-current-theme1 .inner-box:hover .image img {
  transform: scale(1.1);
}
.team-current-theme1 .inner-box:hover .social-links {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  transition-delay: 200ms;
}
.team-current-theme1 .inner-box:hover .info-box {
  padding-left: 70px;
}
.team-current-theme1 .inner-box:hover .info-box:before {
  width: 100%;
}
.team-current-theme1 .inner-box:hover .info-box .share-icon {
  left: 0;
  transition-delay: 200ms;
}
.team-current-theme1 .inner-box:hover .info-box .team-title,
.team-current-theme1 .inner-box:hover .info-box a:hover {
  color: #fff;
}
.team-current-theme1 .inner-box:hover .info-box .team-subtitle {
  color: #fff;
}
.team-current-theme1 .image-box {
  position: relative;
}
.team-current-theme1 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.team-current-theme1 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
.team-current-theme1 .info-box {
  position: relative;
  padding: 15px 0;
  padding-left: 30px;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  transition: all 300ms ease;
  z-index: 2;
}
.team-current-theme1 .info-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  width: 10px;
  background-color: var(--theme-color3);
  transition: all 300ms ease;
  z-index: -1;
}
.team-current-theme1 .info-box .team-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.team-current-theme1 .info-box .team-title:hover {
  color: var(--theme-color2);
}
.team-current-theme1 .info-box .team-subtitle {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
  display: block;
  transition: all 300ms ease;
}
.team-current-theme1 .share-icon {
  position: absolute;
  top: 0;
  left: -55px;
  height: 100%;
  width: 55px;
  line-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background-color: var(--theme-color3-darker);
  transition: all 300ms ease;
  z-index: 3;
}
.team-current-theme1 .social-links {
  position: absolute;
  left: 5px;
  bottom: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
}
.team-current-theme1 .social-links li {
  position: relative;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--theme-color3);
  margin-bottom: 10px;
  list-style-type: none;
  transition: all 300ms ease;
}
.team-current-theme1 .social-links li a {
  color: #fff;
}
.team-current-theme1 .social-links li:hover {
  color: #fff;
  background-color: var(--theme-color2);
}