    .slide_design img {
        width: 100%;
    }
    
    .slide_design .carousel-control {
        position: absolute;
        top: 45%;
        padding-top: 25px;
        bottom: 0;
        width: 35px;
        height: 79px;
        font-size: 20px;
        color: #9b9e9f;
        text-align: center;
        text-shadow: none;
        background-color: rgba(144, 144, 144, 0.25);
        opacity: 1;
        background-image: none;
    }
    
    .slide_design .carousel-control i {
        font-size: 1.5em;
        color: #353535;
    }
    
    .slide_design .carousel-control.right {
        right: 0;
    }
    
    .slide_design .carousel-indicators .active {
        background: #f9be1f;
        border: 1px solid #f9be1f;
    }
    
    .slide_design .carousel-indicators {
        z-index: 1;
    }
    
    .slide_design .carousel-indicators li {
        background: none;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }
    /*mobile site*/
    
    @media (max-width: 767px) and (min-width: 320px) {
        .slide_design .carousel-indicators {
            margin-bottom: 0;
        }
        .slide_design .carousel-control {
            display: none;
        }
    }
    /*tablet site*/
    
    @media(max-width: 1024px) and (min-width: 768px) {
        .slide_design .carousel-control {
            top: 25%;
        }
    }

/* --- modified --- */

.slide-section {
    background: url(../images/bg-1.jpg) fixed no-repeat;
}

.slide-section .service {
    background: rgba(255, 255, 255, 0.7);
    padding: 4em 0;
}

.slide-section .carousel-control.left {
    left: -40px;
}

.slide-section .carousel-control.right {
    right: -40px;
}

.slide-section .carousel-control i {
    color: white;
}

.slide-section .carousel-indicators {
    bottom: -40px;
}

.slide-section .slide_design .carousel-indicators .active {
    background: #3a3a3c;
    border: 1px solid #3a3a3c;
}

.slide-section .slide_design .carousel-indicators li {
    background: #8d9198;
    border: 1px solid #8d9198;
}

.slide-section .service .service-item a i {
    background: #46aaaf;
    color: white;
}

.slide-section .service .item {
    padding: 10px 25px;
}

.service .service-item p {
    margin-top: 10px;
    color: #58585a;
}

.slide-section .service .view_all {
    text-align: center;
    margin-top: 20px;
}

.slide-section .service .view_all a {
    text-decoration: none;
    font-family: 'quarkBold';
    font-size: 1.4em;
    color: #58585a;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .slide-section .carousel-control {
        display: none;
    }
    .slide-section #owl-demo00 .owl-prev {
        left: 0px;
    }
    .slide-section #owl-demo00 .owl-next {
        right: 0px;
    }
}
