/*===============================blog page section css start================================*/
/* Blog css */
section.blog-section .head-sec{
    margin-bottom: 50px;
}
section.blog-section .row{
    gap:40px 0;
}
section.blog-section .head-sec h2{
    /* color: var(--white-color); */
    /* font-size: 40px; */
    text-align: center;
}
section.blog-section .blog-page .upper-sec {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 12px;
}
section.blog-section .blog-page .upper-sec a {
    -webkit-transition: .35s;
    transition: .35s;
    position: relative;
    display: inline-block;
    width: 100%;
}
section.blog-section .blog-page .upper-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .4s;
    transition: .4s;
}
section.blog-section .blog-page .upper-sec a:after {
    background: rgba(255,255,255,.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: .4s linear;
    transition: .4s linear;
}
section.blog-section .blog-page:hover .upper-sec img {
    /* -webkit-transform: scale(1.1); */
    /* transform: scale(1.1); */
}
section.blog-section .blog-page {
    /* background: #fff; */
}
section.blog-section .blog-page:hover{
    opacity:0.7;
}
section.blog-section .blog-page .date-sec {
    background: var(--secondary-color);
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    padding: 10px 15px;
    line-height: 1;
    font-weight: 600;
}
section.blog-section .blog-page .date-sec span{
    font-size:14px;
}
section.blog-section .blog-page img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
section.blog-section .blog-page .bottom-sec {
    /* -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 5%); */
    /* box-shadow: 0 5px 20px 0 rgb(0 0 0 / 5%); */
    /* background: var(--white-color); */
    /* padding: 30px; */
}
section.blog-section .blog-page .admin-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.blog-section .blog-page .admin-area .admin {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: var(--f14);
    color: var(--primary-color);
}
section.blog-section .blog-page .admin-area .admin i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin-right: 6px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    padding: 2px;
    border: 2px solid var(--secondary-color);
}
section.blog-section .blog-page .admin-area .category a {
    color: var(--secondary-color);
    font-size: var(--f14);
    font-weight: 700;
}
section.blog-section .col-4 {
    width: 32.5%;
}
section.blog-section .row {
    justify-content: space-between;
}
section.blog-section .blog-page p.read {
    font-size: 15px;
    margin-bottom: 0px;
}
section.blog-section .blog-page .bottom-sec h3 {
    margin-top: var(--m15);
    font-size: var(--f22);
    height: auto;
    overflow: hidden;
}
section.blog-section .blog-page .bottom-sec h3 a{
    color:var(--black-color);
}
section.blog-section .blog-page .blog-content p{
    font-size:20px;
}
section.blog-section .blog-page .main-btn {
    display: flex;
    margin-top: 20px;
    /* background: var(--white-color); */
    /* color: var(--btn-hover); */
    font-size: 19px;
    width: 210px;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
}
section.blog-section .blog-page .main-btn i{
    background: var(--white-color);
    color: var(--black-color);
    font-size: 20px;
    width: 37px;
    height: 37px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
/*=================================blog page section css end==============================*/


/*=================================Blog detail section css start==================================*/
.blog-detail-page-title h3{font-size: 24px; text-align: center; margin-bottom: 30px; color: #000E44; font-weight: 600; }
.blog-detail-image img{width: 100%;height: 370px;max-height: 370px;object-fit: cover;}
.blog-detail-image{position: relative;}
.blog-detail-title h1, .blog-detail-left h1{color: var(--black-color);text-decoration: none;font-size: 40px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title h2, .blog-detail-left h2{color: var(--black-color);text-decoration: none;font-size: 36px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title h3, .blog-detail-left h3{
    color: var(--black-color);
    text-decoration: none;
    /* font-size: 32px; */
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.blog-detail-title h4, .blog-detail-left h4{color: var(--black-color);text-decoration: none;font-size: 28px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title h5, .blog-detail-left h5{color: var(--black-color);text-decoration: none;font-size: 24px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title h6, .blog-detail-left h6{color: var(--black-color);text-decoration: none;font-size: 22px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title{margin-top: 20px;}
.blod-detail-description p{/* text-align: justify; *//* font-size: 15px; *//* font-weight: 400; *//* color: #212529; */}
.blod-detail-description{margin-top: 13px;}
.blog-detail-wrapper .widget {padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    margin-bottom: 30px;}
h2.widget-title, h2.widgettitle {
    font-size: 27px;
    padding-bottom: 18px;
    margin-bottom: 30px;
    position: relative;
    color: var(--black-color);
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--secondary-font);
    }
    section.blog-detail-wrapper.mt-5 .blod-detail-description ol, section.blog-detail-wrapper.mt-5 .blod-detail-description ul{
        list-style: disc;
        padding-left: 30px;
    }
    section.blog-detail-wrapper.mt-5 .blod-detail-description ol li, section.blog-detail-wrapper.mt-5 .blod-detail-description ul li{
        list-style: disc;
    }
.blog-detail-wrapper .widget-title:after{position: absolute;content: '';width: 63px;height: 2px;background-color: var(--secondary-color);bottom: 6px;left: 0;}
#secondary .widget ul {margin: 0; padding-left: 0; list-style-type: none; }
.blog-detail-wrapper .widget ol li, .blog-detail-wrapper .widget ul li {padding: .72rem 0; border-bottom: 1px solid #e8ecef; border-top: 1px solid #e8ecef; list-style-type: none; padding-left: 0; display: flex; justify-content: space-between; }
.blog-detail-wrapper .widget_categories ul{padding-left: 0;}
.blog-detail-wrapper .widget ol li:first-child, .blog-detail-wrapper .widget ul li:first-child {border-top: none; padding-top: 0; }
#secondary .widget ul li {position: relative; }
.blog-detail-wrapper .widget_categories li a {display: flex;color: #000!important;font-size: 15px;text-decoration: none;}
.blog-detail-wrapper .widget_categories li a i {display: flex; color: #000!important; padding-left: 20px; font-size: 19px; padding-right: 14px; padding-top: 7px; }
.blog-detail-wrapper .widget_recent_entries img {margin-right: 17px;height: 50px;max-width: 75px;display: block;object-fit: contain;border-radius: 0;}
.blog-detail-wrapper .widget_recent_entries li.item-recent-post .title-post {display: flex;flex-direction: column;width: 100%;}
.blog-detail-wrapper .widget_recent_entries li.item-recent-post a {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;line-height: 1.3;max-height: 2.6em;margin-bottom: .5em;font-size: 17px;color: #000;text-decoration: none;font-weight: 600;}
.blog-detail-wrapper .widget_recent_entries .post-date {display: block;font-size: 17px!important;font-size: .6875rem;color: var(--secondary-color);text-transform: uppercase;}
.blog-detail-wrapper .widget_recent_entries ul{padding-left: 0px;}
.feat_blog_con p span {color: var(--text-black);font-size: 15px;margin-right: 17px;font-weight: 400;}
.feat_blog_con p span a {color: var(--secondary-color);font-size: 15px;margin-right: 17px;font-weight: 400;text-decoration: none;}
.blog-detail-image{position: relative;}
.blog-detail-image img{border-radius: 10px;}
.blog-detail-image .blog-detail-cat{font-size: 16px;font-weight: 400;position: absolute;bottom: 10px;right: 10px;background-color: #721915;padding: 5px 23px;border-radius: 50px;color: #fff;box-shadow: 0px 0px 10px #fff;}
.blog-detail-image .blog-detail-cat a{color: #fff; text-decoration: none;}
.blog-detail-wrapper  .blod-detail-description img{width:100%;}

section.blog-detail-wrapper.mt-5 {
    margin-top: 0px !important;
    padding-top: 70px;
    padding-bottom: 70px;
}

.blod-detail-description span{
    font-family: var(--primary-font);
    /* font-size:16px; */
}

.blod-detail-description a span, .blod-detail-description a{
    color:var(--secondary-color) !important;
    text-decoration-color: var(--secondary-color) !important;
}

.feat_blog_con i{
     color:var(--secondary-color);
}

.blog-content .btn-25 span{
    font-size: 14px;
}

.blog-content .blog-feat a {
    color: var(--text-black);
    text-decoration: none;
}
section#categories-5 ul>ul, section#categories-5 ul>ul>ul, section#categories-5 ul>ul>ul>ul, section#categories-5 ul>ul>ul>ul>ul {
    padding-left: 10px !important;
    padding-top: .72rem;
}
.content-table {
    height: 300px;
    overflow-y: scroll;
}
/*=================================Blog detail section css end==================================*/
section.blog-section {
    padding-top: 40px;
}