.blogcat {
    background-color: transparent;
    padding: 0;
}

.blogcat ul li {
    float: inherit;
    border-bottom: 0;
}

.blogcat ul {
    display: flex;
    align-items: center;
    vertical-align: top;
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
}

.blogcat ul li a {
    color: #ca8b38;
    font-size: 14px;
    font-family: 'robotoregular';
    display: block;
    padding: 10px;
    background: #fff;
    border: 1px solid #ca8b38;
    border-radius: 10px;
    white-space: nowrap;
}

.blogcat ul li.active a, .blogcat ul li a:hover {
    color: #fff;
    background: #ca8b38;
}

.blogcat .search-form label, .blogcat .search-form input.search-field {
    width: 100%;
}

.filetr_blogcat {
    padding: 20px 0 40px;
}

.bloglist li {
    width: 100%;
}

ul.bloglist .blog-info {
    position: relative;
    background: transparent;
    padding: 0;
}

.bloglist li .blog-bx {
    display: flex;
    gap: 20px;
}

.bloglist li .blog-image {
    border-radius: 15px;
}

.blog-outer .blogdate, .blog-outer .blogtitle a {
    color: #000;
}

span.blogdate img {
    filter: brightness(0.5);
}

.blog-outer .description_blog {
    color: #064051;
    margin-top: 10px;
}
.blog-outer .description_blog * {
    color: #000;
    margin-top: 10px;
}
.blog-outer .blogtitle a:hover {
    color: #ca8b38;
}

.nav_custom {
    position: relative;
}

.date_cat_name_heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.date_cat_name_heading .blogdate {
    margin: 0;
}

.date_cat_name_heading  a {
    font-size: 16px;
}


ul {
    margin: 0 !important;
    margin-bottom: 0 !important;
    list-style: none;
}

.blogcat {
}

    .blogcat .search-form {
        position: relative;
    }

    .blogcat .search-field {
        background-color: transparent;
        border: 1px solid #ccc;
        color: #000;
        font-family: robotolight;
        font-size: 14px;
        height: 40px;
        opacity: 1;
        padding: 0 5px;
        line-height: 40px;
    }

    .blogcat .search-submit {
        height: 40px;
        top: 0;
        right: -15px;
        position: absolute;
    }

    .blogcat .screen-reader-text {
        font-size: 0;
        display: none;
    }

    .blogcat .search-submit .screen-reader-text {
        font-size: 0;
    }

    .blogcat .search-submit i.fa {
        color: #fff;
        background-color: #ca8b38;
        font-size: 18px;
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0 5px;
    }
	.cmn-content-area {
    color: #000000;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 16px;
    font-weight: normal;
}

    .cmn-content-area img {
        margin: 20px 0px;
    }