/* List_with_images_category */

.default-category .row-default-category .bottom-part .card-item {
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;

}

@media (max-width: 991px) {
    .default-category .row-default-category .bottom-part .card-item {
        flex-wrap: wrap;
    }
}

.default-category .row-default-category .bottom-part .card-item .card-content {
    background: #FFFFFF;
    padding: 16px 0;
}

.default-category .row-default-category .bottom-part .card-item .card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.default-category .row-default-category .bottom-part .card-item .card-title a {
    color: #002395;
}

.default-category .row-default-category .bottom-part .card-item .card-subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.card-contact-content {
    padding-top: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #262626;
}

.card-contact-content ul {
    list-style: none;
    padding: 0;
}

.card-icons .icon-link {
    padding-left: 20px;
}

.card-image {
    width: 100%;
    padding: 16px 20px;
}

.card-image img {
    width: 100%;
}

.default-category .row-default-category .bottom-part .card-item {
    border-bottom: 1px solid #F0F0F0;
}

.default-category .row-default-category .bottom-part .card-item:last-child {
    border-bottom: none;
}

.ministry ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ministry ul li {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 12px 20px;
    border-bottom: none;
}

.ministry ul li a {
    color: #262626;
}

.ministry ul li img {
    padding-right: 20px;
}

/* End - list_with_images_category */

/* Main_documents_category */


@media (max-width: 991px) {
    .documents-category p {
        width: auto;
    }
}


/* End main_documents_category */

/* Pagination area */

.pagination-area {
    background: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 40px;
}

.pagination-area .pagination-wrap ul li {
    padding: 0 4px;
}

.page-item .page-link {
    width: 32px;
    height: 32px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    background: #FFFFFF;
    color: #262626;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-item.active .page-link {
    width: 32px;
    height: 32px;
    border: 1px solid #1890FF;
    border-radius: 2px;
    background: #FFFFFF;
    color: #1890FF;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pagination-area .pagination-wrap ul .disabled span {
    background: #F5F5F5;
}

/* End pagination area */

/* Sidebar */

.single-sidebar-category {
    background: #FFFFFF;
    padding-bottom: 30px;
}

@media (min-width: 992px ) {

    .single-sidebar-category {
        padding-left: 20px;
        border-left: 1px solid #F3F4F6;
    }

}

.single-sidebar-category-header {
    display: flex;
    justify-content: space-between;
    padding: 13px 11px;
    align-items: center;
    border-bottom: 1px solid #F3F4F6;
}

.single-sidebar-category-header h3 {
    color: #000000;
    line-height: 28px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

.single-sidebar-category-header a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #8091CA;
}

.single-sidebar-category-header a img {
    padding-left: 9px;
}

.single-sidebar-category-body ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.single-sidebar-category-body ul li {
    border-bottom: 1px solid #F3F4F6;
}

.single-sidebar-category-body ul li h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    width: 259px;
    padding-top: 13px;
    padding-left: 11px;
}

.single-sidebar-category-body ul li h4 a {
    color: #000000;
}

.single-sidebar-category-body ul li:last-child {
    border: none;
}

@media (max-width: 991px) {
    .single-sidebar-category-body ul li h4 {
        width: auto;
    }
}

.sidebar-category-date {
    padding: 10px 0;
}

.sidebar-category-date span {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    color: #6E7282;
    position: relative;
    left: 11px;
}

/* End Sidebar */

.category-n-s-d {
    padding: 0;
}

.category-n-s-d span {
    left: 0;
}
