.team-current-theme1 {
  position: relative;
  margin-bottom: 40px;
}
.team-current-theme1.content-center-align {
  display: flex;
  justify-content: center;
}
.team-current-theme1.content-right-align {
  display: flex;
  justify-content: flex-end;
}
.team-current-theme1 .inner-box {
  position: relative;
}
.team-current-theme1 .inner-box:hover .image img {
  transform: scale(1.1);
}
.team-current-theme1 .image-box {
  position: relative;
}
.team-current-theme1 .image-box .image {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.team-current-theme1 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
.team-current-theme1 .image-box .social-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transition: all 400ms ease;
}
.team-current-theme1 .image-box .social-links a {
  position: relative;
  font-size: 15px;
  color: #434343;
  display: inline-block;
  transition: all 300ms ease;
  transition: all 300ms ease;
}
body.tm-dark-layout .team-current-theme1 .image-box .social-links a {
  color: #fff;
}
.team-current-theme1 .image-box .social-links a:hover {
  color: var(--theme-color1);
}
.team-current-theme1 .info-box {
  position: relative;
  padding: 30px 24px 0;
  margin: 0 auto;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
}
.team-current-theme1 .info-box .team-title {
  margin-bottom: 0px;
}
.team-current-theme1 .info-box .team-title:hover {
  color: var(--theme-color1);
}
.team-current-theme1 .info-box .team-subtitle {
  color: var(--theme-color1);
  position: relative;
  display: block;
  text-transform: uppercase;
  transition: all 400ms ease;
  margin-bottom: 15px;
}