.nav-pagination {text-align: center;}
.pagination {
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    text-align: center;
    margin-top: 15px;
}
.pagination li{float:none;display: inline-block;}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
}
.nav-pagination .page-link {
    position: relative;
    border: 0;
    font-weight: 700;
    font-size: 16px;
}
.nav-pagination .page-item:first-child, .nav-pagination .page-item:last-child {
    text-transform: uppercase;
}
.nav-pagination .page-item:not(:first-child) .page-link.current, .nav-pagination .page-item:not(:last-child) .page-link.current {
    color: #353535;
}
.nav-pagination .page-item:first-child .page-link {
    padding-left: 0;
}