.team-current-theme3 {
  position: relative;
  margin-bottom: 40px !important;
}
.team-current-theme3 .inner-box {
  position: relative;
}
.team-current-theme3 .inner-box:hover .image-box:after {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.team-current-theme3 .inner-box:hover .thumb img {
  transform: scale(1.1);
  transform-origin: top center;
}
.team-current-theme3 .inner-box:hover .social-links {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-current-theme3 .inner-box:hover .share-icon {
  opacity: 0;
}
.team-current-theme3 .image-box {
  position: relative;
  border-radius: 50%;
  padding: 25px 25px 15px 25px;
  margin: 0 auto;
}
.team-current-theme3 .image-box:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  content: "";
  background-color: #ecf0f4;
  border-radius: 300px 300px 0 0;
  transition: all 700ms ease;
}
body.tm-dark-layout .team-current-theme3 .image-box:before {
  background-color: #1b1b1b;
}
.team-current-theme3 .image-box:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 52%;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  background: linear-gradient(to left, var(--theme-color2), var(--theme-color1), var(--theme-color1), var(--theme-color2));
  content: "";
  border-radius: 300px 300px 0 0;
  transition: all 700ms ease;
}
.team-current-theme3 .image-box .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.team-current-theme3 .image-box .thumb img {
  width: 100%;
  transition: all 400ms ease;
}
.team-current-theme3 .share-icon {
  position: absolute;
  left: 15px;
  top: 160px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: var(--theme-color1);
  background-color: var(--theme-color-light);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: all 300ms ease;
  z-index: 3;
}
body.tm-dark-layout .team-current-theme3 .share-icon {
  color: #fff;
}
.team-current-theme3 .social-links {
  position: absolute;
  left: 15px;
  top: 166px;
  display: flex;
  align-items: center;
  transform: scaleX(0);
  transform-origin: left;
  background-color: var(--theme-color-light);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
  border-radius: 20px;
  overflow: hidden;
  padding: 0px 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.team-current-theme3 .social-links li {
  margin-bottom: 0 !important;
  list-style: none;
}
.team-current-theme3 .social-links a {
  position: relative;
  height: 45px;
  width: 35px;
  display: block;
  font-size: 15px;
  line-height: 45px;
  text-align: center;
  color: var(--theme-color1);
  transition: all 300ms ease;
}
body.tm-dark-layout .team-current-theme3 .social-links a {
  color: #fff;
}
.team-current-theme3 .social-links a:hover {
  color: var(--theme-color2);
  background-color: transparent;
}
.team-current-theme3 .info-box {
  position: relative;
  text-align: center;
}
.team-current-theme3 .info-box .team-title {
  z-index: 2;
  margin-bottom: 10px;
}
.team-current-theme3 .info-box .team-subtitle {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #73787d;
  z-index: 2;
  line-height: 1em;
  transition: all 400ms ease;
}