.tf-team .wrap-team {    
    padding-bottom: 67px;
    position: relative;
}
.tf-team .wrap-team .image-team .inner-image {
    overflow: hidden;
    position: relative;
}
.tf-team .inner-image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -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:hover .inner-image:after {
    visibility: visible;
    opacity: 1;
}
.tf-team .wrap-team .content {
    padding: 25px 30px 27px 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    background-color: #ffffff;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    -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:hover .wrap-team .content {
    padding-bottom: 89px;
}
.tf-team .social a,
.tf-team .image-team img {
    -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 .image-team img {
    width: 100%;
}
.tf-team .social {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    -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;   
    opacity: 0;
    visibility: hidden;
}
.tf-team:hover .social {
    bottom: 22px;
    opacity: 1;
    visibility: visible;
}
.tf-team:hover .inner-image img {
  -webkit-transform: scale(1.05); 
      -ms-transform: scale(1.05); 
          transform: scale(1.05); 
}
.tf-team .social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.tf-team .content .title {
    margin: 0;
}
.tf-team .content .reviews {
    font-family: 'Raleway';
    font-size: 14px;
    line-height: 16px;
    color: #354C68;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tf-team .content .reviews .reviews-before {
    font-weight: 600;
    margin: 0 7px;
}

/*.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) {

}
@media only screen and (max-width: 500px) {
    
}