.leadership-section img {
    max-width: 100%;
    height: 200px;
    display: block;
    float: right;
    width: 160px;
}

.bhai-bhai-team {
    border: 1px solid #e7e2e2;
    padding: 15px;
    height: 350px;
}



.single-staff-item{
    background-color: #f2f2f2;
    border: 1px solid #e7e2e2;
}





.video-box {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    height: 350px;
}

.video-box img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.video-box .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    display: inline-block;
}

.video-box .video-btn i {
    font-size: 24px;
    color: red;
}

.video-box p {
    margin-top: 2px !important;
    font-size: 15px !important;
}

a.video-btn:hover {
    background: red;
}

.video-box .video-btn i:hover {
    font-size: 24px;
    color: white;
}

.video-box .video-btn:hover i {
    font-size: 24px;
    color: white;
}


.video-btn {
    position: absolute;
    text-align: center;
    color: inherit;
    font-size: 30px;
    border: none;
    height: 80px;
    width: 120px;
    border-radius: 50% / 10%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    background-color: rgb(255 255 255 / 0.5);
    box-shadow: none;
    transition: 0.5s;
}





.owl-carousel .owl-item .single-staff-item img{
    max-width: 100px;
    width: 100px;
    border-radius: 10px;
    float: left;
    height: 120px;
    padding: 4px;
}
.staff-meta {
    font-size: 12px;
    color: #b7b7b7;
    margin: 0;
    height: 120px;
    padding: 33px;
    padding-left: 113px !important;
}

.staff-meta h3 {
    font-size: 17px;
    margin: 0 0 10px;
    color: #058d4e;
}

.staff-meta p {
    font-size: 15px;
    color: black;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: white;
    color: red;
    border: 1px solid red;
    padding: 0 !important;
    font: inherit;
}

.staff-list .owl-nav button {
    display: inline-block;
    height: 30px;
    width: 35px;
    background-color: white;
    color: red;
    border: 1px solid red;
    margin-left: 10px;
    transition: .3s;
}
.staff-list .owl-nav button:hover{
    background: white;
    color: #058d4e;
    border: 1px solid #058d4e;
    height: 30px;
    width: 35px;
}
.staff-list .owl-nav {
    position: absolute;
    right: 46%;
    top: 130px;
}
.staff-desc{
    margin-top: 20px;
}
