a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
}

/* Page Title Area */
.blog_page_title_area{
    background: linear-gradient(
        #1950D1 65%,
        #163C66);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 20vh;
}
.all_blog_breadcrumb p{
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.all_blog_breadcrumb p a{
    display: inline-block;
    margin-right: 5px;
    color: #fff;
}
.all_blog_breadcrumb h1{
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}

/* All Blogs Area */
.all_blog_box{
    border-bottom: 1px solid #ddd;
}
.all_blogs_title a{
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    color: #555555;
    font-family: Poppins, sans-serif;
}
.all_blogs_title a:hover{
    color: #1950D1;
}
.all_blog_meta{
    text-transform: uppercase;
    color: #bbbbbb;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
}
.all_blog_meta a{
    color: #bbbbbb;
    font-weight: 700;
}
.all_blog_short_description{
    color: #444444;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.all_blog_read_more{
    color: #6e6e6e;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.all_blog_read_more:hover{
    color: #1950D1;
}

/* Pagination CSS */
.blog_pagination a{
    color: #4c4c4c;
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    padding: 2px 5px;
    background-color: #ebebeb;
    display: inline-block;
    border: 2px solid rgba(0,0,0,.08);
}
.blog_pagination a:hover{
    background-color: #1950D1;
    color: #fff;
}
.blog_pagination .active_pagination{
    background-color: #1950D1;
    color: #fff;
}

/* Sidebar Review CSS */
.singel_reviews_area h4{
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.singel_reviews_area span i{
    color: #fff;
    font-size: 25px;
}
.singel_reviews_area p{
    font-size: 18px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.singel_reviews_area p span{
    color: #a3a3a3;
}
.review_area{
    background-color: #163C66;
}
.review_box{
    background-color: #39587C;
    text-align: left;
}
.review_name_rating{
    display: flex;
    align-items: center;
}
.review_name{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
    margin-right: 5px;
}
.review_box span i{
    font-size: 14px;
}
.review_box p{
    font-size: 11px;
    color: #fff;
}
.review_date{
    text-align: right;
}
.review_date span{
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}
.blog_accredited_img img{
    margin: 15px 0px;
}