#top-man{ margin:0px 0px; padding:0px; height:220px; overflow:hidden;  border-radius:5px; }#top-man li{list-style:none}#top-man li img{width:100%; height:220px;}#top-man .owl-buttons{display:none}#top-man:hover .owl-buttons{display:block}#top-man .owl-prev,#top-man .owl-next{height:44px;width:44px;position:absolute;top:50%;margin-top:-22px!important;background:#F00;color:#fff;text-align:center;line-height:44px;font-stretch:extra-expanded;font-size:25px;font-weight:700}#top-man .owl-prev{left:0}#top-man .owl-next{right:0}#top-man .owl-pagination{position:absolute;bottom:2px;right:20px}



#top-man .owl-page span {
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    margin-left: 3px;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    background: var(--bs-gray-700);
}
#top-man .owl-page.active span{color:#FFFFFF; background:#F00; }	
	

@media (max-width: 991.98px){
#top-man{
	display:none !important;}
}