/** PADDING **/

.padding-zero{
    padding: 0 !important;
}
.padding-left-zero{
    padding-left: 0!important;
}
.padding-right-zero{
    padding-right: 0!important;
}
.padding-one-rem{
    padding: 1rem;
}
.padding-left-right-header{
    padding-left: 1rem;
    padding-right: 1rem;
}
.smile-img {
    max-width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
@media (min-width: 768px){
    .padding-left-right-header{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 992px){
    .padding-left-right-header{
        padding-left: 3rem;
        padding-right: rem;
    }
}

/** MARGIN **/
.margin-zero{
    margin:0;
}
.margin-top-zero{
    margin-top:0;
}
.margin-bottom-zero{
    margin-bottom:0;
}
.margin-left-zero{
    margin-left:0;
}
.margin-right-zero{
    margin-right:0;
}
.margin-top-1{
    margin-top: 1rem;
}

.margin-bottom-1pointfive{
    margin-bottom: 1rem;
}

.margin-bottom-2{
    margin-bottom: 2rem;
}

.margin-left-1{
    margin-left: 1rem;
}

.margin-left-1{
    margin-left: 1rem;
}

.margin-right-1{
    margin-left: 1rem;
}

.margin-left-2{
    margin-left: 2rem;
}

.margin-right-2{
    margin-right: 2rem;
}
.margin-below-two-section{
    margin-bottom: 2rem;
}

.margin-two-section{
    margin-top: 0.5rem;
}
.margin-top-two-section{
    margin-top: 1rem;
}

.margin-btw-two-section{
    margin-top: 2rem;
}
@media (min-width: 350px){
    .margin-two-section{
        margin-top: 0.75rem;
    }
    .margin-top-two-section{
        margin-top: 1.75rem;
    }
    .margin-btw-two-section{
        margin-top:2rem;
    }
}
@media (min-width: 576px){
    .margin-two-section{
        margin-top: 0.75rem;
    }
    .margin-top-two-section{
        margin-top: 2rem;
    }
    .margin-btw-two-section{
        margin-top:2rem;
    }
}
@media (min-width: 576px){
    .margin-two-section{
        margin-top: 0.75rem;
    }
    .margin-top-two-section{
        margin-top: 2rem;
    }
    .margin-btw-two-section{
        margin-top:2rem;
    }
}
@media (min-width: 880px){
    .margin-two-section{
        margin-top: 2rem;
    }
    .margin-top-two-section{
        margin-top: 2rem;
    }
    .margin-btw-two-section{
        margin-top:3rem;
    }
}
@media (min-width: 1000px){
    .margin-two-section{
        margin-top: 2.5rem;
    }
    .margin-top-two-section{
        margin-top: 2rem;
    }
    .margin-btw-two-section{
        margin-top: 8rem;
    }
}
@media (min-width: 1200px){
    .margin-two-section{
        margin-top: 5rem;
    }
    .margin-top-two-section{
        margin-top: 3rem;
    }
    .margin-btw-two-section{
        margin-top: 8rem;
    }
}

@media (min-width: 1440px){
    .margin-two-section{
        margin-top: 6rem;
    }
    .margin-top-two-section{
        margin-top: 3rem;
    }
    .margin-btw-two-section{
        margin-top: 8rem;
    }
}


.margin-left-right-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}

/** FLOAT  **/
.float-left{
    float: left !important;
}
.float-right{
    float: right !important;
}

/** TEXT ALIGN **/
.text-center{
    text-align :  center;
}

.text-left{
    text-align :  left;
}

.text-right{
    text-align :  right;
}

/** DISPLAY **/
.display-block{
    display: block;
}

.display-inline{
    display: inline;
}

.display-inline-block{
    display: inline-block;
}
.display-table{
    display: table;
}
.display-table-cell{
    display: table-cell;
}
.display-none{
    display: none !important;
}
.display-flex{
    display: flex;
}
/** ORDERED & UNORDERED LIST, UL & LI STYLE **/
ul.two-col {
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin:0;
}
li.list-bullet:before {
    content: "• ";
}

ul.no-style{
    list-style-type: none;
}
/** FONT SIZES **/
.font-one-rem{
    font-size: 1rem;
}

.font-onepointfive-rem{
    font-size: 1.5rem;
}

.font-two-rem{
    font-size: 2rem;
}

.font-twopointfive-rem{
    font-size: 2.5rem;
}
/** FONT FAMILY **/
@font-face {
    font-family: italianFont;
    src: url(font/ItalianBreakfast-Regular.ttf);
}

@font-face {
    font-family: atlantisFont;
    src: url(font/AtlantisTheLostCity.ttf);
}
@font-face {
    font-family: birdsOfParadiseFont;
    src: url(font/BirdsOfParadise.ttf);
}

@font-face {
    font-family: anandaFont;
    src: url(font/Ananda.ttf);
}
@font-face {
    font-family: haveheartoneFont;
    src: url(font/have-heart-one.ttf);
}

@font-face {
    font-family: proximaFont;
    src: url(font/proxima-nova-regular.ttf);
}

@font-face {
    font-family: milleniaFont;
    src: url(font/Millenia.ttf);
}

@font-face {
    font-family: generalFont;
    src: url(font/general.ttf);
}
@font-face {
    font-family: nueGothicFont;
    src: url(font/Nue-Gothic.ttf);
}


.font-family-freight-sans-pro{
    font-family: freight-sans-pro;
}

.font-fmaily-milleniaFont{
    font-family: milleniaFont;
}

.font-fmaily-nueGothicFont{
    font-family: nueGothicFont;
}
.font-family-generalFont{
    font-family: generalFont;
}
.font-family-helvetica{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.font-family-italianFont{
    font-family: italianFont;
}

/** LINE HEIGHT **/
.line-height-one-rem{
    line-height: 1rem;
}

.line-height-onePointFive-rem{
    line-height: 1.5rem;
}

/** ACCORDION COLLAPSE**/

.collapse.in {
    display: block;
    transition: 1s height ease-out;
}

.collapse {
    display: none;
    /*transition: .2s height ease-out;*/
}

/** WIDTH **/
.width-100{
    width: 100%;
}
.width-95{
    width: 95%;
}
.width-90{
    width: 90%;
}
.width-85{
    width: 85%;
}
.width-80{
    width: 80%;
}
.width-70{
    width: 70%;
}
.width-50{
    width: 50%;
}
.width-40{
    width: 40%;
}
/** COLOR **/
.font-color-white{
    color: #fff;
}
.font-color-333{
    color: #333;
}

/** BG COLOR **/
.bg-color-white{
    background-color: #fff;
}
.bg-color-black{
    background-color: #000;
}
.bg-color-353535{
    background-color: #353535;
}

/** CURSOR **/
.cursor-pointer{
    cursor: pointer;
}

/** POSITION **/
.position-absolute{
    position: absolute !important;
}

.position-fixed{
    position: fixed !important;
}

.position-relative{
    position: relative !important;
}

/** COL HIDDEN**/
@media (min-width: 768px){
    .hide-desktop-tablet{
        display: none !important;
    }
}

@media (max-width: 1200px){
    .hide-mobile-tablet{
        display: none !important;
    }
}

@media (max-width: 576px){
    .hide-only-mobile{
        display: none !important;
    }
}

@media (min-width: 1200px){
    .hide-only-desktop{
        display: none !important;
    }
}
.text-ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3rem;
}
.text-underline{
    text-decoration: underline;
}
/** BORDER **/
.border-bottom-onerem{
    border-bottom: 0.5rem solid #333;
}

/** FOOTER **/
.footer{
    position: relative;
    bottom: 0;
    z-index: 9999;
}

.opacity-zeropointfive{
    opacity: 0.5;
}

.z-index-9{
    z-index: 9;
}
.z-index-8{
    z-index: 8;
}
.height-inherit{
    height: inherit;
}


body.theme-3-body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.5rem;
    color:#333;
}
.logo-align{
    top: 0;
    left: 0;
}

.image-brand-logo{
    width: 50%;
    transform: rotate(-10deg);
}
.bg-header-image{
    height: 45rem;
    position: relative;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-image: url('../image/bg2.jpg');
    display: block;
    width: 100%;
    z-index: 1;
}
.bg-header-image-bg-color{
    position: relative;
    top: 0;
    left: 0;
    background: #1a1c1d;
    opacity: 0.6;
    z-index: 2;
    height: inherit;
    width: inherit;
}
.brand-logo-fixed-top{
    top: 0;
    left: 0;
    z-index:3;
}
.section-label{
    color: #8ABF4D;
}
.header-text-color{
    color: #8ABF4D;
}
.header-text-color:hover{
    color: #e66b2e;
    text-decoration: none;
}
.button-design{
    background-color: #8ABF4D;
    padding: 2rem;
    text-align: center;
    color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 7px #445d26;
    cursor: pointer;
    width: 45%;
    font-size: 2rem;
}
.button-design:hover{
    background-color: #e66b2e;
    padding: 2rem;
    text-align: center;
    color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 7px #8c411c;
    text-decoration: none;
    cursor: pointer;
    width: 45%;
    font-size: 2rem;
}

.address-button-design{
    background-color: #fff;
    padding: 1rem;
    text-align: center;
    color: #8ABF4D;
    border-radius: 1.5rem;
    box-shadow: 0 7px #9c9c9c;
    cursor: pointer;
    width: 90%;
    font-size: 2rem;
}
.address-button-design:hover{
    background-color: #e66b2e;
    padding: 1rem;
    text-align: center;
    color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 7px #8c411c;
    text-decoration: none;
    cursor: pointer;
    width: 90%;
    font-size: 2rem;
}
.viewAll-button-design{
    background-color: #e66b2e;
    padding: 1rem;
    text-align: center;
    color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 7px #8c411c;
    text-decoration: none;
    cursor: pointer;
    width: 90%;
    font-size: 2rem;
}
.viewAll-button-design:hover{
    background-color: #e66b2e;
    padding: 1rem;
    text-align: center;
    color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 7px #8c411c;
    text-decoration: none;
    cursor: pointer;
    width: 90%;
    font-size: 2rem;
}
.font-nav-icon{
    font-size: 4rem;
}
.font-fa-icon{
    font-size: 2rem !important;
}
.lets-eat-container{
    bottom: -9rem;
}
.address-container{
    bottom: -10rem;
}
.fa-sort-desc{
    font-size: 4rem !important;
    color:#445d26;
}

.content-carousel-image{
    width: 80%;
}
.image-service{
    width: 100%;
    padding: 1rem;
    border: 0.5rem solid #000;
    border-radius: 2.5rem;
}
.contact-us-container{
    color: #fff;
}
.label-line-width{
    width: 10%;
}
.footer-label-width{
    width: 33%;
}
.contact-us-bottom{
    bottom: -2rem;
}
.footer-container{
    width : 100%;
}
.contact-us-right-container{
    text-align: left;
}
.contact-us-left-content-container{
    padding-left: 3.5rem;
}
.padding-header-section{
    padding-top: 3rem;
}
.padding-header-below-section{
    padding-bottom: 3rem;
}
.padding-header-top-bottom{
    padding: 2rem 0;
}
.padding-content-top-bottom{
    padding: 1.5rem 0;
}
.border-bottom-green{
    border-bottom:0.5rem solid #8ABF4D;
}
.border-left-green{
    border-left:0.25rem solid #8ABF4D;
}
.color-code{
    color: #8ABF4D;
}
.rating-stars{
    color:#fec752;
}
@media (min-width: 768px){
    .padding-header-label{
        padding: 1rem 0;
    }
    .button-design,.button-design:hover{
        width: 30%;
    }
    .address-button-design,.address-button-design:hover{
        width: 50%;
    }
    .padding-header-section{
        padding-top: 5rem;
    }
    .padding-header-below-section{
        padding-bottom: 5rem;
    }
    .content-labels{
        font-size: 2.5rem;
    }
    .footer-container{
        width : 85%;
    }
    .contact-us-right-container{
        text-align: right;
        border-left:0.25rem solid #8ABF4D;
    }
    .contact-us-left-content-container{
        padding-left: 0;
    }
}

@media (min-width: 1200px){
    .padding-header-label{
        padding: 2rem 0;
    }
    .header-labels{
        font-size: 2rem;
    }
    .button-design,.button-design:hover{
        width: 25%;
    }
    .address-button-design,.address-button-design:hover{
        width: 50%;
    }
    .image-brand-logo{
        width: 50%;
        transform: rotate(-10deg);
    }
    .content-labels{
        font-size: 3.5rem;
    }
    .padding-header-section{
        padding-top: 5rem;
    }
    .padding-header-below-section{
        padding-bottom: 5rem;
    }
    .footer-container{
        width : 70%;
    }
}

@media (min-width: 1440px){
    body.theme-3-body{
        font-size: 2rem;
    }
    .padding-header-label{
        padding: 2rem 0;
    }
    .header-labels{
        font-size: 2.5rem;
    }
    .button-design,.button-design:hover{
        width: 25%;
        font-size: 2.5rem;
    }
    .address-button-design,.address-button-design:hover{
        width: 50%;
        font-size: 2.5rem;
    }
    .image-brand-logo{
        width: 50%;
        transform: rotate(-10deg);
    }
    .content-labels{
        font-size: 4rem;
    }
    .padding-header-section{
        padding-top: 5rem;
    }
    .padding-header-below-section{
        padding-bottom : 5rem;
    }
    .footer-container{
        width : 70%;
    }
}