/*-------------office-bearers--------------*/
.office-bearers-wrapper {
    background: #fff;
    padding: 40px 20px;
}
#bearersSlider .carousel-indicators {
    position: relative;
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}
#bearersSlider .carousel-indicators button {
    background-color: #efefef !important;
    width: 100%;
    height: auto;
    text-indent: 0;
    margin: 0;
    border: none;
    display: flex;
    align-items: center;
    padding: 5px;
    margin-top: 10px;
    border-radius: 6px;
    border: 1px solid var(--theme-color);
}
#bearersSlider .carousel-indicators .thumbnail {
    flex-shrink: 0;
}
/* #bearersSlider .carousel-indicators li {

} */
#bearersSlider .carousel-indicators button:first-child {
    margin-top: 0;
}
#bearersSlider .carousel-indicators button .thumbnail {
    width: 60px;
    height: 60px;
    background-size: 100%;
    margin-right: 10px;
    border-radius: 50%;
}
.bearers-profile {
    background: #efefef;
    padding: 10px;
    border-radius: 6px;
}
.bearers-profile .bearers-profile-img {
    border-radius: 6px;
    width: 210px;
    height: 230px;
    background-size: 210px;
    background-position: top center;
    background-repeat: no-repeat;
    transition: 0.2s;
    margin-right: 10px;
    float: left;
}
.bearers-profile .bearers-profile-details {
    float: right;
    width: calc(100% - 220px);
}
.bearers-profile h2 {
    font-size: 18px;
}
.bearers-profile h3 {
    font-size: 16px;
}
.bearers-profile p {
    font-size: 14px;
    text-align: justify;
    margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
    .bearers-profile .bearers-profile-img {
        width: 100%;
        /* height: 250px; */
        float: none;
    }
    .bearers-profile .bearers-profile-details {
        float: none;
        width: 100%;
    }
}
/*-------------office-bearers--------------*/
