
@import url('global.css');
@import url('header.css');
@import url('footer.css');
@import url('animate.css');
@import url('rtl.css');
@import url('dark-body.css');

@import url('slider.css');
@import url('about.css');
@import url('services.css');
@import url('accordion.css');
@import url('process.css');
@import url('clients.css');
@import url('projects.css');
@import url('pricing.css');
@import url('team.css');
@import url('testimonial.css');
@import url('news.css');
@import url('contact.css');
@import url('commited.css');
@import url('faq.css');
@import url('counter.css');
@import url('flaticon_interior.css');

@import url('cta.css');
@import url('shop.css');
@import url('privacy.css');
@import url('not-found.css');
@import url('coming-soon.css');
@import url('page-title.css');
@import url('jquery-ui.css');
@import url('swiper.min.css');
@import url('font-awesome.css');
@import url('fontawesome-free.css');
@import url('custom-animate.css');
@import url('magnific-popup.css');
@import url('odometer-theme-default.css');
@import url('jquery.bootstrap-touchspin.css');


.fast-call {
    display: none !important;
}

@media only screen and (min-width:767px) {
    .fast-call {
        position: fixed;
        left: 7px;
        bottom: 7px;
        z-index: 9999;
        display: flex !important;
    }

    .mobil-nav {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .mobil-nav {
        position: fixed;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        box-shadow: 6px 0 10px rgb(0 0 0 / 50%);
        background: rgba(255,255,255,.9);
        z-index: 1049;
    }

        .mobil-nav .item-list .item {
            position: relative;
            width: 22%;
            text-align: center;
            height: auto;
            vertical-align: middle;
            padding: 5px 0;
            float: left;
            margin: 0;
            z-index: 2;
        }

    list .item {
        width: 33%;
    }

    .mobil-nav .item-list .item.main-blue a i {
        background: #547bc0;
    }

    .mobil-nav .item-list .item.instagram-orange a i{
        background: #66b7e6;
    }

    .mobil-nav .item-list .item a i {
        position: absolute;
        top: -35px;
        color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: 0 auto;
        left: 0;
        right: 0;
        line-height: 50px;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 40%);
        background-color: white;
    }

    .mobil-nav .item-list .item a small {
        font-weight: bold;
        font-size: 85%;
    }

    .mobil-nav .item-list .item a small {
        display: block;
        color: #282828;
        font-size: 65%;
        margin-top: 4px;
    }

    .mobil-nav .item-list .item {
        position: relative;
        width: 22%;
        text-align: center;
        height: auto;
        vertical-align: middle;
        padding: 15px 0;
        float: left;
        margin: 0;
        z-index: 2;
    }

        .mobil-nav .item-list .item a {
            padding-top: 0px;
        }

    list .item a {
        color: #282828;
        display: block;
    }

    .mobil-nav .item-list .item.main-orange a i {
        background: #423e11;
    }

    @media (max-width: 768px) {
        .mobil-nav .item-list .item a i {
            position: absolute;
            top: -35px;
            color: #fff;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin: 0 auto;
            left: 0;
            right: 0;
            line-height: 50px;
            box-shadow: 0px 3px 6px rgb(0 0 0 / 40%);
            background-color: white;
        }
    }

    .mobil-nav .item-list .item.whatsapp-green a i {
        background: #0fcd70;
    }

    .mobil-nav .item-list .item a i {
        position: absolute;
        top: -35px;
        color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: 0 auto;
        left: 0;
        right: 0;
        line-height: 50px;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 40%);
        background-color: white;
    }
    .footer-bottom .d-flex {
    padding-bottom: 77px !important;
   }
}

