/**--------------------------------------
 * @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.
 * ---------------------------------------**/

.theme6 .our-team{
    text-align: center;
    overflow: hidden;
    padding: 40px 15px 10px;
    transition: all 0.3s ease 0s;
    background: #fff;
}
.theme6 .pic img{
    border: 10px solid #f8f8f8;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}
.theme6 .post-title{
    position: relative;
    margin: 38px 0 18px 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color:#333;
}
.theme6 .post-title a{
    color:#333;
}
.theme6 .border{
    width: 100px;
    border: 0 !important;
    border-bottom: 3px solid #37cfd7 !important;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}
.theme6 .border:after{
    content: "";
    width: 34px;
    display: block;
    position: relative;
    top:3px;
    border-bottom: 3px solid #F43662 !important;
    margin: auto;
}
.theme6 .post{
    overflow: hidden;
    display: block;
    margin-top: 20px;
    font-size: 13px;
    color:#999;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.theme6 .team_social{
    list-style: none;
    padding: 0;
    text-align: center;
    position: relative;
    bottom: -100px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.theme6 .team_social > li{
    display: inline-block;
    margin-right: 20px;
}
.theme6 .team_social > li:last-child{
    margin-right: 0;
}
.theme6 .team_social > li > a{
    font-size: 15px;
    font-weight: 400;
    color:#333;
    transition: all 0.3s ease 0s;
}
.theme6 .team_social > li > a:hover{
    color:#000;
}
.theme6 .our-team:hover{
    background: #ffffff;
    padding-bottom: 30px;
}
.theme6 .our-team:hover .pic img{
    border-color: #F43662 !important;
}
.theme6 .our-team:hover .border{
    border-color: #F43662 !important;
}
.theme6 .our-team:hover .border:after{
    border-color: #37cfd7 !important;
}
.theme6 .our-team:hover .post{
    margin-top: 0;
    opacity: 0;
}
.theme6 .our-team:hover .team_social{
    opacity: 1;
    bottom: 0;
}
.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;
}