
.blog_slider{ display: flex; flex-wrap: wrap; }
.ocn_recent-blog .slick-track{ display: flex; }
.ocn_Blog-features{
  overflow: hidden;
  border-radius: 15px;
}
.ocn_post_row{
	background-color: #1c2225;
	padding: 30px 25px;
	display: inline-block;
}
/*.ocn_blog-wrap{ 
	padding: 0  15px;
	  -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
} 
*/

.real-feature-img-blogs img {
    width: 100%;
    float: left;
}
.ocn_title_head h4{ font-size: 20px; font-weight: 500; text-transform: uppercase; }  
.ocn_title_head h4 a{ color: #ffffff; }  

.ocn_summery p{ 
   color: #99b8b1;
  }



.ocn_author_wrap {
    display: flex;
    align-items: center;
    justify-content: start;
}
.author-avatar{  
	width: 62px; 
	height: 62px; 
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-ms-border-radius: 100px;
	border:1px solid #e6e7e5;
	overflow: hidden;
	margin: 0 10px 0 0;
}
.author-avatar img{
	 width: 100%; 
	height:  100% 
	border-radius:  100%;
	-webkit-border-radius: 100%;
	-ms-border-radius:  100%;
}

.author-name p{ 
	margin: 0; 
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
  display: block;
}
.author-name p a{ color: #273b5c; }
.author-name span{ font-size: 16px;     display: block; }

.ocnic_read {  width: 100%; margin-top: 35px;}

.ocnic_read a {
    border-width: 1px;
    border-color: #ff6315;
    border-style: solid;
    min-height: 51px;
    color: #ff6315;
    font-size: 17px;
    text-transform: uppercase;
    max-width: 185px;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 51px;
    border-radius: 100px;
}
   
.border_button{  border-width: 1px;
    border-color: #ff6315;
    border-style: solid;
    min-height: 51px;
    color: #ff6315;
    font-size: 17px;
    text-transform: uppercase;
    max-width: 185px;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 51px;
    border-radius: 100px; }

.ocn_recent-blog .slick-track .slick-slide{ height: auto; }

.view_all_box {
    width: 100%;
    text-align: center;
    padding: 60px 0 0;
}


@media (max-width:990px){

/*.ocn_blog-wrap{ 
    padding: 0  0;
      -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
} */

.ocn_blog-wrap:last-child{ margin-bottom: 0;}

}

@media (max-width:990px){

.cms_news_row_box {

    
    padding: 50px 30px;

}
}