.team-current-theme1 {
  position: relative;
}
.team-current-theme1 .inner-box {
  position: relative;
}
.team-current-theme1 .inner-box:hover .info-box:before {
  width: 100%;
  left: 0;
}
.team-current-theme1 .inner-box:hover .image img {
  transform: scale(1.1);
}
.team-current-theme1 .inner-box:hover .social-links {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-current-theme1 .inner-box:hover .share-icon {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color1);
}
.team-current-theme1 .image-box {
  position: relative;
}
.team-current-theme1 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 5px;
  z-index: 1;
}
.team-current-theme1 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
.team-current-theme1 .info-box {
  padding: 30px 30px 30px;
  background: #f6f6f6;
  text-align: center;
  border-radius: 0 0 5px 5px;
  transition: all 0.3s ease;
}
.team-current-theme1 .info-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: var(--theme-color2);
  transition: all 300ms ease;
  border-radius: 10px;
}
.team-current-theme1 .info-box .team-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.team-current-theme1 .info-box .team-title:hover {
  color: var(--theme-color2);
}
@media (max-width: 1199.98px) {
  .team-current-theme1 .info-box .team-title {
    font-size: 19px;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .team-current-theme1 .info-box .team-title {
    font-size: 24px;
    margin-bottom: 9px;
  }
}
.team-current-theme1 .info-box .team-subtitle {
  margin-top: 0;
  position: relative;
  display: block;
  transition: all 400ms ease;
}
.team-current-theme1 .share-icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
  transition: all 300ms ease;
  border-radius: 10px;
  z-index: 3;
}
.team-current-theme1 .social-links {
  position: absolute;
  right: 30px;
  bottom: 57px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: var(--theme-color2);
  transform: scaleY(0);
  transform-origin: bottom;
  border-radius: 10px;
  z-index: 3;
  padding: 20px 12px;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  transition: all 400ms ease;
}
.team-current-theme1 .social-links a {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  margin-top: 20px;
  color: var(--text-color-bg-theme-color2);
  border-radius: 50px;
  border-radius: 0 0 50px 50px;
  transition: all 300ms ease;
}
.team-current-theme1 .social-links a:first-child {
  margin-top: 0;
}
.team-current-theme1 .social-links a:hover {
  color: #fff;
}

.team-current-theme2 {
  position: relative;
}
.team-current-theme2 .inner-box {
  position: relative;
  background: #f6f6f6;
  transition: all 300ms ease;
  border-radius: 5px 5px 10px 10px;
}
.team-current-theme2 .inner-box:hover {
  background: #27272f;
}
.team-current-theme2 .inner-box:hover .info-box .team-title {
  color: #fff;
}
.team-current-theme2 .inner-box:hover .info-box .team-subtitle {
  color: #fff;
}
.team-current-theme2 .inner-box:hover .image img {
  transform: scale(1.1);
}
.team-current-theme2 .inner-box:hover .social-links {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-current-theme2 .image-box {
  position: relative;
}
.team-current-theme2 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 5px;
  z-index: 1;
}
.team-current-theme2 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
.team-current-theme2 .info-box {
  padding: 30px 30px 26px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .team-current-theme2 .info-box {
    padding: 21px 20px 26px;
  }
}
.team-current-theme2 .info-box .team-title {
  margin-top: 0;
  margin-bottom: 3px;
}
.team-current-theme2 .info-box .team-title:hover {
  color: var(--theme-color2);
}
@media (max-width: 767.98px) {
  .team-current-theme2 .info-box .team-title {
    font-size: 19px;
  }
}
.team-current-theme2 .info-box .team-subtitle {
  position: relative;
  display: block;
  transition: all 400ms ease;
}
@media (max-width: 767.98px) {
  .team-current-theme2 .info-box .team-subtitle {
    font-size: 14px;
  }
}
.team-current-theme2 .share-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color1);
  transition: all 300ms ease;
  border-radius: 10px;
  z-index: 3;
}
.team-current-theme2 .social-links {
  position: absolute;
  right: 20px;
  bottom: 70px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: bottom;
  border-radius: 5px;
  z-index: 3;
  padding: 20px 12px;
  opacity: 0;
  list-style: none;
  visibility: hidden;
  transition: all 400ms ease;
}
.team-current-theme2 .social-links a {
  position: relative;
  line-height: 20px;
  font-size: 16px;
  margin-top: 20px;
  color: var(--theme-color2);
  border-radius: 50px;
  border-radius: 0 0 50px 50px;
  transition: all 300ms ease;
}
.team-current-theme2 .social-links a:first-child {
  margin-top: 0;
}

.team-current-theme3 {
  position: relative;
}
.team-current-theme3 .inner-box {
  position: relative;
}
.team-current-theme3 .inner-box .social-links {
  display: flex;
  justify-content: center;
  list-style: none;
}
.team-current-theme3 .inner-box .social-links li {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .team-current-theme3 .inner-box .social-links li {
    margin-right: 10px;
  }
}
.team-current-theme3 .inner-box .social-links li:last-child {
  margin-right: 0;
}
.team-current-theme3 .inner-box .social-links li a {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  background-color: unset;
  border: 1px solid rgba(58, 58, 65, 0.9);
  z-index: 10;
}
.team-current-theme3 .inner-box .social-links li a i {
  position: relative;
}
.team-current-theme3 .inner-box .social-links li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color2);
  border-radius: 5px;
  transform: scale(0);
  transition: all 300ms ease;
}
.team-current-theme3 .inner-box .social-links li a:hover {
  color: var(--text-color-bg-theme-color2);
}
.team-current-theme3 .inner-box .social-links li a:hover::before {
  transform: scale(1);
}
.team-current-theme3 .inner-box:hover .image img {
  transform: scale(1.1);
}
.team-current-theme3 .image-box {
  position: relative;
}
.team-current-theme3 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 5px;
  z-index: 1;
}
.team-current-theme3 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
.team-current-theme3 .info-box {
  position: relative;
  z-index: 99;
  margin: -65px 56px 20px;
  padding: 20px 30px 20px;
  background: #f6f6f6;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease;
}
@media (max-width: 1399.98px) {
  .team-current-theme3 .info-box {
    margin: -65px 17px 20px;
  }
}
@media (max-width: 767.98px) {
  .team-current-theme3 .info-box {
    margin: -65px 0px 20px;
    padding: 20px 26px 20px;
  }
}
.team-current-theme3 .info-box .team-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.team-current-theme3 .info-box .team-title:hover {
  color: var(--theme-color2);
}
@media (max-width: 1199.98px) {
  .team-current-theme3 .info-box .team-title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .team-current-theme3 .info-box .team-title {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.team-current-theme3 .info-box .team-subtitle {
  position: relative;
  display: block;
  transition: all 400ms ease;
}
@media (max-width: 767.98px) {
  .team-current-theme3 .info-box .team-subtitle {
    font-size: 14px;
  }
}

.team-current-theme4 {
  position: relative;
}
.team-current-theme4 .inner-box {
  position: relative;
  border-radius: 10px;
  padding: 0 30px 30px;
}
.team-current-theme4 .inner-box:before {
  position: absolute;
  top: 180px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 0px 0px 10px 10px;
  border-bottom: 2px solid transparent;
  transition: all 300ms ease;
  content: "";
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme4 .inner-box:before {
    transition: none;
  }
}
.team-current-theme4 .inner-box:hover:before {
  border-bottom: 2px solid var(--theme-color1);
}
.team-current-theme4 .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.team-current-theme4 .inner-box:hover .social-links {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.team-current-theme4 .image-box {
  position: relative;
}
.team-current-theme4 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.team-current-theme4 .image-box .image img {
  width: 100%;
  position: relative;
  z-index: 99;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme4 .image-box .image img {
    transition: none;
  }
}
.team-current-theme4 .info-box {
  text-align: center;
  padding: 30px 30px 0px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme4 .info-box {
    transition: none;
  }
}
.team-current-theme4 .info-box .team-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
}
.team-current-theme4 .info-box .team-title a:hover {
  color: var(--theme-color1);
}
.team-current-theme4 .info-box .team-subtitle {
  position: relative;
  display: block;
}
.team-current-theme4 .social-links {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme4 .social-links {
    transition: none;
  }
}
.team-current-theme4 .social-links li {
  list-style: none;
  margin-bottom: 0;
}
.team-current-theme4 .social-links li a {
  position: relative;
  height: 50px;
  width: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color1);
  background: #fff;
  border-radius: 5px;
  margin: 0 5px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme4 .social-links li a {
    transition: none;
  }
}
.team-current-theme4 .social-links li a:hover {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
}

.team-current-theme5 {
  position: relative;
}
.team-current-theme5 .inner-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.team-current-theme5 .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-theme5 .inner-box:hover .social-links {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.team-current-theme5 .inner-box:hover .info-box {
  border-bottom: 2px solid var(--theme-color1);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
}
.team-current-theme5 .image-box {
  position: relative;
}
.team-current-theme5 .image-box .image {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.team-current-theme5 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme5 .image-box .image img {
    transition: none;
  }
}
.team-current-theme5 .info-box {
  position: relative;
  padding: 20px 30px 40px;
  background-color: #fff;
  text-align: center;
  z-index: 2;
  border-bottom: 2px solid #e3e3e3;
  border-radius: 0 0 10px 10px;
  transition: all 300ms ease;
}
.team-current-theme5 .info-box .team-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.team-current-theme5 .info-box .team-title a:hover {
  color: var(--theme-color2);
}
.team-current-theme5 .info-box .team-subtitle {
  position: relative;
  display: block;
  transition: all 400ms ease;
  margin-bottom: 20px;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme5 .info-box .team-subtitle {
    transition: none;
  }
}
.team-current-theme5 .social-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme5 .social-links {
    transition: none;
  }
}
.team-current-theme5 .social-links li {
  list-style: none;
  margin-bottom: 0;
}
.team-current-theme5 .social-links li a {
  position: relative;
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  background: var(--theme-color1);
  color: #fff;
  border-radius: 5px;
  margin: 0 5px;
  transition: all 300ms ease;
}
.team-current-theme5 .social-links li a:hover {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}

.team-current-theme6 {
  position: relative;
}
.team-current-theme6 .inner-box {
  position: relative;
}
.team-current-theme6 .inner-box:hover .info-box::before {
  height: 100%;
}
.team-current-theme6 .inner-box:hover .info-box .team-title,
.team-current-theme6 .inner-box:hover .info-box .team-subtitle {
  color: #fff;
}
.team-current-theme6 .inner-box:hover .info-box .team-title a:hover, .team-current-theme6 .inner-box:hover .info-box .team-title a:focus,
.team-current-theme6 .inner-box:hover .info-box .team-subtitle a:hover,
.team-current-theme6 .inner-box:hover .info-box .team-subtitle a:focus {
  color: #fff;
}
.team-current-theme6 .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-theme6 .inner-box:hover .share-icon {
  background-color: var(--theme-color1);
  color: #fff;
}
.team-current-theme6 .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-theme6 .image-box {
  position: relative;
}
.team-current-theme6 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  z-index: 1;
}
.team-current-theme6 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme6 .image-box .image img {
    transition: none;
  }
}
.team-current-theme6 .info-box {
  position: relative;
  padding: 30px 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  border-radius: 0px 0px 10px 10px;
  z-index: 2;
  overflow: hidden;
}
.team-current-theme6 .info-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  height: 0;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme6 .info-box:before {
    transition: none;
  }
}
.team-current-theme6 .info-box .team-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 5px;
}
.team-current-theme6 .info-box .team-subtitle {
  position: relative;
  display: block;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme6 .info-box .team-subtitle {
    transition: none;
  }
}
.team-current-theme6 .share-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--theme-color1);
  background-color: #fff;
  transition: all 300ms ease;
  border-radius: 50px;
  z-index: 3;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme6 .share-icon {
    transition: none;
  }
}
.team-current-theme6 .social-links {
  position: absolute;
  left: 30px;
  top: 45px;
  padding-top: 45px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 50px;
  z-index: 3;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme6 .social-links {
    transition: none;
  }
}
.team-current-theme6 .social-links li {
  list-style: none;
  margin-bottom: 0;
}
.team-current-theme6 .social-links li a {
  position: relative;
  line-height: 16px;
  display: block;
  color: var(--text-color);
  background-color: #fff;
  border-radius: 50px;
  opacity: 0.3;
  padding: 0 12px 20px;
  border-radius: 0 0 50px 50px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme6 .social-links li a {
    transition: none;
  }
}
.team-current-theme6 .social-links li a:hover {
  color: var(--theme-color1);
  opacity: 1;
}

.team-current-theme7 {
  position: relative;
}
.team-current-theme7 .inner-box {
  position: relative;
}
.team-current-theme7 .inner-box:hover .info-box:before {
  height: 100%;
}
.team-current-theme7 .inner-box:hover .info-box .team-title,
.team-current-theme7 .inner-box:hover .info-box .team-subtitle {
  color: var(--text-color-bg-theme-color1);
}
.team-current-theme7 .inner-box:hover .info-box .team-title a:hover, .team-current-theme7 .inner-box:hover .info-box .team-title a:focus,
.team-current-theme7 .inner-box:hover .info-box .team-subtitle a:hover,
.team-current-theme7 .inner-box:hover .info-box .team-subtitle a:focus {
  color: #fff;
}
.team-current-theme7 .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-theme7 .inner-box:hover .social-links {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.team-current-theme7 .image-box {
  position: relative;
}
.team-current-theme7 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  z-index: 1;
}
.team-current-theme7 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme7 .image-box .image img {
    transition: none;
  }
}
.team-current-theme7 .info-box {
  position: relative;
  padding: 20px 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
  border-radius: 0px 0px 10px 10px;
  z-index: 2;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.team-current-theme7 .info-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  height: 0;
  background-color: var(--theme-color1);
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme7 .info-box:before {
    transition: none;
  }
}
.team-current-theme7 .info-box .team-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 5px;
}
.team-current-theme7 .info-box .team-title:hover {
  color: var(--theme-color1);
}
.team-current-theme7 .info-box .team-subtitle {
  position: relative;
  display: block;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme7 .info-box .team-subtitle {
    transition: none;
  }
}
.team-current-theme7 .social-links {
  position: absolute;
  left: 50%;
  bottom: 0px;
  display: flex;
  align-items: center;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme7 .social-links {
    transition: none;
  }
}
.team-current-theme7 .social-links li {
  list-style: none;
  margin-bottom: 0;
}
.team-current-theme7 .social-links li:last-child a {
  border-radius: 0 10px 10px 0;
  border-right: 0;
}
.team-current-theme7 .social-links li:first-child a {
  border-radius: 10px 0px 0px 10px;
}
.team-current-theme7 .social-links li a {
  position: relative;
  line-height: 16px;
  color: #333f4d;
  background-color: #fff;
  border-radius: 50px;
  width: 44px;
  height: 41px;
  display: inline-block;
  line-height: 41px;
  text-align: center;
  border-radius: 0;
  transition: all 400ms ease;
  border-right: 1px solid #f2f3f5;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme7 .social-links li a {
    transition: none;
  }
}
.team-current-theme7 .social-links li a:hover {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
}

.team-current-theme8 {
  position: relative;
}
.team-current-theme8 .inner-box {
  position: relative;
  border: 2px solid #e3e3e3;
  border-radius: 10px;
  overflow: hidden;
}
.team-current-theme8 .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-theme8 .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-theme8 .image-box {
  position: relative;
}
.team-current-theme8 .image-box .image {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.team-current-theme8 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme8 .image-box .image img {
    transition: none;
  }
}
.team-current-theme8 .info-box {
  position: relative;
  text-align: center;
  padding: 20px 30px 30px;
  background-color: #fff;
  z-index: 2;
}
.team-current-theme8 .info-box .team-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 5px;
}
.team-current-theme8 .info-box .team-title a:hover {
  color: var(--theme-color1);
}
.team-current-theme8 .info-box .team-subtitle {
  position: relative;
  display: block;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme8 .info-box .team-subtitle {
    transition: none;
  }
}
.team-current-theme8 .share-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: var(--theme-color1);
  transition: all 400ms ease;
  border-radius: 50px;
  z-index: 3;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme8 .share-icon {
    transition: none;
  }
}
.team-current-theme8 .social-links {
  position: absolute;
  right: 30px;
  top: 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: var(--theme-color1);
  transform-origin: top;
  transform: scaleY(0);
  border-radius: 50px;
  z-index: 3;
  padding: 17px 10px 17px;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme8 .social-links {
    transition: none;
  }
}
.team-current-theme8 .social-links li {
  list-style: none;
  margin-bottom: 0;
}
.team-current-theme8 .social-links li a {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  margin-bottom: 25px;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme8 .social-links li a {
    transition: none;
  }
}
.team-current-theme8 .social-links li a:last-child {
  margin-bottom: 0px;
}

.team-current-theme9 {
  position: relative;
}
.team-current-theme9 .inner-box {
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 40px 30px 39px;
}
.team-current-theme9 .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team-current-theme9 .inner-box .image-box {
  margin-bottom: 30px;
}
.team-current-theme9 .inner-box .image-box .image {
  height: 260px;
  max-width: 260px;
  width: 100%;
  border-radius: 150px;
  overflow: hidden;
  margin: 0 auto;
}
.team-current-theme9 .inner-box .image-box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme9 .inner-box .image-box .image img {
    transition: none;
  }
}
.team-current-theme9 .inner-box .team-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.team-current-theme9 .inner-box .team-title a:hover {
  color: var(--theme-color1);
}
.team-current-theme9 .inner-box .team-subtitle {
  margin-bottom: 26px;
  display: inline-block;
}
.team-current-theme9 .inner-box .social-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme9 .inner-box .social-links {
    transition: none;
  }
}
.team-current-theme9 .inner-box .social-links li {
  list-style: none;
  margin-bottom: 0;
}
.team-current-theme9 .inner-box .social-links a {
  position: relative;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  display: inline-block;
  background: #fafafb;
  color: var(--theme-color1);
  text-align: center;
  border-radius: 5px;
  margin: 0 10px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme9 .inner-box .social-links a {
    transition: none;
  }
}
.team-current-theme9 .inner-box .social-links a:hover {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
}

.team-current-theme10 {
  position: relative;
}
.team-current-theme10 .inner-box {
  position: relative;
  padding-bottom: 40px;
}
.team-current-theme10 .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-theme10 .inner-box:hover .social-link a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
  visibility: visible;
}
.team-current-theme10 .image-box {
  position: relative;
}
.team-current-theme10 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.team-current-theme10 .image-box .image img {
  width: 100%;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme10 .image-box .image img {
    transition: none;
  }
}
.team-current-theme10 .info-box {
  position: absolute;
  left: 0;
  right: 35px;
  bottom: 0;
  padding: 17px 30px 14px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  min-height: 93px;
}
@media (max-width: 1199.98px) {
  .team-current-theme10 .info-box {
    right: 15px;
  }
}
@media (max-width: 575.98px) {
  .team-current-theme10 .info-box {
    position: relative;
    right: 0;
    padding-right: 60px;
  }
}
.team-current-theme10 .info-box .team-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.team-current-theme10 .info-box .team-title:hover {
  color: var(--theme-color1);
}
.team-current-theme10 .info-box .team-subtitle {
  position: relative;
  line-height: 1em;
  display: block;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme10 .info-box .team-subtitle {
    transition: none;
  }
}
.team-current-theme10 .share-icon {
  position: absolute;
  top: 14px;
  right: 16px;
  height: 65px;
  width: 65px;
  font-size: 20px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  background-color: var(--theme-color1);
  border-radius: 5px;
  transition: all 300ms ease;
  z-index: 3;
}
@media (max-width: 575.98px) {
  .team-current-theme10 .share-icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    top: 20px;
  }
}
.team-current-theme10 .social-links {
  position: absolute;
  right: 30px;
  bottom: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 3;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme10 .social-links {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .team-current-theme10 .social-links {
    right: 19px;
  }
}
.team-current-theme10 .social-links li {
  list-style: none;
  margin-bottom: 0;
}
.team-current-theme10 .social-links a {
  position: relative;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  color: var(--headings-color);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
.team-current-theme10 .social-links a:hover {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
}