

.submit {
    color: #fff;
    background: #ff8300;
    font-family: Montserrat;
    font-size: 15px;
    border: none;
    padding: 14px 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 12px;
}
.au-btn-hover {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.au-btn-hover:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.pagination a
{
    background-color: #fb7700!important;
    color: #fff!important;
    border-color: #fff!important;
}