/******************  News Slider *******************/
.post-slide3
{
    margin: 0 10px;
   
    background: #fff;
    box-shadow: 0 1px 2px rgba(43,59,93,.3);
    margin-bottom: 10px;
}
.post-slide3 .post-img
{
    position: relative;
    margin-bottom: 20px;
}
.post-slide3 .post-img img
{
    width: 100%;
    height: 260px;
   border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
  

.post-slide3 .post-bar
{
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
.post-slide3 .post-bar li
{
    display: inline-block;
    font-size: 15px;
    color: #676767;
    margin-right: 5px;
}
.post-slide3 .post-bar li:after
{
    content: "/";
    margin-left: 5px;
}
.post-slide3 .post-bar li:last-child:after
{
    content: "";
}
.post-slide3 .post-bar li a
{
    color: #8e44ad;
    transition: all .3s ease 0s;
}
.post-slide3 .post-bar li a:hover
{
    color: #333;
    text-decoration: none;
}
.post-slide3 .post-bar li a:after
{
    content: ",";
    margin: 0 5px;
}
.post-slide3 .post-bar li a:last-child:after
{
    content: "";
}
.post-slide3 .post-title
{
    margin: 15px 0;
    text-transform: capitalize;
}
.post-slide3 .post-title a
{
    font-size: 16px;
    color: #3c3c3c;
    transition: all .3s linear 0s;
}
.post-slide3 .post-title a:hover
{
    color: #8e44ad;
    text-decoration: none;
}
.post-slide3 .post-description
{
    font-size: 14px;
    color: #676767;
    line-height: 20px;
}
.post-slide3 .read-more
{
    display: inline-block;
}
.post-slide3 .read-more:hover
{
    text-decoration: none;
}
.post-slide3 .read-more i
{
    font-size: 14px;
    color: #333;
    margin-right: 5px;
    transition: all .4s linear 0s;
}
.post-slide3 .read-more span
{
    font-size: 12px;
    color: #F13020;
    opacity: 0;
    text-transform: uppercase;
    transition: all .4s linear 0s;
}
.post-slide3 .read-more:after
{
    content: "";
    display: block;
    width: 40%;
    position: relative;
    bottom: -20px;
    border-bottom: 3px solid #333;
    opacity: 0;
    transition: all .4s linear 0s;
}
.post-slide3:hover .read-more span, .post-slide3:hover .read-more:after
{
    opacity: 1;
}
.post-slide3 .read-more:hover i, .post-slide3 .read-more:hover span, .post-slide3 .read-more:hover:after
{
    color: #8e44ad;
    border-bottom-color: #8e44ad;
}

.owl-carousel .owl-wrapper:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel
{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper
{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-wrapper-outer
{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight
{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item
{
    float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div
{
    cursor: pointer;
}
.owl-controls
{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.grabbing
{
    cursor: url(grabbing.png) 8 8,move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item
{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
