.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
    display: block;
    font: unset;
    font-size: 25px;
    color: white;
    font-weight: 600;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    background-color: #046A38;
    border-radius: 50%;
    padding: 10px !important;
    border: 2px solid #046A38;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-next{
    right: -25px;
}
.owl-carousel .owl-nav button.owl-prev{
    left: -25px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: white;
}
.owl-theme .owl-nav [class*=owl-]:hover span{
    color: #00B74F !important;
}
.owl-carousel .owl-item.active.center .owl-carousel-info-wrap{
    box-shadow: 0px 0px 12px 0px gray;
}
.owl-carousel-info-wrap{
    margin-bottom: 20px;
}
.owl-carousel-info-wrap .social-icon-item a{
    color: #00B74F;
    font-weight: 600;
}
.owl-carousel-info-wrap .social-icon-item{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hero-section{
    padding-top: 2rem;

    margin-bottom: 40px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 4px;
}


.owl-carousel .owl-item.active.center .owl-carousel-info-wrap:hover .social-icon, .team-thumb:hover .social-icon{
    background-color: white;
    padding: 10px 10px;
}
.owl-carousel-info-wrap .social-share, .team-thumb .social-share{
    width: 100%;
}
.owl-carousel-info-wrap .social-icon-item, .owl-carousel-info-wrap .social-icon-link, .team-thumb .social-icon-item, .team-thumb .social-icon-link{
    margin-bottom: 0;
    color: black;
}
.owl-carousel-info-wrap .social-icon, .team-thumb .social-icon{
    transform: translateY(100%);
}
.owl-carousel .owl-item.active.center .owl-carousel-info-wrap:hover .social-icon, .team-thumb:hover .social-icon{
    transform: translateY(0);
}