/* blog Page css start */
.blog-list h3,.blog-title {
       font-size: 18px;
    
    position: relative;
    cursor: pointer;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;

   }
   
   .blog-title{
	   margin-bottom:20px;
   }
   /* Blog Card */
   
   .blog-content {
   padding: 25px;
   }
   .blog-content h2 {
   margin-bottom: 10px;
   }
   .blog-content h2 a {
   color: #0d47a1;
   text-decoration: none;
   }
   .blog-content h2 a:hover {
   text-decoration: underline;
   }
   .blog-content .date {
   font-size: 14px;
   color: #888;
   margin-bottom: 15px;
   }
   .blog-content .excerpt {
   font-size: 16px;
   line-height: 1.6;
   color: #555;
   }
  
  


/* blog Page css end */


/* blog detail Page css start */

.post-title{
	background-color: #007bff !important;
	margin:5px;
	
}
.post-title h3{
	color:white !important;
	padding: 1rem;
}
.blog-cms p{
	   text-align: justify;
   }

.blog-cms { margin-top:100px; }
.blog-cms p,li {
	font-size: 17px;
	position: relative;
    line-height: 1.8em;

}
.blog-cms img{ margin-bottom:10px; }
.blog-cms ul{ margin-bottom:10px; }
.blog-cms ul li{
	margin-left:60px;
	list-style: disc;
}
.blog-cms a{  color: #49e891 !important; text-decoration:none; }
/* blog detail Page css end */