﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* Table Of Content
---------------------------------------------------------

1.General CSS
2.Header area start here 
3.Slider area start here
4.About area start here
5.Menu area Start Here
25.Menus page area Css Start Here
32.Scroll To Css Start Here
33.Sticky Menu To Css Start Here*/


/*1.General CSS*/

html,
body {
    height: 100%;
    font-size: 15px;
    color: #505050;
    font-family: 'Montserrat', sans-serif;
    vertical-align: baseline;
    line-height: 25px;
    font-weight: 400;
    background: #fff;
}

body {
    overflow-x: hidden;
}
/* ....................................
1. General CSS
.......................................*/
.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 26px;
}

p,
button,
a,
img,
.slick-active,
.slick-slide,
.btn-primary {
    outline: none !important;
}

.btn-primary {
    box-shadow: none !important;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 26px;
}

.spc-large {
    padding-top: 100px;
}

.spc-equal {
    padding: 100px 0;
}

.hidden-desktop {
    display: none;
}

.aligncenter {
    display: block;
    margin: 0 auto 26px;
}

.pad-0 {
    padding: 0;
}

.mt-30 {
    margin-bottom: 30px;
}

.pad-left-0 {
    padding-left: 0;
}

.pad-right-0 {
    padding-right: 0;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 20px;
}

h4 {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 26px;
    /*font-weight: 600;*/
    font-family: 'Montserrat', sans-serif;
    color: #101010;
}

a {
    transition: all 0.5s ease 0s;
    text-decoration: none;
}

    a:hover {
        color: #f10909;
        text-decoration: none;
    }

    a:active,
    a:hover {
        outline: 0 none;
    }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.rs-menu a.active {
    color: #f10909 !important;
}

.rs-menu ul > li.active > a {
    color: #f10909 !important;
}

/*main menu hover*/
.nav-menu > li > a:hover,
#inner .rs-menu li > a:hover,
.nav-menu > .current_page_item > a,
.nav-menu > .current-menu-item > a,
.nav-menu > .current-menu-ancestor > a {
    color: #f10909;
}

.nav-menu ul .current-menu-item a,
.nav-menu ul .current_page_item a,
.mega-menu li p a:hover {
    color: #f10909;
}

.rs-menu ul ul li {
    border-bottom: 1px solid #c00707 !important;
}

.nav-menu .mega-menu .sub-menu a:hover,
.nav-menu .mega-menu li div.mega-menu-img a:hover,
.nav-menu .mega-menu li div.mega-menu-img a:hover h2 {
    color: #f10909;
}

body .nav-menu .sub-menu li > a:hover,
body .nav-menu ul .active > a {
    color: #000 !important;
}

.rs-menu ul li a.hover {
    color: #f10909;
}

::-moz-selection {
    background: #f10909;
    text-shadow: none;
}

::selection {
    background: #f10909;
    text-shadow: none;
    color: #ffffff;
}

.around-news li:first-child {
    margin-top: 0 !important;
}

.browserupgrade {
    margin: 26px 0;
    background: #f10909;
    color: #333333;
    padding: 26px 0;
}

.acurate {
    margin: 0;
    padding: 0;
}

.text-right {
    text-align: right;
}
/* ------------------------------------
2.Header area start here 
---------------------------------------*/
.dropdown-submenu {
    position: relative;
    border-radius: 0;
}

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

.navbar {
    background: transparent;
    border: none;
}

.rs-menu ul ul {
    background: #f10909;
}

.header-area {
    position: absolute;
    width: 100%;
    z-index: 9999;
    padding: 15px 0 0;
}

    .header-area #logo {
        padding-top: 30px;
        padding-bottom: 5px;
    }

    .header-area.sticky-header .nav-menu li a {
        font-size: 15px;
        padding: 15px 14px 25px;
    }

    .header-area.sticky-header .nav-menu li .sub-menu a {
        padding: 10px 14px;
    }

    .header-area.sticky-header .col-md-2 img {
        height: 50px;
    }

.main-menu ul {
    text-align: center;
    width: 100%;
    border-radius: 0;
}

    .main-menu ul > li {
        float: none;
        display: inline-block;
    }

    .main-menu ul li a {
        color: #fff !important;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 400;
    }

        .main-menu ul li a:hover {
            color: #f10909 !important;
            background: transparent !important;
        }

.multi-level li ul {
    opacity: 0;
    overflow: hidden;
    top: -7px;
    left: 98%;
}

.multi-level .caret {
    transform: rotate(-92deg);
    top: 13px;
    position: absolute;
    right: 9px;
}

.main-menu ul li a.active2,
#inner .main-menu ul li a.active2 {
    color: #f10909 !important;
}

#inner .main-menu ul li a:hover {
    color: #f10909 !important;
}

.dropdown-menu {
    border: none !important;
}

.multi-level li:hover ul {
    opacity: 1;
    overflow: visible;
}

.main-menu ul li ul li a {
    color: #101010 !important;
    font-size: 14px;
}

.main-menu ul > li > ul > li {
    float: left;
}

.main-menu ul > li > ul {
    text-align: left;
}

.main-menu ul li ul li ul {
    left: 100%;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                color: #101010;
                padding: 3px 5px;
            }

    .mega-dropdown-menu > li ul > li > a:hover,
    .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
        color: #f10909;
    }

    .mega-dropdown-menu .dropdown-header {
        font-size: 18px;
        color: #101010;
        padding: 5px 60px 5px 5px;
        line-height: 30px;
    }

.slider-menu h3,
.todays-menu h3 {
    margin: 0 0 15px;
    font-size: 18px;
    padding-bottom: 12px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

    .slider-menu h3:after,
    .todays-menu h3:after {
        background: #f10909;
        height: 1px;
        width: 100%;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
    }

.slider-menu .inner a,
.todays-menu .inner a {
    background: #f5f5f5;
    color: #fff !important;
    padding: 5px 25px;
    display: inline-block;
    margin: 20px 0 0;
}

.slider-menu .inner .price,
.todays-menu .inner .price {
    margin-left: 10px;
    font-size: 18px;
    color: #f10909;
}

.slider-menu .inner .images a,
.todays-menu .inner .images a {
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

    .slider-menu .inner .images a img,
    .todays-menu .inner .images a img {
        width: 100%;
    }

.todays-menu .row {
    margin-bottom: 15px;
}

    .todays-menu .row h4 {
        margin: 0;
        padding: 10px 0 5px;
    }

    .todays-menu .row p {
        margin: 0;
    }

    .todays-menu .row a img {
        transition: all 0.5s ease 0s;
    }

        .todays-menu .row a img:hover {
            opacity: .5;
        }

.navbar-nav-right {
    text-align: right !important;
}

.others-link li {
    display: block !important;
    text-align: left;
    margin-bottom: 0px;
    padding: 6px 0 5px 12px;
    border-bottom: 1px solid #f5f5f5;
}

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;
}

.left.carousel-control {
    right: 30px;
    left: inherit;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background: transparent !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
}

.dropdown-menu > li > a {
    width: 260px !important;
    padding: 4px 15px !important;
}

.dropdown-menu {
    min-width: 260px !important;
}

#inner .header-top {
    background: #252525;
    padding: 7px 0;
}

    #inner .header-top .social-icon ul {
        padding: 0;
        margin: 0;
    }

        #inner .header-top .social-icon ul li {
            float: left;
            list-style: none;
            color: #ccc;
            font-size: 12px;
        }

            #inner .header-top .social-icon ul li a {
                color: #ccc;
                font-size: 12px;
                margin-right: 24px;
                padding: 2px 0;
            }

                #inner .header-top .social-icon ul li a:hover {
                    color: #f10909;
                }

            #inner .header-top .social-icon ul li:nth-child(6) a {
                border-right: 1px solid #505050;
                margin: 0 24px 0 0;
                padding: 0 24px 0 0;
            }

    #inner .header-top .top-hour {
        float: right;
        padding: 0;
        margin: 0;
        color: #ccc;
        font-size: 12px;
    }

        #inner .header-top .top-hour li {
            color: #ccc;
            float: left;
            list-style: none;
            font-size: 14px;
            position: relative;
        }

            #inner .header-top .top-hour li a {
                color: #ccc;
                font-size: 12px;
                border-left: 1px solid #505050;
                margin-left: 24px;
                padding-left: 24px;
            }

                #inner .header-top .top-hour li a sup {
                    color: #f10909;
                }

                #inner .header-top .top-hour li a:hover {
                    color: #f10909;
                }

            #inner .header-top .top-hour li:hover ul {
                opacity: 1;
                overflow: visible;
            }

        #inner .header-top .top-hour .open-time {
            float: left;
            font-size: 12px;
        }

#inner .main-menu ul li a {
    color: #505050 !important;
}

#inner a.logo {
    padding-top: 20px !important;
    display: block !important;
}

#inner .navbar-nav {
    margin-top: -58px !important;
}

#inner .header-area {
    position: relative;
}

.dsk-hide {
    display: none;
}

.top-hour li ul {
    opacity: 0;
    display: none;
    position: absolute;
    top: 100%;
    display: block;
    z-index: 99999999;
    background: #252525;
    text-align: left;
    left: 24px;
    width: 150px;
    transition: all 0.5s ease 0s;
}

#inner .header-top .top-hour li ul li {
    float: none;
    display: block;
    padding: 6px 0;
}

    #inner .header-top .top-hour li ul li a {
        border: none;
        margin: 0;
        padding: 0 22px;
        display: block;
    }

.top-hour li:hover ul {
    display: block;
    opacity: 1;
}

.our-chefs {
    background: #f9f9f9;
}

    .our-chefs .sec-sub-title {
        margin-bottom: 43px;
        margin-top: 10px;
    }

    .our-chefs .inner {
        position: relative;
        overflow: hidden;
    }

        .our-chefs .inner .images {
            overflow: hidden;
        }

            .our-chefs .inner .images img {
                transform: scale(1.1);
                transition: all 0.5s ease 0s;
            }

        .our-chefs .inner .dsc {
            position: absolute;
            bottom: 30px;
            left: 0;
            width: 252px;
        }

            .our-chefs .inner .dsc h4 {
                font-size: 18px;
                color: #fff;
                padding: 16px 23px;
                background: #101010;
                text-transform: uppercase;
                line-height: 18px;
                margin: 0;
                font-weight: 500;
                transition: all 0.5s ease 0s;
            }

            .our-chefs .inner .dsc span {
                color: #ccc;
                background: #101010;
                padding: 16px 23px;
                margin-top: 7px;
                display: inline-block;
                transition: all 0.5s ease 0s;
            }

            .our-chefs .inner .dsc ul {
                padding: 24px 0 0;
                margin: 0;
            }

                .our-chefs .inner .dsc ul li {
                    float: left;
                    list-style: none;
                }

                    .our-chefs .inner .dsc ul li a {
                        margin: 0 10px;
                    }

                        .our-chefs .inner .dsc ul li a i {
                            width: 30px;
                            height: 30px;
                            line-height: 30px;
                            color: #505050;
                            text-align: center;
                            background: #fff;
                            border-radius: 100%;
                            box-shadow: 0 0 7px #333;
                            transition: all 0.5s ease 0s;
                        }

        .our-chefs .inner .triangle_left {
            width: 0;
            height: 0;
            border-top: 70px solid transparent;
            border-right: 140px solid #101010;
            border-bottom: 70px solid transparent;
            position: absolute;
            top: -75px;
            left: -117px;
            transform: rotate(48deg);
        }

        .our-chefs .inner:after {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.6);
            transition: all 0.5s ease 0s;
            transform: scaleX(0);
        }

        .our-chefs .inner:hover .images img {
            transform: scale(1);
        }

        .our-chefs .inner:hover:after {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.6);
            transition: all 0.5s ease 0s;
            transform: scale(1) !important;
        }

        .our-chefs .inner:hover h4 {
            background: #f10909;
            position: relative;
            z-index: 11;
        }

        .our-chefs .inner:hover span {
            background: #f10909;
            position: relative;
            z-index: 11;
        }

        .our-chefs .inner:hover ul li a i {
            color: #f10909;
            position: relative;
            z-index: 11;
        }

        .our-chefs .inner:hover .triangle_left {
            border-right: 140px solid #f10909;
            z-index: 11;
        }

.brand-logo-about {
    background: #f0f0f0 !important;
}

/* ------------------------------------
4.About area start here 
---------------------------------------*/
.about-bg {
    background: url(images/about/3.jpg) center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
}

    .about-bg .middle-text {
        background: #f9f9f9;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        transform: skew(-20deg);
        height: 500px;
        padding: 92px 0 100px;
    }

.our-story .container {
    width: 100%;
    text-align: center;
}

    .our-story .container .col-md-4 {
        padding: 0;
    }

    .our-story .container h2 {
        font-size: 36px;
        line-height: 50px;
        color: #f10909;
        font-family: 'Montserrat';
    }

    .our-story .container h3 {
        font-size: 36px;
        color: #101010;
    }

    .our-story .container .middle-text {
        position: relative;
        /*  &:after{
                position: absolute;
                top: 60%;
                left: 120px;
                width: 60%;
                height: 100%;
                background: #f9f9f9;
                content: "";
                transform: skewX(-19deg) scale(2.2);
                z-index: 1;
            } */
    }

    .our-story .container h2,
    .our-story .container h3,
    .our-story .container p,
    .our-story .container .read-more {
        position: relative;
        z-index: 99;
    }

    .our-story .container h2 {
        font-weight: normal;
        margin: 0 0 5px;
    }

    .our-story .container h3 {
        font-weight: 600;
        margin: 0 0 28px;
    }

    .our-story .container p {
        line-height: 28px;
        margin: 0 0 42px;
    }

.our-story .inner {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    padding: 0 100px;
}

.our-story .read-more {
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Safari */
    transform: translate(-50%, -50%);
}

.read-more {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #101010;
    line-height: 18px;
    border: 3px solid #f10909;
    padding: 14px 36px;
    transform: skewX(-19deg) !important;
    font-weight: 500;
    display: inline-block;
}

    .read-more span {
        transform: skewX(19deg) !important;
        position: relative !important;
        display: block;
    }

    .read-more:hover {
        background: #f10909;
        color: #fff !important;
    }

.about-area {
    background: #f9f9f9;
}

    .about-area .inner {
        padding-top: 20px;
        padding-right: 18px;
    }

        .about-area .inner .sec-title,
        .about-area .inner .sec-sub-title {
            text-align: left;
            margin: 0 0 3px;
        }

        .about-area .inner strong {
            font-weight: 600;
            font-size: 18px;
            margin: 16px 0 12px;
            display: block;
            color: #101010;
        }

            .about-area .inner strong span {
                color: #f10909;
            }

        .about-area .inner a {
            font-weight: 600;
            text-transform: uppercase;
            color: #f10909;
        }

            .about-area .inner a:hover {
                color: #101010;
            }

.about-page.about-page2 {
    background: #fff;
    padding-bottom: 80px;
}

    .about-page.about-page2 .inner {
        padding-top: 0;
        padding-right: 0;
    }

.logo {
    position: relative;
}

.home2 .header-area {
    background: rgba(0, 0, 0, 0.6);
}

.home2 .logo {
    display: block;
    position: relative;
}

.home2 .navbar-nav {
    margin-top: -60px;
}

.home2 #main-slider h1 {
    margin-bottom: 8px;
    line-height: 115px;
    padding: 0 15px 0 0;
}

    .home2 #main-slider h1 span {
        color: #f10909;
    }

.home2 #main-slider h2 {
    line-height: 70px;
    padding: 0 15px 0 0;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.home2 #main-slider p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 60px;
    line-height: 30px;
    max-width: 900px;
}

.home2 #main-slider .dsc {
    text-align: left;
    max-width: 1170px;
}

    .home2 #main-slider .dsc .btn1,
    .home2 #main-slider .dsc .btn2 {
        transform: none;
        position: relative;
        left: auto;
        text-align: left;
        max-width: 1170px;
        right: 0;
        border: none;
        background: #f10909;
        padding: 16px 22px;
        margin-right: 17px;
        font-weight: 500;
        border: 2px solid #f10909;
    }

        .home2 #main-slider .dsc .btn1:hover,
        .home2 #main-slider .dsc .btn2:hover {
            background: transparent;
            border: 2px solid #f10909;
        }

    .home2 #main-slider .dsc .btn2 {
        border: 2px solid #f10909;
        background: transparent;
    }

        .home2 #main-slider .dsc .btn2:hover {
            background: #f10909;
        }

    .home2 #main-slider .dsc .btn-slider {
        margin-left: 6px;
    }

.home2 .reservation-form {
    position: relative !important;
    top: 0 !important;
    background: transparent !important;
    max-width: 1170px !important;
}

    .home2 .reservation-form form {
        max-width: 1170px !important;
    }

.home2 .opening-hours .reservation {
    padding: 0;
}
/* ------------------------------------
5.Menu area Start Here 
---------------------------------------*/
.menu-area .container {
    width: 100%;
    padding: 0;
}

    .menu-area .container .col-md-3 {
        padding: 0;
    }

        .menu-area .container .col-md-3:last-child {
            padding: 0;
        }

.menu-area .single-menu-area {
    position: relative;
}

    .menu-area .single-menu-area .article {
        opacity: 1;
        transition: all 1s;
    }

    .menu-area .single-menu-area:hover .article {
        opacity: 0;
        display: none;
    }

    .menu-area .single-menu-area:hover .overlay {
        opacity: 1 !important;
        -moz-transform: scale(1) !important;
        -webkit-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
    }

    .menu-area .single-menu-area .cl-single-menu {
        overflow: hidden;
        position: relative;
    }

        .menu-area .single-menu-area .cl-single-menu figure {
            overflow: hidden;
            position: relative;
        }

            .menu-area .single-menu-area .cl-single-menu figure:before {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background-color: rgba(0, 0, 0, 0.2);
                content: "";
            }

            .menu-area .single-menu-area .cl-single-menu figure img {
                transition: opacity 0.35s ease, transform 0.7s ease;
            }

        .menu-area .single-menu-area .cl-single-menu:hover figure {
            position: relative;
        }

        .menu-area .single-menu-area .cl-single-menu .overlay {
            background-color: rgba(0, 0, 0, 0.6);
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            transform-origin: 50% 50% 0;
            -webkit-transform-origin: 50% 50% 0;
            bottom: 5%;
            color: #ffffff;
            height: 90%;
            left: 5%;
            opacity: 0;
            position: absolute;
            transition: all 0.5s ease-out 0.15s;
            width: 90%;
            text-align: center;
            padding: 45px 38px 55px;
        }

            .menu-area .single-menu-area .cl-single-menu .overlay h2.menu-name {
                color: #fff;
                margin: 0 0 20px;
                padding-bottom: 20px;
                font-size: 18px;
                font-weight: 600;
                text-transform: uppercase;
                position: relative;
            }

                .menu-area .single-menu-area .cl-single-menu .overlay h2.menu-name:after {
                    content: "";
                    position: absolute;
                    height: 2px;
                    width: 72px;
                    background: #f10909;
                    bottom: 0;
                    left: 50%;
                    -ms-transform: translate(-50%, -50%);
                    /* IE 9 */
                    -webkit-transform: translate(-50%, -50%);
                    /* Safari */
                    transform: translate(-50%, -50%);
                }

            .menu-area .single-menu-area .cl-single-menu .overlay .short-desc {
                line-height: 28px;
                position: relative;
                z-index: 999;
            }

                .menu-area .single-menu-area .cl-single-menu .overlay .short-desc a {
                    display: block;
                    color: #fff;
                    max-width: 200px;
                    margin: 0 auto;
                }

                    .menu-area .single-menu-area .cl-single-menu .overlay .short-desc a:hover {
                        color: #f10909;
                    }

                .menu-area .single-menu-area .cl-single-menu .overlay .short-desc .read-more {
                    left: 30%;
                    -ms-transform: translate(-50%, -50%);
                    /* IE 9 */
                    -webkit-transform: translate(-50%, -50%);
                    /* Safari */
                    transform: translate(-50%, -50%);
                    margin-top: 38px;
                }

.menu-area .article {
    background: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 8px 50px 12px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 111;
}

    .menu-area .article h3 {
        margin-bottom: 0;
    }

        .menu-area .article h3 a {
            font-size: 18px;
            color: #fff;
            font-weight: 500;
            text-transform: uppercase;
        }

    .menu-area .article .member-title {
        font-size: 12px;
        color: #505050;
        text-transform: uppercase;
    }

.sec-title {
    margin: 0 0 4px;
    padding: 0;
    font-size: 36px;
    line-height: 40px;
    color: #f10909;
    text-align: center;
    font-weight: normal;
}

.sec-sub-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 40px;
    color: #101010;
    text-align: center;
    font-weight: 600;
    margin-bottom: 45px;
}

.menus-area .button-group {
    text-align: center;
    margin-bottom: 40px;
}

    .menus-area .button-group .btn {
        background: transparent;
        color: #101010;
        text-transform: uppercase;
        border: none;
        border-radius: 0;
    }

        .menus-area .button-group .btn i {
            display: block;
            font-size: 20px;
            width: 38px;
            height: 38px;
            line-height: 37px;
            background: #000;
            color: #fff;
            border-radius: 100%;
            margin: 0 auto 12px;
        }

        .menus-area .button-group .btn:hover {
            color: #f10909;
        }

        .menus-area .button-group .btn.active {
            color: #f10909;
            font-weight: bold;
        }

            .menus-area .button-group .btn:hover i,
            .menus-area .button-group .btn.active i {
                color: #f10909;
            }

    .menus-area .button-group .active2:hover i {
        background: #f10909 !important;
    }

.menus-area .item {
    background: #f9f9f9;
}

.menus-area .item-wrap {
    position: relative;
    z-index: 999;
    border-bottom: 3px solid #fff;
    overflow: hidden;
}

    .menus-area .item-wrap .inner {
        text-align: center;
        padding: 42px 0;
    }

        .menus-area .item-wrap .inner h5 {
            margin: 0 0 16px;
            padding: 0 0 23px;
            font-size: 18px;
            font-weight: 500;
            /*background: url(images/icon/2.png) no-repeat center bottom;*/
        }

        .menus-area .item-wrap .inner span {
            font-weight: 500;
            /*color: #f10909;*/
        }

    .menus-area .item-wrap img {
        transition: all 0.5s ease 0s;
    }

    .menus-area .item-wrap:hover:hover img {
        opacity: .5;
    }

.menus-area .sec-sub-title {
    margin: 0 0 18px;
}

.container-fluid.no-gutter {
    padding: 0px;
}

    .container-fluid.no-gutter .row [class*='col-']:not(:first-child),
    .container-fluid.no-gutter .row [class*='col-']:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
    }

.menu-area .row {
    margin-left: 0;
    margin-right: 0;
}

.menu-area .item {
    border: none;
}
/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: top, left, opacity;
        transition-property: transform, opacity;
    }

/* ------------------------------------
25.menus page area Css Start Here 
---------------------------------------*/
.menus-page-area {
    margin-bottom: 76px;
}

    .menus-page-area .item {
        background: #fff;
        margin-bottom: 25px;
    }

        .menus-page-area .item .item-wrap {
            border: 1px solid #ddd;
            padding: 14px 0;
        }

            .menus-page-area .item .item-wrap .inner {
                padding: 8px 0;
            }

                .menus-page-area .item .item-wrap .inner span {
                    display: block;
                    text-align: right;
                }

                    .menus-page-area .item .item-wrap .inner span a {
                        color: #f10909;
                    }

                .menus-page-area .item .item-wrap .inner .price {
                    margin-bottom: 8px;
                }

            .menus-page-area .item .item-wrap .inner-content {
                padding-top: 12px;
            }

                .menus-page-area .item .item-wrap .inner-content h3 {
                    font-size: 18px;
                    font-weight: 500;
                    color: #101010;
                    margin: 0 0 9px;
                }

                .menus-page-area .item .item-wrap .inner-content p {
                    margin: 0;
                }

            .menus-page-area .item .item-wrap:hover .order a {
                color: #101010;
            }

    .menus-page-area .breakfast-section {
        padding: 100px 0 72px;
    }

        .menus-page-area .breakfast-section .sec-sub-title {
            margin-bottom: 44px;
        }

        .menus-page-area .breakfast-section .item {
            background: transparent;
        }

            .menus-page-area .breakfast-section .item .item-wrap {
                background: #fff;
            }

    .menus-page-area .lunch-section {
        background: #f9f9f9;
        padding: 100px 0 80px;
    }

        .menus-page-area .lunch-section .sec-sub-title {
            margin-bottom: 44px;
        }

        .menus-page-area .lunch-section .item {
            background: transparent;
        }

            .menus-page-area .lunch-section .item .item-wrap {
                background: #fff;
            }

    .menus-page-area .dinner-section {
        padding: 100px 0 80px;
    }

        .menus-page-area .dinner-section .sec-sub-title {
            margin-bottom: 44px;
        }

        .menus-page-area .dinner-section .item {
            background: transparent;
        }

            .menus-page-area .dinner-section .item .item-wrap {
                background: #fff;
            }

    .menus-page-area .dessert-section {
        background: #f9f9f9;
        padding: 100px 0 80px;
    }

        .menus-page-area .dessert-section .sec-sub-title {
            margin-bottom: 44px;
        }

        .menus-page-area .dessert-section .item {
            background: transparent;
        }

            .menus-page-area .dessert-section .item .item-wrap {
                background: #fff;
            }

.margin-btm-0 {
    margin-bottom: 0 !important;
}

.menu-logo-area {
    background: #f5f5f5;
}


/* ------------------------------------
32.Scroll To Css Start Here 
---------------------------------------*/
#return-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background: #f10909;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 9999;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border-radius: 0px 44px 44px 44px;
}

    #return-to-top:before {
        transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
    }

    #return-to-top:hover::before {
        top: -60px;
    }

    #return-to-top::before {
        bottom: 0;
        content: "\f106";
        font-weight: 900;
        font-family: 'Font Awesome\ 5 Free';
        font-size: 20px;
        left: 0;
        line-height: 60px;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: -5px;
        color: #ffffff;
    }

    #return-to-top:hover {
        background: #ad1f1f;
    }

        #return-to-top:hover span {
            top: -6px;
        }

    #return-to-top span {
        bottom: 0;
        left: 0;
        line-height: 60px;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 60px;
        color: #ffffff;
        transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
    }
/* ------------------------------------
33.Sticky Menu To Css Start Here 
---------------------------------------*/
#logo-sticky {
    display: none;
}

.sticky-header {
    left: 0;
    padding: 15px 0 0 !important;
    position: fixed !important;
    right: 0;
    top: 0;
    transform: translateY(0px);
    transition: all 1s ease 0s;
    width: 100%;
    background: #fff !important;
    z-index: 9999;
    border: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

    .sticky-header .container {
        position: relative;
    }

    .sticky-header #logo-sticky {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 999;
    }

    .sticky-header #logo {
        display: none;
    }

    .sticky-header .rs-menu ul {
        text-align: right;
    }

.sticky-header {
    left: 0;
    padding: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    transform: translateY(0px);
    transition: all 1s ease 0s;
    width: 100%;
    z-index: 9999;
    border: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

    .sticky-header.header-area2 {
        background: rgba(0, 0, 0, 0.95) !important;
    }
