.pagination
{
	margin-top:50px!important;	
}
.pagination li.page-item.active span{
	background-color:#eb9800;
}
.page-link
{
	color: #eb9800!important;
	background-color:#fff!important;
}

.page-item.active .page-link {
	color: #fff!important;
	background-color: #eb9800!important;
	border-color: #fff!important;
}

.page-link:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}