.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    /* box-shadow: 0px 14px 22px -9px #bbcbd8; */
    
}

.services-main .post-slide{
    height:435px;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
  	height: 280px;
}
.post-slide .post-img img{
    width: 100%;
    height: 100%;
    transform: scale(1,1);
    transition: transform 0.2s linear;
    object-fit: cover;
}
.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: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    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:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
        padding: 2px 20px 50px 20px;
    border-radius: 15px;
}

.post-content p{
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;  
	overflow:hidden;
}
.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;
      text-decoration: none;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
    float: right;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: left;
    font-size: 12px;
    background: #c50212;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #c50212;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #c50212;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:40%;
    left:-40px;
    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:40%;
    right:-40px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}


.services-img{
    width: 100%;
    height: 250px;
    overflow: hidden;
}


.services-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-card-content{
    padding: 15px;
}

.services-card-content-lbl{
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 20px;
}

.services-card-content-p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    overflow:hidden;
}

.service-card-footer{
    padding: 15px;
}
.service-card-footer a{
    color: #0480a7;
    font-weight: 600;
}

.service-card-footer a i{
    font-size: 20px;
    position: relative;
    top: 2px;
    color: #0480a7;
}

@media only screen and (max-width:915px){
  .owl-controls .owl-buttons .owl-prev{
  	left:0px;
  }
  .owl-controls .owl-buttons .owl-next{
  	right: 0px;
  }
  .post-slide .read-more {
    padding: 7px 20px;
    float: left;
    font-size: 12px;
    background: #c50212;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #c50212;
    border-radius: 25px;
    text-transform: uppercase;
    position: relative;
    top: -15px;
}
}
.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 25px 15px;
    }
}