/*your custom css goes here*/

#loader{ position:fixed; width:100%; height:100%; left:0; top:0; background:rgba(255,255,255,.7); z-index:9999;}
#loader img{ width:150px; height:150px; margin:-75px 0 0 -75px; left:50%; top:50%; position:absolute;}

.dropdown-menu.show{
    z-index: 1100;
}
.cat-img{
    top: 50%; 
    left: 50%; 
    position: relative; 
    transform: translate(-50%, -50%); 
    height:80px;
}

.whatsapp {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 30px;
    background-color: #ad1017;
    color: #FFF;
    border-radius: 40px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 10000;
}

@media (max-width: 767.98px){
    .whatsapp {
        bottom: 70px;
        right: 20px;
    }
}


.carousel-box .carousel-img-box{
    width: 100%;
    display: block;
}
.carousel-box .carousel-img-box img{
    width: 100%;
    display: block;
}
    
.logo-img{
    text-align: center;

}