.home_body{
    background-color:#ececec;
}
.breadcrumb{
    margin-bottom:10px;
    background-color: transparent;
    padding: 35px 0px 0px;
}
.blog_content{
    background-color: #ffffff;
    padding: 0px 50px 50px;
    margin-bottom: 40px;
}
.blog_image img{
    width: 100%;
}
.blog_image{
    height: 200px;
    overflow: hidden;
}

.blogs_body h3{
    font-size: 18px;
}
.date_n_author{
    background-color: aliceblue;
    padding:5px 10px;
    margin: 15px 0px 10px;
}
.each_blog{
    margin-bottom: 30px;
    padding:20px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border: 1px solid #e2e2e2;
}
.footer{
    margin-top: 0px;
}
.blogs_body i{
    color:#172a66;
    margin-right: 10px;
    font-size: 13px;
}
.news_date{
    margin-right: 20px;
    font-size: 13px;
}
.blogs_body{
    margin-top: 20px;
}
.blog_desc p{
    overflow: auto;
    width: 100%;
}
.heading{
    margin-bottom: 45px !important;
}