/* Our Team 5
-------------------------------------------------- */

.our-team5 {
    position: relative;
    text-align: center;
    box-shadow: none;
    transition: all 0.27s ease;
}

.our-team5:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
}

.our-team5 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .46s all ease;
}

.our-team5 figcaption {
    padding: 24px 15px 18px;
    border-bottom: 2px solid #ECF0F1;
    transition: .46s all ease;
}

.our-team5 h2 {
    font-size: 23px;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
}

.vc_col-sm-2 .our-team5 h2 {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.our-team5 h5 {
    font-size: 12px;
    color: #437df9;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.our-team5 p {
    padding: 27px 5px 10px 1px;
}

.our-team5 .social-team {
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-right: 10px;
    opacity: 0;
    transition: .46s all ease;
    position: absolute;
    bottom: 100px;
}

.our-team5:hover .social-team {
    opacity: 1;
}

.our-team5 .social-team i {
    font-size: 18px;
    background-color: #fff;
    padding: 10px;
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 0;
    transition: all 0.23s ease;
}

.our-team5 .social-team .fa-facebook:before {
    padding: 3px;
}

.our-team5 .social-team a i:hover {
    background: #000 !important;
}

.our-team5 .social-team a i:hover:before {
    color: #437df9;
}

.our-team5:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.our-team5:hover figcaption {
    border-color: #c9c9c9;
}