/* Our Team 6
-------------------------------------------------- */

.our-team6 {
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    padding-bottom: 14px;
    transition: all 0.24s ease;
    box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.12);
}

.our-team6:hover {
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.1);
}

.social-team6 {
    text-align: center;
}

.our-team6 figure {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.our-team6 figure img {
    height: auto;
}

.our-team6 h2 {
    font-size: 17px;
    margin-top: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2a2a2a;
}

.our-team6 h2 a {
    color: #2a2a2a;
}

.our-team6 h2 a:hover {
    text-decoration: underline;
}

.our-team6 h5 {
    color: #437df9;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.6px;
}

.our-team6 p {
    font-size: 14px;
    padding: 7px 25px 0;
    color: #717171;
}

.our-team6 .social-team {
    padding-top: 10px;
}

.our-team6 .social-team i {
    margin: 0 4px;
    padding: 5px 6px;
    font-size: 18px;
    border-radius: 3px;
    color: #b9b9b9;
    transition: all 0.25s ease;
}

.our-team6 .social-team i.fa-facebook {
    padding: 5px 8px;
}

.our-team6 i:hover {
    color: #fff;
    background: #333;
}