.section-title {
    text-align: center;
    padding: 16px !important;
    padding-top: 70px !important;
}

.category-heading h3{
    font-size: 23px;
    font-family:'Times New Roman', Times, serif;
    padding-bottom: 12px;
}

.col-lg-11.col-md-4.col-12.category-heading {
    margin-top: 20px;
}

.category .category-single {
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 4px solid #f3f2f2;
    padding: 20px;
}
.category .category-single .content {
    padding: 5px;
}

.category .category-single .content .title {
    font-size: 12px;
    color: #333;
    font-family: 'FontAwesome';
    text-transform: uppercase;
    padding-bottom: 19px;
    padding-top: 8px;
}

.content .more-btn {
    font-size: 14px;
    font-weight: 400;
    color: #3c3c3c;
    display: block;
    padding: 7px;
    background: #e9e9e9;
    text-align: center;
    border-radius: 15px;
}

section.profile-section {
    padding-top: 10px !important;
    padding-bottom: 44px !important;
}



/* start pagination custm css */
.pagination {
    margin-top: 10px;
    text-align: center;
}
.pagination li {
    display: inline-block;
    margin-right: 5px;
}
.pagination li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #333;
}
.pagination li.active a {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}
/* Custom CSS for First and Prev */
.pagination .first a {
    background-color: #00a65a;;
    color: white;
}
.pagination .prev a {
    background-color: rgb(242, 5, 5);;
    color: white;
}
/* Custom CSS for Next and Last */
.pagination .next a {
    background-color: rgb(242, 5, 5);
    color: white;
}
.pagination .last a {
    background-color: #00a65a;
    color: white;
}
/* end pagination custom css */

