* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smotthing: antialiased;
  }
  
  html {
    scroll-behavior: smooth;
  }
  

  body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
  }
  


/* section.blog_banner .item{

 position: relative;


  }

  section.blog_banner .item h2{
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50% , -50%);
 -webkit-transform: translate(-50% , -50%);
 -moz-transform: translate(-50% , -50%);
 -ms-transform: translate(-50% , -50%);
 -o-transform: translate(-50% , -50%);
 color: #fff;
  }


/* -----------------------------------------  section blog body ----------------------------------- */




section.blog_body .blog_img_box{ 

overflow: hidden;
height: 260px;

}

section.blog_body .blog_img_box img{ border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; -ms-border-radius: 0px !important; -o-border-radius: 0px !important;
}


section.blog_body .blog_btn{
   font-weight: 600;
   color: #0774AB;
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}
section.blog_body .blog_btn:hover{ 

   color: #035f8d; 

}
section.blog_body .card-body{ 

padding: 0.5rem !important;

}


section.blog_body .card{ border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; -ms-border-radius: 0px !important; -o-border-radius: 0px !important;
}

section.blog_body h2{ 
    color: #035f8d; 
    font-weight: 700;
    font-size: 35px;
}

section.blog_body h5{ 
    color: #035f8d; 

}



    
section.blog_body hr{ 
 color: #999999; 
 opacity: 0.5;

}
    

    
section.blog_body  i{ 
    color: #999999 !important; 

}
  

section.blog_body  .card-title{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

}

section.blog_body  .card-text{
     height: 145px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

}

section.blog_body  .time-date h6{
color: #999999;
font-size: 15px !important;

}




/* --------------------------------- blog details page ------------------- */

section.blog_details_page ul{
  padding-left: 32px;
  margin-bottom: 20px;
  
  }
  

section.blog_details_page h2{
  color: #035f8d; 
  font-size: 28px;
  text-align: left;

}


section.blog_details_page h6{
  color: #999999; 

}


section.blog_details_page .search-box{
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

section.blog_details_page .card-text{
text-align: justify;

}


section.blog_details_page input{

    height: 45px;
    padding-left: 15px;
    width: 100%;
   outline: none;
   border: 0;
   cursor: pointer;
}


section.blog_details_page .search-icon{ display: flex; justify-content: center; align-items: center; background-color: #035f8d; color: #fff; height: 45px; width: 80px; position:absolute; right: 0; cursor: pointer; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;
}


section.blog_details_page .search-icon:hover{

background-color: #0774AB;

}



section.blog_details_page .search-icon i{
font-size: 20px;

}



section.blog_details_page .card{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}



section.blog_details_page .latest-post-box{
display: flex;
align-items: flex-start;
cursor: pointer;
margin-bottom: -1rem;


}

section.blog_details_page .latest-post-box .img-box{
flex: 1;
height: 80px;
overflow: hidden;
}

section.blog_details_page .latest-post-box .img-box img{
object-fit: cover;
height: 80px;

}

section.blog_details_page .latest-post-box .blog-title{
flex: 2;
margin-left: 0.5rem;

}


section.blog_details_page .latest-post-box .blog-title p{
font-size: 15px;
font-weight: 420;
height: 80px;
line-height: 26px;
overflow: hidden !important;
text-overflow: ellipsis;

}

section.blog_details_page a{
color: black;
}












/* ------------------------ media --------------------------------------- */

@media only screen and (max-width:1399px) {
    
    section.blog_body .blog_img_box{ 
        height: 236px;
        
        }

}




@media only screen and (max-width:1199px) {
    
    section.blog_body .blog_img_box{ 
        height: 195px;
        
        }

        section.blog_details_page .latest-post-box .blog-title p{
            font-size: 13.5px;
         
            }

            
section.blog_details_page .latest-post-box .img-box{
    flex: 1;
    height: 65px;
    overflow: hidden;
    }
    
    section.blog_details_page .latest-post-box .img-box img{
    object-fit: cover;
    height: 65px;
    
    }

    section.blog_details_page .latest-post-box .blog-title p{

        height: 65px;

        
        }

}




@media  only screen and (max-width:990px) {
    section.blog_details_page .card-box{
        width: 50%;
        
        margin: 0 auto 0 0;
        }


        section.blog_details_page .latest-post-box{
            display: flex;
        flex: 1 !important;
            margin-bottom: -1rem;
            
            
            }
    
            section.blog_details_page .latest-post-box .blog-title{
           
                margin-left: 0.5rem;
                flex: 4;
                
                }
    
            section.blog_details_page .latest-post-box .img-box{
            
            height: 80px;
            overflow: hidden;
            }
            
            section.blog_details_page .latest-post-box .img-box img{
            object-fit: cover;
            height: 80px;
            width: 118px;
            
            }

      

            section.blog_details_page .latest-post-box .blog-title p{
       
            max-width: 70%;
            overflow: none !important;
            font-size: 15px;
            line-height: 22px;
                
                }



        
}


@media only screen and (max-width:767px) {
    
    section.blog_details_page .card-box{
        width: 70%;
        
        margin: 0 auto 0 0;
        }



}

@media only screen and (max-width:600px) {
    
    section.blog_details_page h2{
        font-size: 22px;
    }
  
        
}





@media only screen and (max-width:500px) {
    

    section.blog_details_page .latest-post-box{
        display: flex;
    flex: 1 !important;
        margin-bottom: -1rem;
        
        
        }

        section.blog_details_page .latest-post-box .blog-title{
       
            margin-left: 0.5rem;
            flex: 2;
            
            }

        section.blog_details_page .latest-post-box .blog-title p{
       
         font-size: 13px;
            max-width: 100%;
            }

            section.blog_details_page .latest-post-box .img-box{
            
                height: 90px;
                overflow: hidden;
                }
                
                section.blog_details_page .latest-post-box .img-box img{
                object-fit: cover;
                height:90px;
                width: 150px;
                
                }

                section.blog_details_page .card-box{
                    width: 89%;
                    
                    margin: 0 auto 0 0;
                    }
            
            

}



@media only screen and (max-width:380px) {
    
   
    section.blog_details_page .latest-post-box{
        display: flex;
    flex: 1 !important;
        margin-bottom: -1rem;
        
        
        }

        section.blog_details_page .latest-post-box .blog-title{
       
            margin-left: 0.5rem;
            flex: 1;
            
            }

        section.blog_details_page .latest-post-box .blog-title p{
       
         font-size: 13px;
            max-width: 100%;
            }
}



@media only screen and (max-width:300px) {
    
    section.blog_body .blog_img_box{ 
        height: 167px;
        
        }

}



















