.post-slide{
    margin: 0 15px;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
    border: 3px solid #190d47;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #190d47;
    padding: 20px;
}
.post-slide .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: #fe7300;
    font-size: 22px;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #fcf4d2;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .read-more{
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #000;
    text-transform: capitalize;
    transition: all 0.30s linear;
    font-family: 'Muli', sans-serif;
}
.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}


.post-slide .post-content {
    background: #b902a3;
    padding: 20px;
    background: #833ab4;
    background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
    background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
}
.post-slide .post-title a {
    display: inline-block;
    color: #000000;
    font-size: 22px;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a {
    display: inline-block;
    color: #000000;
    font-size: 20px;
    transition: all 0.3s ease 0s;
}
.post-slide .post-content {
    background: #b902a3;
    padding: 20px;
    background: #833ab4;
    background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
    background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
    border-radius: 0px 0px 50px 50px;
}
.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
    border: 3px solid #ffffff;
}