/*=== cspt-team-style-1 ===*/
.cspt-team-style-1 .creativesplanet-team-image-box{
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;    
}
.cspt-team-style-1 .creativesplanet-team-image-box img{
    width: 100%;
}
.cspt-team-style-1 .creativesplanet-box-content{
    text-align: center;
}
.cspt-team-style-1 .creativesplanet-box-content .cspt-team-title{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
}
.cspt-team-style-1 .creativesplanet-box-team-position{
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--cspt-leblix-global-color);
}
.cspt-team-style-1  .creativesplanet-box-social-links ul {
    position: absolute; 
    width: 100%;
    text-align: center;
    padding: 10px 0;
    transition: .5s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
     white-space: nowrap;
     z-index: 9;
     opacity: 0;
}
.cspt-team-style-1  .cspt-team-social-links{
    margin-top: 0px;
}
.cspt-team-style-1  .cspt-team-social-links li {
    display: inline-block;
    margin: 0 10px;
}
.cspt-team-style-1 .creativesplanet-box-social-links a{
    font-size: 20px;
    color: var(--cspt-leblix-white-color);
    line-height: 40px;  
    text-align: center;
    display: inline-block;
}
.cspt-team-style-1:hover .creativesplanet-box-social-links ul{
    opacity: 1;
    visibility: visible;
}
.cspt-team-style-1 .creativesplanet-box-social-links a:hover{
    color:var(--cspt-leblix-global-color);
}
.cspt-team-style-1 .creativesplanet-box-content .cspt-team-title a{
	color: var(--cspt-leblix-blackish-color);
}
.cspt-team-style-1 .creativesplanet-team-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:var(--cspt-leblix-secondary-color);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}
.cspt-team-style-1:hover .creativesplanet-team-overlay{
    width: 100%;
}
/* .cspt-element-team-style-1.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot {
    height: 12px;
    width: 12px;
    background-color: rgb(0 0 0 / 20%);
    border-radius: 50%;
}
.cspt-element-team-style-1.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot.active {
    background-color: #01cd61;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.cspt-element-team-style-1.creativesplanet-element-viewtype-carousel .owl-carousel .owl-dots{
    margin-top: 18px;
} */