.category-section .category-content .category-title .box {
    background-color: #F4F4F4;
    transition: 0.5s ease;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 3px solid #2cb66e;
}


/* .category-section .category-content .category-title .box:hover {
    border-left: 3px solid #ea3031;
    background: #2cb66e;
    transition: 0.5s ease;
    color: #fff;
} */

.category-section .category-content .category-title .box:hover a {
    transition: 0.5s ease;
    color: #fff;
}

.category-section .category-content .category-title h1 {
    text-align: left;
    font-size: 24px;
    font-weight: lighter;
}

.category-section .category-content .category-title {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.category-section .category-content .category-title main {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    float: left;
}

.category-section .category-content .category-title .wrapper {
    width: auto;
    display: inline-block;
    cursor: auto;
    width: 100%;
}

.category-section .category-content .category-title .content {
    display: table;
    width: 100%;
    height: 100%;
}

.category-section .category-content .category-title h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    padding-top: 3px;
}

.category-section .category-content .category-title h1 a {
    text-decoration: none;
    color: rgb(59, 59, 59);
    font-family: 'Shyamal-sylhet-bold';
    transition: 0.5s ease;
}


/* Main Content  */

.category-section .category-content .category-post a:hover {
    text-decoration: none;
    color: #ea3031;
}

.category-section .category-content .category-post a:hover .post-details {
    text-decoration: none;
    color: black;
}

.category-section .category-content .category-post .top-category {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 10px;
    box-shadow: 0px 0px 5px 0px #ddd;
}

.category-section .category-content .category-post .headline {
    width: 100%;
    float: left;
}

.category-section .category-content .category-post .post-image {
    width: 50%;
    float: left;
}

.category-section .category-content .category-post .post-image {
    width: 50%;
    float: left;
}

.category-section .category-content .category-post .post-details {
    width: 50%;
    float: left;
    padding: 10px;
}

.category-section .category-content .category-post .post-details p {
    font-size: 17px;
    color: #878787;
}

.category-section .category-content .category-post .post-details .post-time {
    color: #878787;
    font-size: 14px;
}


/* Box Category  */

.category-section .category-content .category-post .box-category {
    width: 49%;
    float: left;
    margin-top: 20px;
    padding: 10px;
    box-shadow: 0px 0px 5px 0px #ddd;
}

.category-section .category-content .category-post .bmr {
    margin-right: 1%;
}

.category-section .category-content .category-post .bml {
    margin-left: 1%;
}

.category-section .category-content .category-post .box-category .post-image {
    width: 35%;
    float: left;
    max-height: 75px;
    min-height: 75px;
    overflow: hidden;
}

.category-section .category-content .category-post .box-category .headline {
    width: 65%;
    float: left;
    padding: 5px;
}

.category-section .category-content .category-post .box-category .headline h2 {
    font-size: 19px;
}


/* Box Category  */


/* Main Content  */


/* Side bar */

.category-section .sidebar {
    width: 100%;
    float: left;
}

.category-section .category-content .category-post {
    width: 100%;
    float: left;
}

.category-section .sidebar .page-section {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    padding: 10px;
    box-shadow: 2px 2px 16px 5px #ececec;
}

.category-section .sidebar .page-section iframe {
    width: 100% !important;
}

.category-section .sidebar .latest-section {
    float: left;
    width: 100%;
}

.category-section .sidebar .latest-section .heading {
    width: 100%;
    margin-top: 20px;
    padding: 5px 10px 2px 10px;
    text-align: center;
    background: var(--site-green);
}

.category-section .sidebar .latest-section .heading h3 {
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.category-section .sidebar .list-news {
    width: 100%;
    float: left;
    background: #f7f7f7;
}

.category-section .sidebar .list-news .post-content {
    width: 100%;
    padding: 5px 10px;
    border-bottom: 0.5px dotted #ddd;
}

.category-section .sidebar .list-news .post-content h2 {
    font-weight: normal;
    font-size: 17px;
    line-height: 1.27;
}

.category-section .sidebar .list-news .post-content h2 i {
    color: #2cb66e;
}


/* Advertise  */

.category-section section.advertise .small-4.banner {
    width: 100%;
    max-height: 80px;
    margin: 0;
}


/* Advertise  */

.more-btn {
    text-align: center;
    width: 100%;
    float: left;
}

.more-btn .more-btn-load {
    width: 20%;
    background: #2cb66e;
    color: #fff;
    margin-top: 20px;
    border: 0;
}

.more-btn .more-btn-load:focus {
    box-shadow: none;
}


/* Side bar */

@media(max-width: 768px) {
    .category-section .category-content .category-title h1 {
        font-weight: bold;
    }
    .category-section .category-content .category-post .top-category .post-image {
        width: 100%;
    }
    .category-section .category-content .category-post .box-category {
        width: 100%;
    }
    .category-section .category-content .category-post .bml {
        margin-left: 0%;
    }
    .category-section .category-content .category-post .bmr {
        margin-right: 0%;
    }
}