@import url('https://fonts.googleapis.com/css?family=Red Hat Display');

body {
    background: #f4f0ee !important;
    color: #696969 !important;
    font-size: 14px !important;
    font-family:  'Red Hat Display' !important;
    margin: 0;
    overflow-x: hidden !important;
    font-weight: 400 !important;
}
.home-banner {
    transition: all 0.6s;
    border-radius: 0;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    min-height: 500px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    text-align: left;
}
.sliding-container{
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    background-color: #36454F;
    opacity: 1;
}

.sliding-container img{
    width: 100% !important;
    height: 100% !important;
}

.footer-useful-link:hover{
    color: #da7426 !important;
    border-bottom: 3px solid #da7426 !important;
}

@media (min-width: 993px) {
    .home-banner {
        transition: all 0.6s;
        border-radius: 0;
        position: relative;
        min-height: 580px;
    }
}

.custom_nav-container .navbar-toggler span{
    background-color: #0c6018 !important;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
    background-color: #0c6018 !important;
}

/* .service_section .box .detail-box:hover { */
    /* font-weight: bold; */
    /* color: #f00 !important; */
/* } */

.service_section .box:hover {
    background-color: #da7426;
    color: #000 !important;
}

.product-div h5 {
    font-weight: bolder;
    color: #000 !important;
}

.product-div:hover h5 {
    color: #fff !important;
}


@media (min-width: 1200px) {
    .home-banner {
        height: 100vh;
        min-height: 600px;
    }
}

@media (max-width: 991px) {
    .home-banner {
        min-height: 350px;
        padding: 3rem 1rem;
    }
}