.team-current-theme1 {
  position: relative;
  padding: 0 25px;
  margin-bottom: 50px;
}
.team-current-theme1 .inner-box {
  position: relative;
  padding: 15px 20px;
}
.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;
}
.team-current-theme1 .inner-box:hover .social-links {
  left: -20px;
  opacity: 1;
  visibility: visible;
}
.team-current-theme1 .inner-box:hover .image-box .thumb img {
  transform: scale(1.1);
}
.team-current-theme1 .inner-box:hover .image-box:before {
  border: 2px solid var(--theme-color1);
}
.team-current-theme1 .image-box {
  position: relative;
}
.team-current-theme1 .image-box:before {
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -30px;
  right: 100px;
  border: 2px solid #efeae4;
  border-radius: 10px;
  content: "";
  transform: skew(17deg);
  transform-origin: left top;
  transition: all 300ms ease;
  z-index: 0;
}
body.tm-dark-layout .team-current-theme1 .image-box:before {
  border-color: #1d1d1d;
}
.team-current-theme1 .image-box .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 0;
}
.team-current-theme1 .image-box .thumb img {
  width: 100%;
  transition: all 400ms ease;
  border-radius: 10px;
  transform: scale(1.01);
}
.team-current-theme1 .info-box {
  position: relative;
  padding: 25px 0px 10px;
}
.team-current-theme1 .info-box .team-subtitle {
  font-size: 14px;
  line-height: 30px;
  color: #767676;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--body-font-family);
}
.team-current-theme1 .info-box .team-title {
  display: block;
  margin-top: 0;
}
.team-current-theme1 .info-box .team-title a {
  transition: all 300ms ease;
}
.team-current-theme1 .social-links {
  position: absolute;
  left: 0px;
  bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
}
.team-current-theme1 .social-links li {
  margin-bottom: 0;
  list-style: none;
}
.team-current-theme1 .social-links a {
  position: relative;
  height: 40px;
  background-color: var(--theme-color1);
  width: 40px;
  display: block;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
  border-radius: 5px;
  transition: all 300ms ease;
}
.team-current-theme1 .social-links a:hover {
  color: #ffffff;
  background-color: var(--theme-color2);
}