.post-slide{
    background: #fff;
    padding-bottom: 20px;
    margin: 0 15px;
}

.post-slide .post-img{
    position:relative;
}

.post-slide .over-layer{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity:0;
    cursor: pointer;
    transition: all 0.30s ease 0s;
}

.post-slide:hover .over-layer{
    opacity:1;
}

.post-slide .over-layer:after{
    content: "+";
    font-size: 52px;
    color: #fff;
    position: absolute;
    top: 31%;
    left:42%;
}

.post-slide .post-img img{
    width: 100%;
    height: auto;
}

.post-slide .post-title{
    margin:25px 0 15px 0;
}

.post-slide .post-title:before{
    content:"";
    border:2px solid #e67e22;
    width:18%;
    display: block;
    margin-bottom:15px;
}

.post-slide .post-title a{
    font-size: 20px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover{
    text-decoration: none;
    color:#e67e22;
}

.post-slide .post-date{
    text-transform:capitalize;
}

.post-slide .post-date:before{
    content: "\f073";
    font-family: "Font Awesome 5 Free";font-weight: 900;
    margin-right: 7px;
    color:#e67e22;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #e67e22;
}

