.ast-pagination {
    display: inline-block;
    width: 100%;
    padding-top: 2em;
    text-align: center;
}
.blogpadig {
    padding-top: 0px;
    padding-bottom: 0px;
}
.blogserv {
    margin-top: 25px;
}
.blogimg {
    display: inline-block;
    overflow: hidden;
}
.blogimg img {
    display: block;
    transition: transform .4s;
    border-radius: 6px 6px 0 0;
}
.blogimg:hover img {
    transform: scale(1.1);
    transform-origin: 50% 50%;
    border-radius: 6px 6px 0 0;
}
.blog-sub-title {
    font-size: 13px;
    font-weight: 600;
    color: #e12e05;
}
.blog-main-title {
    font-size: 21px;
    line-height: 28px;
    padding-top: 15px;
    font-weight: 600;
    color:#000;
}
.blog-sub-title {
    font-size: 13px;
    font-weight: 600;
    color: #e12e05;
}
.blog-para {
    font-size: 14px;
    line-height: 22px;
    padding-top: 15px;
    color:#000;
}
.card-body{
    padding:20px;
}
.ast-pagination .page-numbers {
    display: inline-block;
    width: 2.33333em;
    height: 2.33333em;
    font-size: 18px;
    /*font-size: 1.06666rem;*/
    line-height: calc(2.33333em - 3px);
    font-weight: 500;
    color:#000;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.ast-pagination .nav-links {
    display: inline-block;
    width: 100%;
}
.pagination{
    width:100%;
    margin:auto;
}
.ast-pagination .prev.page-numbers {
    float: left;
    display: flex;
    color: #dd4f45;
}
.blog-card {
    box-shadow: 0px 6px 15px 11px rgba(16, 24, 40, 0.05);
    border: none;
    border-radius: 6px;
    overflow: hidden;
}
.ast-pagination .next.page-numbers {
    float: right;
    color: #dd4f45;
}
.page-numbers.current {
    color: #ffffff;
    border-color: #EE3224;
    background-color: #EE3224;
}
@media(max-width: 767px){
    .ast-pagination .prev.page-numbers {
        float: left;
        display: block;
        color: #dd4f45;
        width: 100%;
        text-align: center;
    }
    .ast-pagination .next.page-numbers {
        float: right;
        color: #dd4f45;
        width: 100%;
    }
}


