/**--------------------------------------
 * @package     rapi_team - Rapi Team
 * @copyright   Copyright (C) 2017 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later.
 * ---------------------------------------**/

.theme5 .our-team{
    text-align: center;
    background: #fff;
    padding: 0 0 20px 0;
}
.theme5 .our-team .pic{
    position: relative;
    overflow: hidden;
}
.theme5 .our-team .pic img{
    width: 100%;
    height: auto;
    transition: all 0.2s ease 0s;
}
.theme5 .our-team:hover .pic img{
    transform: translateY(-15px);
}
.theme5 .our-team .social_media_team{
    position: absolute;
    bottom: -20%;
    width: 100%;
    background-color:#ea6153;
    transition: all 0.35s ease 0s;
}
.theme5 .our-team:hover .social_media_team{
    bottom: 0px;
}
.theme5 .our-team .team_social{
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
}
.theme5 .our-team .team_social li{
    display: inline-block;
    margin-right: 5px;
}
.theme5 .our-team .team_social li a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    color:#fff;
    font-size: 18px;
    transition: all 1.3s ease 0s;
}
.theme5 .our-team .team_social li a:hover{
    background: #fff;
    color:#424242;
}

.theme5 .our-team .post-title a{
    color:#424242;
    transition: all 0.2s ease 0s;
}
.theme5 .our-team .post-title a:hover{
    text-decoration: none;
    color:#ea6153;
}
.theme5 .our-team .post{
    color: #8F8F8F;
    font-size: 14px;
}

.theme5 .our-team .team-prof h3 {
    margin-top: 0;
    padding: 20px 0 0 0;
}

.theme5 .our-team .team-prof h3 a {
    color: #5a5a5a;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0066BD;
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
}