.services-caption {
    position: relative;
}
.services-img {
    position: relative;
}
.services-caption .cont-inner {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    background-color: #3c133c80;
    width: 100%;
}
.services-cont {
    padding: 20px;
    position: absolute;
    bottom: 0;
    background-color: #3c133c80;
    width: 100%;
    opacity: 0;
    height: 0;
    transition: all .4s ease;
}
.services-cont * {
    color: #fff;
}
.services-cont h3,.services-caption .cont-inner h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
}
.services-cont p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.ser-btn {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
        text-decoration: underline !important;
}
.ser-btn:hover {
    color: #C4C4C4;
}
.services-slide .inner-bx:hover .services-cont {
    height: 100%;
    opacity: 1;
}
.services-slide .inner-bx:hover .cont-inner {
    opacity: 0;
}