.team-current-theme1 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.team-current-theme1 .inner {
  position: relative;
}
.team-current-theme1 .inner .image_outer {
  position: relative;
}
.team-current-theme1 .inner .image_outer .image {
  position: relative;
  overflow: hidden;
}
.team-current-theme1 .inner .image_outer .image img {
  position: relative;
  width: 100%;
  display: block;
}
.team-current-theme1 .inner:hover .shares .team-socials {
  transform: scale(1, 1);
}
.team-current-theme1 .inner:hover .shares .share-icon {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}
.team-current-theme1 .inner .shares {
  position: absolute;
  display: inline-block;
  right: 15px;
  bottom: 15px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .team-current-theme1 .inner .shares {
    bottom: 10px;
  }
}
.team-current-theme1 .inner .shares .share-icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--theme-color1);
  transition: all 300ms ease;
  background-color: var(--theme-color-white);
}
.team-current-theme1 .inner .shares .team-socials {
  position: absolute;
  left: 0px;
  bottom: 100%;
  width: 50px;
  transform: translateX(-50%);
  transition: all 500ms ease;
  transform: scale(0, 1);
}
.team-current-theme1 .inner .shares .team-socials li {
  list-style: none;
  margin-bottom: 0;
}
.team-current-theme1 .inner .shares .team-socials a {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  margin: 5px 0px;
  line-height: 50px;
  font-size: 18px;
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}
.team-current-theme1 .inner .shares .team-socials a:hover {
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}
.team-current-theme1 .content {
  position: relative;
  padding-top: 25px;
}
.team-current-theme1 .content .team-title {
  position: relative;
  margin-bottom: 5px;
  font-weight: 500;
  margin: 0;
}
.team-current-theme1 .content .team-title a {
  color: var(--theme-color1);
}
.team-current-theme1 .content .team-subtitle {
  position: relative;
  font-weight: 500;
  margin-top: 5px;
  color: #666666;
}