.cp-page-banner {
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    }
    .cp-page-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    }
    .cp-page-banner .cp-page-title {
    font-family: Poppins,Arial;
    color: #fff;
    z-index: 999;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    }
    .cp-post-section {
    margin: 90px 0;
    }
    .cp-container {
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .cp-post-section .cp-post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    row-gap: 40px;
    }
    .cp-post-section .cp-post-list .cp-post-item {
    width: calc(100% / 3 - 30px);
    margin-right: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    }
    .cp-post-section .cp-post-list .cp-post-item:nth-child(3n) {
    margin-right: 0;
    }
    .cp-post-section .cp-post-item .cp-post-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    }
    .cp-post-section .cp-post-item .cp-post-info {
        padding: 20px;
        min-height: 335px;
        position: relative;
    }
    .article-meta {
        display: flex;
        justify-content: space-between;
    }
    .cp-post-section .cp-post-item .cp-post-date,
    .cp-post-section .cp-post-item .cp-post-author {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    font-family: Open Sans,Arial;
    font-weight: 600;
    color: #000;
    }
    .cp-post-section .cp-post-item .cp-post-date img,
    .cp-post-section .cp-post-item .cp-post-author img {
    width: 20px;
    object-fit: contain;
    margin-right: 12px;
    }
    .cp-post-section .cp-post-item .cp-post-author {
    margin-left: 30px;
    }
    .cp-post-section .cp-post-item .cp-post-name {
    margin: 25px 0;
    line-height: 1;
    }
    .cp-post-section .cp-post-item .cp-post-name a {
    color: #002e5b;
    text-decoration: none;
    outline: 0!important;
    font-family: Poppins,Arial;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -.5px;
    word-spacing: 0px;
    text-transform: normal;
    }
    .cp-post-section .cp-post-item  .cp-post-description {
    color: rgb(128,128,128);
    text-decoration: none;
    outline: 0!important;
    font-family: Poppins,Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -.5px;
    word-spacing: 0px;
    text-transform: normal;
    margin: 0;
    }
    .cp-post-section .cp-post-item .cp-post-read_more {
    font-family: Poppins,Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    }
    /*.cp-post-section .cp-post-item .cp-post-name a:hover,
    .cp-post-section .cp-post-item .cp-post-read_more:hover {
        color: #6c98e1;
    }*/
    .cp-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    }
    .cp-pagination li {
    margin: 0 11px 0 0;
    float: left;
    list-style: none;
    }
    .cp-pagination li i {
    margin: 0;
    }
    .cp-pagination li .fa-check-square-o {
    display: none;
    }
    .cp-pagination li .page-numbers {
    font-family: Poppins,Arial;
    font-style: normal;
    display: block;
    min-width: 40px;
    border: 2px solid transparent;
    padding: 0;
    line-height: 16px;
    font-size: 16px;
    color: #eeb313;
    font-weight: 600;
    text-align: center;
    height: 40px;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    }
    .cp-pagination li .page-numbers.current, .cp-pagination li .page-numbers:hover {
    border-color: #eeb313;
    text-decoration: none;
    }
    .cp-pagination li .page-numbers.first-page,
    .cp-pagination li .page-numbers.last-page {
        border-color: transparent !important;
    }
    .cp-pagination li .page-numbers.first-page i,
    .cp-pagination li .page-numbers.last-page i {
        font-size: 30px;
    }
    .cp-pagination li .page-numbers.more-pages {
    pointer-events: none;
    }
    @media(max-width: 1199.98px) {
        .cp-post-section .cp-post-list .cp-post-item {
        width: calc(100% / 2 - 20px);
        margin-right: 40px;
        }
        .cp-post-section .cp-post-list {
        padding: 0 40px;
        }
    }
    @media(max-width: 1199.98px) {
        .cp-post-section .cp-post-list .cp-post-item {
        width: 100%;
        margin-right: 0;
        }
        .cp-post-section .cp-post-list {
        padding: 0 15px;
        }
        .cp-post-section .cp-post-item .cp-post-author {
          width: 100%;
          margin: 15px 0 0;
        }
        .cp-pagination {
        margin: 50px 0;
        }
        .cp-pagination li {
        margin: 0 5px 0 0;
        }
    }
    .cp-post-item .img-fluid{
        width: 100%;
        height:263px;
        object-fit:cover;
    }