/*--------------------------------------
 team
---------------------------------------*/
.team{
    background-color: #f9f9f9;
}
.members{
    position: relative;
    text-align: center;
    z-index: 2;
}
.team-det{
    position: relative;
    background-color: #fff;
    z-index: 1;
    border-radius:5px;
    padding: 22px 15px 8px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}
.team-det h4{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.divi_team_member .team-det{
    position: absolute;
    bottom: 0;
    padding: 22px 30px 8px;
    border-radius:0 0 5px 5px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    z-index: 0;
    -webkit-transform: translateY(125px);
    -ms-transform: translateY(125px);
    transform: translateY(125px);
}
.divi_team_member .members{
    margin-top: 30px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}
.divi_team_member .members:hover .team-det{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.divi_team_member .members::after {
    width: 84%;
    left: 8%;
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    background-color: #1a1a1a;
    z-index: 0;
}
.divi_team_member .members:hover::after{
    display: none;
}
.team-theme-1 .members::before{
    background-color: #0c65ed;
    position: absolute;
    content: "";
    width: 84%;
    left: 8%;
    height:0;
    bottom: 125px;
    border-radius:5px 5px 0 0;
    z-index:-1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.members:hover::before{
    height:60%;
}
.team-det h6{
    color: #0c65ed;
    margin-top: 10px;
    margin-bottom:13px;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0;
}
.team-det a:hover{
    color: #0c65ed
}
.divi_team_member .team-det p{
    margin-bottom:40px;
    opacity: 0;
}
.divi_team_member .members:hover p{
    opacity: 1;
}
.team-soc a span{
    display: none;
}
.team-soc{
    background-color: #0c65ed;
    padding: 6px 15px 3px !important;
    border-radius: 0 0 5px 5px;
    color: #fff;
    margin: 0 auto !important;
    width: 84%;
    -webkit-transform: translateY(-62px);
    -ms-transform: translateY(-62px);
    transform: translateY(-62px);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
    opacity: 0;
}
.divi_team_member .team-soc{
    -webkit-transform: translateY(62px);
    -ms-transform: translateY(62px);
    transform: translateY(62px);
    border-radius: 5px 5px 0 0;
}
.team-soc a{
    padding:5px 10px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.team-soc a:hover{
    color: #000
}
.members:hover .team-soc{
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.team-det h4{
    margin: 0;
    padding: 0;
}