body {
    font-family: 'Montserrat', sans-serif !important;
}

.nav {
    position: fixed;
    width: 100%;
    z-index: 10;
    height: 82px;
}

.nav_after {
    background: white;
    /*box-shadow: 3px;*/
    box-shadow: 0px 5px 30px #000;

}

.demo {
    margin-top: 0px !important;
    height: 190px !important;
}

.full_menu {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 400;
}

#top-menu{
    position: relative;
    z-index: 2000;
}

.full_menu img {
    width: 160px;
    margin-left: -14%;
    margin-top: 25px;
}

a {
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin-right: 300px;
    width: 100%;
}

.full_menu li {
    display: inline;
    width: 60px;
    margin: 0% 1% 0% 2%;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px;
}

.full_menu a {
    display: inline;
    width: 60px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 400;
    border: solid rgba(255, 255, 255, 0) 3px;
}

.active_menu {
    border-radius: 30px;
    background-color: #A01D26;
    color: white;
    box-shadow: 6px 5px 13px #000;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 4px;
    position: relative;
}

.active_menu:hover {
    text-decoration: none;
    color: white;
}

#rectangle_red {
    width: 100%;
    height: 6px;
    background-color: #A01D26;
}

#rectangle_white {
    width: 100%;
    height: 3px;
    background-color: white;
}

.nav .full_menu .active_menu a {
    color: white;
}

.active_menu::before {
    content: "";
    left: 36%;
    top: -26px;
    z-index: 3;
    border-style: solid;
    border-width: 22px 15px 0 15px;
    border-color: #A01D26 transparent transparent transparent;
    position: absolute;
    right: 0;
    width: 25%;
}

@media only screen and (min-width: 320px) {
    .nav {
        display: none;
    }

    .mobile_menu {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .nav {
        display: block;
    }

    .mobile_menu {
        display: none;
    }
}

/*END LAPTOP NAV*/

/*MOBILE NAVBAR*/

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* unvisited link */

a:link {
    color: black;
}

/* visited link */

a:visited {
    color: black;
}

/* mouse over link */

a:hover {
    color: black;
    text-decoration: none;
}

a:active {
    color: black;
}

.active_menu {
    border: solid 3px !important;
    padding-top: 14px !important;
}

.mobile_menu {
    display: none;
}

.mobile_menu_after {
    display: block;
    position: absolute;
    z-index: 20;
    height: 100vh;
    width: 100%;
    /* left: 0%; */
    top: 0%;
    background: #ffffff;
    /*background: transparent;*/
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    -webkit-animation: OpenMenu 1s;
    animation: OpenMenu 1s;
    /*transition: ease-in-out 10s;*/
    /*-webkit-transition: ease-in-out 10s;*/
    position: fixed;
}

/*.blur_behind_mobile_menu {*/
    /*-webkit-filter: blur(7px);*/
    /*-moz-filter: blur(7px);*/
    /*-o-filter: blur(7px);*/
    /*-ms-filter: blur(7px);*/
    /*filter: blur(7px);*/
    /*transition: ease-in-out 0.5s;*/
/*}*/

.mobile_menu li {
    margin: auto;
    margin-top: 6%;
    width: 48%;
}

.mobile_menu ul {
    margin: auto;
    margin-top: 7%;
}

@-webkit-keyframes OpenMenu {
    from {
        top: -100%;
    }
    to {
    }
}

@keyframes OpenMenu {
    from {
        top: -100%;
    }
    to {
    }
}

.OpenMobileMenu {
    position: absolute;
    top: 15px;
    left: 75%;
    width: 30px;
}

.mobile_logo_left {
    position: absolute;
    top: 5px;
    left: 15%;
    height: 50px;
}

.mobile_logo_menu {
    position: fixed;
    background: white;
    width: 100%;
    height: 60px;
    z-index: 10;
    transition: ease-in-out 0.75s;
    -webkit-transition: ease-in-out 0.75s;
}

.mobile_logo {
    width: 78%;
}

@media only screen and (min-width: 320px) {
    .active_menu {
        padding: 10px;
        border: solid 3px;
    }

    .active_menu::before {
        display: none;
    }
}
@media only screen and (min-width: 425px) {
    .owl-prev {
        padding: 20px 20px !important;
    }

    .owl-next {
        padding: 20px 20px !important;
        right: -84px;
    }
}


@media only screen and (min-width: 768px) {
    .owl-next {
        padding: 20px 20px !important;
        right: -131px;
    }
}

@media only screen and (min-width: 992px) {
    .owl-next {
        padding: 20px 20px !important;
        right: -177px;
    }
}

@media only screen and (min-width: 1024px) {
    .mobile_logo_menu {
        display: none;
    }

    .active_menu::before {
        display: block;
    }

    nav li {
        margin: 0% 2% 0% 2%;
    }

    .mobile_menu {
        display: none;
    }

    .mobile_menu ul {
        margin: auto;
        margin-top: 15%;
        -webkit-animation: font 10s;
        animation: font 10s;
        /*background: url(../../images/menus/Menu2.png) no-repeat;*/
        background-size: 86%;
        /* background-position-x: 46%; */
        background-position: 41%;
        padding-bottom: 58%;
        padding-top: 38%;
        margin-top: -6%;
    }
}



@media screen and (orientation: landscape) {
    .mobile_logo {
        display: none;
    }

    .mobile_menu li{
        margin-top: 3%;
    }
}

/*END MOBILE NAVBAR*/