
#news-slider{
    margin-top: 80px;z-index:0

}
#owl-carousel{z-index:-1}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
     
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 0px 8px 15px;
    margin-left:  0px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background-image:  url(../news/hover.png);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:left;
    display: block;
    color:#ffffff;
    font-size:25px;
}
.post-slide .post-content{
    background:#ffffff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:14px;
    font-weight:bold;
    color:#000000;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
	text-align : left;
	font-family:Righteous-Regular;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#e5c421;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
	text-align : left;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
	padding-right:15px
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:18px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2c2e85;
    color: #e5c421;
	 border-radius: 12px;
  border: 1px solid #333;
 
    border-radius: 25px;
    text-transform: uppercase;
	margin-top:-25px
}
.post-slide .read-more:hover{
    background: #000;
    text-decoration:none;
    color:#fff;
}
 
}