.staff-current-theme-style3 .team-item {
  overflow: hidden;
}
.staff-current-theme-style3 .team-item .team-thumb img {
  transition: 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .staff-current-theme-style3 .team-item .team-thumb img {
    transition: none;
  }
}
.staff-current-theme-style3 .team-item .team-content {
  background-color: #fff;
  border: 1px solid #e0e4ec;
  border-top: none;
  padding: 34px 15px;
  position: relative;
}
.staff-current-theme-style3 .team-item .team-content:after {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  transition: all 0.2s ease;
  border-width: 0 205px 22px 205px;
  content: "";
  left: 50%;
  line-height: 1;
  position: absolute;
  top: -22px;
  width: 100%;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
@media (prefers-reduced-motion: reduce) {
  .staff-current-theme-style3 .team-item .team-content:after {
    transition: none;
  }
}
.staff-current-theme-style3 .team-item .team-content .team-information {
  position: relative;
  text-align: center;
}
.staff-current-theme-style3 .team-item .team-content .team-information:after {
  background-color: #fff;
  top: -43px;
  content: "";
  height: 4px;
  left: -16px;
  position: absolute;
  width: 55%;
  z-index: 1;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .staff-current-theme-style3 .team-item .team-content .team-information:after {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .staff-current-theme-style3 .team-item .team-content .team-information:after {
    width: 55.5%;
  }
}
@media (max-width: 1199.98px) {
  .staff-current-theme-style3 .team-item .team-content .team-information:after {
    display: none;
  }
}
.staff-current-theme-style3 .team-item .team-content .team-information:before {
  background-color: #fff;
  top: -43px;
  content: "";
  height: 4px;
  position: absolute;
  right: -16px;
  width: 55%;
  z-index: 1;
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .staff-current-theme-style3 .team-item .team-content .team-information:before {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .staff-current-theme-style3 .team-item .team-content .team-information:before {
    width: 55.5%;
  }
}
@media (max-width: 1199.98px) {
  .staff-current-theme-style3 .team-item .team-content .team-information:before {
    display: none;
  }
}
.staff-current-theme-style3 .team-item .team-content .team-information .name {
  margin-top: 0;
  margin-bottom: 0;
}
.staff-current-theme-style3 .team-item .team-content .team-information .name a:hover {
  color: var(--theme-color1);
}
.staff-current-theme-style3 .team-item .team-content .team-information .speciality {
  font-family: var(--heading-font-family);
  margin-bottom: 20px;
}
.staff-current-theme-style3 .team-item .team-content .team-information .team-social li {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 0;
  padding-left: 0;
}
.staff-current-theme-style3 .team-item .team-content .team-information .team-social li a {
  background-color: #eef1f6;
  color: #7e838b;
  height: 40px;
  text-align: center;
  width: 40px;
  display: inline-block;
  line-height: 40px;
  margin-right: 4px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .staff-current-theme-style3 .team-item .team-content .team-information .team-social li a {
    transition: none;
  }
}
.staff-current-theme-style3 .team-item .team-content .team-information .team-social li a:hover {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
}
.staff-current-theme-style3 .team-item:hover .team-thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.staff-current-theme-style3 .team-item:hover .team-content .team-information:before, .staff-current-theme-style3 .team-item:hover .team-content .team-information:after {
  background-color: #f9801e;
}