/* Default  */

.tf-team.default .social {
    display    : inline-block;
    align-items: center;
    width      : 100%;
    margin-top : 5px;
}

.tf-team.default .social a {
    width          : 28px;
    height         : 28px;
    font-size      : 12px;
    display        : inline-flex;
    justify-content: center;
    align-items    : center;
    margin-right   : 17px;
    background     : #F0F4F9;
    border-radius  : 50%;
}

.tf-team.default .image-team img {
    width: 100%;
}

.tf-team.default .social a:first-child {
    margin-left: 0;
}

.tf-team.default .social a:last-child {
    margin-right: 0;
}

.tf-team .content {
    position: relative;
    z-index: 10;
}

/* Style 1*/
.tf-team.style1 .content:after,
.tf-team .social a,
.tf-team.style1 .content,
.tf-team .image-team img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition   : all 0.5s ease 0s;
    -ms-transition    : all 0.5s ease 0s;
    -o-transition     : all 0.5s ease 0s;
    transition        : all 0.5s ease 0s;
}

.tf-team .image-team img {
    width: 100%;
}

.tf-team.style1 .title {
    margin-bottom: 3px;
}

.tf-team.style1 .image-team {
    margin-bottom: 92px;
}

.tf-team.style1 {
    text-align: center;
}

.tf-team.style1 .content {
    padding: 18px 10px 16px 10px;
}

.tf-team.style1:hover .content {
    padding-bottom: 50px;
}

.tf-team.style1 .content {
    position: absolute;
    bottom  : 27px;
    left    : 22px;
    right   : 22px;
    overflow: hidden;
}

.tf-team.style1 .content:before,
.tf-team.style1 .content:after {
    content   : '';
    position  : absolute;
    z-index   : 2;
    bottom    : 0;
    height    : 3px;
    width     : 0;
    transition: 0;
}

.tf-team.style1 .content:before {
    left: 0;
}

.tf-team.style1 .content:after {
    -webkit-transition: width 0.7s;
    -moz-transition   : width 0.7s;
    -ms-transition    : width 0.7s;
    -o-transition     : width 0.7s;
    transition        : width 0.7s;
    right             : 0;
}

.tf-team.style1:hover .content:before {
    width             : 100%;
    -webkit-transition: width 0.7s;
    -moz-transition   : width 0.7s;
    -ms-transition    : width 0.7s;
    -o-transition     : width 0.7s;
    transition        : width 0.7s;
}


.tf-team.style1:hover .content:after {
    width     : 100%;
    transition: 0s;
    background: transparent !important;
}

.tf-team.style1:hover .inner-image img {
    -webkit-transform: scale(1.1);
    -ms-transform    : scale(1.1);
    transform        : scale(1.1);
}

.tf-team.style1 .social {
    display           : flex;
    justify-content   : center;
    align-items       : center;
    width             : 100%;
    position          : absolute;
    left              : 0px;
    bottom            : 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition   : all 0.5s ease 0s;
    -ms-transition    : all 0.5s ease 0s;
    -o-transition     : all 0.5s ease 0s;
    transition        : all 0.5s ease 0s;
}

.tf-team.default .wrap-team {
    position          : relative;
    padding           : 19px 19px 15px 19px;
    background-color  : #F9F9F9;
    border-radius     : 8px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition   : all 0.5s ease 0s;
    -ms-transition    : all 0.5s ease 0s;
    -o-transition     : all 0.5s ease 0s;
    transition        : all 0.5s ease 0s;
}

.tf-team.default .wrap-team:hover::before {
    opacity: 0.8;
}

.tf-team.default .wrap-team::after,
.tf-team.default .wrap-team::before  {
    position        : absolute;
    content         : '';
    right           : 20px;
    bottom: 0;
    width           : 75px;
    height          : 60px;
    background-color: #F9ECEA;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition   : all 0.5s ease 0s;
    -ms-transition    : all 0.5s ease 0s;
    -o-transition     : all 0.5s ease 0s;
    transition        : all 0.5s ease 0s;
    z-index: 10;
}
.tf-team.default .title {
    margin-bottom: -7px;
}
.tf-team.default .wrap-team::before {
    right           : 55px;
    background-color: #F9E6E4;
    opacity: 0.6;
    z-index: 1;
}

.tf-team.default .wrap-team:hover {
    box-shadow: 0px 5px 17px #fd4a368c;
}

.tf-team.default .social {
    display           : flex;
    justify-content   : center;
    align-items       : center;
    width             : 100%;
    position          : absolute;
    left              : 0px;
    bottom            : -60px;
    visibility        : hidden;
    padding           : 7px 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition   : all 0.5s ease 0s;
    -ms-transition    : all 0.5s ease 0s;
    -o-transition     : all 0.5s ease 0s;
    transition        : all 0.5s ease 0s;
}

.tf-team.default .hover-social {
    display: none !important;
}

.tf-team.default:hover .social {
    bottom    : 0;
    visibility: visible;
}

.tf-team.style1:hover .social {
    bottom: 14px;
}

.tf-team.style1 .social a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px;
    background: #F0F4F9;
    border-radius: 50%;
    opacity        : 0;
    visibility     : hidden;
}

.tf-team.style1 .social a:first-child {
    margin-left: 0;
}

.tf-team.style1 .social a:last-child {
    margin-right: 0;
}

.tf-team.style1:hover .social a {
    opacity   : 1;
    visibility: visible;
}

.tf-team.style1 .social a:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay   : 0s;
    -ms-transition-delay    : 0s;
    -o-transition-delay     : 0s;
    transition-delay        : 0s;
}

.tf-team.style1 .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.style1 .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;
}

/* Style 2 */

.tf-team.style2 .content {
    text-align: center;
    padding: 21px 0 29px 0;
    border: 1px solid rgba(2, 4, 23, 0.1);
    border-top: unset;
}

.tf-team.style2 .title {
    margin-bottom: 5px;
}

.tf-team.style2 .social {
    display: inline-block;
    border: 1px solid rgba(2, 4, 23, 0.1);
}

.tf-team.style2 .social a {
    width: 52px;
    height: 40px;
    background: #fff;
    color: #020417;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-right: 1px solid rgba(2, 4, 23, 0.1);
}

.tf-team.style2 .social a:last-child {
    border-right: 1px solid transparent;
}

.tf-team.style2 .social a:hover {
    background: var(--theme-secondary-color);
    border: 1px solid transparent;
    color: #fff;
}

.tf-team.style2 .description {
    margin-bottom: 14px;
}

.tf-team .inner-image {
    position: relative;
    overflow: hidden;
}

.tf-team.style2:hover .inner-image img {
    -webkit-transform: scale(1.1);
    -ms-transform    : scale(1.1);
    transform        : scale(1.1);
}

.tf-team.style2:hover {
    cursor: pointer;
}

/* team 3 */

.tf-team.style3 {
    background: #FFFFFF;
border: 1px solid rgba(2, 4, 23, 0.1);
border-radius: 5px;
}

.tf-team.style3 .wrap-team {
    text-align: center;
    padding: 29px 0;
}

.tf-team.style3 .image-team {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.tf-team.style3 .image-team img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition   : all 0.3s ease 0s;
    -ms-transition    : all 0.3s ease 0s;
    -o-transition     : all 0.3s ease 0s;
    transition        : all 0.3s ease 0s;
}

.tf-team.style3:hover .image-team img {
    transform: scale(1.1);
}

.tf-team.style3 .image-team .inner-image::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: #02041798;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tf-team.style3:hover .image-team .inner-image::after {
    opacity: 1;
    visibility: visible;
}

.tf-team.style3 .title {
    margin-bottom: 6px;
}

.tf-team.style3 .image-team .inner-social:before {
    z-index: 5;
    border: 110px solid transparent;
    border-left-color: var(--theme-secondary-color);
    border-radius: 50% 0 0 50%;
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translate3d(50%,50%,0) rotate(135deg);
    transform: translate3d(50%,50%,0) rotate(135deg);
    transition: all .35s .15s;
}

.tf-team.style3:hover .image-team .inner-social a {
    opacity: 1;
}

.tf-team.style3:hover .image-team .inner-social:before {
    opacity: .8;
    -webkit-transform: translate3d(50%,50%,0) rotate(45deg);
    transform: translate3d(50%,50%,0) rotate(45deg);
    transition-delay: 0s;
}

.tf-team.style3 .image-team .inner-social .social {
    z-index: 5;
    bottom: 46px;
    font-size: 120%;
    height: 51px;
    position: absolute;
    right: -23px;
    width: 31px;
}

.tf-team.style3 .image-team .inner-social a {
    display: inline-block;
    font-size: 16px;
    height: 20px;
    opacity: 0;
    position: absolute;
    transition: all .35s cubic-bezier(.25,.4,.2,.5) 0s;
    width: 35px;
}

.tf-team.style3:hover .image-team .inner-social a:first-child {
    transform: translate3d(0,60px,0);
    -webkit-transform: translate3d(0,60px,0);
    transition: all .35s cubic-bezier(.5,.2,.4,.25) .15s;
    -webkit-transition: all .35s cubic-bezier(.5,.2,.4,.25) .15s;
}

.tf-team.style3:hover .image-team .inner-social a:first-child  i {
    transform: translate3d(-100px,0,0);
    -webkit-transform: translate3d(-100px,0,0);
    transition: -webkit-transform .35s cubic-bezier(.25,.4,.2,.5) .15s;
    transition: transform .35s cubic-bezier(.25,.4,.2,.5) .15s;
    transition: transform .35s cubic-bezier(.25,.4,.2,.5) .15s,-webkit-transform .35s cubic-bezier(.25,.4,.2,.5) .15s;
    -webkit-transition: transform .35s cubic-bezier(.25,.4,.2,.5) .15s;
}

.tf-team.style3:hover .image-team .inner-social a:nth-child(2) i {
    transform: translate3d(-80px,0,0);
    -webkit-transform: translate3d(-80px,0,0);
    transition: -webkit-transform .35s cubic-bezier(.25,.4,.2,.5) .25s;
    transition: transform .35s cubic-bezier(.25,.4,.2,.5) .25s;
    transition: transform .35s cubic-bezier(.25,.4,.2,.5) .25s,-webkit-transform .35s cubic-bezier(.25,.4,.2,.5) .25s;
    -webkit-transition: transform .35s cubic-bezier(.25,.4,.2,.5) .25s;
}

.tf-team.style3:hover .image-team .inner-social a:nth-child(2) {
    transform: translate3d(0,30px,0);
    -webkit-transform: translate3d(0,30px,0);
    transition: all .35s cubic-bezier(.5,.2,.4,.25) .25s;
    -webkit-transition: all .35s cubic-bezier(.5,.2,.4,.25) .25s;
}

.tf-team.style3:hover .image-team .inner-social a:nth-child(3) i {
    transform: translate3d(-45px,0,0);
    -webkit-transform: translate3d(-45px,0,0);
    transition: -webkit-transform .35s cubic-bezier(.25,.4,.2,.5) .35s;
    transition: transform .35s cubic-bezier(.25,.4,.2,.5) .35s;
    transition: transform .35s cubic-bezier(.25,.4,.2,.5) .35s,-webkit-transform .35s cubic-bezier(.25,.4,.2,.5) .35s;
    -webkit-transition: transform .35s cubic-bezier(.25,.4,.2,.5) .35s;
}

.tf-team.style3:hover .image-team .inner-social a:nth-child(3) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0,8px,8px);
    transition: all .35s cubic-bezier(.5,.2,.4,.25) .35s;
    -webkit-transition: all .35s cubic-bezier(.5,.2,.4,.25) .35s;
}