.team-current-theme1 {
  margin-bottom: 65px;
  position: relative;
}
.team-current-theme1 .inner-box {
  overflow: hidden;
  position: relative;
}
.team-current-theme1 .inner-box:hover .image-box .image:before {
  height: 100%;
}
.team-current-theme1 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.team-current-theme1 .inner-box:hover .social-links {
  transform: scale(1);
  visibility: visible;
}
.team-current-theme1 .inner-box .image-box {
  padding-bottom: 8px;
  padding-right: 8px;
  position: relative;
}
.team-current-theme1 .inner-box .image-box:before {
  border: 2px solid var(--theme-color1);
  bottom: 0;
  content: "";
  height: 431px;
  position: absolute;
  right: 0;
  width: 353px;
}
.team-current-theme1 .inner-box .image-box .image {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team-current-theme1 .inner-box .image-box .image:before {
  background: linear-gradient(to bottom, rgba(24, 40, 56, 0.3) 0% 35%, rgb(255, 109, 46) 100%);
  bottom: 0;
  content: "";
  height: 0%;
  transition: all 300ms ease;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  top: auto;
  z-index: 1;
}
.team-current-theme1 .inner-box .image-box .image img {
  transition: all 400ms ease;
  width: 100%;
}
.team-current-theme1 .inner-box .icon {
  background-color: var(--theme-color1);
  color: #fff;
  display: block;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-bottom: 15px;
  position: relative;
  width: 50px;
  transition: all 300ms ease;
}
.team-current-theme1 .inner-box .social-links {
  align-items: center;
  background-color: #fff;
  bottom: 65px;
  display: flex;
  top: 25px;
  left: 50px;
  position: absolute;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: left;
  transition: all 300ms ease;
  visibility: hidden;
  z-index: 3;
}
.team-current-theme1 .inner-box .social-links li {
  list-style: none;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.team-current-theme1 .inner-box .social-links li:first-child i::after {
  display: none;
}
.team-current-theme1 .inner-box .social-links a {
  background-color: var(--theme-color2);
  color: #fff;
  font-size: var(--body-font-size);
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  transition: all 300ms ease;
  width: 50px;
}
.team-current-theme1 .inner-box .social-links a:hover {
  background-color: var(--theme-color1);
  color: #fff;
}
.team-current-theme1 .inner-box .info-box {
  bottom: 48px;
  left: 37px;
  position: absolute;
  z-index: 1;
}
.team-current-theme1 .inner-box .info-box .team-title {
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0;
  position: relative;
}
.team-current-theme1 .inner-box .info-box .team-title a:hover {
  color: #fff;
}
.team-current-theme1 .inner-box .info-box .team-subtitle {
  color: #fff;
  display: block;
  font-size: 14px;
  position: relative;
  transition: all 300ms ease;
}