/*================== used less files ===================*/


/*==================== google fonts =================*/

@import url("https://fonts.googleapis.com/css?family=Great+Vibes|Roboto+Condensed&display=swap");

/*==================== web colors ===================*/


/*==================== fonts ===================*/


/*===================== font sizes ================*/


/*=================== screen sizes ================*/


/*==================== image path =================*/


/*===================== others ======================*/

::-moz-selection {
    background-color: #a6482e;
    color: #fff;
}

::selection {
    background-color: #a6482e;
    color: #fff;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.txt{font-size: 16px; color:#6f4338; padding: 0 10%;}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px 0px;
    font-weight: 400;
}

body {
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}

section {
    padding: 30px 0px;
}

@media (max-width: 991.98px) {
    section {
        padding: 30px 0px;
    }
}

section:after {
    display: block;
    clear: both;
}

.full-width {
    width: 100%;
    height: 100vh;
}

.bg-size-cover {
    background-size: cover;
}

.theme-color-text {
    color: #a6482e;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    z-index: 5555;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fixed {
    position: fixed;
}

.middle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

h1 {
    font-family: "Great Vibes", cursive;
    font-size: 3.5rem !important;
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 1.7rem !important;
    }
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 1.5rem !important;
    }
}

.theme-body-bg {
    background-color: #f4eeee !important;
}

.theme-body-bg-img {
    background: url("../../images/ethnic-cuisine/bg-inner-page.jpg");
    background-size: cover;
}

.theme-bg {
    background-color: #a6482e !important;
}

.text-theme {
    color: #a6482e !important;
}

.enquire-btn {
    background-color: #e54604 !important;
    border-radius: 30px;
    padding: 10px 20px;
}

@media (max-width: 991.98px) {
    .enquire-btn {
        padding: 5px 10px;
        font-size: 14px;
    }
}

.text-highlight {
    color: #cd7e08 !important;
}


/*------------------------img hover ------------------------*/

img {
    transition: ease-in all 0.25s;
}

.overflow-hidden {
    overflow: hidden;
}

.img-zoom-in {
    transform: scale(1);
}

.img-zoom-in:hover {
    transform: scale(1.2);
}

@media (max-width: 767.98px) {
    .img-zoom-in:hover {
        transform: scale(1);
    }
}


/*------------------------rotate ------------------------*/

.rotate {
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);
    /* Standard syntax */
}


/*------------------------text clamp ------------------------*/

.line-clamb-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-clamb-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-green {
    background-color: #a0d060 !important;
}

.bg-review {
    background-color: #f5f7f4 !important;
}

.radius-0 {
    border-radius: 0;
}

.btn-rate {
    background-color: #d47235;
    border: solid 1px #d47235;
    color: #fff;
}

.radius-0 {
    border-radius: 0 !important;
}


/*
/*======================  bootstrap edits ===================*/

.list-group-item {
    position: relative;
    display: block;
    padding: 0.9rem 1.25rem;
    margin-bottom: -1px;
    background-color: #f9f3f3;
    /*border: 1px solid rgba(0, 0, 0, 0.075) !important;*/
    padding-left: 15px;
    border-bottom: 0;
    color: #9b5a07;
    font-size: 14px !important;
}

.list-group-item:hover {
    background-color: #a6482e;
    color: #fff;
}

.form-control,
.custom-select,
.custom-file-label {
    border-radius: 0px;
}

.nav-link {
    padding: 0;
}

.nav-link.border-right {
    border-right: 1px solid #9f5617 !important;
}

@media (max-width: 991.98px) {
    .nav-link.border-right {
        border: none !important;
        border-bottom: 1px solid #9f571744 !important;
    }
}

@media (max-width: 991.98px) {
    .nav-link {
        padding: 5px;
        text-align: center;
    }
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff !important;
    border-radius: 0.25rem;
    font-size: 13px;
    font-weight: normal;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">";
}

.navbar-light .navbar-toggler-icon.custom-toggle {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn {
    font-size: 14px;
}

@media (max-width: 575.98px) {
    .middle-width {
        position: static;
        width: 100%;
        transform: translate(0);
    }

    .middle-width::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 5;
        border-right: solid 15px transparent;
        border-left: solid 15px transparent;
        border-bottom: solid 15px #ffc107;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
    }
}

h2 {
    font-size: 2rem !important;
}

@media (max-width: 991.98px) {
    h2 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 767.98px) {
    h2 {
        font-size: 1.3rem !important;
    }
}

h3 {
    font-size: 1.7rem !important;
}

@media (max-width: 991.98px) {
    h3 {
        font-size: 1.3rem !important;
    }
}

@media (max-width: 767.98px) {
    h3 {
        font-size: 1.25rem !important;
    }
}

h4 {
    font-size: 1.5rem !important;
}

@media (max-width: 991.98px) {
    h4 {
        font-size: 1.3rem !important;
    }
}

@media (max-width: 767.98px) {
    h4 {
        font-size: 1.25rem !important;
    }
}

.menu .icon-bar:before,
.menu .icon-bar:after,
.menu .icon-bar {
    display: block;
    width: 32px;
    height: 2px;
    background-color: black;
    position: absolute;
}

.menu {
    position: absolute;
    width: 32px;
    height: 32px;
    right: -40px;
    cursor: pointer;
    top: -4px;
}

.menu .icon-bar {
    left: 50%;
    top: 50%;
    width: 28px;
    transform: translate(-50%, -50%);
    transition: 0.4s all cubic-bezier(1, 1, 0, 0);
}

.menu .icon-bar:after {
    top: -8px;
    content: "";
    transition: 0.4s all cubic-bezier(0, 0, 1, 0);
}

.menu .icon-bar:before {
    top: 8px;
    content: "";
    transition: 0.4s all cubic-bezier(1, 1, 0, 0);
}

.menu.active .icon-bar {
    background-color: rgba(0, 0, 0, 0);
}

.menu.active .icon-bar:after {
    top: 0px;
    transform: rotate(135deg);
}

.menu.active .icon-bar:before {
    top: 0px;
    transform: rotate(45deg);
}

.more-menu {
    position: absolute;
    right: 0;
    top: 138%;
    width: auto;
    background: #f7e17c;
    z-index: 555;
    width: 250px;
    padding: 0px 10px 10px;
    display: none;
    box-shadow: 0px 10px 10px -8px #00000096;
    color: #000 !important;
}

.more-menu ul {
    display: block;
    padding: 0;
    margin: 0;
}

.more-menu ul li a {
    display: block;
    text-align: center;
    padding: 5px 0px;
    color: #000;
}

section {
    /*------------------------- inner page css ---------------------------*/
}

@media (min-width: 1224.98px) {
    section .container {
        max-width: 80% !important;
    }
}

@media (max-width: 767.98px) {
    section .container {
        max-width: 100% !important;
    }
}

section .theme-border-bottom {
    border-bottom: solid 5px #a6482e;
}

@media (max-width: 575.98px) {
    section .theme-border-bottom {
        border: none;
    }
}

section.header-wrapper .header-bg {
    background: url("../../images/ethnic-cuisine/bg-header.jpg");
    background-size: cover;
    padding: 20px 10px;
}

@media (max-width: 767.98px) {
    section.header-wrapper .header-bg a:nth-child(1) img {
        width: 150px;
    }
}

@media (max-width: 767.98px) {
    section.header-wrapper .header-bg a:nth-child(2) img {
        width: 60px;
    }
}

@media (max-width: 767.98px) {
    section.header-wrapper .header-bg a:nth-child(3) img {
        width: 60px;
    }
}

@media (max-width: 767.98px) {
    section.header-wrapper .header-bg h1 {
        font-size: 2.7rem !important;
    }
}

section.header-wrapper .header-bg-inner {
    padding: 20px 10px;
}

section.header-wrapper .top-navbar-inner-page {
    padding-bottom: 20px;
}

@media (max-width: 767.98px) {
    section.header-wrapper .top-navbar-inner-page {
        padding-bottom: 0px;
    }
}

section.spot-light h2 {
    z-index: 5;
    font-size: 2rem !important;
}

@media (max-width: 991.98px) {
    section.spot-light h2 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 767.98px) {
    section.spot-light h2 {
        font-size: 1.3rem !important;
    }
}

section.spot-light .overlay-bg {
    position: relative;
    z-index: 1;
}

section.spot-light .overlay-bg:after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 50%;
    width: 0%;
    height: 0%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0);
    transition: cubic-bezier(1, 0, 0, 1) 0.4s all;
}

section.spot-light .overlay-bg:hover:after {
    background: rgba(0, 0, 0, 0.561);
    width: 100%;
    height: 100%;
}

section.footer .row>a {
    font-size: 12px;
    border-right: solid 1px #fff;
    text-align: center;
    text-transform: uppercase;
}

section.footer a:last-child {
    border: none;
}

section.inner-page-section h1 {
    font-family: "Roboto", sans-serif;
    color: #20a412;
    font-size: 2rem !important;
    font-size: 2.5rem !important;
}

@media (max-width: 991.98px) {
    section.inner-page-section h1 {
        font-size: 1.7rem !important;
    }
}

@media (max-width: 767.98px) {
    section.inner-page-section h1 {
        font-size: 1.5rem !important;
    }
}

section.inner-page-section .for-details-page {
    position: relative;
    /*  top: -150px;
*/
}

@media (max-width: 767.98px) {
    section.inner-page-section .for-details-page {
        top: 0px;
    }
}

section.inner-page-section .navbar-inner-page li {
    border-right: solid 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
    section.inner-page-section .navbar-inner-page li {
        border: none;
    }
}

section.inner-page-section .navbar-inner-page li:last-child {
    border: none;
}

section.inner-page-section .navbar-inner-page li a {
    font-size: 14px;
}

section.inner-page-section .img-float {
    max-width: 50% !important;
    float: left;
}

@media (max-width: 991.98px) {
    section.inner-page-section .img-float {
        max-width: 100% !important;
        margin-bottom: 10px;
    }
}

section.inner-page-section .dish-img-cover {
    z-index: 1;
}

section.inner-page-section .dish-img-cover span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-size: 13px;
    padding: 0px 5px;
}

section.inner-page-section .review-photos img {
    height: 50px;
}

section.inner-page-section .unit-list h2 {
    color: #d47235;
}

section.inner-page-section .unit-list ul li {
    border-bottom: dotted 1px rgba(0, 0, 0, 0.256);
    padding: 10px 0px;
}

section.inner-page-section .unit-list ul li:first-child {
    border-top: dotted 1px rgba(0, 0, 0, 0.256);
}

section.inner-page-section .unit-list .btn-load-more {
    background-color: #a6482e;
    color: #fff;
    border-radius: 30px;
}

/* -------------- Custom Drop --------------*/
.custom-drop {
    background: #a6482e !important;
    border-radius: 0 !important;
}

.custom-drop a {
    color: #fff !important;
}

.custom-drop a:hover {
    background: #fff;
    color: #a6482e !important;
}

/*---------- custom slider for videos ------------*/
.fadeOut2.owl-theme .owl-nav {

    margin-top: 0px;
    position: absolute;
    top: 30%;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    width: 100%;

}

/* -----------------  video icon center -------------- */
section.inner-page-section .dish-img-cover .youtube-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 32px;
}

/* ----------------- mobile enquire button */
.mob-enq {
    position: fixed;
    right: -10px;
    top: 50vh;
    padding: 10px 15px;
    z-index: 9999;
    cursor: pointer;
    display: none;
}
@media (max-width:576px)
{
    .mob-enq
    {
        display: block;
    }
}
.mob-enq img {
    position: relative;
    left: 8px;
    z-index: 999999;
    top: -2px;
}
.enq-block
{
    width: 0;
    overflow: hidden;
    transition:ease-in 0.4s all;
}
.enq-block.active
{
    width: auto;
    overflow: unset;
}
.enq-label {
    display: inline-block;
    background: #e54604;
    color: #fff;
    position: relative;
    z-index: 0;
    padding: 1px 3px;
    transition:ease-in 0.4s all;
    font-size:12px;
}

/* --------------------- mobile menu for home page ------------------ */
.home-page-menu
{
    display: block;
    width: 32px;
    height: 32px;
    right: 32px;
    top: 30px;
    position: absolute;
    z-index: 999;
    cursor: pointer;
    
}
.home-page-menu .icon-bar
{
    display: block;
    position: absolute;
    width:32px;
    height:2px;
    background:rgba(255,255,255,1);
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s all;
    left: 0;
    top: 0;
}
.home-page-menu.active .icon-bar
{
    background:rgba(255,255,255,0);

}
.home-page-menu .icon-bar::after,.home-page-menu .icon-bar::before
{
    display: block;
    content: '';
    position: absolute;
    width:32px;
    height:2px;
    background:rgba(255,255,255,1);
    transition: cubic-bezier(0.6, -0.28, 0.735, 0.045) all 0.4s;
    cursor: pointer;
}
.home-page-menu .icon-bar::after
{
    top:8px;
}
.home-page-menu .icon-bar::before
{
    top:-8px;
}
.home-page-menu.active .icon-bar::after
{
    top: 0;
    transform: rotate(135deg);
}
.home-page-menu.active .icon-bar::before
{
    top: 0;
    transform: rotate(45deg);
}
.side-bar
{
    position: fixed;
    height: 100vh;
    background: rgba(0, 0, 0,1);
    right: 0;
    top: 0;
    z-index: 99;
    width:0%;
    overflow: hidden;
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s all;
}
.side-bar.active
{
    width:20%;
   
}
.side-bar > ul
{
    position:absolute;
    top:150px;
    z-index:1;
    right: 0;
    width: 100%;
}
.side-bar >  ul  > li  > a
{
    display: block;
    padding:15px 25px;
    color:#ffc107;
    transition: cubic-bezier(0.6, -0.28, 0.735, 0.045) all 0.1s;
    
}
.side-bar >  ul >  li  > a:hover
{
    background:#ffc107 ;
    color: rgba(0, 0, 0,1);
}

.side-bar >  ul >  li ul.sub-list
{
    margin-left:50px;
    height:0;
    overflow: hidden;
    transition: cubic-bezier(0.6, -0.28, 0.735, 0.045) all 0.1s;
}
.side-bar >  ul > li ul.sub-list > li > a
{
    color:#fff;
    display: block;
    padding:5px 25px;
    transition: cubic-bezier(0.6, -0.28, 0.735, 0.045) all 0.1s;
}
.side-bar >  ul > li ul.sub-list > li > a:hover
{
    color:#ffc107;
}
.side-bar >  ul  > li:hover ul.sub-list
{
    display: block;
    height:auto;
    border-left:solid 1px #fff;
}
.overlay
{
    background: rgba(0, 0, 0,.45);
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index:98;
}
@media (max-width:991px)
{
    .side-bar.active
    {
        width:30%;
    }
    .side-bar  > ul >  li >  a
    {
        padding:15px 25px;
    }
}
@media (max-width:768px)
{
    .home-page-menu {
        top: 95px;
    }
    section.header-wrapper .header-bg h1 {
        font-size: 2.1rem !important;
    }
    .side-bar.active
    {
        width:100%;
    }
    .side-bar > ul > li > a
    {
        padding:10px 25px;
    }
    .side-bar > ul
    {
        top:50px;
    }
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -15px!important;
}
.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -15px!important;
}
/* ------------ ffsai certified logo ----------------- */
.certified-wrapper
{
    border: 1px solid #545590;
    margin-left:15px;
    padding:5px 0px 4px 5px;
    border-radius:5px;
}
.certified-text
{
    font-size:12px;font-weight:light;background:#545590;
    padding:8px 5px!important;
    text-transform: capitalize;
}
@media (max-width:576px)
{
    .bg-mob
    {
        background: #ffc107;
        color: #000!important;    
        padding:10px 20px;
    }
}
/*# sourceMappingURL=style.css.map */