.our-trainers {
    margin-bottom: 120px;
    overflow: hidden;
}

.our-trainers .container {

}

.our-trainers .section-title_v1 {
    margin-bottom: 80px;
}


/* tabs */
.tab-slider_links {
    margin-bottom: 50px;
}
.tab-slider_links ul{
    list-style: none;
    display: flex;
    justify-content: center;
}
.tab-slider_links ul li{margin-right: 30px;}
.tab-slider_links ul li:last-child{margin-right: 0;}
.tab-slider_links ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #407d87;
    text-decoration: none;
    cursor: pointer;
}
.tab-slider_links ul li a.active{opacity: .7;}
.tab-slider_links ul li a:hover{opacity: .7;}

 /* tabs content */
.tab-slider_content {
    position: relative;
} 

.tab-slider_item {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    transition: .3s linear;
}
.tab-slider_item.active{
    position: static;
    visibility: visible;
    opacity: 1;
    z-index: 0;
}
.tab-slider_empty{
    border: 1px solid #828282b3;
    min-height: 200px;
    display: flex;
}
.tab-slider_empty p{
    color: #828282b3;
    margin: auto;
}
/*.
.owl-carousel {
} */
.our-trainers .owl-stage-outer{
    margin-bottom: 50px;
}

/* slide */
.our-trainers_slide {
    width: 260px;
    height: 815px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* .our-trainers_wrapper {
} */
.trainer-img {
    width: 260px;
    height: 380px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 25px;
}
.trainer-img img{
    object-fit: cover;
}
.our-trainers_slide h3{
    font-size: 24px;
    font-weight: 500;
    color: #407d87;
    margin-bottom: 15px;
}
.about-trainer {
    font-size: 16px;
    font-weight: 400;
    color: #407d87;
}
.about-trainer p:first-child{
    margin-bottom: 35px;
}
.trainer-link {
    width: 96px;
    padding: 12px 0;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #407d87;
    border-radius: 30px;
    transition: .2s linear;
}
.trainer-link:hover{
    background-color: #36c0c8;
}

/* navigation arrows */
.our-trainers .owl-nav {
    width: 200px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 5px;
    left: 41%;
}
.our-trainers .owl-nav button{
    font-size: 25px !important;
    color: #407d87 !important;
    border-radius: 30px;;
    opacity: .4;
    transition: all .2s linear;
}
.our-trainers .owl-nav button:hover{
    opacity: 1;
}
.our-trainers .owl-nav button.disabled{
    visibility: hidden;
}

/* navigation numbers */
.our-trainers .owl-dots{
    display: flex;
    justify-content: center;
    width: 120px;
    margin: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}
.our-trainers .owl-dots button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    font-size: 16px;
    font-weight: 400;
    margin-right: 7px;
    text-decoration: none;
    user-select: none;
    border: none;
    opacity: .4;
    transition: .2s linear;
}
.our-trainers .owl-dots button span{
    color: #407d87;
}
.our-trainers .owl-dots button:last-child{
    margin-right: 0;
}
.our-trainers .owl-dots button:hover{
    opacity: 1;
}
.our-trainers .owl-dots button.active{
    border: 1px solid #407d87;
    border-radius: 30px;
    opacity: 1;
}