.post-slide {
    background: #fff;
    border-radius: 15px;
    padding: 3px;
    /* box-shadow: 0px 14px 22px -9px #bbcbd8; */
    border: 1px dashed #d2d2d2;
    border-radius: 8px;
    transition-duration: .3s;
}
.post-slide:hover {
    border-color: #21ABA5;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /* margin: -12px 15px 8px 15px; */

}
.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 .post-content {                                                                                                                                         padding: 2px 30px 0px; */
    border-radius: 15px;
    text-align: justify;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;                                                                                                                                                                                                                                                                                                                       
    color:#333;                                                                                                                                                         
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description {
    color:#808080;
    margin: 0px;
    padding: 10px;
    line-height: 1.3;
    text-align: center;
}
/* .owl-controls .owl-buttons {
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
} */
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
            padding: 0px 15px 0px 15px;
        
    }
}


  a {
    display: inline-block;
  }
  
  a:hover .right{
    border: 0.2em solid #21ABA5;
  }
  
  a:hover .left:after, a:hover .top:after, a:hover .bottom:after, a:hover .right:after {
    border-top: 0.5em solid #21ABA5;
    border-right: 0.5em solid #21ABA5;
  }
  span.right {
    display: inline-block;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    margin-left: 9.5em;
    background-color: #fff;
    transition-duration: .3s;
    /* text-align: center; */
    padding: 0;
    /* margin-top: -37px; */
    /* position: absolute; */
    border: 1px solid #d2d2d2;
    /* right:0; */
    /* left:0; */
    /* margin-top: -31px; */
}
.post-slide:hover span.right {
    border-color: #21ABA5;
}
span.right:after {
    /* content: '';
    display: inline-block;
    margin-top: 1.05em;
    margin-left: -0.6em;
    width: 1.4em;
    height: 1.4em;
    /* border-top: 0.5em solid #babfbf;
    border-right: 0.5em solid #babfbf; */
    /* -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
     */
}
span.right {
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -27px;
}
.news-slider{
    padding: 1em 0 2em;
    overflow: hidden;
}
.news-slider .circle {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: -42px;
    margin-top: 28px;
}