@charset "utf-8";
/* CSS Document */
@media (min-width: 1536px) {
    .container {
        max-width: 1390px !important;
    }
}
@media screen and (min-width : 1400px) {
}
@media screen and (max-width : 1360px) {
}
@media screen and (min-width : 992px) and (max-width : 1199px) {
}
@media screen and (min-width : 768px) and (max-width : 991px) {
}
@media screen and (max-width : 991px) {
    .menu-togg {
        display: block !important;
        transition: all 0.1s linear 0s;-o-transition: all 0.1s linear 0s;-moz-transition: all 0.1s linear 0s;-webkit-transition: all 0.1s linear 0s;
    }
    .menu-outer {
        position: fixed;
        top: 0;
        right: -280px;
        width: 280px;
        height: 100vh;
        z-index: 10;
        transition: all 0.1s linear 0s;-o-transition: all 0.1s linear 0s;-moz-transition: all 0.1s linear 0s;-webkit-transition: all 0.1s linear 0s;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
    .menu-outer ul {
        flex-direction: column;
        gap: 2px;
    }
    .menu-outer ul li {
        width: 100%;
    }
    .menu-outer ul li a {
        padding: 20px 30px;
        width: 100%;
    }
    .menu-open-mobile .menu-outer {
        right: 0;
    }
    .menu-open-mobile .menu-togg {
        margin-right: 200px;
    }
}
@media screen and (max-width : 767px) {
}
@media screen and (max-width : 500px) {
}
@media screen and (max-width : 340px) {
}