body{
  
}

.head_section {
    background-image: url("../img/blogpage/bg-heading-05.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
}

.head_section .overlay_head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #cccccf7a 
}

.head_section .head_content {
    margin-top: 20%;
    margin-bottom: 20%;
}

.head_section .head_content h1 {
    font-weight: bold;
    font-size: 60px;
    position: relative;
}

.head_section .head_content .border_head {
    position: absolute;
    width: 85px;
    height: 4px;
    background-color: #578bb9;
    left: 1%;
}

.head_section .head_content p {
    line-height: 1.8;
    margin-top: 3%;
}

/* start blogs */

.blogs
{
    margin-top: 5%
}

.blogs .single_blog hr
{
    margin-bottom: 8%
}

.blogs .single_blog .bold
{
    width: 15%;
    float: left;
}

.blogs .single_blog .bold span
{
    color: #578bb9;
}

.blogs .single_blog .blog_content
{
width: 85%;
float: right

}

.blogs .single_blog .blog_content h3
{

    font-weight: bold;
    font-size: 35px;
    margin-top: 4%;
    position: relative;
}

.blogs .single_blog .blog_content h3:hover
{
    color: #578bb9;
}

.blogs .single_blog .blog_content .border_blog
{
    position: absolute;
    width: 85px;
    height: 4px;
    background-color: #578bb9;
    left: 16%;
}

.blogs .single_blog .blog_content p
{
    margin-top: 5%
}

.blogs .single_blog .blog_content ul
{
    list-style-type: none;
    padding: 0;
    margin-bottom: 5%;
}

.blogs .single_blog .blog_content ul li
{
    display: inline-block;
    margin-right: 5px
}

.blogs .single_blog .blog_content ul li .social
{
    width: 25px;
    height: 25px;
  
    color: #FFF;
    border-radius: 50%;
    display: inline-block;
    text-align: center

   
}

.blogs .single_blog .blog_content ul li i
{
    font-size: 13px;
}

.blogs .single_blog .blog_content ul li .facebook
{
    background-color: #3b5999;
}

.blogs .single_blog .blog_content ul li .twitter
{
    background-color: #55acee
}

.blogs .single_blog .blog_content ul li .linked
{
    background-color: #0077B5
}

.blogs .single_blog .blog_content ul li .plus
{
    background-color: #dd4b39
}

.blogs .single_blog .blog_content .blog_slider .carousel-control-next-icon,.carousel-control-prev-icon
{
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #578bb9;
    border-radius: 50%;
    color: #FFF;
}

.blogs .search h3
{
position: relative;

}

.blogs .search .border_search
{
    position: absolute;
    width: 64px;
    height: 4px;
    background-color: #578bb9;
    left: 6%;
}

.blogs .search .search_input
{
    margin-top: 15%
}

.blogs .search .search_input input

{
    border-radius: 25px;
    padding: 5px;
    width: 80%;
    border: 1px solid #EEE
}

/* .blogs .search .search_input span 
{
    width: 40px;
    height: 40px;
  
    color: #FFF;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background-color: #000

} */

.blogs .recent_posts h3
{
    position: relative;
    margin-top: 10%
}

.blogs .recent_posts .border_post
{position: absolute;
    width: 85px;
    height: 4px;
    background-color: #578bb9;
    left: 7%;
}

.blogs .recent_posts  .post
{
    margin-top: 16%;
    margin-bottom: -10%;

}

.blogs .recent_posts  .post .post_image
{
    width: 35%;
    float: left;
}

.blogs .recent_posts  .post .post_image img
{
    width: 75px;
    height: 75px;
}
.blogs .recent_posts  .post  .post_content
{
    width: 65%;
    float: right;
}

.blogs .recent_posts  .post  .post_content h4
{
    margin-top: -8%;
    font-size: 18px;
}

/* start responsive */
@media (max-width: 767.98px) 
{
    .head_section .head_content .border_head
    {
        left: 5%;
    }
/* start blogs */
.blogs .single_blog .blog_content
{
    width: 75%;
}
.blogs .single_blog .bold
{
    width: 20%;
}
.blogs .single_blog .bold span
{
    font-size: 12px;
}
.blogs .single_blog .bold p
{
    font-size: 11px;
}

.blogs .single_blog .blog_content h3
{
    font-size: 24px;
}

.blogs .single_blog .blog_content .border_blog
{
    width: 70px;
    left: 27%;
}

.blogs .recent_posts .post .post_content h4 {
    margin-top: -5%;
   
}

}

@media (min-width: 768px) and (max-width : 1199.98px)
{
    .blogs .single_blog .bold span
    {
        font-size: 12px;
    }
    .blogs .single_blog .bold p
    {
        font-size: 11px;
    }

    .recent_posts h3
{
    font-size: 22px;
}

.blogs .recent_posts .post .post_content
{
    width: 45%;
}

.blogs .recent_posts .post .post_content p
{
    font-size: 11px;
}

.blogs .recent_posts .post .post_content h4{
    font-size: 13px;
}
}












