/*
 * Shortcode: staff.scss
 * -----------------------------------------------
*/
.tm-sc-staff .team-item-skin-style2 {
  position: relative;
  text-align: center;
  transition: all 300ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-item-skin-style2 {
    transition: none;
  }
}
.tm-sc-staff .team-item-skin-style2 .team-content {
  background-color: #fff;
  border: 1px solid rgba(230, 230, 230, 0.8);
  padding: 30px;
  position: relative;
  width: 80%;
  margin: -80px auto 0;
  transition: all 0.3s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-item-skin-style2 .team-content {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .tm-sc-staff .team-item-skin-style2 .team-content {
    padding: 20px;
  }
}
.tm-sc-staff .team-item-skin-style2 .team-content .name {
  margin-bottom: 0;
  margin-top: 0;
}
.tm-sc-staff .team-item-skin-style2 .team-thumb {
  overflow: hidden;
}
.tm-sc-staff .team-item-skin-style2 .team-thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-item-skin-style2 .team-thumb img {
    transition: none;
  }
}
.tm-sc-staff .team-item-skin-style2:hover .team-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tm-sc-staff .team-item-skin-style2 .team-information {
  margin-bottom: 20px;
}
.tm-sc-staff .team-item-skin-style2 .team-name {
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
}
.tm-sc-staff .team-item-skin-style2 .designation {
  font-size: 16px;
  font-weight: 660;
}
.tm-sc-staff .team-item-skin-style2 .styled-icons.icon-team-list li a {
  background-color: #f7f7fa;
  border: 1px solid transparent;
  color: var(--theme-color2);
  height: 40px;
  width: 40px;
  line-height: 40px;
  transition: all 300ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-staff .team-item-skin-style2 .styled-icons.icon-team-list li a {
    transition: none;
  }
}
.tm-sc-staff .team-item-skin-style2 .styled-icons.icon-team-list li a:hover {
  color: #fff;
  background: var(--theme-color1);
}
.tm-sc-staff .team-item-skin-style2:hover .team-content {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}