    .carousel-caption {
        bottom: 90px;
    }
    
    .prod-table {
        margin: 50px 0;
    }
    
    .prodimage {
        width: 80%;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
.header-nav .nav>li .sub-menu { overflow-y: scroll; height: 400px; width: 400px;}
::-webkit-scrollbar {width: 10px;}

/* Track */
::-webkit-scrollbar-track {background: #f1f1f1; }
 
/* Handle */
::-webkit-scrollbar-thumb {background: #d2151e; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: #d2151e; }
.latest-project-info h2 {
    font-size: 45px;
    line-height: 50px;
}
    .fireimage {
        width: 80%;
    }
    .service-box-4 .service-images img {width: 230px; border-radius: 0; border-width: 3px;}
    .card {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
    
    ul li {
        list-style-type: none;
    }
    
    .fr p {
        line-height: 22px;
        margin-bottom: 10px;
    }
    
    .carousel-indicators li {
        width: 70px;
        height: 36px;
        border: 1px solid #222;
    }
    
    .carousel-indicators .active {
        border: 1px solid #ff7474;
    }
    /* horizontal line */
    
    .owl-btn-2.owl-btn-md .owl-nav .owl-next,
    .owl-btn-2.owl-btn-md .owl-nav .owl-prev {
        height: 45px;
        width: 45px;
        line-height: 43px;
        font-size: 25px;
        border-radius: 70px;
    }
    
    .contact1-form-btn {
        background: #d2151e;
    }
    
    .dlab-bnr-inr {
        height: auto;
    }
    
    .latest-project-info p {
        font-size: 18px;
        text-align: justify;
    }
    
    .call-action .title {
        font-weight: 600;
        font-size: 25px;
        margin-bottom: 0px;
        font-style: italic;
    }
    
    @media screen and (min-width: 320px) and (max-width: 767px) {
        .carousel-indicators {
            position: relative !important;
            bottom: 0;
        }
        .carousel-caption {
            bottom: 0px;
            top: 80px;
        }
        .carousel-caption h5 {
            font-size: 12px;
            font-weight: bold;
        }
        .carousel-caption p {
            font-size: 10px;
        }
        .carousel-title {
            font-size: 18px;
            margin-top: 20px;
        }
    }
    /*# sourceMappingURL=main.css.map */