﻿@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-menu ul li a {
        margin: 0 25px 0 0;
        font-size: 15px;
    }

    .blur-bg::before {
        width: 28%;
    }

    .logo-area img{
        min-width:200px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1366px) {
    .blur-bg::before {
        width: 28%;
    }
    .logo-area img {
       min-width: 220px!important;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1585px) {
    .blur-bg::before {
        width: 30%;
    }
}


@media (max-width: 991px) {

    .blur-bg::before, .footer-bg-two .shapes__2, .defaultMenu {
        display: none;
    }

    .blur-bg {
        background: #fff;
    }

    .round-menu {
        border-color: #333;
    }

        .round-menu i {
            color: #333;
        }

    .language-area {
        background: #333;
        border-radius: 8px;
    }

  /*  .single__services__two .services__content {
        bottom: 0px;
    }*/

    .process__wrapper__one .big-style-text {
        top: 11%;
    }

    .theme-table {
        min-width: 600px;
    }


    .hero__slider__wrapper {
        padding-bottom: 0px !important;
    }

    .about__section__wrapper2 {
        padding-top: 20px;
    }
}

#preloader {
    display: flex;
    align-items: center;
    justify-content: center;
}

    #preloader img {
        width: 70px;
        height: auto;
        animation: bounce 1.2s infinite ease-in-out;
    }

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25px);
    }
}
