.team-current-theme4 {
  position: relative;
  margin-bottom: 40px !important;
}
.team-current-theme4 .inner-box {
  position: relative;
}
.team-current-theme4 .inner-box:hover .social-links li a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.team-current-theme4 .inner-box:hover .image-box::before {
  border: 2px solid var(--theme-color1);
}
.team-current-theme4 .inner-box:hover .image-box .image::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.team-current-theme4 .inner-box:hover .image-box .image::after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.team-current-theme4 .inner-box:hover .image-box .image a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team-current-theme4 .image-box {
  position: relative;
  padding: 20px;
  overflow: hidden;
  width: 100%;
}
.team-current-theme4 .image-box::before {
  position: absolute;
  content: "";
  border: 2px solid #ebeef5;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 87%;
  height: 100%;
  transition: all 300ms ease;
}
body.tm-dark-layout .team-current-theme4 .image-box::before {
  border-color: #1d1d1d;
}
.team-current-theme4 .image-box .image {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.team-current-theme4 .image-box .image::before {
  content: "";
  position: absolute;
  left: -70px;
  top: -110px;
  height: 200px;
  width: 200px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 300ms ease;
}
.team-current-theme4 .image-box .image::after {
  content: "";
  height: 200px;
  width: 200px;
  left: -80px;
  top: -110px;
  background: #ebeef5;
  border-radius: 500%;
  position: absolute;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 300ms ease;
  z-index: -1;
}
body.tm-dark-layout .team-current-theme4 .image-box .image::after {
  background-color: var(--theme-color-light);
}
.team-current-theme4 .image-box .image a {
  position: relative;
  display: block;
  overflow: hidden;
}
.team-current-theme4 .image-box .image img {
  position: relative;
  width: 100%;
  border-radius: 5px;
  z-index: 2;
  transition: all 400ms ease;
}
.team-current-theme4 .info-box {
  position: relative;
  padding: 18px 20px 0;
}
.team-current-theme4 .info-box .team-subtitle {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #6a6f78;
  z-index: 2;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: all 400ms ease;
}
.team-current-theme4 .info-box .team-title {
  position: relative;
  z-index: 2;
  margin: 0;
}
.team-current-theme4 .info-box .team-title:hover {
  color: var(--theme-color2);
}
.team-current-theme4 .social-links {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 3;
}
.team-current-theme4 .social-links li {
  display: block;
}
.team-current-theme4 .social-links li a {
  position: relative;
  height: 42px;
  width: 42px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--theme-color1);
  border-radius: 50%;
  transform: scale(0);
  transition: all 300ms ease;
}
.team-current-theme4 .social-links li a i {
  line-height: 38px;
}
.team-current-theme4 .social-links li a:hover {
  color: var(--theme-color2);
  background-color: #fff;
}