/* Our Team 16
-------------------------------------------------- */
.our-team16  .our-team-name {
    font-size: 24px;
}

.our-team16 .our-team-title {
    font-size: 14px;
}

.our-team16 .content-box {
    padding: 25px 40px;
    position: relative;
}

.our-team16-socail a {
    display: block;
}

.our-team16-share:hover .social-team {
    display: block;
}

.our-team16-share {
    position: absolute;
    right: 50px;
    top: 35px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 4;
    cursor: pointer;
}

.our-team16-socail .social-team {
    background: #f3f3f3;
    position: absolute;
    bottom: 50px;
    display: none;
    padding: 5px 0;
    z-index: 9;
}

.our-team16-socail .social-team {
    background: #f3f3f3;
    position: absolute;
    bottom: 50px;
    display: none;
    padding: 5px 0;
    z-index: 9;
    transition: all 0.3s;
}

.our-team16-socail .social-team i {
    background: transparent;
}

.our-team16-socail .social-team a:hover i, .our-team16-share:hover > i {
    color: #008aff;
}

.our-team16-socail .social-team a i {
    transition: all 0.3s;
}


 