
/* Blog css start */
.blog_tile{
	color: #fff !important;
}
.blog_wrap {
    margin: 10px 0;

}
.blog_inner_wrap .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_inner_wrap h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    line-height: 1.3em;
    height: 80px;
}

.blog_inner_wrap {
    padding: 10px;
    box-shadow: 1px 1px 9px #b0b0b06b;
    border-radius: 25px;
    border: 1px solid #a9a9a9;
    margin: 15px 0;
}
.blog_inner_wrap img {
    height: 240px;
    object-fit: cover;
    border-radius: 25px;
    width: 100%;
}
.blog_inner_wrap a {
    color: #002e70;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.blog_btn {
    background: #002e70;
    padding: 15px;
    display: block;
    max-width: 180px;
    text-align: center;
    color: #fff !important;
    border-radius: 10px;
    margin: 30px auto 20px;
    transition: all 0.2s ease;
}
.blog_btn:hover {
    background: #ff8a18;
    transition: all 0.2s ease;
}
/* Blog css end */

/* single blog css start */
.blog_title {
    font-size: 40px !important;
    color: #fff !important;
    line-height: 1.4em !important;
}
.blog_content_wrap h4 {
    margin-top: 30px;
    color: #000;
    font-weight: 600;
}
.blog_content_wrap {
    margin: 20px 0;
}

.blog_content_wrap img {
    margin: 30px auto;
}

@media(max-width: 767px){
	.blog_inner_wrap img {
	    height: auto;
	}
}
/* single blog css end */