.carousel-wrap {
    margin: 0px auto;
    width: 100%;
    position: relative;
}

.owl-carousel .item .single-service {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.owl-carousel .item .single-service:hover p {
    height: 100px;
    opacity: 1;
}

.owl-carousel .item .single-service:hover .service-icon,
.owl-carousel .item .single-service:hover img {
    height: 0px;
}

.owl-carousel .item .service-content img {
    height: 70px;
    width: 70px;
    margin-left: auto;
    transition: 0.5s;
    margin-right: auto;
}

.owl-carousel .item .service-content .service-icon {
    transition: 0.5s;
    height: 100px;
}

.owl-carousel .item .service-content p {
    transition: 0.5s;
    opacity: 0;
    font-size: 13px;
    height: 0px;
}

.owl-carousel .item .service-content {
    position: relative;
    z-index: 7;
}

.owl-carousel .item .service-content h6 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    height: 40px;
}

.owl-carousel .item .service-overlay {
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.6);
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

.owl-nav {
    display: none;
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}
