.page-header {
    background: #d29d34;
    color: #fff;
    padding: 40px 0 15px;
    text-align: center;
    margin-bottom: 50px
}

.p-50 {
    padding: 50px 0
}

.pagination .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    margin: 0 3px;
    background: #d29d34;
    border: 1px solid #ffffff;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
    margin: 16px 2px;
}

.pagination .next,
.pagination .prev {
    float: left;
    text-align: left;
    padding: 0 1.5em;
    width: auto;
    height: auto;
    line-height: revert
}

.pagination .prev {
    float: right;
    text-align: right
}

.pagination .current,
.pagination .page-numbers:hover {
    color: #fff;
    background: #02353d;
}

.blog-page-innr .all-category {
    margin-top: 57px;
}

.blog-header h2 {
    color: #02353d;
}

.gallery-image {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-image img {
    height: 250px;
    width: 350px;
    transform: scale(1.0);
    transition: transform 0.4s ease;
    border-radius: 15px;
}

.gallery-img-box {
    box-sizing: content-box;
    margin: 10px;
    height: 250px;
    width: 350px;
    overflow: hidden;
    display: inline-block;
    color: white;
    position: relative;
    background-color: white;
}

.all-category-innr {
    text-align: center;
    margin: 74px 0 0 0;
}


.category-list ul {
    list-style: square;
    padding: 0;
    margin: 0;
}

.category-list ul li {
    display: inline-block;
    margin: 15px 0;
}

.category-list ul li a {
    text-decoration: none;
    color: #000;
    padding: 3px 20px;
    font-weight: 600;
}

.services-box img {
    margin-bottom: 15px
}

.category-list {
    background: #f0f5ff;
}

.flex-archive {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0
}

.blog-header {
    margin-bottom: 25px;
}

.blog-page .blog-innr {
    padding: 0;
}

@media (min-width: 992px) {
    .blog-page-innr .blog-lists {
        padding: 40px 0;
    }
    .blog-page-innr .all-category {
        width: 20%;
        margin-top: 57px;
    }
    .blog-header {
        margin: 0 41px 50px 28px;
    }
}