/* ----------------home page blog css---------------- */
/*-------------------blog---------------*/
h1,
h2,
h3,
h4,
h5 {
    color: #000;
    padding-bottom: 0 !important;
    line-height: 1.2;
}
.df{
	display: flex;
	flex-wrap: wrap;
}
.blg_text h2 {
    font-size: 16px;
}

.blg_text span {
    padding: 0 !important;
}

.blog_inr_page_dtl_cnt p {
    padding: 10px 0;
}

.blg_text span {
    display: block !important;
}

.blg_box {
    padding: 10px;
}

.blg_inr_box {
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
    background: #fff;
    /* border-radius: 20px; */
    position: relative;
    overflow: hidden;
    transition: 1s;
    width: 100%;
    height: 100%;
}

.blg_img {
    display: flex;
    position: relative;
    overflow: hidden;
}

.blg_img img {
    height: 290px;
    width: 100%;
    object-fit: cover;
    transition: 1s;
}

.blg_desc {
    padding: 20px;
}

.blg_author {
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    padding-bottom: 25px;
}

.blg_author i {
    font-size: 25px;
    color: #27346fa3;
    padding-right: 15px;
}

/* .blg_title {
     position: absolute;
     bottom: 20px;
     background: rgba(255, 255, 255, 0.73);
     backdrop-filter: blur(10px);
     padding: 5px;
     width: 360px;
     border-radius: 0 10px 10px 0;
}*/

.blg_title {
     font-size: 22px;
     margin-bottom: 7px;
     font-weight: 600;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box ;
     -webkit-box-orient: vertical;
     color: #005087;
     -webkit-line-clamp: 2;
     text-transform: capitalize;
     /* display: none; */
 }  

.blg_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    color: #000;
    padding-top: 10px;
}

.blg_rm {
    font-size: 18px;
    padding-top: 15px;
    color: #000;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-weight: 500;
    transition: 1s;
}

.blg_rm:hover {
    color: #005087;
}

.blg_rm i {
    padding-left: 10px;
}

.blg_rm span {
    text-decoration: underline;
    text-underline-position: under;
}

.blg_inr_box:hover {
    filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.15));
}

/* .blg_inr_box:hover .blg_img img {
     filter: saturate(0.3);

} */

/*-------------------end blog---------------*/


/* ----------------inner page blog css---------------- */

/*--------------------blog---------------*/
.blog_otr.df {
    align-items: normal;
}

.blog_otr .blg_box {
    width: 33.33%;
    display: flex;
}

.blg_date {
    position: absolute;
    top: 10px;
    right: 10px;
}

.blg_date_text {
    font-size: 14px;
    background: #005087;
    padding: 10px 20px;
    color: #fff;
}

/*--------------------end blog---------------*/
/*-------------blog----------------*/
.blog_box {
    padding: 15px 10px;
}

.blog_inr {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.blog_lt {
    width: 40%;
}

.blog_rt {
    width: 60%;
    margin: auto;
    padding: 10px 30px;
}

.blog_img::before {
    content: "";
    background: rgb(223 37 42 / 27%);
    height: 0;
    border-radius: 0 0 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.blog_inr:hover .blog_img::before {
    height: 100%;
    border-radius: 0;
}

.blog_img {
    display: flex;
    position: relative;
    overflow: hidden;
}

.blog_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.blog_date {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
}

.blog_date i {
    color: #005087;
    padding: 0 10px 0 0;
}

.blog_title {
    font-size: 22px;
    padding: 20px 0 10px;
    color: #000;
    font-weight: 500;
    transition: 1s;
}

.blog_title span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog_inr:hover .blog_title {
    color: #005087;
}

.blog_content {
    font-size: 16px;
    display: grid;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
}

.blog_content p.blog_rd {
    padding: 10px 0 0;
    font-weight: 500;
    color: #005087;
    transition: 1s;
}

.blog_content p.blog_rd:hover {
    color: #32407e;
}

p.blog_rd i {
    padding: 0 0 0 5px;
}

.light-theme a,
.light-theme span {
    border: 1px solid #cdd3eb;
    background: #fff;
}

#pagination .current,
.light-theme a:hover,
.light-theme span:hover {
    color: #FFF;
    background-color: #005087 !important;
    border-color: #005087;
}

#pagination .prev.current,
#pagination .next.current {
    background: #005087;
}

#pagination {
    display: flex !important;
    justify-content: center;
    padding: 30px 0 10px;
}
.blg_inr_box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.blg_box .blg_title h3{
	padding: 0 !important;
}
/*-------------end blog----------------*/


@media all and (min-width: 320px) and (max-width: 767px) {

    /* -----------blog page------------ */
    .blg_text h2 {
        font-size: 16px;
    }

    .blog_otr .blg_box {
        width: 100%;
    }

    .blg_img img {
        height: 200px;
    }

    .blg_desc {
        padding: 10px;
    }

    .blg_text h3,
    .blg_title h3 {
        font-size: 18px;
        padding: 5px 0 !important;
    }

    .blg_date_text {
        padding: 5px 10px;
    }

.blg_inr_box img {
    height: 160px;
	}

    /* -----------blog page end------------ */
}

@media all and (min-width: 481px) and (max-width: 767px) {


    .blgs_img_con_inr img {
        height: 160px;
        object-fit: cover;
    }

    .blgs_ec_con {
        width: 50%;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {

    /* -----------blog page------------ */
    .blg_text h2 {
        font-size: 16px;
    }

    .blog_otr .blg_box {
        width: 50%;
    }

    .blg_img img {
        height: 200px;
    }

    .blg_desc {
        padding: 10px;
    }

    .blg_text h3,
    .blg_title h3 {
        font-size: 18px;
        padding: 5px 0 !important;
    }

    .blg_date_text {
        padding: 5px 10px;
    }
.blg_inr_box img {
    height: 200px;
	}

    /* -----------blog page end------------ */

}

@media all and (min-width: 981px) and (max-width: 1024px) {

    /* -----------blog page------------ */
    .blg_text h2 {
        font-size: 16px;
    }

    .blog_otr .blg_box {
        width: 50%;
    }

    .blg_img img {
        height: 200px;
    }

    .blg_desc {
        padding: 10px;
    }

    .blg_text h3,
    .blg_title h3 {
        font-size: 18px;
        padding: 5px 0 !important;
    }

    .blg_date_text {
        padding: 5px 10px;
    }

.blg_inr_box img {
    height: 260px;
	}
    /* -----------blog page end------------ */


}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    /* -----------blog page------------ */
    .blg_text h2 {
        font-size: 16px;
    }

    .blg_img img {
        height: 200px;
    }

    .blg_desc {
        padding: 10px;
    }

    .blg_text h3,
    .blg_title h3 {
        font-size: 18px;
        padding: 5px 0 !important;
    }

    .blg_date_text {
        padding: 5px 10px;
    }

.blg_inr_box img {
    height: 180px;
	}
    /* -----------blog page end------------ */
}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    /* -----------blog page------------ */
    .blg_text h2 {
        font-size: 15px;
    }

    .blg_img img {
        height: 220px;
    }

    .blg_desc {
        padding: 10px;
    }

    .blg_text h3,
    .blg_title h3 {
        font-size: 20px;
        padding: 5px 0 !important;
    }
.blg_inr_box img {
    height: 200px;
	}

    /* -----------blog page end------------ */
}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    /* -----------blog page------------ */
    .blg_img img {
        height: 240px;
    }

    .blg_desc {
        padding: 10px;
    }

    .blg_text h3,
    .blg_title h3 {
        font-size: 20px;
    }
.blg_inr_box img {
    height: 230px;
	}
    /* -----------blog page end------------ */

}

@media all and (min-width: 1441px) and (max-width: 1680px) {

}

@media all and (min-width: 1681px) and (max-width: 1880px) {}