.single-block span {
    font-size: 17pxpx;
   
    color: #cecece;
}

.single-img{
	float:left;
	width:100%; 
	height: 235px;
	transition: transform .2s;
	overflow:hidden;
	
}

.single-img img {
	float:left;
	width:100%;
	transition: transform .2s;
	
	
}

.single-content{
    float: left;
    width: 86%;
    margin-top: -65px;
    background: #f5f5f5;
    padding: 20px;
    /*----border-bottom: 2px solid #ccc;----------*/
    height: auto;
    z-index: 10000000015;
    position: relative;
	
}


.inner-blog{
	float:left;
	width:100%;
	padding:70px 0;
}


.inner-blog h2 {
    float: left;
    width: 100%;
    margin: 10px 0 12px;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
    font-weight: bold;
}


.b-description_readmore_wrapper {    
    display: flex;
    flex-flow: column wrap;
    align-items: center;  
    max-width: none !important;
    width: 100%;
}

.b-description_readmore {
       width: 100%;
    position: relative;
    margin-bottom: 8px;    min-height: 62px  !important;
    line-height: 25px;
    font-size: 1em;
    text-align: left;
    box-sizing: border-box;
    padding: 0 0;
}


.b-description_readmore_button {
    display: inline-block;
    width: 150px;
    /* border: 1px solid black; */
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    color: #4c4c4c;
    font-size: 14px;
}

.b-description_readmore_button:hover {
    color: #000000;

}

.b-description_readmore_ellipsis:after {    
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    height: 25px;    
    background: linear-gradient(to right, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1) 65%);
} 




.blog .col-sm-4 {
    height: 480px;
}


.inner-blog p {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #a2a2a2;
    line-height: 26px;
    font-weight: 300;
   
    margin-bottom: 40px;
}
.blog{
	float:left;
	width:100%;
}
.blog h3{
    text-align: center;
    font-weight: bold;
    font-size: 37px;
	<margin-top:20px;
}
.single-block {
    margin-top: 20px;
	
}



.single-img
{
		overflow:hidden;
}
.single-img:hover img {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 

}
.single-content a{
	color:#cecece;
}
.single-content a:hover{
	text-decoration:none;
	color:#cecece;
}


