/* Our Team 15
-------------------------------------------------- */
.our-team15 {
    padding: 55px 0;
    position: relative;
    box-shadow: 0 1px 12px -1px rgba(0, 0, 0, 0.16);
    border-radius: 7px;
    text-align: center;
    background: #fff;
    margin-bottom: 40px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.our-team15 figure {
    position: relative;
}

.our-team15 h2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    transition: all 0.25s ease;
}

.our-team15 h5 {
    font-size: 15px;
    line-height: 30px;
    color: #878787;
    transition: all 0.25s ease;
}

.our-team15 .social-team {
    position: absolute;
    right: 15px;
    bottom: 0;
    padding-top: 1px;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    transition: background 0.25s ease;
}

.our-team15 .social-team.twitter {
    background: #1DA1F2;
    box-shadow: 0 4px 10px rgba(29, 161, 242, 0.42);
}

.our-team15 .social-team.facebook {
    background: #4E66A2;
    box-shadow: 0 4px 10px rgba(78, 102, 162, 0.42);
}

.our-team15 .social-team.google-plus {
    background: #D11718;
    box-shadow: 0 4px 10px rgba(209, 23, 24, 0.42);
}

.our-team15 .social-team.vimeo {
    background: #00ADEF;
    box-shadow: 0 4px 10px rgba(0, 173, 239, 0.42);
}

.our-team15 .social-team.dribbble {
    background: #ea4c89;
    box-shadow: 0 4px 10px rgba(234, 76, 137, 0.42);
}

.our-team15 .social-team.youtube {
    background: #FF0000;
    box-shadow: 0 4px 10px rgba(255, 0, 0, 0.42);
}

.our-team15 .social-team.pinterest {
    background: #BD081C;
    box-shadow: 0 4px 10px rgba(189, 8, 28, 0.42);
}

.our-team15 .social-team.linkedin {
    background: #0077B5;
    box-shadow: 0 4px 10px rgba(0, 91, 253, 0.42);
}

.our-team15 .social-team.instagram {
    background: #dc2743;
    box-shadow: 0 3px 10px rgba(253, 0, 95, 0.42);
}

.our-team15 .social-team:hover {
    background: #222 !important;
}

.our-team15 .social-team i {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    background: none !important;
}

.our-team15 figure .img-wrapper {
    position: relative;
    width: 140px;
    margin: 0 auto;
}

.our-team15 figure img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.our-team15:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.25s ease;
    border-radius: 7px;
    background: #0071fd;
    background-image: -moz-linear-gradient(125deg, rgb(0, 192, 244) 0%, rgb(0, 91, 238) 90%);
    background-image: -webkit-linear-gradient(125deg, rgb(0, 192, 244) 0%, rgb(0, 91, 238) 90%);
    background-image: -ms-linear-gradient(125deg, rgb(0, 192, 244) 0%, rgb(0, 91, 238) 90%);
    background-image: linear-gradient(125deg, rgb(0, 192, 244) 0%, rgb(0, 91, 238) 90%);
}

.our-team15:hover {
    box-shadow: 0 20px 35px 0 rgba(0, 91, 238, 0.25);
}

.our-team15:hover:before {
    opacity: 1;
}

.our-team15:hover h2 {
    color: #fff;
}

.our-team15:hover h5 {
    color: rgba(255, 255, 255, 0.4);
}