@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
.page-blog {
    padding: 100px 0;
}
.page-blog .post-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.post-item {
    background-color: #f6f6f7;
    border-radius: 20px;
    height: 100%;
    align-content: center;
    padding: 10px;
}
.post-featured-image a figure {
    display: block;
    border-radius: 10px;
}
.post-featured-image a figure img {
    width: 100%;
    aspect-ratio: 1 / 0.604;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.6s ease-in-out;
}

.post-item-body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
        gap: 20px;
        padding: 20px;
}
.post-item-meta {
    margin-bottom: 20px;
}
.post-item-meta ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 20px;
    margin: 0;
    padding: 0;
    gap: 12px 7px;
}
.post-item-meta ul li {
    font-family: 'Saira', sans-serif;
    color: #000;
    font-size: 14px;
    gap: 6px;
    font-weight: 500;
}
.post-item-content h2 {
    font-family: 'Saira', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
}
.post-item-btn {
    border-top: 1px solid #161a2d1a;
    padding-top: 30px;
}
.post-item-btn a.readmore-btn {
    background: #a6b44c;
    color: #fff;
    font-size: 14px;
    font-family: 'Saira', sans-serif;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 21px;
    text-transform: capitalize;
}
.post-item-content h2 {
    font-family: 'Saira', sans-serif;
}

.post-item-meta ul li.cnts {margin-top: 0px !important;}

.post-item-meta ul li {
    font-family: 'Saira', sans-serif;
    color: #000;
    font-size: 14px;
    gap: 6px;
    font-weight: 500;
}

.post-item-meta ul {
    gap: 12px 7px;
}

.post-item-btn a.readmore-btn {
    background: #a6b44c;
    color: #fff;
    font-size: 14px;
    font-family: 'Saira', sans-serif;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 21px;
    padding-right: 36px;
}


.post-item-btn a.readmore-btn:before {
    color: #fff;
    filter: grayscale(1);
    right: 10px;
}


    .paginations {
    text-align: center;
}

.paginations ul li {
    display: inline-block;
}

.paginations ul li a {
    background: #000;
    color: #fff;
    font-family: cabin, sans-serif;
    font-weight: bold;
    font-size: 17px;
    display: block;
    width: 40px;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
}

.paginations ul li a.active {
    background: #118dce;
}
.paginations {
    border-top: 1px solid #a9a9a9;
    padding-top: 27px;
    margin-top: 16px;
}
.paginations ul li a {
    width: auto;
    height: auto;
    line-height: normal;
    border: 0px;
    margin: 0px 2px;
    background: #000 !important;
    color: #fff !important;
    border-radius: 6px !important;
    font-size: 14px; cursor:pointer;
}

.paginations ul li.active a {
    background: #0d8bcd !important;
}
.row.homeAllBlogs {
    display: block;
}
.paginations {
    border-top: 1px solid #a9a9a9;
    padding-top: 27px;
    margin-top: 16px;
    text-align: center;
    display: block;
}

.paginations .pagination {
    display: block;
}


.paginations ul li a {
    font-family: 'Saira', sans-serif;
    padding: 5px 10px;
}

.paginations ul li.active a {
    background: #a6b44c !important;
}
.post-item-btn a.readmore-btn:before {
    filter: brightness(0) invert(1);
}
.post-item-btn a.readmore-btn {
    background: #a6b44c;
    padding: 10px 20px;
}

.post-item-content h2 {
    margin: 0;
}

.post-item-content h2 a {
    color: #000;
}

.post-item-meta ul li i {
    margin-right: 5px;
}