.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	width: 100%;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 19px;
	padding: 0;
}
.pagination .active a{
	color: #000;
	font-weight: 500;
}
.page-item a {
	color: #a7acaf;
}
.page-item a:hover {
	color: #000;
}
.pagination li {
    padding: 0 15px;
}
.page-link img {
	width: 18px;
	-webkit-filter: invert(50%) sepia(12%) saturate(683%) hue-rotate(118deg) brightness(93%) contrast(85%);
	        filter: invert(50%) sepia(12%) saturate(683%) hue-rotate(118deg) brightness(93%) contrast(85%);
		position: relative;
	top:2px;
}
.page-link img:hover {
	-webkit-filter: invert(0%) sepia(0%) saturate(26%) hue-rotate(239deg) brightness(97%) contrast(100%);
	        filter: invert(0%) sepia(0%) saturate(26%) hue-rotate(239deg) brightness(97%) contrast(100%);
}
.pagination .prev {
	padding-left: 0;
}