.team-current-theme1 {
  position: relative;
}
.team-current-theme1 .inner-box {
  position: relative;
}
.team-current-theme1 .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team-current-theme1 .inner-box:hover .social-links {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-current-theme1 .inner-box:hover .share-icon {
  background-color: var(--theme-color1);
  color: #fff;
}
.team-current-theme1 .image-box {
  position: relative;
  padding: 0 20px;
}
.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;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme1 .image-box .image img {
    transition: none;
  }
}
.team-current-theme1 .info-box {
  background-color: var(--theme-color2);
  text-align: center;
  padding: 165px 0 19px;
  margin-top: -123px;
}
.team-current-theme1 .info-box .team-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
  color: #fff;
  display: inline-block;
}
.team-current-theme1 .info-box .team-title:hover {
  color: var(--theme-color1);
}
.team-current-theme1 .info-box .team-subtitle {
  position: relative;
  display: block;
  transition: all 400ms ease;
  color: #696969;
  text-transform: uppercase;
  margin-top: -6px;
  font-family: var(--heading-font-family);
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme1 .info-box .team-subtitle {
    transition: none;
  }
}
.team-current-theme1 .share-icon {
  position: absolute;
  bottom: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
  border-radius: 50%;
  z-index: 3;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme1 .share-icon {
    transition: none;
  }
}
.team-current-theme1 .social-links {
  position: absolute;
  right: 44%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 46px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 3;
  padding: 27px 13px 16px;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme1 .social-links {
    transition: none;
  }
}
.team-current-theme1 .social-links::before {
  content: "";
  position: absolute;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  bottom: -4px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 15px;
}
.team-current-theme1 .social-links a {
  position: relative;
  line-height: 14px;
  font-size: 20px;
  margin-top: 26px;
  color: var(--theme-color2);
  border-radius: 50px;
  border-radius: 0 0 50px 50px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme1 .social-links a {
    transition: none;
  }
}
.team-current-theme1 .social-links a:first-child {
  margin-top: 0;
}

.team-current-theme2 {
  position: relative;
}
.team-current-theme2 .inner-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.team-current-theme2 .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team-current-theme2 .inner-box:hover .social-links {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-current-theme2 .inner-box:hover .info-box {
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
}
.team-current-theme2 .image-box {
  position: relative;
}
.team-current-theme2 .image-box .image {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.team-current-theme2 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme2 .image-box .image img {
    transition: none;
  }
}
.team-current-theme2 .info-box {
  position: relative;
  padding: 20px 30px 30px;
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  z-index: 2;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme2 .info-box {
    transition: none;
  }
}
.team-current-theme2 .info-box .team-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.team-current-theme2 .info-box .team-title a:hover {
  color: var(--theme-color1);
}
.team-current-theme2 .info-box .team-subtitle {
  position: relative;
  display: block;
  transition: all 400ms ease;
  margin-bottom: 10px;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme2 .info-box .team-subtitle {
    transition: none;
  }
}
.team-current-theme2 .social-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme2 .social-links {
    transition: none;
  }
}
.team-current-theme2 .social-links li {
  list-style: none;
  margin-bottom: 0;
}
.team-current-theme2 .social-links a {
  position: relative;
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: #e3e3e3;
  color: var(--theme-color1);
  border-radius: 5px;
  margin: 0 5px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme2 .social-links a {
    transition: none;
  }
}
.team-current-theme2 .social-links a:hover {
  color: #fff;
  background-color: var(--theme-color1);
}