.team-current-theme3 .inner-box {
  position: relative;
  margin-bottom: 26px;
  text-align: center;
}
.team-current-theme3 .inner-box:hover .social-links {
  transform: translateY(-28px);
  opacity: 1;
}
.team-current-theme3 .inner-box:hover .image-box .thumb:before {
  height: 100%;
}
.team-current-theme3 .inner-box:hover .image-box .thumb img {
  left: calc(50% + 15px);
}
.team-current-theme3 .inner-box .image-box {
  position: relative;
  padding-top: 103px;
}
.team-current-theme3 .inner-box .image-box .thumb {
  background-color: #121310;
  border-radius: 20px;
  display: block;
  margin-bottom: 0;
  min-height: 374px;
  transition: all 300ms ease;
}
.team-current-theme3 .inner-box .image-box .thumb:before {
  background-color: var(--theme-color1);
  border-radius: 20px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  max-height: 374px;
  transition: all 300ms ease;
}
.team-current-theme3 .inner-box .image-box .thumb img {
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 350px;
  object-fit: cover;
  transform: translateX(-50%);
  transition: all 300ms ease;
}
.team-current-theme3 .social-links {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  opacity: 0;
  transform: translateY(-8px);
  transition: all 300ms ease;
}
.team-current-theme3 .social-links li {
  margin-right: 10px;
  list-style: none;
  margin-bottom: 0;
}
.team-current-theme3 .social-links li:last-child {
  margin-right: 0;
}
.team-current-theme3 .social-links li a {
  background-color: var(--theme-color-gray);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  height: 46px;
  line-height: 1;
  text-align: center;
  width: 46px;
  transition: all 300ms ease;
}
.team-current-theme3 .social-links li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.team-current-theme3 .content-box {
  position: relative;
  margin: 30px 0 0;
}
.team-current-theme3 .content-box .team-title {
  color: var(--headings-color);
  margin-bottom: 0;
  transition: all 300ms ease;
}
.team-current-theme3 .content-box .team-title a:hover {
  color: var(--theme-color1);
}
.team-current-theme3 .content-box .team-subtitle {
  color: #666;
  font-size: 14px;
  transition: all 300ms ease;
}