/* Default  */
.tf-team {
  overflow: hidden;
}
.tf-team.default {
  text-align: center;
}
.tf-team.default .social {
  border-top: 1px solid;
  display: inline-block;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.tf-team.default .social > a {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 0;
  margin: 0 5px;
}
.tf-team.default .title {
  padding-top: 28px;
  font-size: 20px;
  font-weight: 600;
}
.tf-team.default .position {
  font-size: 14px;
  padding-bottom: 21px;
}

.tf-team .social a,
.tf-team .content,
.tf-team .image-team img,
.tf-team.style2 .inner-image:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tf-team.style2,
.tf-team .content .title,
.tf-team .content .position {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tf-team .inner-image,
.tf-team .image-team img {
  position: relative;
  overflow: hidden;
}

.tf-team.style1:hover .inner-image img,
.tf-team.default:hover .inner-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.tf-team .social a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  border-radius: 50%;
}

.tf-team .social a:first-child {
  margin-left: 0 !important;
}

.tf-team .social a:last-child {
  margin-right: 0 !important;
}

/* Style 1*/
.tf-team.style1 .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}

.tf-team.style1:hover .content {
  visibility: visible;
  opacity: 1;
}

.tf-team.style1 .content .inner-content {
  width: 100%;
}

.tf-team.style1 .social a {
  margin: 3px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
}

.tf-team.style1:hover .social a {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.tf-team.style1 .content .title {
  transform: translateY(-5px);
}

.tf-team.style1 .content .position {
  transform: translateY(5px);
}

.tf-team.style1 .content .title,
.tf-team.style1 .content .position {
  opacity: 0;
  visibility: hidden;
}

.tf-team.style1:hover .content .title,
.tf-team.style1:hover .content .position {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Style 2 */

.tf-team.style2 .content {
  padding: 118px 20px 32px 20px;
  border: 1px solid #e5e6e9;
  border-radius: 7px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tf-team.style2 .inner-image {
  display: inline-block;
  max-width: 187px;
}

.tf-team.style2 .image-team {
  margin-bottom: -102px;
}

.tf-team.style2 .content .title {
  font-size: 20px;
  font-weight: 600;
  font-family: 'poppins';
  color: #020e28;
  margin-bottom: 6px;
}

.tf-team.style2 .content .position {
  display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
    padding: 3px 10px;
    background: var(--theme-secondary-color);
    margin-bottom: 17px;
}

.tf-team.style2 .content .description {
  font-size: 16px;
  line-height: 28px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tf-team.style2 .inner-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
}

.tf-team.style2:hover .inner-image:before,
.tf-team.style2.active .inner-image:before {
  top: -9px;
  left: -5px;
}

.tf-team.style2 .social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 36px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*.tf-team.style2 .social a {
  margin: 3px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
}

.tf-team.style2:hover .social a,
.tf-team.style2.active .social a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}*/

.tf-team.style2 .content .description ,
.tf-team.style2 .content .description {
  margin-bottom: 60px;
}

/* style 3 */

.tf-team.style3 .wrap-team {
  display: flex;
  align-items: center;
}

.tf-team.style3 .wrap-team .image-team .inner-image img {
  max-width: 115px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}

.tf-team.style3 .wrap-team .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 2px;
}

.tf-team.style3 .social a {
  width: 20px;
  font-size: 14px;
  height: 20px;
}

.tf-team.style3 .wrap-team .image-team {
  margin-right: 24px;
  flex-shrink: 0;
}

.tf-team.style3 .position {
  margin-bottom: 4px;
}

.tf-team:not(.default) .social a:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.tf-team:not(.default) .social a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.tf-team:not(.default) .social a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.tf-team:not(.default) .social a:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.tf-team:not(.default) .social a:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.tf-team:not(.default) .social a:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.tf-team:not(.default) .social a:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.tf-team:not(.default) .social a:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.tf-team:not(.default) .social a:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

@media only screen and (max-width: 1024px) {
  .tf-team .image-team img {
    width: 100%;
  }
}

/*# sourceMappingURL=tf-team.css.map */
