/*  #Our Services Carousel
	=============================================*/

.our-service-carousel-wrap .owl-item {
    padding: 0 6px;
}

.our-service-carousel-wrap .owl-item * {
    text-align: left;
}

.aligncenter .our-service-carousel-wrap .owl-item * {
    text-align: center;
}

.our-service-carousel-wrap .owl-item .services-carousel {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
}

.our-service-carousel-wrap .owl-item .services-carousel img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.our-service-carousel-wrap .owl-item .services-carousel {
    padding: 31px 75px 18px 36px;
}

.our-service-carousel-wrap .owl-item .services-carousel .tdetail i {
    float: left;
    margin-right: 5px;
    font-size: 20px;
}

.our-service-carousel-wrap .owl-item .services-carousel .tdetail h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #31312c;
    line-height: 16px;
    padding-top: 3px;
    margin-bottom: 18px;
}

.our-service-carousel-wrap.owl-carousel .owl-wrapper-outer {
    padding-bottom: 14px;
}

.our-service-carousel-wrap .owl-item p {
    font-size: 16px;
    color: #888;
}

/* Arrow */

.our-service-carousel-wrap .owl-controls .owl-buttons .owl-prev,
.our-service-carousel-wrap .owl-controls .owl-buttons .owl-next {
    font-family: 'simple-line-icons';
}

@media (min-width: 768px) {

    .our-service-carousel-wrap .owl-controls .owl-buttons .owl-prev,
    .our-service-carousel-wrap .owl-controls .owl-buttons .owl-next {
        position: absolute;
        font-size: 18px;
        width: 26px;
        height: 80px;
        line-height: 80px;
        display: inline-block;
        padding: 0;
        text-align: center;
        border-radius: 3px;
        color: #fff;
        background: rgba(0, 0, 0, .36);
        cursor: pointer;
        transition: all .18s ease;
    }

    .blox.dark .our-service-carousel-wrap .owl-controls .owl-buttons div {
        background: rgba(255, 255, 255, 0.7);
        color: #000;
    }

    .our-service-carousel-wrap .owl-controls .owl-buttons .owl-prev {
        left: -50px;
        bottom: 50%;
    }

    .our-service-carousel-wrap .owl-controls .owl-buttons .owl-next {
        right: -50px;
        bottom: 50%;
        padding-left: 2px;
    }
}

.our-service-carousel-wrap .owl-controls .owl-buttons .owl-prev:before {
    content: "\e605";
}

.our-service-carousel-wrap .owl-controls .owl-buttons .owl-next:before {
    content: "\e606";
}

.our-service-carousel-wrap .owl-dots {
    text-align: center;
    margin-bottom: 10px;
}

.our-service-carousel-wrap .owl-dots .owl-dot {
    background: #444;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 50%;
}


@media(max-width:767px) {
    #wrap .owl-controls .owl-buttons {
        margin-bottom: 20px;
    }

    .testimonial-carousel .owl-controls .owl-buttons .owl-prev,
    .testimonial-carousel .owl-controls .owl-buttons .owl-next {
        font-size: 18px;
        width: 26px;
        height: 80px;
        line-height: 80px;
        display: inline-block;
        padding: 0;
        text-align: center;
        border-radius: 3px;
        color: #fff;
    }
}