html, body {
    margin: 0;
    padding: 0;
    height: auto !important;
    min-height: 100%;
}

.off-canvas-wrap {
    min-height: 100%;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    height: 100%;
    overflow: hidden;
}
.move-right .inner-wrap {
    height: 100%;
}

ul li {
    list-style: none;
}
ul {
    margin-left: 0;
}
.orbit-slide-number {
    display: none;
}

.section-head {
    padding-top:10px;
    text-align: center;
}
.section-content {
    margin-bottom: 15px;
}
section.bg_color_f {
    min-height: 550px;
}

a.button.small {
    padding: 10px 30px;
    outline: 1px solid;
    outline-offset: -3px;
    text-transform: uppercase;
}
.button {
    padding: 7px 25px;
    outline: 1px solid;
    outline-offset: -3px;
    color: #fff !important;
}

.orbit-timer {
    display: none;
}

.page-bg {
    height: 300px !important;
    background-size: cover;
    background-position: center;
}
.page-content {
    padding: 20px 0;
}
.page-head {
    /*padding-bottom: 20px;*/
    text-align: center;
}
.page-head h3 {
    border-bottom: 2px solid;
    width: 50%;
    margin: 0px auto 30px;
}

/*--------------=========*** HEADER ***==========----------------*/

header {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.header-wrapper {
    display: table;
    margin: auto;
    padding: 20px 0;
}
.header-nav {
    display: table-cell;
    vertical-align: middle;
}
.nav-left {

}
.nav-right {

}
.header-logo {
    position: relative;
    width: 190px;
}
.logo-img {
    max-height: 250px;
    width: 100%;
}
.nav-left>ul {
    border-radius: 5px 0 0 5px;
}
.nav-right>ul {
    border-radius: 0 5px 5px 0;
}
.nav-list {
    margin: 0;

}
.nav-list li {
    display: inline-block;
    padding: 10px 20px;
    /*font-weight: bold;*/
}

ul.nav-list li a:hover {
    color: yellow;
}
.order-online-tag span {
    margin-left: 10px;
}
.order-online-tag .fa-lg {
    vertical-align: -4%;
}
.tag {
    position: absolute;
    top: 0;
    padding: 15px 20px;
    box-shadow: 0px 0px 5px 0px;
    font-weight: bold;
    font-size: 1.3rem;
    /*text-shadow: 0px 1px 2px;*/
    z-index: 1;
    border-radius: 0 0 5px 5px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}
.order-online-tag {
    right: 10%;
}
.phone-number-tag {
    width: 100%;
    text-align: center;
    margin: auto;
    position: absolute;
    margin-top: 5px;
}
.phone-number-tag div{
    padding: 7px;
    margin: 2px auto;
    font-weight: bold;
}

.menu-nav-bar li.active {
    background: transparent;
    transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
}
.header-mobile>ul>li {
    margin-left: 1.875rem;
}
.header-mobile>ul>li>a>i {
    font-size: 24px;
}
aside .social-icons.text-center img {
    width: 30px;
}
/*--------------=========*** HEADER ENDS***==========----------------*/



/*--------------=========*** HOME***==========----------------*/

.landing-home {
    position: relative;
}
.landing-home .bg-img{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.bg-slider {
    width: 100%;
    height: 100%;
}
.bg-slider>.orbit-container {
    display: block;
    /*position: fixed;*/
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: -999;
}
.slider-container {
    height: 100% !important;
}
.orbit-item {
    height: 100%;

    /*    transition: all 0.5s ease-in-out !important;
        -webkit-transition: all 0.5s ease-in-out !important;
        -moz-transition: all 0.5s ease-in-out !important;*/
}


.bg-slider .orbit-container .orbit-slides-container>* .orbit-caption {
    position: absolute;
    top: 85%;
    left: 0;
    bottom: initial;
    width: 30%;
    line-height: 1.4;
    padding: 10px;
    /*font-weight: bold;*/
    font-size: 1.2rem;
    /*text-shadow: 0px 1px 2px;*/
    border-radius: 0 5px 5px 0;

    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
}

.bg-slider .orbit-prev, .bg-slider .orbit-next {
    display: none !important;
}


.offer-shift {
    margin-right: -180px;
}
.offer-tag {
    position: absolute;
    right: 0;
    top: 400px;
    z-index: 10000;
    border-radius: 5px 0 0 5px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}
.offer-tag:hover {
    margin-right: 0;
}
.offer-tag-head {
    font-weight: bold;
    width: 20px;
    padding: 20px 10px;
    display: table-cell;
    box-shadow: 1px 0px 1px #555;
    border-radius: 5px 0 0 5px;
}
.offer-tag-content {
    display: table-cell;
    vertical-align: middle;
    width: 170px;
    padding: 5px;
    font-size: 0.8rem;
}
.offer-tag-content h6 {
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    font-size: 0.9rem;
    margin: 0 0 5px;
} 
.offer-tag-content p {
    text-align: center;
    line-height: 1.1;
    font-size: 0.8rem;
    margin: 0;
}
.offer-tag-content h5 {
    text-align: center;
    font-size: 0.8rem;
    margin: 5px 0 0 0;
}
.offer-tag-content h5>.button {
    padding: 7px 20px;
    margin-bottom: 0;
}

.scroll-down {
    position: absolute;
    bottom: -4px;
    left: 46.5%;
    /*text-shadow: 0px 1px 2px;*/
    padding: 15px 15px 5px 15px;
    border-top-left-radius: 100px;
    background: rgba(255, 255, 255, 0.5);
    border-top-right-radius: 100px;
    /*    animation-delay: 1.5s;
            -webkit-animation-delay: 1.5s;
            -moz-animation-delay: 1.5s;*/
}
.scroll-down h6 {
    margin: 0;
    font-size: 0.8rem;
    /*font-weight: bold;*/
}
.scroll-down a {
    color: #333;
}

.menu-nav-bar {
    padding: 20px 30px;
}
.menu-nav-bar>ul{
    font-size: 1.1rem;
    margin: 0;
    background: #F1F9FF;
    text-align: center;
    border-radius: 10px;
}
.menu-nav-bar>ul>span {
    float: left;
    padding: 5px 50px;
    border-radius: 10px 0 0 10px;
    color: #fff;
}

.menu-nav-bar>ul>li {
    list-style: none;
    display: inline-block;
    padding: 5px 30px;
    /*font-weight: bold;*/
    /*font-size: 1.1rem;*/
}
.menu-slider {
    /*margin-bottom: 20px;*/
}
#menu-slider{
    height: 430px !important;
}
.menu-slider li {
    /*padding: 0 3%;*/
}
div.menu-left {
    padding: 0;
    height: 280px;
    overflow: hidden;
}
.menu-left>img {
    width: 65%;
    margin: auto;
}
.menu-slider .orbit-container .orbit-prev {
    left: 9%;
    top: 26%;
}
.menu-slider .orbit-container .orbit-next {
    right: 9%;
    top: 26%;
}

.menu-right {
    /*background: #ddd;*/
    padding: 20px 40px;
}

.menu-slider .orbit-bullets-container {
    display: none;
}
.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
    background-color: transparent;
}

li.menu-item-cell {
    margin: 15px 0;
    /*font-weight: bold;*/
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
}
li.menu-item-cell .item-name {
    font-weight: bold;
    width: 90%;
    margin: auto;
}
li.menu-item-cell .item-description {
    font-size: 0.9rem;
}
li.menu-item-cell .sub-item-name {
    font-size: 0.9rem;
    font-weight: bold;
    color: #777;
}
li.menu-item-cell .item-price {
    font-weight: bold;
}


.gallery-home {
    background: #DCE3FF;
}
.gallery-slider {
    margin-bottom: 20px;
}
.gallery-slider ul{
    height: 450px !important;
    /*border: 5px solid #333;*/
    border-radius: 2px;
    padding: 0 4% !important;
}
.gallery-slider .orbit-container .orbit-slides-container li {
    width: 92%;
}
.gallery-slider ul li img {
    height: 450px !important;
    width: 100%;
    border-radius: 10px;
}
.gallery-slider .orbit-bullets {
    margin: 0 auto 10px auto;
}
.gallery-slider ol.orbit-bullets li {
    padding: 7px 15px;
    cursor: pointer;
}
.gallery-slider .orbit-container .orbit-slides-container>* .orbit-caption {
    width: auto;
}


.about-home {
    padding: 3% 0;
}

.instagram-home {
    background: #ddd;
}
.instagram-home .section-head {
    padding-top: 5px;
}
.instagram-home .section-content {
    padding-bottom: 10px;
    margin-bottom: 0;
}
.instagram-home ul {
    margin: 0;
    height: 200px;
    overflow: hidden;
}
.instagram-home .on-hover {
    display: none;
    width: 100%;
}

.instagram-home li:hover .on-hover {
    display: block;
}
.instagram-home li:hover .on-hover-text {
    display: block;
    margin-top: 29%;
}
.reveal-modal img {
    width: 100%;
}
.reveal-modal-bg {
    background: rgba(0,0,0,0.8);
}
.reveal-modal {
    top: 30px;
}
.reveal-modal h6 {
    font-weight: bold;
    text-align: center;
}
/*--------------=========*** HOME ENDS***==========----------------*/



/*--------------=========*** MENU***==========----------------*/

#menu img {
    padding: 0;
}   
.category {
    border-bottom: 2px solid;
    padding: 20px 0;
}
.menu-pagination {
    position: fixed;
    left: 0;
    top: 20%;
    z-index: 10000;
    display: none;
}
.menu-pagination ul {
    margin: 0;
}
.menu-pagination li {
    margin: 10px 0;
    background: #333;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.menu-pagination li a {
    padding: 10px 15px;
    display: block;
    font-weight: bold;
    color: white;
    font-size: 13px !important;
}
.menu-offer {
    background: #ddd;
    display: table;
}
.menu-offer-image {
    display: table-cell;
    width: 580px;
}
.menu-offer-image img {
    width: 100%;
    padding: 0 !important;
}

.menu-offer-content {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 40px;
    text-align: center;
}
.order-online-btn-wrapper {
    text-align: center;
    padding: 10px 0;
}
.menu-order-btn {
    background: #cda;
    border: 1px solid #aaa;
    padding: 10px 3px 10px 30px;
    font-weight: bold;
    color: #555;
    border-radius: 22px;
    background: #cda;
    font-size: 20px;
}
a.menu-order-btn i {
    padding: 8px 7px 7px 11px;
    background: #40E056;
    border-radius: 50%;
    border: 1px solid #aaa;
    margin-left: 20px;
}
.desc {
    font-size: 0.9rem;
    margin: 0;
}
.category-head h3 {
    font-weight: bold;
    margin: 0;
}
.category-desc > img {
    height: 250px;
}
.sub-category-head h4 {
    margin: 0;
}
.sub-sub-category-head {
    margin: 0;
    padding-left: 40px;
}
.menu-sub-sub-category {
    padding-top: 20px;
}

.sub-menu-item-wrap{
    padding-right: 0;
}
.menu-item-name {
    margin: 0;
    font-weight: bold;
    font-size: 0.9rem;
}
.menu-item-price {
    margin: 0;
    font-weight: bold;
    font-size: 0.9rem;
}
.sub-menu-item-wrap {
    padding-top: 5px;
}
.sub-menu-item-wrap .menu-item-name {
    font-weight: normal;
}
.menu-top {
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    width: 100%;
    z-index: 100;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
}
.menu-top > ul {
    height: 40px;
    margin: 5px 0;
    padding-left: 5px;
}
.menu-top li {
    float: left;
    line-height: 40px;
    border: 2px solid;
}
.menu-top a {
    padding: 0px 10px;
}
.color_b.white {color: #fff !important;}
/*--------------=========*** MENU ENDS***==========----------------*/



/*--------------=========*** GALLERY ***==========----------------*/
.gallery-content {
    margin: auto;
}
.gallery-content li {
    width: 31%;
    margin-bottom: 10px;
    height: 150px;
    overflow: hidden;
}
.gallery-content li a {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.gallery-content li a img {
    width: 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;

}
.visible-img img {
    width: auto;
    /*left: 0;*/
}
.clearing-caption {
    background: rgba(30,30,30,0.5);
}
.on-hover {
    position: absolute;
    top: 0;
    width: inherit;
    bottom: 0;
    background: rgba(0, 0, 0, 0.56);

    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}
.on-hover h6 {
    text-align: center;
    font-weight: bold;
    margin-top: 15%;
    color: #fff;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}
.gallery-content li:hover .on-hover {
    opacity: 0;
}
.gallery-content li:hover img {
    transform: scale(1.2);
}
.gallery-content li:hover .on-hover h6 {
    display: block;
}
.clearing-blackout .on-hover {
    visibility: hidden;
}
/*--------------=========*** GALLERY ENDS***==========----------------*/



/*--------------=========*** RESERVATION ***==========----------------*/

.offer-head h3 {
    /*    text-align: left;
        border: none;*/
}
.reservation-head h3 {
    /*    text-align: left;
        border: none;*/
}
.owl-carousel {
    display: block !important;
}
.reservation-wrapper.row {
    width: 80%;
    margin: auto;
}

/*--------------=========*** RESERVATION ENDS***==========----------------*/





/*--------------=========*** REVIEWS ***==========----------------*/

.tabs {
    text-align: center;
}
.reviews-tabs {
    margin-top: 20px;
}
.reviews-tabs hr {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.reviews-content .tabs-content{
    padding-top: 40px;
}
.reviews-tabs .tabs li {
    display: inline-block;
    background: transparent;
    margin-right: 5px;
    padding: 5px 0px;
    border: 1px solid;
}
.reviews-tabs .tabs li.active {
    border: 1px solid transparent;
}
.reviews-tabs .tabs li a{
    padding: 0px 15px;
    background: none !important;
}
.reviews-tabs .tabs li.active a{
    color: #fff !important;
}

.zomato-tab.active {
    background: #cb202d !important;
}
.google-tab.active {
    background: #d34836 !important;
}
.trip-tab.active {
    background: #4c8a37 !important;
}
.tabs-content>.content {
    padding: 0;
}

.reviews-tabs li img {
    height: 30px;
}

ul.reviews-list>li {
    width: 80%;
    margin: auto;
}
ul.reviews-list>li>hr {
    width: 60%;
    margin: 15px auto;
}
.review-text {
    margin: 0;
}
.rating {
    float: right;
    padding: 0 10px;
}
.rating li {
    display: inline-block;
}
.rating ul {
    margin: 0;
}
.reviewer-name {
    font-weight: bold;
}
/*--------------=========*** REVIEWS ENDS***==========----------------*/



/*--------------=========*** EVENTS ***==========----------------*/
.event-tabs li {
    display: inline-block;
    padding: 7px 0px;
    /*border: 1px solid;*/
}
.event-tabs {
    /*margin-bottom: 20px;*/
}
.event-tabs .tabs {
    text-align: right;
}
.event-tabs li a {
    padding: 10px 15px;
    font-weight: bold;
    /* box-shadow: 0px 0px 4px inset; */
}
.event-tabs li.active a {
    border-bottom: 2px solid #777;
    box-shadow: 0px 0px 3px;
}
.event-content .tabs-content {
    padding: 20px;
    box-shadow: 0px 0px 7px inset;
}
.event-img {
    /*height: 150px;*/
    /*overflow-y: hidden;*/
}
.event-img img {
    width: 100%;
}
.event-tabs hr {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.event-text {
    padding-top: 10px;
}
.event-name {
    font-weight: bold;
    margin: 0;
}
.event-date-time {
    margin-bottom: 5px;
}
p.event-desc {
    margin: 7px 0;
}
.event-list hr {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.event-rsvp i {
    font-size: 1.6rem;
}
/*--------------=========*** EVENTS ENDS***==========----------------*/



/*--------------=========*** LOCATE US***==========----------------*/
.locate-head h3{
    /*border: none;*/
}
.address-details {
    display: inline-block;
    margin: 10px;
    width: 85%;
}
.address-head {
    font-weight: bold;
    margin-bottom: 5px;
}
.address {
    margin-bottom: 10px;
}
.address h6 {
    margin: 4px 0;
}
.phone-no {
    margin-bottom: 10px;
}
.phone-no h6 {
    margin: 5px 0;
}
.address-details.panel a {
    font-size: 0.9rem;
}

.opening-hours {
    padding: 10px 0;
}
.hours-head {
    font-weight: bold;
}
.opening-hours h6 {
    margin: 0;
}

.email-id {
    padding: 10px 0;
}
.email-head {
    font-weight: bold;
}
.email-id h6 {
    margin: 0;
}

.contact-head h3 {
    /*text-align: left;*/
    /*border: none;*/
}
.contact-wrapper {
    border-left: 1px solid #ccc;
    padding-left: 45px;
}
.contact-form {
    margin: 18px 0;
    text-align: center;
}

/*--------------=========*** LOCATE US ENDS***==========----------------*/


/*--------------=========*** FOOTER***==========----------------*/

footer{
    height: 50px;
    background: #fff;
}
.scroll-to-top {
    cursor: pointer;
    float: right;
    margin: 5px 40px;
    font-weight: bold;

}
.scroll-to-top a {    
    display: block;
    padding: 7px 20px;
    border: 2px solid;
    border-radius: 5px;
    font-size: 18px !important;
} 
.scroll-to-top i {
    vertical-align: -1%;
}
.footer-social {
    float: left;
    margin: 8px 40px;
}
.footer-social a img {
    width: 30px;
}
.footer-social a i {
    margin: 0 3px;
    padding: 7px;
    border: 2px solid;
    border-radius: 5px;
}
.header-mobile {
    display: none;
}
/*--------------=========*** FOOTER ENDS***==========----------------*/

@media all and (max-width: 1024px) {

    .header-logo {
        width: 150px;
    }
    .nav-list li {
        padding: 5px 10px;
        text-align: center;
        vertical-align: middle;
        width: 42%;
    }
    .header-mobile {
        display: block;
    }
    header>.header-wrapper {
        display: none;
    }

    .header-wrapper .header-nav ul.nav-list>li>a {
        font-size: 14px !important;
    }
    .phone-number-tag {
        right: 5%;
    }
    .landing-caption {
        width: 65%;
    }
    .menu-slider ul#menu-slider {
        height: 350px !important;
    }
    div.menu-left {
        height: 250px;
    }
    .menu-nav-bar li {
        padding: 10px 10px;
        font-size: 1rem;
    }
    .gallery-slider ul {
        height: 350px !important;
    }
    .gallery-slider ul li img {
        height: 340px !important;
    }

    .page-content {
        padding: 20px 20px;
    }
    #menu .page-content {
        margin-left: 35px;
    }
    #menu .page-content.row {
        width: 95%;
    }
    .menu-pagination {
        display: none !important;
    }
    .reservation-wrapper {
        width: 100%;
    }
    ul.reviews-list>li {
        width: 90%;
    }
    #locate .page-content {
        padding: 20px 0px;
    }
    .menu-nav-bar > ul > span {
        padding: 5px 25px;
        font-weight: bold;
    }
    .menu-nav-bar > ul > li {
        padding: 5px 15px;
    }
    .menu-nav-bar > ul > li > a {
        font-size: 1rem;
    }
    header {
        position: relative;
    }
    .header-mobile {
        height: 45px;
    }
    .header-mobile>ul {
        margin-bottom: 0;
        padding-top: 10px;
        margin-right: 20px;
    }
    .header-mobile>ul.left{
        padding-left: 5px;
    }
    .header-mobile>ul.right{
        padding-right: 5px;
    }
    .bg-slider
    {
        display:none;
    }
    .landing-home .bg-img {
        position: absolute;
        height: 100% !important;
    }
    .header-wrapper {
        width: 80%;
    }
    .landing-home {
        height: auto !important;
    }

    .header-nav {
        display: block;
    }
    .header-logo {
        margin: auto;
    }
    .nav-list {
        background: none !important;
    }
    .nav-list li {
        display: block;
        padding: 5px 20px;
        /*background: rgba(255, 255, 255, 0.7);*/
        margin: 4px auto;
        text-align: center;
        width: 40%;
    }
    .off-canvas-list .social-icons li {
        display: inline-block;
    }

}


@media all and (max-width:640px) {

    .nav-list li {
        width: 80%;
    }

    .offer-tag {
        position: relative;
        margin: 0 auto;
        width: 80%;
        border-radius: 0;
        top: initial;
    }
    .offer-tag:hover {
        margin: 0 auto;
    }
    .offer-tag-head {
        width: auto;
        padding: 7px 10px;
        display: block;
        text-align: center;
        background: #fff;
        border-radius: 0;
    }
    .offer-tag-content {
        display: block;
        width: auto;
    }
    .offer-tag-content p {
        text-align: center;
    }
    .about-home .section-content {
        text-align: center;
    }
    .landing-home {
        padding-bottom: 20px;
    }
    .instagram-home ul {
        height: 150px;
    }
    .reviews-tabs c {
        display: none;
    }
    .reviews-tabs .tabs li a {
        padding: 0px 5px;
    }
    .rating {
        float: none;
        text-align: center;
        padding: 0 10px;
    }
    .reviewer-name {
        font-weight: bold;
        text-align: center;
    }
    .review-text {
        margin: 0;
        text-align: justify;
    }
    .contact-wrapper {
        border: none;
        padding-left: 0.9375rem;
    }
    .contact-head h3 {
        text-align: center;
    }
    .contact-content {
        text-align: center;
    }
    ul.clearing {
        margin: auto;
    }
    .gallery-content li {
        width: 45%;
        margin: 2%;
    }
    .page-content {
        padding: 10px;
    }
    .page-bg {
        height: 150px!important;
    }
    .event-img {
        display: none;
    }
    .event-text .right {
        float: none !important;
    }
    #menu .page-content.row {
        width: 100%;
    }
    #menu .page-content {
        margin-left: 0;
    }

    .category-desc > img {
        height: 150px;
    }
    .menu-offer-image {
        display: block;
        width: 100%;
    }
    .menu-offer-content {
        display: block;

    }

    .footer-social {
        margin: 6px 0 0 0;
    }
    .scroll-to-top {
        margin: 6px 0 0 0;
    }
    .footer-social a i {
        padding: 5px;
    }
    .scroll-to-top a {
        padding: 5px 10px;
        font-size: 15px !important;
    }
    footer {
        height: 40px;
    }
    ul.off-canvas-list li a {
        padding: 7px;
        text-align: center;
        font-weight: bold;
    }
    .instagram-home li:hover .on-hover-text {
        margin-top: 10%
    }

}

@media all and (min-width:1025px) {
    .address-details {
        width: 42%;
    }
    .menu-item-wrap {
        padding: 5px 40px;
    }
    .menu-top {
        display: none !important;
        z-index: -1 !important;
    }

}