/*
Template Name: Deliciousa - Unlimited Foods & Restaurants HTML Template
Template URI: https://themeforest.net/user/creative-wp
Author: creative-wp
Author URI: https://themeforest.net/user/creative-wp
Description: It is a Multipurpose HTML5  Foods & Restaurants Template. Which is a unique feature and user competitive feature.
Version: 1.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    [ ## Heading ] 
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Border element ]
    [ ## Border Extra Elements ]
    [ ## Radius Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Media
	[ ## Captions ]
	[ ## Galleries ]
	[ ## media ]
# Modules 
	[ ## Accessibility ]
	[ ## Alignments ]
	[ ## Clearings ]
	[ ## Infinite Scroll ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# Navigation
	[ ## Links ]
	[ ## Menus ]
        [ ### Hamburger Menu ]
	[ ## Pagination ]
        [ ### Post Navigation ]
	[ ## Navigation responsive ]
# layout
    [ ## Hero Block ]
    [ ## Services ]
    [ ## Chefs ]
    [ ## Food Menu ]
        [ ### Foodmenu Tabs ]
        [ ### Foodmenu Block ]
        [ ### Foodmenu Product Block ]
    [ ## Events ]
    [ ## Blog ]
        [ ### News Block ]
        [ ### Home Blog Page ]
    [ ## Sections ]
        [ ### Featured ]
        [ ### Choose Us ]
        [ ### Opening Hours ]
        [ ### Testimonial ]
        [ ### Chef Message ]
        [ ### Chef Reviews ]
        [ ### Promo ]
        [ ### Reservation ]
        [ ### Related Foodmenu ]
        [ ### Special Food ]
        [ ### Discount ]
        [ ### Newsletter ]
    [ ## Blog ]
# Shop
	[ ## Cart ]
	[ ## Checkout ]
# Others
	[ ## Blog Single ]
	[ ## Event Single ]
	[ ## Chef Single ]
	[ ## Food Single ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## Registration Page ]
	[ ## Coming Soon Page ]
	[ ## 404 Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### No results ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
--------------------------------------------------------------*/

:root {
    --heading-font: "thirsty-script", serif; /* var(--heading-font, "Playfair Display", serif) */
    --heading-font-uc: "Jost", sans-serif; /* var(--heading-font-uc, "Poppins", sans-serif) */
    --body-font: "Barlow Semi Condensed", sans-serif; /* var(--body-font, "Montserrat", sans-serif) */
    --text-dark: #34344A; /* var(--text-dark, #000) */
    --text-gray: #444; /* var(--text-gray, #666666) */
    --brand-primary: #DD3822; /* var(--brand-primary, #f53700) */
    --brand-primary-text: #CB2B15;
    --brand-primary-dark: #951513;
    --brand-primary-med-dark: #B31917; /* var(--brand-primary-med-dark, #8F2000) */
    --brand-primary-light: #FF7144; /* var(--brand-primary-light, #f53700) */
    --brand-secondary: #00BD9D;
    --brand-secondary-text: #107E7D;
    --brand-background: #F6F2EF; /* var(--brand-background, #fff) */
    --brand-background-dark: #EFEAE5; /* var(--brand-background-dark, #eee) */
    --brand-background-line: #C5B2A0; /* var(--brand-background-line, #444) */
    --brand-tertiary: #ffcf01; /* var(--brand-tertiary, #ffff00) */
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
    font-size: 100%;
}

body {
    background-color: white;
    font-family: var(--body-font, "Montserrat", sans-serif);
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--text-gray, #666666);
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3 {
    clear: both;
    font-family: var(--heading-font, "Playfair Display", serif);
    line-height: 1.25em;
    color: var(--text-dark, #000);
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

h4, h5, h6 {
    clear: both;
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
    line-height: 1.25em;
    color: var(--text-dark, #000);
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 54px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 16px;
    margin-bottom: 5px;
}

h6 {
    font-size: 0.8em;
}

p.p-lg, .p-lg p {
    font-size: 20px;
    line-height: 28px;
}

a.link-padding-mobile {
    padding: 14px 0px;
}

@media(min-width:576px) {
    a.link-padding-mobile {
        padding: 0px;
    }
}

@media (min-width:576px) {
    h3 {
        font-size: 36px;
    }
}

a, button[class^='link-'], button[class*=' link-'] {
    text-decoration: none;
    font-weight: 600;
}

    a:hover, a:focus {
        color: var(--brand-primary, #f53700);
    }

button.link-style {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

a[class^='link-'] span, a[class*=' link-'] span,
button[class^='link-'] span, button[class*=' link-'] span {
    color: inherit !important;
}

a.link-primary, a.link-secondary:hover, a.link-secondary:focus,
button.link-primary, button.link-secondary:hover, button.link-secondary:focus {
    color: var(--brand-primary, #f53700) !important;
}

    a.link-secondary, a.link-primary:hover, a.link-primary:focus,
    button.link-secondary, button.link-primary:hover, button.link-primary:focus {
        color: var(--brand-secondary-text, #f53700) !important;
    }

a.link-white, button.link-white {
    color: #ffffff !important;
}

    a.link-white:hover, a.link-white:focus,
    button.link-white:hover, button.link-white:focus {
        color: var(--brand-primary-light, #eee) !important;
    }

a.link-primary svg *, a.link-secondary:hover svg *, a.link-secondary:focus svg *,
button.link-primary svg *, button.link-secondary:hover svg *, button.link-secondary:focus svg * {
    fill: var(--brand-primary, #f53700);
}

a.link-secondary svg *, a.link-primary:hover svg *, a.link-primary:focus svg *,
button.link-secondary svg *, button.link-primary:hover svg *, button.link-primary:focus svg * {
    fill: var(--brand-secondary-text, #f53700);
}

a.link-white svg *,
button.link-white svg * {
    fill: #fff;
}

a.link-white:hover svg *, a.link-white:focus svg *,
button.link-white:hover svg *, button.link-white:focus svg * {
    fill: var(--brand-primary-light, #eee);
}

a.link-caps, button.link-caps {
    text-transform: uppercase;
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
    text-decoration: none;
}

    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover {
        color: inherit;
        text-decoration: none;
    }

.heading21 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .heading21 {
        font-size: 18px;
    }
}

.heading24 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .heading24 {
        font-size: 22px;
    }
}

.heading18 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}

.heading-medium {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .heading-medium {
        font-size: 22px;
    }
}

.section-heading {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    position: relative;
}

.section-title {
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
    .section-title {
        margin-bottom: 25px;
    }
}

.section-title.section-default .title-main {
    padding-top: 12px;
}

@media only screen and (max-width: 1199px) {
    .section-title.section-default .title-main {
        padding-top: 0;
    }
}

.section-title.section-default .title-main > span {
    font-size: 142px;
    line-height: 1em;
    margin-top: -55px;
    padding-left: 10px;
    font-weight: normal;
    font-family: var(--heading-font, "Playfair Display", serif);
    display: block;
}

@media only screen and (max-width: 1199px) {
    .section-title.section-default .title-main > span {
        font-size: 100px;
        margin-top: -45px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title.section-default .title-main > span {
        font-size: 88px;
        margin-top: -40px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title.section-default .title-main > span {
        font-size: 66px;
        margin-top: -27px;
        padding-left: 5px;
    }
}

.section-title.section-default .divider {
    color: var(--brand-primary-text, #f53700);
    padding-top: 5px;
    padding-bottom: 25px;
}

    .section-title.section-default .divider.color-black {
        color: black !important;
    }

.section-title.section-default-two {
    margin-bottom: 45px;
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .section-title.section-default-two {
        margin-bottom: 35px;
    }
}

.section-title.section-default-two .title-main {
    font-size: 54px;
    padding-top: 15px;
}

@media only screen and (max-width: 1199px) {
    .section-title.section-default-two .title-main {
        font-size: 44px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title.section-default-two .title-main {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.section-default-two .title-main {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title.section-default-two .title-main {
        font-size: 28px;
        padding-top: 5px;
    }
}

.section-title.section-default-two .title-main > span {
    font-size: 82px;
    line-height: 1em;
    font-family: var(--heading-font, "Playfair Display", serif);
    display: block;
    color: var(--brand-primary-text, #f53700);
    font-style: italic
}

@media (min-width:576px) {
    .section-title.section-default-two .title-main > span {
        margin-left: -15px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-title.section-default-two .title-main > span {
        font-size: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title.section-default-two .title-main > span {
        font-size: 52px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.section-default-two .title-main > span {
        font-size: 48px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title.section-default-two .title-main > span {
        font-size: 44px;
    }
}

.section-title.section-default-two.small {
    margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
    .section-title.section-default-two.small {
        margin-bottom: 40px;
    }
}

.section-title.section-default-two.small .title-main {
    font-style: italic;
    padding-top: 2px;
    margin-bottom: 15px;
}

    .section-title.section-default-two.small .title-main > span {
        font-size: 90px;
        margin-bottom: -52px;
    }

@media only screen and (max-width: 991px) {
    .section-title.section-default-two.small .title-main > span {
        font-size: 66px;
        margin-bottom: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.section-default-two.small .title-main > span {
        font-size: 54px;
        margin-bottom: -25px;
    }
}

.section-title.section-default-two.small .divider {
    font-size: 30px;
    color: var(--brand-primary-text, #f53700);
}

@media only screen and (max-width: 767px) {
    .section-title.section-default-two.small .divider {
        font-size: 24px;
    }
}

.section-title.style-one {
    margin-bottom: 50px;
    margin-top: 0px;
}

@media only screen and (max-width: 767px) {
    .section-title.style-one {
        margin-bottom: 30px;
    }
}

.section-title.style-one .title-main {
    font-size: 60px;
    position: relative;
    padding-right: 40px;
    padding-top: 32px;
    z-index: 1;
    display: inline-block;
    line-height: 0.92em;
}

@media only screen and (max-width: 1199px) {
    .section-title.style-one .title-main {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title.style-one .title-main {
        font-size: 42px;
        padding-right: 35px;
        padding-top: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.style-one .title-main {
        font-size: 36px;
        padding-top: 15px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title.style-one .title-main {
        font-size: 30px;
        padding-top: 12px;
        padding-right: 20px;
    }
}

.section-title.style-one .title-main > .divider {
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
    display: inline-block;
    position: absolute;
    border-top: 2px solid #c51c23;
    border-right: 2px solid #c51c23;
    right: 0;
    top: 10px;
    width: 95px;
    height: 75px;
}

@media only screen and (max-width: 991px) {
    .section-title.style-one .title-main > .divider {
        width: 75px;
        height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.style-one .title-main > .divider {
        width: 70px;
        height: 53px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title.style-one .title-main > .divider {
        width: 35px;
        height: 43px;
    }
}

.section-title.style-one .title-main > .divider:before, .section-title.style-one .title-main > .divider:after {
    position: absolute;
    content: "";
    background-color: var(--brand-primary-text, #f53700);
}

.section-title.style-one .title-main > .divider:before {
    top: 0;
    left: 0;
    height: 34px;
    width: 2px;
}

@media only screen and (max-width: 991px) {
    .section-title.style-one .title-main > .divider:before {
        height: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.style-one .title-main > .divider:before {
        height: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title.style-one .title-main > .divider:before {
        height: 13px;
    }
}

.section-title.style-one .title-main > .divider:after {
    bottom: 0;
    right: 0;
    height: 2px;
    width: 30px;
}

@media only screen and (max-width: 991px) {
    .section-title.style-one .title-main > .divider:after {
        width: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title.style-one .title-main > .divider:after {
        width: 12px;
    }
}

.section-title.style-two {
    margin-bottom: 55px;
    margin-top: -17px;
}

@media only screen and (max-width: 767px) {
    .section-title.style-two {
        margin-bottom: 30px;
    }
}

.section-title.style-two .title-main {
    font-size: 60px;
    margin-bottom: 12px;
}

@media only screen and (max-width: 1199px) {
    .section-title.style-two .title-main {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title.style-two .title-main {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.style-two .title-main {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title.style-two .title-main {
        font-size: 30px;
    }
}

.section-title.style-two.text-white .title-sub {
    color: #bababa !important;
}

.section-title.style-three {
    margin-bottom: 55px;
    margin-top: -15px;
}

    .section-title.style-three.text-white .title-main {
        font-weight: 700;
    }

    .section-title.style-three.text-white .title-sub {
        color: #bababa !important;
    }

    .section-title.style-three .title-main {
        text-transform: uppercase;
        font-family: var(--heading-font, "Playfair Display", serif);
        font-weight: normal;
        font-size: 60px;
        margin-bottom: 10px;
    }

@media only screen and (max-width: 1199px) {
    .section-title.style-three .title-main {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title.style-three .title-main {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.style-three .title-main {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title.style-three .title-main {
        font-size: 30px;
    }
}

.section-title.style-three .title-sub {
    text-transform: inherit;
    letter-spacing: normal;
    font-size: 16px;
    color: var(--text-gray, #666666);
}

.section-title.style-four .title-main {
    font-weight: normal;
    font-size: 158px;
    text-transform: uppercase;
    font-family: var(--heading-font, "Playfair Display", serif);
    letter-spacing: -0.025em;
    line-height: 1.1em;
}

@media only screen and (max-width: 1199px) {
    .section-title.style-four .title-main {
        font-size: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title.style-four .title-main {
        font-size: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.style-four .title-main {
        font-size: 70px;
    }
}

@media only screen and (max-width: 480px) {
    .section-title.style-four .title-main {
        font-size: 48px;
    }
}

.section-title.style-five {
    margin-bottom: 53px;
}

@media only screen and (max-width: 575px) {
    .section-title.style-five {
        margin-bottom: 45px;
    }
}

.section-title.style-five .title-sub {
    font-size: 60px;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-weight: normal;
    letter-spacing: normal;
    color: #c51c23 !important;
    line-height: 1em;
    margin-bottom: -5px;
}

@media only screen and (max-width: 1199px) {
    .section-title.style-five .title-sub {
        font-size: 52px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title.style-five .title-sub {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.style-five .title-sub {
        font-size: 42px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title.style-five .title-sub {
        font-size: 36px;
    }
}

.section-title.style-five .title-main {
    font-size: 70px;
    line-height: 1.02em;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .section-title.style-five .title-main {
        font-size: 48px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title.style-five .title-main {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.style-five .title-main {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title.style-five .title-main {
        font-size: 30px;
    }
}

.section-title.style-five .divider-two {
    font-size: 70px;
    color: var(--brand-primary-text, #f53700);
    line-height: 1em;
    margin-bottom: -25px;
    margin-top: -5px;
}

@media only screen and (max-width: 575px) {
    .section-title.style-five .divider-two {
        font-size: 60px;
    }
}

.section-title.style-six {
    margin-bottom: 55px;
    margin-top: -5px;
}

@media only screen and (max-width: 767px) {
    .section-title.style-six {
        margin-bottom: 30px;
    }
}

.section-title.style-six .title-sub {
    font-size: 32px;
    font-family: var(--heading-font, "Playfair Display", serif);
    letter-spacing: normal;
    font-weight: lighter;
    color: var(--text-gray, #666666);
    line-height: 1.1em;
}

.section-title.style-six .title-main {
    font-size: 60px;
    margin-bottom: 12px;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
    margin-top: -5px;
}

@media only screen and (max-width: 1199px) {
    .section-title.style-six .title-main {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title.style-six .title-main {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.style-six .title-main {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title.style-six .title-main {
        font-size: 30px;
    }
}

.section-title.style-seven {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .section-title.style-seven {
        margin-bottom: 40px;
    }
}

.section-title.style-seven .title-main {
    font-size: 70px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 0.85em;
}

@media only screen and (max-width: 1199px) {
    .section-title.style-seven .title-main {
        font-size: 52px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title.style-seven .title-main {
        font-size: 42px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title.style-seven .title-main {
        font-size: 30px;
    }
}

.section-title.style-seven .title-main > span {
    display: block;
    font-size: 40px;
    font-weight: normal;
    position: relative;
    color: var(--brand-primary-text, #f53700);
    line-height: 0.9em;
}

@media only screen and (max-width: 1199px) {
    .section-title.style-seven .title-main > span {
        font-size: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title.style-seven .title-main > span {
        font-size: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title.style-seven .title-main > span {
        font-size: 20px;
    }
}

.section-title.style-seven .title-main > span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 53%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: var(--brand-primary-text, #f53700);
    z-index: 0;
}

.section-title.style-seven .title-main > span > strong {
    display: inline-block;
    padding-right: 12px;
    background-color: white;
    position: relative;
    z-index: 1;
}

.section-title .title-main {
    font-weight: 700;
    font-size: 48px;
    position: relative;
    z-index: 2;
    line-height: 1.2em;
    color: var(--text-dark, #000);
    font-family: var(--heading-font, "Playfair Display", serif);
}

@media only screen and (max-width: 1199px) {
    .section-title .title-main {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title .title-main {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title .title-main {
        font-size: 30px;
    }
}

.section-title .title-main > span {
    color: var(--brand-primary-text, #f53700);
}

.section-title .title-sub {
    color: var(--text-dark, #000);
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .section-title .title-sub {
        font-size: 14px;
        letter-spacing: 0.1em;
    }
}

.section-title .divider {
    font-size: 12px;
    color: var(--text-dark, #000);
    margin-top: -10px;
}

    .section-title .divider > span {
        display: inline-block;
        margin: 0 -2px;
    }

        .section-title .divider > span:nth-child(2) {
            font-size: 18px;
        }

.section-title .title-text {
    margin-bottom: 22px;
    padding-top: 23px;
}

.section-title.white .title-main {
    color: white;
}

@media only screen and (max-width: 991px) {
    .section-title.text-right {
        text-align: left !important;
    }
}

.sm-title {
    font-family: inherit;
    color: #2d2d2d;
    font-weight: bold;
    letter-spacing: 0.015em;
}

.xl-title {
    font-weight: 700;
    font-size: 2.441em;
}

    .xl-title span {
        color: #de4f41;
    }

/*-------------------------------------------------
    [ ## Others Typography ]
*/
p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.3em;
}

    p:last-child {
        margin-bottom: 0px;
    }


blockquote {
    margin: 0 0 1.3em;
}

address {
    margin: 0 0 1.3em;
}

dfn, em, cite, i, code, kbd, tt, var {
    font-size: 1em;
}

em, cite, i {
    font-style: italic;
}

abbr, acronym {
    border-bottom: 1px dotted #646363;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

pre {
    background: #f8f8f8;
    padding: 20px 30px;
    margin-bottom: 30px;
    max-width: 100%;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 0.929em;
    overflow: auto;
}

img {
    max-width: 100%;
    height: auto;
}

.dropcap {
    display: block;
    float: left;
    margin: 15px 5px 0 0;
    font-weight: bold;
    font-size: 60px;
    color: #ccc;
}

.el-text-rotation {
    white-space: nowrap;
    position: relative;
    display: inline-block;
}

    .el-text-rotation .inner-el {
        text-transform: uppercase;
        letter-spacing: 0.015em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Font Size ]
*/
.fts-13 {
    font-size: 13px;
}

.fts-15 {
    font-size: 15px;
}

.fts-18 {
    font-size: 18px;
}

.fts-20 {
    font-size: 20px;
}

.fts-25 {
    font-size: 25px;
}

.fts-30 {
    font-size: 30px;
}

.fts-35 {
    font-size: 35px;
}

.fts-40 {
    font-size: 40px;
}

.fts-45 {
    font-size: 45px;
}

.fts-50 {
    font-size: 50px;
}

.fts-60 {
    font-size: 60px;
}

.fts-65 {
    font-size: 65px;
}

.fts-70 {
    font-size: 70px;
}

.fts-75 {
    font-size: 75px;
}

/*--------------------------------------------------------------
# Font Weight
--------------------------------------------------------------*/
.w-100 {
    font-weight: 100;
}

.w-300 {
    font-weight: 300;
}

.w-400 {
    font-weight: 400;
}

.w-500 {
    font-weight: 500;
}

.w-600 {
    font-weight: 600;
}

.w-700 {
    font-weight: 700;
}

.w-800 {
    font-weight: 800;
}

.w-900 {
    font-weight: 900;
}

/*-------------------------------------------------
    [ ## Margin Element ]
*/
.mr-0 {
    margin: 0;
}

.mrt-0 {
    margin-top: 0;
}

.mrb-0 {
    margin-bottom: 0;
}

.mrl-0 {
    margin-left: 0;
}

.mrr-0 {
    margin-right: 0;
}

.mrt-5 {
    margin-top: 5px;
}

.mrb-5 {
    margin-bottom: 5px;
}

.mrl-5 {
    margin-left: 5px;
}

.mrr-5 {
    margin-right: 5px;
}

.mrt-10 {
    margin-top: 10px;
}

.mrb-10 {
    margin-bottom: 10px;
}

.mrl-10 {
    margin-left: 10px;
}

.mrr-10 {
    margin-right: 10px;
}

.mrt-15 {
    margin-top: 15px;
}

.mrb-15 {
    margin-bottom: 15px;
}

.mrl-15 {
    margin-left: 15px;
}

.mrr-15 {
    margin-right: 15px;
}

.mrt-20 {
    margin-top: 20px;
}

.mrb-20 {
    margin-bottom: 20px;
}

.mrl-20 {
    margin-left: 20px;
}

.mrr-20 {
    margin-right: 20px;
}

.mrt-25 {
    margin-top: 25px;
}

.mrb-25 {
    margin-bottom: 25px;
}

.mrl-25 {
    margin-left: 25px;
}

.mrr-25 {
    margin-right: 25px;
}

.mrt-30 {
    margin-top: 30px;
}

.mrb-30 {
    margin-bottom: 30px;
}

.mrl-30 {
    margin-left: 30px;
}

.mrr-30 {
    margin-right: 30px;
}

.mrt-35 {
    margin-top: 35px;
}

.mrb-35 {
    margin-bottom: 35px;
}

.mrl-35 {
    margin-left: 35px;
}

.mrr-35 {
    margin-right: 35px;
}

.mrt-40 {
    margin-top: 40px;
}

.mrb-40 {
    margin-bottom: 40px;
}

.mrl-40 {
    margin-left: 40px;
}

.mrr-40 {
    margin-right: 40px;
}

.mrt-45 {
    margin-top: 45px;
}

.mrb-45 {
    margin-bottom: 45px;
}

.mrl-45 {
    margin-left: 45px;
}

.mrr-45 {
    margin-right: 45px;
}

.mrt-50 {
    margin-top: 50px;
}

.mrb-50 {
    margin-bottom: 50px;
}

.mrl-50 {
    margin-left: 50px;
}

.mrr-50 {
    margin-right: 50px;
}

.mrt-55 {
    margin-top: 55px;
}

.mrb-55 {
    margin-bottom: 55px;
}

.mrl-55 {
    margin-left: 55px;
}

.mrr-55 {
    margin-right: 55px;
}

.mrt-60 {
    margin-top: 60px;
}

.mrb-60 {
    margin-bottom: 60px;
}

.mrl-60 {
    margin-left: 60px;
}

.mrr-60 {
    margin-right: 60px;
}

.mrt-75 {
    margin-top: 75px;
}

.mrt-65 {
    margin-top: 65px;
}

.mrb-65 {
    margin-bottom: 65px;
}

.mrl-65 {
    margin-left: 65px;
}

.mrr-65 {
    margin-right: 60px;
}

.mrt-70 {
    margin-top: 70px;
}

.mrb-70 {
    margin-bottom: 70px;
}

.mrl-70 {
    margin-left: 70px;
}

.mrr-70 {
    margin-right: 70px;
}

.mrt-75 {
    margin-top: 75px;
}

.mrb-75 {
    margin-bottom: 75px;
}

.mrl-75 {
    margin-left: 75px;
}

.mrr-75 {
    margin-right: 75px;
}

.mrt-80 {
    margin-top: 80px;
}

.mrb-80 {
    margin-bottom: 80px;
}

.mrb-85 {
    margin-bottom: 85px;
}

.mrl-80 {
    margin-left: 80px;
}

.mrr-80 {
    margin-right: 80px;
}

.mrt-90 {
    margin-top: 90px;
}

.mrb-90 {
    margin-bottom: 90px;
}

.mrl-90 {
    margin-left: 90px;
}

.mrr-90 {
    margin-right: 90px;
}

.mrt-100 {
    margin-top: 100px;
}

.mrb-100 {
    margin-bottom: 100px;
}

.mrl-100 {
    margin-left: 100px;
}

.mrr-100 {
    margin-right: 100px;
}

.mrt-105 {
    margin-top: 105px;
}

.mrb-105 {
    margin-bottom: 105px;
}

.mrl-105 {
    margin-left: 105px;
}

.mrr-105 {
    margin-right: 105px;
}

.mrb-145 {
    margin-bottom: 145px;
}

.mrt-150 {
    margin-top: 150px;
}

.mrt-200 {
    margin-top: 200px;
}

.mrb-150 {
    margin-bottom: 150px;
}

.mrb-155 {
    margin-bottom: 155px;
}

.mrb-170 {
    margin-bottom: 170px;
}

.mrb-175 {
    margin-bottom: 175px;
}

.mrl-150 {
    margin-left: 150px;
}

.mrr-150 {
    margin-right: 150px;
}

.mrb-185 {
    margin-bottom: 185px;
}

.mrb-190 {
    margin-bottom: 190px;
}

.mrb-195 {
    margin-bottom: 195px;
}

.mrb-200 {
    margin-bottom: 200px;
}

/* Margin Top Negative Value */
.ml-t-5 {
    margin-top: -5px;
}

.ml-t-8 {
    margin-top: -8px;
}

.ml-t-058p {
    margin-top: -0.58%;
}

.ml-t-10 {
    margin-top: -10px;
}

.ml-t-15 {
    margin-top: -15px;
}

.ml-t-20 {
    margin-top: -20px;
}

.ml-t-25 {
    margin-top: -25px;
}

.ml-t-30 {
    margin-top: -30px;
}

.ml-t-35 {
    margin-top: -35px;
}

.ml-t-40 {
    margin-top: -40px;
}

.ml-t-45 {
    margin-top: -45px;
}

.ml-t-50 {
    margin-top: -50px;
}

.ml-t-60 {
    margin-top: -60px;
}

.ml-t-75 {
    margin-top: -75px;
}

.ml-t-90 {
    margin-top: -90px;
}

.ml-t-105 {
    margin-top: -105px;
}

.ml-t-120 {
    margin-top: -120px;
}

.ml-t-135 {
    margin-top: -135px;
}

.ml-t-150 {
    margin-top: -150px;
}

.ml-t-165 {
    margin-top: -165px;
}

.ml-t-180 {
    margin-top: -180px;
}

.ml-t-195 {
    margin-top: -195px;
}

.ml-t-210 {
    margin-top: -210px;
}

.ml-t-225 {
    margin-top: -225px;
}

/* Margin bottom Negtive value */
.ml-b-5 {
    margin-bottom: -5px;
}

.ml-b-10 {
    margin-bottom: -10px;
}

.ml-b-15 {
    margin-bottom: -15px;
}

.ml-b-20 {
    margin-bottom: -20px;
}

.ml-b-25 {
    margin-bottom: -25px;
}

.ml-b-30 {
    margin-bottom: -30px;
}

.ml-b-35 {
    margin-bottom: -35px;
}

.ml-b-40 {
    margin-bottom: -40px;
}

.ml-b-45 {
    margin-bottom: -45px;
}

.ml-b-50 {
    margin-bottom: -50px;
}

.ml-b-55 {
    margin-bottom: -55px;
}

.ml-b-60 {
    margin-bottom: -60px;
}

.ml-b-75 {
    margin-bottom: -75px;
}

.ml-b-90 {
    margin-bottom: -90px;
}

.ml-b-105 {
    margin-bottom: -105px;
}

.ml-b-120 {
    margin-bottom: -120px;
}

.ml-b-135 {
    margin-bottom: -135px;
}

.ml-bp-0933 {
    margin-bottom: -0.933%;
}

@media only screen and (max-width: 991px) {
    .md-mrt-60 {
        margin-top: 60px;
    }

    .md-mrb-60 {
        margin-bottom: 60px;
    }

    .md-mrt-55 {
        margin-top: 55px;
    }

    .md-mrb-55 {
        margin-bottom: 55px;
    }

    .md-mrt-50 {
        margin-top: 50px;
    }

    .md-mrb-50 {
        margin-bottom: 50px;
    }

    .md-mrt-40 {
        margin-top: 40px;
    }

    .md-mrb-40 {
        margin-bottom: 40px;
    }
}
/* Margin for Responsive value */
@media only screen and (max-width: 1366px) {
    .mrb-185,
    .mrb-190,
    .mrb-195,
    .mrb-200 {
        margin-bottom: 150px;
    }

    .mrb-170 {
        margin-bottom: 120px;
    }

    .mrt-200 {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 1199px) {
    .mrb-185,
    .mrb-185,
    .mrb-190,
    .mrb-195,
    .mrb-200 {
        margin-bottom: 100px;
    }

    .mrt-200 {
        margin-top: 100px;
    }

    .mrb-170 {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .mrb-m-30 {
        margin-bottom: 30px;
    }

    .mrb-m-45 {
        margin-bottom: 45px;
    }

    .mrb-m-60 {
        margin-bottom: 60px;
    }

    .mr-m-0 {
        margin: 0;
    }
}
/*-------------------------------------------------
    [ ## Padding Element ]
*/
.no-padding {
    padding: 0 !important;
}

.pd-0 {
    padding: 0;
}

.pd-t-0 {
    padding-top: 0;
}

.pd-t-0-im {
    padding-top: 0 !important;
}

.pd-b-0 {
    padding-bottom: 0;
}

.pd-l-0 {
    padding-left: 0;
}

.pd-r-0 {
    padding-right: 0;
}

.pd-t-5 {
    padding-top: 5px;
}

.pd-b-5 {
    padding-bottom: 5px;
}

.pd-l-5 {
    padding-left: 5px;
}

.pd-r-5 {
    padding-right: 5px;
}

.pd-t-10 {
    padding-top: 10px;
}

.pd-b-10 {
    padding-bottom: 10px;
}

.pd-l-10 {
    padding-left: 10px;
}

.pd-r-10 {
    padding-right: 10px;
}

.pd-t-15 {
    padding-top: 15px;
}

.pd-b-15 {
    padding-bottom: 15px;
}

.pd-l-15 {
    padding-left: 15px;
}

.pd-r-15 {
    padding-right: 15px;
}

.pd-t-20 {
    padding-top: 20px;
}

.pd-b-20 {
    padding-bottom: 20px;
}

.pd-l-20 {
    padding-left: 20px;
}

.pd-r-20 {
    padding-right: 20px;
}

.pd-t-25 {
    padding-top: 25px;
}

.pd-b-25 {
    padding-bottom: 25px;
}

.pd-l-25 {
    padding-left: 25px;
}

.pd-r-25 {
    padding-right: 25px;
}

.pd-t-30 {
    padding-top: 30px;
}

.pd-b-30 {
    padding-bottom: 30px;
}

.pd-l-30 {
    padding-left: 30px;
}

.pd-r-30 {
    padding-right: 30px;
}

.pd-t-35 {
    padding-top: 35px;
}

.pd-b-35 {
    padding-bottom: 35px;
}

.pd-l-35 {
    padding-left: 35px;
}

.pd-r-35 {
    padding-right: 35px;
}

.pd-t-40 {
    padding-top: 40px;
}

.pd-b-40 {
    padding-bottom: 40px;
}

.pd-l-40 {
    padding-left: 40px;
}

.pd-r-40 {
    padding-right: 40px;
}

.pd-t-45 {
    padding-top: 45px;
}

.pd-b-45 {
    padding-bottom: 45px;
}

.pd-l-45 {
    padding-left: 45px;
}

.pd-r-45 {
    padding-right: 45px;
}

.pd-t-50 {
    padding-top: 50px;
}

.pd-b-50 {
    padding-bottom: 50px;
}

.pd-l-50 {
    padding-left: 50px;
}

.pd-r-50 {
    padding-right: 50px;
}

.pd-t-60 {
    padding-top: 60px;
}

.pd-b-60 {
    padding-bottom: 60px;
}

.pd-l-60 {
    padding-left: 60px;
}

.pd-r-60 {
    padding-right: 60px;
}

.pd-t-70 {
    padding-top: 70px;
}

.pd-b-70 {
    padding-bottom: 70px;
}

.pd-l-70 {
    padding-left: 70px;
}

.pd-r-70 {
    padding-right: 70px;
}

.pd-t-75 {
    padding-top: 75px;
}

.pd-b-75 {
    padding-bottom: 75px;
}

.pd-l-75 {
    padding-left: 75px;
}

.pd-r-75 {
    padding-right: 75px;
}

.pd-t-80 {
    padding-top: 80px;
}

.pd-b-80 {
    padding-bottom: 80px;
}

.pd-l-80 {
    padding-left: 80px;
}

.pd-r-80 {
    padding-right: 80px;
}

.pd-t-90 {
    padding-top: 90px;
}

.pd-b-90 {
    padding-bottom: 90px;
}

.pd-l-90 {
    padding-left: 90px;
}

.pd-r-90 {
    padding-right: 90px;
}

.ptb-100 {
    padding: 100px 0;
}

.pd-t-100 {
    padding-top: 100px;
}

.pd-b-100 {
    padding-bottom: 100px;
}

.pd-l-100 {
    padding-left: 100px;
}

.pd-r-100 {
    padding-right: 100px;
}

.pd-t-105 {
    padding-top: 105px;
}

.pd-b-105 {
    padding-bottom: 105px;
}

.pd-l-105 {
    padding-left: 105px;
}

.pd-r-105 {
    padding-right: 105px;
}

.pd-t-120 {
    padding-top: 120px;
}

.pd-b-120 {
    padding-bottom: 120px;
}

.pd-l-120 {
    padding-left: 120px;
}

.pd-r-120 {
    padding-right: 120px;
}

.pd-t-135 {
    padding-top: 135px;
}

.pd-b-135 {
    padding-bottom: 135px;
}

.pd-l-135 {
    padding-left: 135px;
}

.pd-r-135 {
    padding-right: 135px;
}

.pd-t-140 {
    padding-top: 140px;
}

.pd-b-140 {
    padding-bottom: 140px;
}

.pd-l-140 {
    padding-left: 140px;
}

.pd-r-140 {
    padding-right: 140px;
}

.ptb-150 {
    padding: 150px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-150 {
        padding: 120px 0;
    }
}

.pd-t-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 991px) {
    .pd-t-150 {
        padding-top: 120px;
    }
}

.pd-b-150 {
    padding-bottom: 150px;
}

@media only screen and (max-width: 991px) {
    .pd-b-150 {
        padding-bottom: 120px;
    }
}

.pd-l-150 {
    padding-left: 150px;
}

.pd-r-150 {
    padding-right: 150px;
}

.pd-t-165 {
    padding-top: 165px;
}

.pd-b-165 {
    padding-bottom: 165px;
}

.pd-l-165 {
    padding-left: 165px;
}

.pd-r-165 {
    padding-right: 165px;
}

.pd-t-180 {
    padding-top: 180px;
}

.pd-b-170 {
    padding-bottom: 170px;
}

.pd-b-180 {
    padding-bottom: 180px;
}

.pd-l-180 {
    padding-left: 180px;
}

.pd-r-180 {
    padding-right: 180px;
}

.pd-t-195 {
    padding-top: 195px;
}

.pd-b-195 {
    padding-bottom: 195px;
}

.pd-l-195 {
    padding-left: 195px;
}

.pd-r-195 {
    padding-right: 195px;
}

.pd-t-200 {
    padding-top: 200px;
}

.pd-b-200 {
    padding-bottom: 200px;
}

.pd-l-200 {
    padding-left: 200px;
}

.pd-r-200 {
    padding-right: 200px;
}

.pd-t-205 {
    padding-top: 205px;
}

.pd-b-205 {
    padding-bottom: 205px;
}

.pd-l-205 {
    padding-left: 205px;
}

.pd-r-205 {
    padding-right: 205px;
}

.pd-t-210 {
    padding-top: 210px;
}

.pd-t-220 {
    padding-top: 220px;
}

.pd-b-220 {
    padding-bottom: 220px;
}

.pd-l-220 {
    padding-left: 220px;
}

.pd-r-220 {
    padding-right: 220px;
}

.pd-t-225 {
    padding-top: 225px;
}

.pd-b-225 {
    padding-bottom: 225px;
}

.pd-l-225 {
    padding-left: 225px;
}

.pd-r-225 {
    padding-right: 225px;
}

.pd-t-235 {
    padding-top: 235px;
}

.pd-b-235 {
    padding-bottom: 235px;
}

.pd-l-235 {
    padding-left: 235px;
}

.pd-r-235 {
    padding-right: 220px;
}

.pd-t-240 {
    padding-top: 240px;
}

.pd-t-255 {
    padding-top: 255px;
}

@media only screen and (max-width: 992px) {
    .pm-tb-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 992px) {
    .pm-b-90 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 992px) {
    .pm-t-0 {
        padding-top: 0;
    }
}

@media only screen and (max-width: 992px) {
    .pdmX-60 {
        padding: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .pdms-30 {
        padding: 30px;
    }
}

/*-------------------------------------------------
    [ ## Color Element ]
*/
.color-white {
    color: white;
}

.color-white-im {
    color: white !important;
}

.color-snow {
    color: #f6f6f6;
}

.color-zumthor {
    color: #eaf1ff;
}

.color-white-smoke {
    color: #f8f8f8;
}

.color-gainsboro {
    color: #dddddd;
}

.color-silver {
    color: #c3c3c3;
}

.color-dim-gray {
    color: #646363;
}

.color-dim-gray-im {
    color: #646363 !important;
}

.color-gray {
    color: #ededed;
}

.color-suva-grey {
    color: #bababa;
}

.color-matterhorn {
    color: #4d4d4d;
}

.color-night-rider {
    color: #2d2d2d;
}

.color-eclipse {
    color: #3c3c3c;
}

.color-blue-violet {
    color: #1d0176;
}

.color-medium-slate-blue {
    color: #8655f4;
}

.color-soft-nero {
    color: #2a2a2a;
}

.color-nero {
    color: #191919;
}

.color-black {
    color: var(--text-dark, #000);
}

.color-hr-dv-orange {
    color: #de4f41;
}

.color-deep-cerise {
    color: #a0006d;
}

.color-zinnwaldite {
    color: #eabeab;
}

.color-silver-tree {
    color: #53b596;
}

.color-medium-purple {
    color: #9566d6;
}

.color-curious-blue {
    color: #2aabe2;
}

.text-white {
    color: white;
}

    .text-white h2, .text-white h3, .text-white h4, .text-white h5 {
        color: white !important;
    }

/*-------------------------------------------------
    [ ## Background Element ]
*/
.bg-white {
    background: white;
}

.bg-snow {
    background: #f6f6f6;
}

.bg-zumthor {
    background-color: #eaf1ff;
}

.bg-lavender {
    background: #eeedfd;
}

.bg-white-smoke {
    background: #f8f8f8;
}

.bg-gainsboro {
    background: #dddddd;
}

.bg-silver {
    background: #c3c3c3;
}

.bg-dim-gray {
    background: #646363;
}

.bg-gray {
    background: #ededed;
}

.bg-suva-grey {
    background: #bababa;
}

.bg-green {
    background-color: #2dad4b;
}

.bg-matterhorn {
    background-color: #4d4d4d;
}

.bg-golden {
    background-color: #eaad11;
}

.bg-turquoise {
    background-color: #21a8eb;
}

.bg-night-rider {
    background: #2d2d2d;
}

.bg-eclipse {
    background: #3c3c3c;
}

.bg-blue-violet {
    background-color: #1d0176;
}

.bg-medium-slate-blue {
    background: #8655f4;
}

.bg-soft-nero {
    background: #2a2a2a;
}

.bg-nero {
    background: #191919;
}

.bg-soft-black {
    background: #181818;
}

.bg-black {
    background: black;
}

.bg-hr-dv-orange {
    background-color: #de4f41;
}

.bg-deep-cerise {
    background: #a0006d;
}

.bg-black-russian {
    background: #222222;
}

.bg-black-russian-2 {
    background: #27282b;
}

.bg-black-russian-3 {
    background: #13152e;
}

.bg-midnight-express {
    background: #151415;
}

.bg-zinnwaldite {
    background-color: #eabeab;
}

.bg-silver-tree {
    background-color: #53b596;
}

.bg-medium-purple {
    background-color: #9566d6;
}

.bg-curious-blue {
    background-color: #2aabe2;
}

/*-------------------------------------------------
    [ ## Extra Background ]
*/
.bar-blue-violet .swiper-scrollbar-drag {
    background: #1d0176;
}

/*-------------------------------------------------
    [ ## SVG Fill ]
*/
.svg-white path {
    fill: white;
}

.svg-snow path {
    fill: #f6f6f6;
}

.svg-white-smoke path {
    fill: #f8f8f8;
}

.svg-gainsboro path {
    fill: #dddddd;
}

.svg-silver path {
    fill: #c3c3c3;
}

.svg-dim-gray path {
    fill: #646363;
}

.svg-gray path {
    fill: #ededed;
}

.svg-suva-grey path {
    fill: #bababa;
}

.svg-matterhorn path {
    fill: #4d4d4d;
}

.svg-night-rider path {
    fill: #2d2d2d;
}

.svg-eclipse path {
    fill: #3c3c3c;
}

.svg-blue-violet path {
    fill: #1d0176;
}

.svg-soft-nero path {
    fill: #2a2a2a;
}

.svg-nero path {
    fill: #191919;
}

.svg-soft-black path {
    fill: #181818;
}

.svg-black path {
    fill: black;
}

/*-------------------------------------------------
    [ ## Social Element ]
*/
.fb-color {
    color: #3b5998;
}

.fb-bg {
    background: #3b5998;
}

.tw-color {
    color: #1da1f2;
}

.tw-bg {
    background: #1da1f2;
}

.yt-color {
    color: #ff0000;
}

.yt-bg {
    background: #ff0000;
}

.in-color {
    color: #c32aa3;
}

.in-bg {
    background: #c32aa3;
}

.pin-color {
    color: #bd081c;
}

.pin-bg {
    background: #bd081c;
}

.lid-color {
    color: #007bb5;
}

.lid-bg {
    background: #007bb5;
}

.gplus-color {
    color: #db4437;
}

.gplus-bg {
    background: #db4437;
}

.drib-color {
    color: #ea4c89;
}

.drib-bg {
    background: #ea4c89;
}

.drib-color {
    color: #ea4c89;
}

.drib-bg {
    background: #ea4c89;
}

.dbart-color {
    color: #05cc47;
}

.dbart-bg {
    background: #05cc47;
}

.bh-color {
    color: #053eff;
}

.bh-bg {
    background: #053eff;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-image-right {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.bg-image-100 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.bg-overlay {
    position: relative;
}

.slide .carousel-item.active:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
    height: 200px;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.40) 67.58%, rgba(0, 0, 0, 0.00) 100%);
    opacity: 0.7;
}

.bg-overlay > div {
    position: relative;
    z-index: 2;
}

.slide svg.bg-overlay-dark {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.bg-overlay-gradient {
    position: relative;
}

    .bg-overlay-gradient:before {
        background-image: -webkit-linear-gradient(bottom, black, transparent);
        background-image: linear-gradient(to top, black, transparent);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .bg-overlay-gradient > div {
        position: relative;
        z-index: 2;
    }

/*-------------------------------------------------
    [ ## Border Element ]
*/
.bd-t-soft-nero {
    border-top: 1px solid #2a2a2a;
}

.bd-t-white-20 {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*-------------------------------------------------
    [ ## Border Extra Elements ]
*/
.heading-divider span {
    width: 13px;
    height: 13px;
    border: 3px solid #de4f41;
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.title-border {
    position: relative;
    text-align: center;
}

    .title-border .small-border {
        width: 7px;
        height: 4px;
        display: inline-block;
        margin: 0 2px;
    }

    .title-border .large-border {
        height: 4px;
        display: inline-block;
        width: 45px;
        margin: 0 2px;
    }

.vertical-divider {
    width: 2px;
    height: 65px;
    background: #de4f41;
}

.horizontal-divider {
    width: 65px;
    height: 2px;
    background: #de4f41;
}

/*--------------------------------------------------------------
# Radius Element
--------------------------------------------------------------*/
.rd-0 {
    border-radius: 0;
}

.rd-5 {
    border-radius: 5px;
}

.rd-10 {
    border-radius: 10px;
}

.rd-15 {
    border-radius: 15px;
}

.rd-30 {
    border-radius: 30px;
}

.rd-30-im {
    border-radius: 30px !important;
}

.rd-45 {
    border-radius: 45px;
}

.rd-p-50 {
    border-radius: 50%;
}

.rd-p-100 {
    border-radius: 100%;
}

/*-------------------------------------------------
    [ ## Lists ]
*/
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1em;
}

.remove-broswer-defult {
    list-style: none;
    padding: 0;
    margin: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

/*-------------------------------------------------
    [ ## Post, Page, Comments Table ]
*/
body:not(.woocommerce-page) .article-content table,
body:not(.bbpress) .article-content table,
body:not(.buddypress) .article-content table {
    margin-bottom: 30px;
}

    body:not(.woocommerce-page) .article-content table td, body:not(.woocommerce-page) .article-content table th,
    body:not(.bbpress) .article-content table td,
    body:not(.bbpress) .article-content table th,
    body:not(.buddypress) .article-content table td,
    body:not(.buddypress) .article-content table th {
        border: 1px solid #dddddd;
        padding: 15px;
    }

.comment-content table {
    margin-bottom: 30px;
}

    .comment-content table td, .comment-content table th {
        border: 1px solid #dddddd;
        padding: 15px;
    }

/*-------------------------------------------------
    [ # Button Links ]
*/
.btn-links-area {
    margin: 5px -8px 0;
}

    .btn-links-area .btn-links {
        background-color: transparent;
        border: 0 solid;
        margin: 0 8px;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        color: #b4c0d9;
        font-size: 32px;
        padding: 0;
        position: relative;
        cursor: pointer;
    }

        .btn-links-area .btn-links:hover {
            color: var(--brand-primary-text, #f53700);
        }

            .btn-links-area .btn-links:hover.btn-next {
                padding-left: 5px;
            }

    .btn-links-area.text-right .btn-links:hover.btn-prev {
        padding-right: 5px;
    }

    .btn-links-area.text-right .btn-links:hover.btn-next {
        padding-left: 0;
    }

@media only screen and (max-width: 991px) {
    .btn-links-area.text-right {
        text-align: left !important;
        margin-bottom: 15px;
    }

        .btn-links-area.text-right .btn-links:hover.btn-prev {
            padding-right: 0px;
        }

        .btn-links-area.text-right .btn-links:hover.btn-next {
            padding-left: 5px;
        }
}

@media only screen and (max-width: 767px) {
    .btn-links-area .btn-links {
        font-size: 26px;
    }
}

/*-------------------------------------------------
    [ # subscribe Newsletter ]
*/
.subscribe-me {
    width: 770px;
    padding: 0;
    height: auto;
    margin-left: -385px;
}

@media only screen and (max-width: 991px) {
    .subscribe-me {
        width: 550px;
        margin-left: -275px;
    }
}

@media only screen and (max-width: 575px) {
    .subscribe-me {
        width: 420px;
        margin-left: -210px;
    }
}

@media only screen and (max-width: 450px) {
    .subscribe-me {
        width: 300px;
        margin-left: -150px;
    }
}

.subscribe-me .subscribe-me-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

    .subscribe-me .subscribe-me-inner .sb-close-btn {
        opacity: 1;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        height: 45px;
        background-color: var(--brand-primary-text, #f53700);
        padding: 0;
        margin: 0;
        display: block;
    }

@media only screen and (max-width: 450px) {
    .subscribe-me .subscribe-me-inner .sb-close-btn {
        width: 35px;
        height: 35px;
    }
}

.subscribe-me .subscribe-me-inner .sb-close-btn:before, .subscribe-me .subscribe-me-inner .sb-close-btn:after {
    position: absolute;
    height: 1px;
    left: 50%;
    top: 50%;
    width: 22px;
    background-color: white;
    content: '';
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    margin-left: -11px;
    cursor: pointer;
}

.subscribe-me .subscribe-me-inner .sb-close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.subscribe-me .subscribe-me-inner .sb-close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.subscribe-me .subscribe-me-inner .subscribe-offer {
    width: 270px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.subscribe-me .subscribe-me-inner .subscribe-form-popup {
    width: calc(100% - 270px);
    text-align: center;
    padding: 70px 70px 75px;
}

@media only screen and (max-width: 991px) {
    .subscribe-me .subscribe-me-inner .subscribe-form-popup {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .subscribe-me .subscribe-me-inner .subscribe-form-popup {
        padding: 50px 25px;
    }
}

@media only screen and (max-width: 450px) {
    .subscribe-me .subscribe-me-inner .subscribe-form-popup {
        padding: 40px 15px;
    }
}

.subscribe-me .subscribe-me-inner .subscribe-form-popup .heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media only screen and (max-width: 450px) {
    .subscribe-me .subscribe-me-inner .subscribe-form-popup .heading {
        font-size: 20px;
    }
}

.subscribe-me .subscribe-me-inner .subscribe-form-popup .off {
    font-weight: 500;
    color: #8f8f8f;
    font-size: 14px;
    margin-bottom: 2px;
}

.subscribe-me .subscribe-me-inner .subscribe-form-popup .minimum-spend {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-dark, #000);
    margin-bottom: 42px;
}

    .subscribe-me .subscribe-me-inner .subscribe-form-popup .minimum-spend > span {
        display: inline-block;
        border-bottom: 1px solid black;
        line-height: 1.2;
    }

.subscribe-me .subscribe-me-inner .subscribe-form-popup form {
    position: relative;
}

.subscribe-me .subscribe-me-inner .subscribe-form-popup input[type='email'] {
    background-color: transparent;
    border-bottom: 1px solid #8f8f8f;
    padding: 0 0 14px !important;
    width: 100%;
    font-size: 12px;
}

.subscribe-me .subscribe-me-inner .subscribe-form-popup .subscribe-btn {
    position: absolute;
    top: -1px;
    right: 0;
    background-color: transparent;
    font-size: 18px;
    color: var(--brand-primary-text, #f53700);
    padding: 0;
}

.subscribe-me .subscribe-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .subscribe-me .subscribe-offer {
        display: none;
    }
}

.subscribe-me .subscribe-offer .subscribe-offer-text {
    width: 100%;
}

    .subscribe-me .subscribe-offer .subscribe-offer-text .offer {
        font-size: 110px;
        font-weight: lighter;
        color: white;
        line-height: 1;
        position: relative;
        margin-bottom: 65px;
    }

        .subscribe-me .subscribe-offer .subscribe-offer-text .offer:before {
            position: absolute;
            content: '';
            bottom: -30px;
            width: 75px;
            height: 2px;
            background-color: var(--brand-primary-text, #f53700);
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .subscribe-me .subscribe-offer .subscribe-offer-text .offer > sup {
            font-size: 62%;
            top: -27px;
        }

        .subscribe-me .subscribe-offer .subscribe-offer-text .offer > sub {
            font-size: 28px;
            text-transform: uppercase;
            margin-left: -42px;
            bottom: 0;
        }

    .subscribe-me .subscribe-offer .subscribe-offer-text .order {
        font-size: 24px;
        font-weight: lighter;
        text-transform: uppercase;
        color: white;
        line-height: 1.2em;
    }

.carousel-nav-text .owl-nav > div,
.carousel-nav-text > .btn-links {
    background-color: transparent;
    border: 0px solid;
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5em;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 13px 2px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

@media only screen and (max-width: 991px) {
    .carousel-nav-text .owl-nav > div,
    .carousel-nav-text > .btn-links {
        padding: 10px 2px;
    }
}

.carousel-nav-text .owl-nav > div:before,
.carousel-nav-text > .btn-links:before {
    border-top: 2px solid #8f8f8f;
    border-bottom: 2px solid #8f8f8f;
    content: '';
    height: 48px;
    position: absolute;
    width: 60px;
    top: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

@media only screen and (max-width: 991px) {
    .carousel-nav-text .owl-nav > div:before,
    .carousel-nav-text > .btn-links:before {
        height: 42px;
    }
}

.carousel-nav-text .owl-nav > div > span,
.carousel-nav-text > .btn-links > span {
    display: block;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

    .carousel-nav-text .owl-nav > div > span:after, .carousel-nav-text .owl-nav > div > span:before,
    .carousel-nav-text > .btn-links > span:after,
    .carousel-nav-text > .btn-links > span:before {
        background-color: #8f8f8f;
        content: '';
        height: 8px;
        position: absolute;
        width: 2px;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

.carousel-nav-text .owl-nav > div:hover,
.carousel-nav-text > .btn-links:hover {
    color: black !important;
}

    .carousel-nav-text .owl-nav > div:hover:before,
    .carousel-nav-text > .btn-links:hover:before {
        border-color: black !important;
    }

    .carousel-nav-text .owl-nav > div:hover > span:after, .carousel-nav-text .owl-nav > div:hover > span:before,
    .carousel-nav-text > .btn-links:hover > span:after,
    .carousel-nav-text > .btn-links:hover > span:before {
        background-color: black !important;
    }

.carousel-nav-text .owl-nav > div.owl-prev:before,
.carousel-nav-text > .btn-links.btn-prev:before {
    left: 0;
    border-left: 2px solid #8f8f8f;
}

.carousel-nav-text .owl-nav > div.owl-prev > span,
.carousel-nav-text > .btn-links.btn-prev > span {
    padding-left: 25px;
}

    .carousel-nav-text .owl-nav > div.owl-prev > span:after,
    .carousel-nav-text > .btn-links.btn-prev > span:after {
        bottom: -11px;
        left: 58px;
    }

@media only screen and (max-width: 1199px) {
    .carousel-nav-text .owl-nav > div.owl-prev > span:after,
    .carousel-nav-text > .btn-links.btn-prev > span:after {
        bottom: -11px;
    }
}

@media only screen and (max-width: 991px) {
    .carousel-nav-text .owl-nav > div.owl-prev > span:after,
    .carousel-nav-text > .btn-links.btn-prev > span:after {
        bottom: -10px;
    }
}

.carousel-nav-text .owl-nav > div.owl-prev > span:before,
.carousel-nav-text > .btn-links.btn-prev > span:before {
    top: -13px;
    left: 58px;
}

@media only screen and (max-width: 991px) {
    .carousel-nav-text .owl-nav > div.owl-prev > span:before,
    .carousel-nav-text > .btn-links.btn-prev > span:before {
        top: -10px;
    }
}

.carousel-nav-text .owl-nav > div.owl-next:before,
.carousel-nav-text > .btn-links.btn-next:before {
    right: 0;
    border-right: 2px solid #8f8f8f;
}

.carousel-nav-text .owl-nav > div.owl-next > span,
.carousel-nav-text > .btn-links.btn-next > span {
    padding-right: 20px;
}

    .carousel-nav-text .owl-nav > div.owl-next > span:after,
    .carousel-nav-text > .btn-links.btn-next > span:after {
        bottom: -11px;
        right: 58px;
    }

@media only screen and (max-width: 1199px) {
    .carousel-nav-text .owl-nav > div.owl-next > span:after,
    .carousel-nav-text > .btn-links.btn-next > span:after {
        bottom: -11px;
    }
}

@media only screen and (max-width: 991px) {
    .carousel-nav-text .owl-nav > div.owl-next > span:after,
    .carousel-nav-text > .btn-links.btn-next > span:after {
        bottom: -10px;
    }
}

.carousel-nav-text .owl-nav > div.owl-next > span:before,
.carousel-nav-text > .btn-links.btn-next > span:before {
    top: -13px;
    right: 58px;
}

@media only screen and (max-width: 991px) {
    .carousel-nav-text .owl-nav > div.owl-next > span:before,
    .carousel-nav-text > .btn-links.btn-next > span:before {
        top: -10px;
    }
}

.carousel-nav-text.nav-right {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .carousel-nav-text.nav-right {
        text-align: left;
    }
}

.carousel-nav-text.nav-center {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .carousel-nav-text .owl-nav {
        padding-top: 20px;
    }
}

/*-------------------------------------------------
    [ ## Carousel Align Center ]
*/
.carousel-align-center {
    position: relative;
}

    .carousel-align-center .owl-nav > div {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

        .carousel-align-center .owl-nav > div.owl-prev {
            left: -90px;
        }

@media only screen and (max-width: 1620px) {
    .carousel-align-center .owl-nav > div.owl-prev {
        left: -75px;
    }
}

@media only screen and (max-width: 1366px) {
    .carousel-align-center .owl-nav > div.owl-prev {
        left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-align-center .owl-nav > div.owl-prev {
        left: -22px;
    }
}

.carousel-align-center .owl-nav > div.owl-next {
    right: -90px;
}

@media only screen and (max-width: 1620px) {
    .carousel-align-center .owl-nav > div.owl-next {
        right: -75px;
    }
}

@media only screen and (max-width: 1366px) {
    .carousel-align-center .owl-nav > div.owl-next {
        right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-align-center .owl-nav > div.owl-next {
        right: -22px;
    }
}

/*-------------------------------------------------
    [ ## Carousel Circle ]
*/
.carousel-circle {
    position: relative;
}

    .carousel-circle .owl-nav > div {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        border: 1px solid #dddddd;
        color: var(--brand-primary-text, #f53700);
        border-radius: 50px;
        text-align: center;
        display: inline-block;
        margin: 3px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .carousel-circle .owl-nav > div:hover {
            background-color: black;
            border: 1px solid black;
            color: white;
        }

.carousel-arrow .owl-nav > div {
    font-size: 60px;
    color: #bababa;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

@media only screen and (max-width: 991px) {
    .carousel-arrow .owl-nav > div {
        font-size: 30px;
    }
}

.carousel-arrow .owl-nav > div:hover {
    color: var(--brand-primary-text, #f53700);
}

.carousel-arrow .owl-nav > div.owl-prev {
    left: -60px;
}

@media only screen and (max-width: 1280px) {
    .carousel-arrow .owl-nav > div.owl-prev {
        left: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .carousel-arrow .owl-nav > div.owl-prev {
        left: -30px;
    }
}

@media only screen and (max-width: 991px) {
    .carousel-arrow .owl-nav > div.owl-prev {
        left: -15px;
    }
}

.carousel-arrow .owl-nav > div.owl-next {
    right: -60px;
}

@media only screen and (max-width: 1280px) {
    .carousel-arrow .owl-nav > div.owl-next {
        right: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .carousel-arrow .owl-nav > div.owl-next {
        right: -30px;
    }
}

@media only screen and (max-width: 991px) {
    .carousel-arrow .owl-nav > div.owl-next {
        right: -15px;
    }
}

/*-------------------------------------------------
    [ ## Carousel Nav Dots ]
*/
.carousel-nav-dots .owl-dots {
    margin-bottom: -5px;
    text-align: center;
    padding-top: 5px;
}

    .carousel-nav-dots .owl-dots > div {
        display: inline-block;
        margin: 0 4px;
        border-radius: 50%;
    }

        .carousel-nav-dots .owl-dots > div > span {
            background-color: black;
            border-radius: 50%;
            display: block;
            height: 12px;
            -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
            width: 12px;
        }

        .carousel-nav-dots .owl-dots > div.active > span {
            background-color: #c51c23 !important;
            opacity: 1 !important;
        }

.carousel-nav-dots-rec .owl-dots {
    margin-bottom: -5px;
    text-align: center;
    padding-top: 15px;
}

    .carousel-nav-dots-rec .owl-dots > div {
        display: inline-block;
        margin: 0 4px;
    }

        .carousel-nav-dots-rec .owl-dots > div > span {
            background-color: #cccccc;
            display: block;
            height: 4px;
            -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
            width: 40px;
        }

@media only screen and (max-width: 767px) {
    .carousel-nav-dots-rec .owl-dots > div > span {
        width: 20px;
    }
}

.carousel-nav-dots-rec .owl-dots > div.active > span {
    background-color: #c51c23 !important;
    opacity: 1 !important;
}

/*-------------------------------------------------
    [ ## Social Status ]
*/
.social-status {
    margin: 0 -3px;
}

    .social-status a {
        border-radius: 50%;
        color: var(--text-gray, #666666);
        display: inline-block;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        width: 45px;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        margin: 0 3px;
        background-color: #f6f6f6;
    }

        .social-status a:hover, .social-status a:focus {
            background-color: var(--brand-primary-text, #f53700);
            color: white !important;
        }

.modal {
    z-index: 999999;
}

.header-search-area {
    max-width: calc(100vw - 30px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 98vh;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 15px;
    padding: 20px;
}

@media only screen and (max-width: 480px) {
    .header-search-area {
        padding: 10px;
    }
}

.header-search-area .modal-header {
    padding: 10px 0 60px;
    border-bottom: 0px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 1199px) {
    .header-search-area .modal-header {
        padding: 0px 0 25px;
    }
}

@media only screen and (max-width: 480px) {
    .header-search-area .modal-header {
        padding-bottom: 15px;
    }
}

.header-search-area .modal-header .close.btn-close {
    opacity: 1;
    cursor: pointer;
    position: relative;
    width: 45px;
    height: 45px;
    background-color: var(--brand-primary-text, #f53700);
    border-radius: 50%;
    padding: 0;
    margin: 0;
}

    .header-search-area .modal-header .close.btn-close:before, .header-search-area .modal-header .close.btn-close:after {
        position: absolute;
        height: 1px;
        left: 50%;
        top: 50%;
        width: 22px;
        background-color: white;
        content: '';
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        margin-left: -11px;
        cursor: pointer;
    }

    .header-search-area .modal-header .close.btn-close:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header-search-area .modal-header .close.btn-close:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header-search-area .modal-header .close.btn-close:hover {
        background-color: black;
    }

.header-search-area .header-search-area-inner {
    width: 700px;
}

@media only screen and (max-width: 767px) {
    .header-search-area .header-search-area-inner {
        width: 520px;
    }
}

@media only screen and (max-width: 575px) {
    .header-search-area .header-search-area-inner {
        width: 400px;
    }
}

@media only screen and (max-width: 480px) {
    .header-search-area .header-search-area-inner {
        width: 280px;
    }
}

.header-search-area .filter-search-tab .nav-tabs {
    border-bottom: 0 solid;
    overflow: hidden;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 1199px) {
    .header-search-area .filter-search-tab .nav-tabs {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .header-search-area .filter-search-tab .nav-tabs {
        margin-bottom: 15px;
    }
}

.header-search-area .filter-search-tab .nav-tabs > li {
    display: inline-block;
    margin: 0 15px;
}

@media only screen and (max-width: 575px) {
    .header-search-area .filter-search-tab .nav-tabs > li {
        margin: 0 8px 3px;
    }
}

@media only screen and (max-width: 480px) {
    .header-search-area .filter-search-tab .nav-tabs > li {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.header-search-area .filter-search-tab .nav-tabs > li > a {
    border-radius: 0px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .header-search-area .filter-search-tab .nav-tabs > li > a {
        padding: 10px 0px;
    }
}

@media only screen and (max-width: 575px) {
    .header-search-area .filter-search-tab .nav-tabs > li > a {
        padding: 6px 0px;
        font-size: 14px;
    }
}

.header-search-area .filter-search-tab .nav-tabs > li > a:before {
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--brand-primary-text, #f53700);
    bottom: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.header-search-area .filter-search-tab .nav-tabs > li > a:hover {
    color: var(--text-dark, #000);
}

.header-search-area .filter-search-tab .nav-tabs > li > a.active {
    color: var(--text-dark, #000);
}

    .header-search-area .filter-search-tab .nav-tabs > li > a.active:before {
        width: 100%;
    }

.header-search-area .filter-search-tab-content {
    border: 1px solid #dddddd;
    background-color: white;
}

.header-search-area form {
    padding: 20px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

@media only screen and (max-width: 480px) {
    .header-search-area form {
        padding: 15px;
    }
}

.header-search-area form input[type='search'] {
    border: 0px solid;
    font-weight: normal;
    font-size: 16px;
    width: 100%;
}

.header-search-area form button, .header-search-area form input[type="button"], .header-search-area form input[type="reset"], .header-search-area form input[type="submit"] {
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    border: 0px solid;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 480px) {
    .header-search-area form button, .header-search-area form input[type="button"], .header-search-area form input[type="reset"], .header-search-area form input[type="submit"] {
        font-size: 18px;
        right: 7px;
    }
}

.header-search-area form button:hover, .header-search-area form input[type="button"]:hover, .header-search-area form input[type="reset"]:hover, .header-search-area form input[type="submit"]:hover {
    color: var(--brand-primary-text, #f53700);
}

.header-search-model {
    background-color: rgba(255, 255, 255, 0.9);
}

    .header-search-model .modal-content {
        border-radius: 0px;
        background-color: transparent;
        border: 0px solid;
    }

    .header-search-model .search-by-cat .single-cat {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        border-bottom: 1px solid #dddddd;
        padding: 20px;
    }

@media only screen and (max-width: 480px) {
    .header-search-model .search-by-cat .single-cat {
        padding: 15px;
    }
}

.header-search-model .search-by-cat .single-cat:last-child {
    border-bottom: 0px solid;
}

.header-search-model .search-by-cat .single-cat:hover {
    opacity: 0.85;
}

.header-search-model .search-by-cat .single-cat .thumb {
    width: 70px;
}

@media only screen and (max-width: 480px) {
    .header-search-model .search-by-cat .single-cat .thumb {
        width: 60px;
    }
}

.header-search-model .search-by-cat .single-cat .text {
    color: var(--text-dark, #000);
    font-weight: 500;
    padding-left: 20px;
    font-size: 14px;
}

@media only screen and (max-width: 480px) {
    .header-search-model .search-by-cat .single-cat .text {
        padding-left: 15px;
    }
}

.footer-share {
    display: none !important;
}

@media only screen and (max-width: 1199px) {
    .footer-share {
        display: block !important;
        padding-top: 24px !important;
    }

    .footer-logo {
        margin-top: -22px !important;
    }
}

.socialicon {
    font-size: 24px !important;
    padding-right: 5px !important;
}
/*-------------------------------------------------
    [ ## Scroll Top ]
*/
.topbutton {
    color: white;
    bottom: 6px;
    display: block;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 17px;
    text-align: center;
    width: 50px;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
    font-size: 20px;
    border-radius: 5px;
    background-color: var(--brand-primary-text, #f53700);
}

    .topbutton.btn-show {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .topbutton.btn-hide {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    .topbutton:hover {
        color: white !important;
        opacity: 0.9;
    }

    .topbutton:focus {
        color: white !important;
    }

/*-------------------------------------------
  -- Animations
-------------------------------------------*/
[data-animate] {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

/* zoomEffect */
@-webkit-keyframes zoomEffect {
    0% {
        -webkit-transform: scale(1, 1) translate(0, 0);
    }

    25% {
        -webkit-transform: scale(1.3, 1.3) translate(50px, 50px);
    }

    50% {
        -webkit-transform: scale(1, 1) translate(0, 0);
    }

    75% {
        -webkit-transform: scale(1.3, 1.3) translate(-50px, -50px);
    }

    100% {
        -webkit-transform: scale(1, 1) translate(0, 0);
    }
}

@keyframes zoomEffect {
    0% {
        -webkit-transform: scale(1, 1) translate(0, 0);
        transform: scale(1, 1) translate(0, 0);
    }

    25% {
        -webkit-transform: scale(1.3, 1.3) translate(50px, 50px);
        transform: scale(1.3, 1.3) translate(50px, 50px);
    }

    50% {
        -webkit-transform: scale(1, 1) translate(0, 0);
        transform: scale(1, 1) translate(0, 0);
    }

    75% {
        -webkit-transform: scale(1.3, 1.3) translate(-50px, -50px);
        transform: scale(1.3, 1.3) translate(-50px, -50px);
    }

    100% {
        -webkit-transform: scale(1, 1) translate(0, 0);
        transform: scale(1, 1) translate(0, 0);
    }
}
/* Fade In Up */
@-webkit-keyframes hg-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 1.3em, 0);
        transform: translate3d(0, 1.3em, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hg-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 1.3em, 0);
        transform: translate3d(0, 1.3em, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hg-fadeInUp {
    -webkit-animation-name: hg-fadeInUp;
    animation-name: hg-fadeInUp;
}

/* Fade In Up */
@-webkit-keyframes hg-fadeInUp50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hg-fadeInUp50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hg-fadeInUp50 {
    -webkit-animation-name: hg-fadeInUp50;
    animation-name: hg-fadeInUp50;
}

/* Fade Up In */
@-webkit-keyframes hg-fadeUpIn50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hg-fadeUpIn50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hg-fadeInUp50 {
    -webkit-animation-name: hg-fadeInUp50;
    animation-name: hg-fadeInUp50;
}

/* Fade In Down */
@-webkit-keyframes hg-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1.25rem, 0);
        transform: translate3d(0, -1.25rem, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hg-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1.25rem, 0);
        transform: translate3d(0, -1.25rem, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hg-fadeInDown {
    -webkit-animation-name: hg-fadeInDown;
    animation-name: hg-fadeInDown;
}

/* Fade In Left */
@-webkit-keyframes hg-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hg-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hg-fadeInLeft {
    -webkit-animation-name: hg-fadeInLeft;
    animation-name: hg-fadeInLeft;
}

/* Fade In Right */
@-webkit-keyframes hg-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hg-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hg-fadeInRight {
    -webkit-animation-name: hg-fadeInRight;
    animation-name: hg-fadeInRight;
}

/* Rotate360 */
@-webkit-keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotate360 {
    -webkit-animation-name: rotate360;
    animation-name: rotate360;
}

/* bt-leftRight-20 */
@-webkit-keyframes bt-leftRight-20 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bt-leftRight-20 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* bt-bottomTop-40 */
@-webkit-keyframes bt-bottomTop-40 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bt-bottomTop-40 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* bt-topBottom-40 */
@-webkit-keyframes bt-topBottom-40 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bt-topBottom-40 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* bt-topBottom-20 */
@-webkit-keyframes bt-topBottom-20 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bt-topBottom-20 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

/*-------------------------------------------------
    [ ## Others Element ]
*/
.block-img {
    display: block;
}

.mfp-close {
    color: white !important;
}

.full-content {
    float: none;
    margin: auto;
}

.full-width {
    width: 100%;
}

.fs-i {
    font-style: italic;
}

.fw-n {
    font-weight: normal;
}

.bg-cover {
    background-size: cover;
    background-position: center center;
}

[data-bg-image] {
    background-size: cover;
    background-position: 50%;
}

.no-border {
    border: 0 none !important;
}

.overflow-hide {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.fl-none {
    float: none !important;
}

@media only screen and (max-width: 800px) {
    .mb-fl-none {
        float: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .mb-text-center {
        text-align: center !important;
    }
}

.owl-carousel .owl-item img {
    width: auto;
}

.box-shadow {
    box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.28);
}

.box-shadow-red {
    box-shadow: 3px 3px 11px 0px rgba(197, 28, 35, 0.14);
}

.card-shadow {
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.07);
}

.mock-up-thumb {
    display: inline-block;
}

.card {
    background-color: white;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
}

.section-block {
    margin: 20px;
}

@media only screen and (max-width: 1366px) {
    .section-block {
        margin: 15px;
    }
}

.section-block-40 {
    margin: 40px;
}

@media only screen and (max-width: 1366px) {
    .section-block-40 {
        margin: 15px;
    }
}

.section-block-60 {
    padding: 60px;
}

@media only screen and (max-width: 1366px) {
    .section-block-60 {
        padding: 15px;
    }
}

.list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.rating {
    margin-right: 2px;
}

    .rating ul > li {
        display: inline-block;
        font-size: 12px;
        color: #bababa;
        margin: 0 -2px;
    }

        .rating ul > li.yellow {
            color: #feb300;
        }

.logo-text {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #b2a1d2 !important;
    letter-spacing: 0.45em;
    display: inline-block;
}

    .logo-text > a:focus,
    .logo-text > a:hover, .logo-text:focus, .logo-text:hover {
        color: #b2a1d2 !important;
    }

.bg-center {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 575px) {
    .container {
        max-width: 450px;
    }
}

@media only screen and (max-width: 576px) {
    .container {
        width: 100%;
    }
}

.element-group > .element {
    position: absolute;
}

.divider {
    font-size: 12px;
    color: var(--brand-primary-text, #f53700);
    text-align: center;
}

    .divider > span {
        margin: 0 -1px;
    }

        .divider > span:nth-child(2) {
            font-size: 18px;
        }

/*-------------------------------------------------
    [ ## Grid Element ]
*/
.container-xl {
    margin: auto;
    padding: 0 15px;
    width: 100%;
}

@media only screen and (min-width: 1575px) {
    .container-xl {
        max-width: 1300px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1574px) {
    .container-xl {
        max-width: 1199px;
    }
}

@media only screen and (min-width: 992px) {
    .row.item-4 .item:nth-child(4n+1) {
        clear: left;
    }
}

@media only screen and (min-width: 992px) {
    .row.item-3 .item:nth-child(3n+1) {
        clear: left;
    }
}

@media only screen and (min-width: 992px) {
    .row.item-2 .item:nth-child(2n+1) {
        clear: left;
    }
}

@media only screen and (min-width: 992px) {
    .row.item-1 .item:nth-child(n+1) {
        clear: left;
    }
}

@media only screen and (max-width: 992px) {
    .row .item:nth-child(2n+1) {
        clear: left;
    }
}

@media only screen and (max-width: 520px) {
    .row .item:nth-child(n+1) {
        clear: left;
    }
}

@media only screen and (max-width: 520px) {
    .row[class*="item-"] [class*="col-"] {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .item-sm [class*="col-"] {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*-------------------------------------------------
    # Forms
*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    input[type="submit"]:hover {
        color: white;
    }

button, input[type="button"], input[type="reset"], input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

    button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
    input[type="button"]:focus,
    input[type="reset"]:focus,
    input[type="submit"]:focus {
        outline: none;
    }

    button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

.btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
}

    .btn:active,
    .btn:focus {
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
    }

.btn {
    border: 0px solid;
    border-radius: 0px;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 480px) {
    .btn {
        font-size: 12px;
    }
}

.btn-default {
    padding: 15px 35px;
    border-radius: 35px;
    letter-spacing: 0.07em;
    color: white;
    background-color: var(--brand-primary-text, #f53700);
    text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
    .btn-default {
        padding: 12px 20px;
    }
}

.btn-default:focus, .btn-default:hover {
    background-color: black;
    color: white;
}

.btn-default.btn-black {
    background-color: black;
}

    .btn-default.btn-black:focus, .btn-default.btn-black:hover {
        background-color: var(--brand-primary-text, #f53700);
    }

.btn-default.btn-white:focus, .btn-default.btn-white:hover {
    background-color: white;
    color: var(--brand-primary-text, #f53700);
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:focus {
    box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0);
}

.btn-primary {
    background-color: transparent;
    color: var(--text-dark, #000);
    border: 2px solid black;
    padding: 10px 30px;
}

    .btn-primary.active:focus:not(:disabled):not(.disabled), .btn-primary:focus {
        box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0.5);
    }

    .btn-primary:hover, .btn-primary:focus {
        background-color: #c51c23 !important;
        color: white !important;
        border: 2px solid #c51c23;
    }

    .btn-primary:active {
        box-shadow: 0 0 0 0rem transparent !important;
    }

    .btn-primary.btn-white {
        border-color: white;
        color: white;
        padding: 10px 25px;
    }

        .btn-primary.btn-white:hover, .btn-primary.btn-white:focus {
            border-color: #c51c23 !important;
        }

.video-btn {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 110px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: 54px;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    z-index: 0;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.125);
}

    .video-btn:after {
        display: block;
        content: '';
        width: 120px;
        height: 120px;
        line-height: 120px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.15);
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .video-btn:hover, .video-btn:focus {
        color: var(--brand-primary-text, #f53700);
    }

@media only screen and (max-width: 767px) {
    .video-btn {
        width: 80px;
        height: 80px;
        line-height: 90px;
        font-size: 36px;
    }

        .video-btn:after {
            width: 60px;
            height: 60px;
            line-height: 60px;
        }
}

.btn-group-default {
    margin: 20px -5px -5px;
}

@media only screen and (max-width: 991px) {
    .btn-group-default {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 480px) {
    .btn-group-default {
        margin-top: 35px;
    }
}

.btn-group-default > .btn {
    margin: 5px;
}

.show-more {
    text-align: center;
}

    .show-more .button {
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        color: var(--text-dark, #000);
    }

        .show-more .button > span {
            display: block;
            margin-top: 7px;
        }

        .show-more .button:hover {
            color: var(--brand-primary-text, #f53700);
        }

.more-link {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    word-spacing: 0.02em;
    letter-spacing: 0.01em;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .more-link:hover, .more-link:focus, .more-link:active:focus {
        color: white;
        text-decoration: none !important;
    }

.comment-navigation .nav-links a {
    background: white;
    display: inline-block;
    padding: 0.5em 1.8em;
    letter-spacing: 0.02em;
}

    .comment-navigation .nav-links a:hover {
        color: white;
    }

.mfp-wrap button:hover, .mfp-wrap input[type="button"]:hover, .mfp-wrap input[type="reset"]:hover, .mfp-wrap input[type="submit"]:hover {
    background: transparent !important;
}

.btn-play {
    padding: 15px;
    display: inline-block;
    font-size: 16px;
    height: 55px;
    width: 55px;
    line-height: 25px;
}

.social-btn-lg {
    display: inline-block;
    font-size: 12px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}

.btn-gf {
    border-style: solid;
    border-width: 5px;
    border-color: white;
    border-radius: 50%;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.14);
}

.btn-lg {
    padding: 15px 45px;
    display: inline-block;
    font-size: 16px;
}

.btn-md {
    padding: 10px 30px;
    display: inline-block;
    font-size: 15px;
}

.btn-xl {
    padding: 15px 45px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.015em;
}

.btn-slider {
    padding: 10px 45px;
    display: inline-block;
    font-size: 15px;
    border-radius: 30px;
    border-width: 3px;
}

.btn-slider-xl {
    padding: 15px 45px;
    display: inline-block;
    font-size: 15px;
    border-radius: 30px;
}

.load-more-btn {
    background: #eeedfd;
    font-size: 35px;
    display: inline-block;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    line-height: 90px;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    outline: none;
}

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    input:-webkit-autofill,
    textarea:-webkit-autofill,
    select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px transparent inset;
        -webkit-text-fill-color: #666666 !important;
    }

        input:-webkit-autofill:focus {
            -webkit-box-shadow: 0 0 0px 1000px transparent inset;
            -webkit-text-fill-color: #666666 !important;
        }

        input:-webkit-autofill,
        input:-webkit-autofill:hover,
        input:-webkit-autofill:focus,
        input:-webkit-autofill:active {
            -webkit-transition: background-color 5000s ease-in-out 0s;
            transition: background-color 5000s ease-in-out 0s;
        }

textarea {
    display: block;
    width: 100%;
    display: block;
    min-height: 100px;
    padding-top: 0px !important;
}

input,
select,
textarea {
    border: none;
    vertical-align: baseline;
    font-size: 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

::-webkit-input-placeholder {
    color: #a4a3a3;
}

.widget_newsletter::-webkit-input-placeholder {
    color: #808080;
}

:-moz-placeholder {
    color: #a4a3a3;
    opacity: 1;
}

::-moz-placeholder {
    color: #a4a3a3;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #a4a3a3;
}

.form-controllar {
    border-bottom: 1px solid #dddddd;
    background: transparent;
    width: 100%;
    padding: 10px 0 5px;
    height: 50px;
    line-height: 54px;
    outline: none;
}

    .form-controllar:focus {
        border-color: none;
        box-shadow: none;
        border-color: var(--brand-primary-text, #f53700);
    }

.post-password-form input[type="password"] {
    font-size: 14px;
    border: 1px solid #f0f0f0;
    outline: none;
    box-sizing: border-box;
    padding: 10px;
}

.post-password-form input[type="submit"] {
    padding: 15px 30px;
    position: relative;
    top: 0;
    font-size: 14px;
}

.datepicker-container {
    width: 300px;
}

@media only screen and (max-width: 480px) {
    .datepicker-container {
        width: 270px;
    }
}

.datepicker-container .datepicker-panel > ul > li.picked {
    color: var(--brand-primary-text, #f53700);
}

.datepicker-container .datepicker-panel > ul > li {
    width: 42px;
}

@media only screen and (max-width: 480px) {
    .datepicker-container .datepicker-panel > ul > li {
        width: 38px;
    }
}

.datepicker-container .datepicker-panel > ul > li[data-view="month current"] {
    width: 70%;
    color: var(--text-dark, #000);
    font-weight: 600;
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
}

.datepicker-container .datepicker-panel > ul > li[data-view="day"] {
    color: var(--text-dark, #000);
}

.datepicker-container .datepicker-panel > ul > li[data-view="day next"] {
    color: var(--text-gray, #666666);
}

.datepicker-container .datepicker-panel > ul > li:hover, .datepicker-container .datepicker-panel > ul > li.highlighted {
    color: white;
    background-color: var(--brand-primary-text, #f53700);
}

.input-spinner {
    border: 2px solid #dddddd;
    border-radius: 40px;
    height: 48px;
    overflow: hidden;
    display: inline-block;
    padding: 0 20px;
}

    .input-spinner > a {
        display: inline-block;
        float: left;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        color: #8f8f8f;
    }

        .input-spinner > a:hover, .input-spinner > a:focus {
            color: var(--text-dark, #000);
        }

    .input-spinner > input {
        border: 0 solid;
        border-radius: 0;
        color: var(--text-dark, #000);
        float: left;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        height: 44px;
        line-height: 44px;
        font-weight: 600;
        width: 85px !important;
        padding: 5px 10px !important;
    }

@media only screen and (max-width: 991px) {
    .input-spinner > input {
        width: 60px !important;
    }
}

.input-spinner > input:focus {
    border: 0 solid;
}

.select-custom {
    border-radius: 5px;
    background-color: transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 54px;
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    text-align: left !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-bottom: 1px solid #dddddd;
}

    .select-custom:after {
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        display: block;
        pointer-events: none;
        position: absolute;
        right: 0px;
        top: 2px;
        color: var(--text-dark, #000);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        font-weight: 800;
        opacity: 0.7;
    }

    .select-custom .list {
        background-color: white;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
        min-height: 50px;
        max-height: 170px;
    }

        .select-custom .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .select-custom.open:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .select-custom.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        width: 100%;
        min-height: 50px;
        max-height: 200px;
        overflow-y: scroll;
    }

    .select-custom.open .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
    }

    .select-custom .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .select-custom .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default;
        }

            .select-custom .option.disabled:after {
                border-color: #cccccc;
            }

        .select-custom .option:hover {
            background-color: var(--brand-primary-text, #f53700);
            color: white;
        }

    .select-custom .current {
        display: block;
        opacity: 0.8;
    }

    .select-custom:focus {
        box-shadow: none;
        outline: none;
        border-radius: 0px;
        background: none;
        color: #727272;
    }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*-------------------------------------------------
    # Media
*/
.page-content .wp-smiley, .entry-summary .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
    border: none;
}

.format-audio iframe {
    width: 100%;
    overflow: hidden;
}

/*-------------------------------------------------
    [ ## Captions ]
*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption .wp-caption-text {
        margin: 0.4em 0;
        font-size: 0.9em;
        font-style: italic;
    }

.wp-caption-text {
    text-align: center;
}

/*-------------------------------------------------
    [ ## Galleries ]
*/
.gallery-block .button-text-right {
    position: relative;
    text-align: right;
}

    .gallery-block .button-text-right.top-60 {
        top: -60px;
    }

@media only screen and (max-width: 991px) {
    .gallery-block .button-text-right.top-60 {
        top: -10px;
        margin-bottom: 30px;
        text-align: left;
    }
}

.gallery {
    margin-bottom: 1.5em;
    margin-left: -10px;
    margin-right: -10px;
}

.gallery-items-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0 5px;
    justify-content: center;
}

@media only screen and (max-width: 480px) {
    .gallery-items-list {
        display: block;
    }
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0px 10px 20px 10px;
    position: relative;
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .gallery-item {
        flex: 0 0 calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
}

@media only screen and (max-width: 767px) {
    .gallery-item {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 480px) {
    .gallery-item {
        max-width: 100%;
    }
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .popup-link:before {
    opacity: 1;
    visibility: visible;
}

.gallery-item:hover .popup-link > span {
    transform: scale(1);
    opacity: 1;
}

.gallery-item .popup-link {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--brand-primary-text, #f53700);
}

    .gallery-item .popup-link:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 2;
        transition: all 0.35s;
        opacity: 0;
        visibility: hidden;
    }

    .gallery-item .popup-link > span {
        position: relative;
        z-index: 3;
        transform: scale(0);
        opacity: 0;
        transition: all 0.4s;
    }

.gallery-item img {
    width: 100%;
    transition: all 0.3s;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
        border-radius: 3px;
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 0.8em;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP tool-bar. */
    }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .never ending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background-color: black;
    overflow: hidden;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader-icon {
    width: 72px;
    height: 72px;
    display: inline-block;
    padding: 0px;
}

    .preloader-icon span {
        position: absolute;
        display: inline-block;
        width: 72px;
        height: 72px;
        border-radius: 100%;
        background-color: var(--brand-primary-text, #f53700);
        -webkit-animation: preloader-fx 1.6s linear infinite;
        animation: preloader-fx 1.6s linear infinite;
    }

        .preloader-icon span:last-child {
            animation-delay: -0.8s;
            -webkit-animation-delay: -0.8s;
        }

@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

.intro-element .intro-social-share {
    position: relative;
}

@media only screen and (max-width: 575px) {
    .intro-element .intro-social-share:hover .social-share {
        opacity: 1 !important;
        padding-top: 5px !important;
        visibility: visible !important;
    }
}

.intro-element .intro-social-share .share-alt {
    display: none;
}

@media only screen and (max-width: 575px) {
    .intro-element .intro-social-share .share-alt {
        display: block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background-color: white;
        color: var(--brand-primary-text, #f53700);
        text-align: center;
        font-size: 14px;
        border-radius: 50%;
        cursor: pointer;
    }

        .intro-element .intro-social-share .share-alt + .social-share {
            padding-top: 20px;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            opacity: 0;
            visibility: hidden;
            min-width: 100px;
        }
}

.intro-element .intro-social-share .social-share a {
    font-size: 14px;
    display: inline-block;
    color: white;
    text-align: center;
    margin-right: 15px;
}

@media only screen and (max-width: 991px) {
    .intro-element .intro-social-share .social-share a {
        font-size: 12px;
        margin-right: 10px;
    }
}

.intro-element .intro-social-share .social-share a:last-child {
    margin-right: 0;
}

.intro-element .intro-social-share .social-share a:hover {
    color: var(--brand-primary-light, #f53700);
}

.intro-element .intro-social-text > a {
    font-weight: 500;
    display: inline-block;
    padding: 5px 17px;
    color: white;
}

@media only screen and (max-width: 991px) {
    .intro-element .intro-social-text > a {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 575px) {
    .intro-element .intro-social-text > a {
        padding: 0 8px;
    }
}

.intro-element .intro-social-text > a:hover {
    color: #c51c23 !important;
}

.intro-element .intro-social-text > a:first-child {
    padding-left: 0;
}

.intro-element .intro-social-text > a:last-child {
    padding-right: 0;
}

.intro-element .intro-shipping-text,
.intro-element .intro-content-info {
    color: white;
    font-size: 15px;
    font-weight: 500;
}

    .intro-element .intro-shipping-text > span,
    .intro-element .intro-content-info > span {
        color: #bababa;
    }

.intro-element .contact-info {
    text-align: center;
}

    .intro-element .contact-info .title {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 8px;
    }

    .intro-element .contact-info .contact-no {
        font-weight: 600;
        font-size: 21px;
        margin-bottom: 0;
    }

.site-header, .site-header-outer {
    padding: 0px;
    position: relative;
}

    .site-header-outer:before {
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        top: 0;
        background: #000;
        opacity: 0.7;
        height: 100%;
    }

    .site-header-outer.bg-image:before {
        background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.40) 67.58%, rgba(0, 0, 0, 0.00) 100%);
        opacity: 0.9;
    }

    .site-header .site-branding > a {
        display: inline-block;
    }

    .site-header .header-right-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .site-header .mobile-sidebar-menu {
        display: none;
    }

@media only screen and (max-width: 1199px) {
    .site-header .mobile-sidebar-menu {
        display: block;
    }
}

.site-header .search-wrap > .search-btn {
    font-size: 14px;
    color: var(--text-dark, #000);
    margin-right: 30px;
    cursor: pointer;
}

    .site-header .search-wrap > .search-btn:hover {
        color: var(--brand-primary-text, #f53700);
    }

.site-header.header-absolute {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-header.default-header-style {
    padding-top: 20px;
}

@media only screen and (max-width: 1199px) {
    .site-header.default-header-style {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .site-header.default-header-style {
        padding-top: 10px;
    }
}

.site-header.default-header-style .site-branding {
    text-align: center;
}

    .site-header.default-header-style .site-branding > a {
        display: inline-block;
    }

.site-header.default-header-style .header-right-area .header-card-area {
    margin-left: 20px;
}

@media only screen and (max-width: 1199px) {
    .site-header.default-header-style .header-right-area .header-card-area {
        margin-left: 0;
    }
}

.site-header.default-header-style .header-right-area .hamburger-menus {
    margin-left: 25px;
    display: none;
}

@media only screen and (max-width: 1199px) {
    .site-header.default-header-style .header-right-area .hamburger-menus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 575px) {
    .site-header.default-header-style .header-right-area .hamburger-menus {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header.default-header-style .intro-content-info {
        display: none;
    }
}

.site-header.default-header-style .header-top-area {
    padding-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .site-header.default-header-style .header-top-area {
        padding-bottom: 20px;
    }

        .site-header.default-header-style .header-top-area > .container {
            max-width: 100%;
        }
}

@media only screen and (max-width: 575px) {
    .site-header.default-header-style .header-card-area .cart-list {
        right: -30px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header.default-header-style .navigation-area {
        display: none;
    }
}

.site-header.default-header-style .navigation-area [class*='col-'] {
    position: static !important;
}

.site-header.default-header-style .navigation-area .site-navigation {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 991px) {
    .site-header.header-style-one .navigation-area > .container {
        max-width: 100%;
    }
}

.site-header.header-style-one .site-branding {
    margin-right: 15px;
}

.site-header.header-style-one .site-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-header.header-style-one .header-card-area:hover > .cart-list {
    top: calc(100% + 15px);
}

@media only screen and (max-width: 480px) {
    .site-header.header-style-one .header-card-area:hover > .cart-list {
        right: -50px;
    }
}

.site-header.header-style-one .header-card-area > a {
    width: 45px;
    height: 45px;
    background-color: var(--brand-primary-text, #f53700);
    color: white;
    line-height: 46px;
}

    .site-header.header-style-one .header-card-area > a > sup {
        background-color: black;
        right: -6px;
        top: -3px;
    }

.site-header.header-style-one .intro-social-share {
    padding-right: 10px;
    padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-one .intro-social-share {
        padding-right: 20px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-one .intro-social-share {
        display: none;
    }
}

.site-header.header-style-one .intro-social-share .social-share a {
    color: var(--text-dark, #000);
}

.site-header.header-style-one .header-right-area .header-card-area {
    margin-left: 20px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-one .header-right-area .header-card-area {
        margin-left: 0;
    }
}

.site-header.header-style-one .header-right-area .header-card-area:after {
    height: 10px;
    top: -10px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-one .header-right-area .navigation {
        display: none;
    }
}

.site-header.header-style-one .header-right-area .hamburger-menus {
    margin-left: 15px;
    display: none;
    width: 30px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-one .header-right-area .hamburger-menus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.site-header.header-style-one .header-right-area .hamburger-menus > span {
    background-color: white;
    margin: 4px 0;
}

    .site-header.header-style-one .header-right-area .hamburger-menus > span:nth-child(2) {
        width: 25px;
    }

.site-header.header-style-one .header-right-area .hamburger-menus:hover > span {
    width: 30px !important;
}

.site-header.header-style-one .header-right-area .hamburger-menus.click-menu > span:nth-child(1) {
    width: 30px;
}

.site-header.header-style-one .header-right-area .hamburger-menus.click-menu > span:nth-child(3) {
    width: 30px;
    position: relative;
    top: 1px;
}

.site-header.header-style-one.menu-white {
    padding-top: 50px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-one.menu-white {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .site-header.header-style-one.menu-white {
        padding-top: 15px;
    }
}

.site-header.header-style-one.menu-white .navigation .mainmenu li > a {
    font-family: var(--heading-font, "Playfair Display", serif);
    font-weight: normal;
}

.site-header.header-style-one.menu-white .navigation .mainmenu > li > a {
    color: white;
    font-size: 18px;
}

    .site-header.header-style-one.menu-white .navigation .mainmenu > li > a > .menu-arrow,
    .site-header.header-style-one.menu-white .navigation .mainmenu > li > button > .menu-arrow {
        color: rgba(255, 255, 255, 0.35);
        top: -2px;
    }

.site-header.header-style-one.menu-white .intro-social-share .social-share a {
    color: white;
}

.site-header.header-style-one .mainmenu li:hover > .sub-menu {
    top: calc(100% + 15px) !important;
}

.site-header.header-style-one .mainmenu .sub-menu:after {
    top: -15px !important;
    height: 15px !important;
}

.site-header.header-style-one .mainmenu li.megamenu:hover > .sub-menu {
    top: 100% !important;
}

.site-header.header-style-one.pages-header {
    padding: 25px 0px 15px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-one.pages-header {
        padding: 15px 0;
    }
}

.site-header.header-style-one.pages-header .header-right-area .hamburger-menus.click-menu > span {
    background-color: white;
}

.site-header.header-style-one.pages-header .header-right-area .hamburger-menus > span {
    background-color: black;
}

.site-header.header-style-two {
    padding-top: 40px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-two {
        padding-top: 20px;
    }
}

.site-header.header-style-two .site-branding {
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-two .navigation-area {
        display: none;
    }
}

.site-header.header-style-two .header-top-area {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-two .header-top-area {
        margin-bottom: 0;
    }
}

.site-header.header-style-two .header-top-area .mobile-social-share .intro-social-share {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-two .header-top-area .mobile-social-share .intro-social-share {
        display: block;
    }
}

.site-header.header-style-two .header-top-area .hamburger-menus {
    margin-left: 25px;
    display: none;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-two .header-top-area .hamburger-menus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-two .header-top-area .hamburger-menus {
        margin-left: 15px;
    }
}

.site-header.header-style-two .header-top-area .mobile-header-right-area {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-two .header-top-area .mobile-header-right-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.site-header.header-style-two .navigation .mainmenu > li > a,
.site-header.header-style-two .navigation .mainmenu > li > button {
    padding: 13px 20px 14px;
}

.site-header.header-style-two .navigation .mainmenu > li:first-child > a {
    padding-left: 0;
}

.site-header.header-style-two .header-card-area > a {
    color: var(--text-dark, #000);
}

.site-header.header-style-two .site-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .site-header.header-style-two .site-navigation .site-navigation-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .site-header.header-style-two .site-navigation .site-navigation-inner .intro-social-share {
            padding-right: 10px;
            padding-left: 10px;
        }

@media only screen and (max-width: 575px) {
    .site-header.header-style-two .site-navigation .site-navigation-inner .intro-social-share {
        display: none;
    }
}

.site-header.header-style-three {
    padding: 80px 65px 30px;
    z-index: 10;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-three {
        padding: 40px 25px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .site-header.header-style-three {
        padding: 35px 15px 20px;
    }
}

.site-header.header-style-three .site-branding > a {
    display: inline-block;
}

@media only screen and (max-width: 420px) {
    .site-header.header-style-three .header-right-area .header-card-area .cart-list {
        right: -45px;
    }
}

.site-header.header-style-three .header-right-area .header-card-area > a {
    width: 45px;
    height: 45px;
    line-height: 46px;
    color: var(--text-dark, #000);
}

    .site-header.header-style-three .header-right-area .header-card-area > a > sup {
        right: -5px;
        top: -3px;
    }

.site-header.header-style-three .header-right-area .reservation-btn-area {
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    .site-header.header-style-three .header-right-area .reservation-btn-area {
        display: none;
    }
}

.site-header.header-style-three .header-right-area .reservation-btn-area .btn-default {
    letter-spacing: 0.175em;
}

.site-header.header-style-three .header-right-area .hamburger-menus {
    margin-left: 20px;
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-three .header-right-area .hamburger-menus {
        margin-left: 15px;
    }
}

.site-header.header-style-four {
    padding-top: 60px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-four {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .site-header.header-style-four .header-top-area > .container {
        max-width: 100%;
    }
}

.site-header.header-style-four .site-branding > a {
    display: inline-block;
}

.site-header.header-style-four .header-right-area .header-card-area > a {
    width: 45px;
    height: 45px;
    line-height: 46px;
    background-color: var(--brand-primary-text, #f53700);
    color: white;
}

    .site-header.header-style-four .header-right-area .header-card-area > a > sup {
        right: -5px;
        top: -3px;
        background-color: black;
    }

.site-header.header-style-four .header-right-area .hamburger-menus {
    margin-left: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: black;
    padding: 13px 12px;
    display: block;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-four .header-right-area .hamburger-menus {
        margin-left: 15px;
        width: 40px;
        height: 40px;
        line-height: 41px;
        padding: 11px 10px;
    }
}

.site-header.header-style-four .header-right-area .hamburger-menus.click-menu {
    background-color: var(--brand-primary-text, #f53700);
}

.site-header.header-style-four .header-right-area .hamburger-menus > span {
    width: 20px !important;
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-four .header-right-area .hamburger-menus > span {
        margin: 6px 0;
    }
}

.site-header.header-style-four .header-right-area .hamburger-menus.click-menu > span:nth-child(1) {
    left: 3px;
    top: 1px;
}

.site-header.header-style-four .header-right-area .hamburger-menus.click-menu > span:nth-child(3) {
    right: -2px;
    top: -1px;
}

.site-header.header-style-five {
    padding-top: 40px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-five {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-five .header-top-area > div {
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .site-header.header-style-five .site-branding img {
        width: 60px;
    }
}

.site-header.header-style-five .mobile-shop-cart {
    display: none;
}

    .site-header.header-style-five .mobile-shop-cart .header-card-area {
        display: block;
    }

        .site-header.header-style-five .mobile-shop-cart .header-card-area > a {
            padding: 10px 0px 11px;
        }

        .site-header.header-style-five .mobile-shop-cart .header-card-area .cart-list {
            right: auto;
            left: 0;
        }

@media only screen and (max-width: 1199px) {
    .site-header.header-style-five .mobile-shop-cart {
        display: block;
    }
}

.site-header.header-style-five .header-card-area.header-card-small > a {
    height: auto !important;
    width: auto !important;
    line-height: 1em !important;
    background-color: transparent;
    background-origin: 0;
    color: white;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
}

    .site-header.header-style-five .header-card-area.header-card-small > a > sup {
        position: relative;
        margin-left: 4px;
        top: -2px;
        right: 0;
    }

.site-header.header-style-five .header-right-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-five .header-right-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.site-header.header-style-five .header-right-area .hamburger-menus {
    margin-left: 25px;
    display: none;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-five .header-right-area .hamburger-menus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-five .header-right-area .hamburger-menus {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-five .header-right-area .contact-page,
    .site-header.header-style-five .header-right-area .header-card-area {
        display: none;
    }
}

.site-header.header-style-five .header-right-area > div {
    margin-left: 50px;
}

    .site-header.header-style-five .header-right-area > div:first-child {
        margin-left: 0;
    }

    .site-header.header-style-five .header-right-area > div.header-card-area > a {
        padding: 10px 0px 11px;
    }

    .site-header.header-style-five .header-right-area > div > a {
        font-size: 16px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 500;
        color: white;
    }

        .site-header.header-style-five .header-right-area > div > a:hover, .site-header.header-style-five .header-right-area > div > a:focus {
            color: var(--brand-primary-text, #f53700);
        }

.site-header.header-style-five .navigation .mainmenu > li > a {
    padding: 13px 20px 14px;
    font-weight: 500;
}

.site-header.header-style-five .navigation .mainmenu > li:first-child > a {
    padding-left: 0;
    margin-left: -20px;
}

.site-header.header-style-five .navigation .megamenu .megamenu-main {
    left: 15px !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-five .site-navigation {
        display: none;
    }
}

.site-header.header-style-six {
    padding-top: 30px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-six {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .site-header.header-style-six.menu-active {
        position: fixed;
    }

        .site-header.header-style-six.menu-active .header-top-area {
            position: relative;
            z-index: 9999;
        }

        .site-header.header-style-six.menu-active .site-branding {
            display: none;
        }

        .site-header.header-style-six.menu-active .site-navigation {
            display: block;
        }

    .site-header.header-style-six .overlaybg {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .site-header.header-style-six .mobile-sidebar-menu.sidemenu-active {
        display: block;
    }

        .site-header.header-style-six .mobile-sidebar-menu.sidemenu-active > .overlaybg {
            display: block;
        }
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-six .site-branding img {
        max-width: 120px;
    }
}

.site-header.header-style-six .header-top-area {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-header.header-style-six .header-top-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-header.header-style-six .hamburger-menus {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .site-header.header-style-six .hamburger-menus > span {
        background-color: black;
    }

.site-header.header-style-six .header-card-area.header-card-small > a {
    background-color: var(--brand-primary-text, #f53700);
    color: white;
}

    .site-header.header-style-six .header-card-area.header-card-small > a > sup {
        background-color: var(--text-dark, #000);
    }

.site-header.header-style-six .site-navigation {
    display: none;
}

.site-header.header-style-six .navigation .mainmenu > li > a {
    color: var(--text-dark, #000);
}

.site-header.header-style-seven {
    padding: 120px 105px 0px;
}

@media only screen and (max-width: 1366px) {
    .site-header.header-style-seven {
        padding: 35px 15px 0px;
    }
}

.site-header.header-style-seven .header-card-area.header-card-small > a {
    background-color: transparent;
    color: white;
    font-size: 32px;
}

    .site-header.header-style-seven .header-card-area.header-card-small > a > sup {
        right: 0px;
        top: 0px;
    }

.site-header.header-style-seven .header-left-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-seven .header-left-area .intro-content-info.opning-hours {
        display: none;
    }
}

.site-header.header-style-seven .header-left-area .header-card-area {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-seven .header-left-area .header-card-area {
        display: block;
    }

        .site-header.header-style-seven .header-left-area .header-card-area .cart-list {
            right: auto;
            left: 0;
        }
}

.site-header.header-style-seven .header-right-area .header-card-area {
    margin-left: 20px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-seven .header-right-area .header-card-area {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .site-header.header-style-seven .header-right-area .intro-content-info {
        display: none;
    }
}

.site-header.header-style-seven .header-right-area .hamburger-menus {
    margin-left: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--brand-primary-text, #f53700);
    padding: 13px 12px;
    display: block;
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-seven .header-right-area .hamburger-menus {
        width: 40px;
        height: 40px;
        padding: 13px 10px;
    }
}

.site-header.header-style-seven .header-right-area .hamburger-menus > span {
    width: 20px !important;
    position: relative;
}

.site-header.header-style-seven .header-right-area .hamburger-menus.click-menu > span:nth-child(1) {
    left: 5px;
    top: 2px;
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-seven .header-right-area .hamburger-menus.click-menu > span:nth-child(1) {
        left: 3px;
        top: -1px;
    }
}

.site-header.header-style-seven .header-right-area .hamburger-menus.click-menu > span:nth-child(3) {
    left: 3px;
}

.site-header.header-style-eight {
    padding: 75px 20px 20px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-eight {
        padding: 35px 15px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .site-header.header-style-eight {
        padding-top: 30px;
    }
}

.site-header.header-style-eight .site-branding {
    margin-right: 20px;
    margin-top: -3px;
}

@media only screen and (max-width: 991px) {
    .site-header.header-style-eight .navigation-area > .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-eight .navigation-area .navigation {
        display: none;
    }
}

.site-header.header-style-eight .site-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-header.header-style-eight .header-card-area > a {
    background-color: var(--brand-primary-text, #f53700);
    color: white;
}

    .site-header.header-style-eight .header-card-area > a > sup {
        background-color: black;
    }

.site-header.header-style-eight .header-right-area {
    min-width: 160px;
}

    .site-header.header-style-eight .header-right-area .online {
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        color: white;
    }

@media only screen and (max-width: 480px) {
    .site-header.header-style-eight .header-right-area .online {
        display: none;
    }
}

.site-header.header-style-eight .header-right-area .header-card-area {
    margin-left: 5px;
}

.site-header.header-style-eight .header-right-area .hamburger-menus {
    margin-left: 15px;
    display: none;
    width: 30px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-eight .header-right-area .hamburger-menus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.site-header.header-style-eight .header-right-area .hamburger-menus > span {
    background-color: white;
    margin: 4px 0;
}

    .site-header.header-style-eight .header-right-area .hamburger-menus > span:nth-child(2) {
        width: 25px;
    }

.site-header.header-style-eight .header-right-area .hamburger-menus:hover > span {
    width: 30px !important;
}

.site-header.header-style-eight .header-right-area .hamburger-menus.click-menu > span:nth-child(1) {
    width: 30px;
}

.site-header.header-style-eight .header-right-area .hamburger-menus.click-menu > span:nth-child(3) {
    width: 30px;
    position: relative;
    top: 1px;
}

.site-header.header-style-nine .site-branding {
    padding: 60px 0;
}

.site-header.header-style-nine .navigation-area {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    background-color: white;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .site-header.header-style-nine .navigation-area > .container {
        max-width: 100%;
    }
}

.site-header.header-style-nine .site-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-nine .navigation-area .navigation {
        display: none;
    }
}

.site-header.header-style-nine .navigation-area .navigation .mainmenu li > a {
    font-family: var(--heading-font, "Playfair Display", serif);
    font-weight: normal !important;
}

@media only screen and (min-width: 1200px) {
    .site-header.header-style-nine .navigation-area .navigation .mainmenu > li > a {
        font-size: 14px !important;
        padding: 19px 22px !important;
    }

        .site-header.header-style-nine .navigation-area .navigation .mainmenu > li > a:first-child {
            padding-left: 0 !important;
        }

        .site-header.header-style-nine .navigation-area .navigation .mainmenu > li > a > .menu-arrow,
        .site-header.header-style-nine .navigation-area .navigation .mainmenu > li > button > .menu-arrow {
            top: 0px;
        }
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-nine .header-right-area {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-nine .header-right-area .header-card-area:hover > .cart-list {
        top: calc(100% + 10px);
    }
}

.site-header.header-style-nine .header-right-area .header-card-area > a {
    background-color: var(--brand-primary-text, #f53700);
    color: white;
}

    .site-header.header-style-nine .header-right-area .header-card-area > a > sup {
        right: auto;
        left: -10px;
        top: 13px;
        background-color: black;
    }

@media only screen and (max-width: 1199px) {
    .site-header.header-style-nine .header-right-area .header-card-area > a > sup {
        left: auto;
        right: -10px;
    }
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-nine .header-right-area .header-card-area > a > sup {
        top: 9px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-nine .header-right-area .header-card-area .cart-list {
        right: auto;
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .site-header.header-style-nine .header-right-area .header-card-area .cart-list {
        left: -160px;
    }
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-nine .header-right-area .header-card-area .cart-list {
        left: -135px;
    }
}

@media only screen and (max-width: 420px) {
    .site-header.header-style-nine .header-right-area .header-card-area .cart-list {
        left: -115px;
    }
}

.site-header.header-style-nine .header-right-area .intro-social-share {
    padding-right: 25px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-nine .header-right-area .intro-social-share {
        display: none;
    }
}

.site-header.header-style-nine .header-right-area .intro-social-share .social-share a {
    color: var(--text-dark, #000);
}

.site-header.header-style-nine .header-right-area .hamburger-menus {
    margin-left: 20px;
    display: none;
    width: 30px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-nine .header-right-area .hamburger-menus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.site-header.header-style-nine .header-right-area .hamburger-menus > span {
    background-color: black;
    margin: 4px 0;
}

    .site-header.header-style-nine .header-right-area .hamburger-menus > span:nth-child(2) {
        width: 25px;
    }

.site-header.header-style-nine .header-right-area .hamburger-menus:hover > span {
    width: 30px !important;
}

.site-header.header-style-nine .header-right-area .hamburger-menus.click-menu > span:nth-child(1) {
    width: 30px;
}

.site-header.header-style-nine .header-right-area .hamburger-menus.click-menu > span:nth-child(3) {
    width: 30px;
    position: relative;
    top: 1px;
}

.site-header.header-style-ten {
    padding: 80px 15px 0;
}

@media only screen and (max-width: 1366px) {
    .site-header.header-style-ten {
        padding-top: 35px;
    }
}

.site-header.header-style-ten .header-card-area.header-card-small > a {
    color: var(--text-dark, #000);
}

.site-header.header-style-ten .hamburger-menus {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.site-header.header-style-eleven {
    padding: 40px 15px 0;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-eleven {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-eleven > .container {
        max-width: 100%;
    }
}

.site-header.header-style-eleven .hamburger-menus {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

@media only screen and (max-width: 991px) {
    .site-header.header-style-eleven .site-branding img {
        width: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-eleven.intro-element .intro-social-share .share-alt + .social-share {
        left: auto;
        right: 0;
        text-align: right;
    }

        .site-header.header-style-eleven.intro-element .intro-social-share .share-alt + .social-share > a:last-child {
            margin-right: 0;
        }
}

.site-header.header-style-twelve {
    padding: 80px 20px 20px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-twelve {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .site-header.header-style-twelve {
        padding: 30px 15px 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-twelve .header-top-area > .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-twelve .site-navigation {
        display: none;
    }
}

.site-header.header-style-twelve .header-top-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-header.header-style-twelve .navigation .mainmenu > li > a {
    color: white !important;
    padding: 13px 30px 14px !important;
}

.site-header.header-style-twelve .header-right-area .intro-social-share {
    padding-right: 25px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-twelve .header-right-area .intro-social-share {
        display: none;
    }
}

.site-header.header-style-twelve .header-right-area .intro-social-share .social-share a {
    color: var(--text-dark, #000);
}

.site-header.header-style-twelve .header-right-area .hamburger-menus {
    margin-left: 20px;
    display: none;
    width: 30px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-twelve .header-right-area .hamburger-menus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.site-header.header-style-twelve .header-right-area .hamburger-menus > span {
    margin: 4px 0;
}

    .site-header.header-style-twelve .header-right-area .hamburger-menus > span:nth-child(2) {
        width: 25px;
    }

.site-header.header-style-twelve .header-right-area .hamburger-menus:hover > span {
    width: 30px !important;
}

.site-header.header-style-twelve .header-right-area .hamburger-menus.click-menu > span:nth-child(1) {
    width: 30px;
}

.site-header.header-style-twelve .header-right-area .hamburger-menus.click-menu > span:nth-child(3) {
    width: 30px;
    position: relative;
    top: 1px;
}

.site-header.header-style-twelve .header-card-area.header-card-small > a {
    color: var(--text-dark, #000);
}

.site-header.header-style-thirteen {
    padding: 25px 0 15px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-thirteen {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .site-header.header-style-thirteen .navigation-area > .container {
        max-width: 100%;
    }
}

.site-header.header-style-thirteen .site-branding {
    margin-right: 15px;
}

.site-header.header-style-thirteen .site-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-header.header-style-thirteen .header-card-area:hover > .cart-list {
    top: calc(100% + 15px);
}

@media only screen and (max-width: 480px) {
    .site-header.header-style-thirteen .header-card-area:hover > .cart-list {
        right: -50px;
    }
}

.site-header.header-style-thirteen .header-card-area > a {
    width: 45px;
    height: 45px;
    line-height: 46px;
}

    .site-header.header-style-thirteen .header-card-area > a > sup {
        right: -6px;
        top: -3px;
    }

.site-header.header-style-thirteen .intro-social-share {
    padding-right: 10px;
    padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-thirteen .intro-social-share {
        padding-right: 20px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-thirteen .intro-social-share {
        display: none;
    }
}

.site-header.header-style-thirteen .intro-social-share .social-share a {
    color: white;
}

.site-header.header-style-thirteen .header-right-area .header-card-area {
    margin-left: 20px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-thirteen .header-right-area .header-card-area {
        margin-left: 0;
    }
}

.site-header.header-style-thirteen .header-right-area .header-card-area:after {
    height: 10px;
    top: -10px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-thirteen .header-right-area .navigation {
        display: none;
    }
}

.site-header.header-style-thirteen .header-right-area .hamburger-menus {
    margin-left: 15px;
    display: none;
    width: 30px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-thirteen .header-right-area .hamburger-menus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.site-header.header-style-thirteen .header-right-area .hamburger-menus > span {
    background-color: white;
    margin: 4px 0;
}

    .site-header.header-style-thirteen .header-right-area .hamburger-menus > span:nth-child(2) {
        width: 25px;
    }

.site-header.header-style-thirteen .header-right-area .hamburger-menus:hover > span {
    width: 30px !important;
}

.site-header.header-style-thirteen .header-right-area .hamburger-menus.click-menu > span:nth-child(1) {
    width: 30px;
}

.site-header.header-style-thirteen .header-right-area .hamburger-menus.click-menu > span:nth-child(3) {
    width: 30px;
    position: relative;
    top: 1px;
}

.site-header.header-style-thirteen .site-navigation .navigation .mainmenu > li > a {
    color: white !important;
    padding: 13px 15px 14px !important;
}

    .site-header.header-style-thirteen .site-navigation .navigation .mainmenu > li > a > .menu-arrow,
    .site-header.header-style-thirteen .site-navigation .navigation .mainmenu > li > button > .menu-arrow {
        color: rgba(255, 255, 255, 0.35) !important;
    }

.site-header.header-style-fourteen {
    padding: 15px 0 55px 105px;
}

@media only screen and (max-width: 1366px) {
    .site-header.header-style-fourteen {
        padding-left: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .site-header.header-style-fourteen {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .site-header.header-style-fourteen {
        padding-left: 0px;
    }
}

.site-header.header-style-fourteen .hamburger-menus {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    display: none;
}

    .site-header.header-style-fourteen .hamburger-menus > span {
        background-color: black;
    }

@media only screen and (max-width: 767px) {
    .site-header.header-style-fourteen .hamburger-menus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    .site-header.header-style-fourteen .intro-social-share {
        display: none;
    }
}

.site-header.header-style-fourteen .intro-social-share .social-share a {
    color: var(--text-dark, #000);
}

.site-header.header-style-fourteen .header-card-area > a {
    font-size: 36px;
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--text-dark, #000);
    line-height: auto;
}

    .site-header.header-style-fourteen .header-card-area > a > sup {
        right: -5px;
        top: 6px;
    }

.site-header.header-style-fifteen {
    padding-top: 100px;
}

@media only screen and (max-width: 1366px) {
    .site-header.header-style-fifteen {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-fifteen {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .site-header.header-style-fifteen .header-top-area > .container {
        max-width: 100%;
    }
}

.site-header.header-style-fifteen .mobile-shop-cart {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-fifteen .mobile-shop-cart {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-fifteen .site-navigation .navigation {
        display: none;
    }
}

.site-header.header-style-fifteen .site-navigation .navigation .mainmenu {
    font-family: var(--heading-font, "Playfair Display", serif);
    font-size: 16px;
}

    .site-header.header-style-fifteen .site-navigation .navigation .mainmenu > li > a {
        font-size: 18px;
        font-weight: normal;
        padding: 22px 20px;
    }

.site-header.header-style-fifteen .header-card-area.header-card-small {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-fifteen .header-card-area.header-card-small {
        position: relative;
        right: 0px;
        top: 0%;
        -webkit-transform: none;
        transform: none;
    }
}

.site-header.header-style-fifteen .header-card-area.header-card-small > a {
    background-color: var(--brand-primary-text, #f53700);
    color: white;
}

    .site-header.header-style-fifteen .header-card-area.header-card-small > a > sup {
        right: auto;
        top: 13px;
        left: -7px;
        background-color: white;
        color: var(--brand-primary-text, #f53700);
    }

@media only screen and (max-width: 1199px) {
    .site-header.header-style-fifteen .header-card-area.header-card-small > a > sup {
        left: auto;
        right: -10px;
    }
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-fifteen .header-card-area.header-card-small > a > sup {
        top: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-fifteen .header-card-area.header-card-small > .cart-list {
        right: auto;
        left: 0;
    }
}

@media only screen and (max-width: 420px) {
    .site-header.header-style-fifteen .header-card-area.header-card-small > .cart-list {
        left: -20px;
    }
}

.site-header.header-style-fifteen .site-navigation {
    background-color: white;
    border-radius: 40px;
    position: relative;
    padding: 0px 20px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-fifteen .site-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 20px;
    }
}

.site-header.header-style-fifteen .site-navigation .site-branding {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    margin-left: -95px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-fifteen .site-navigation .site-branding {
        width: 120px;
        height: 120px;
        padding: 10px;
        margin-left: -60px;
    }
}

.site-header.header-style-fifteen .site-navigation .menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .site-header.header-style-fifteen .site-navigation .menu-content .mainmenu.menu-right {
        padding-right: 85px;
    }

    .site-header.header-style-fifteen .site-navigation .menu-content .mainmenu {
        max-width: calc(50% - 100px);
    }

@media only screen and (max-width: 1199px) {
    .site-header.header-style-fifteen .header-right-area .header-card-area.header-card-small {
        display: none;
    }
}

.site-header.header-style-fifteen .header-right-area .hamburger-menus {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-fifteen .header-right-area .hamburger-menus {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.site-header.header-style-fifteen .header-right-area .hamburger-menus > span {
    background-color: black;
    width: 30px;
    margin: 4px 0;
}

.site-header.header-style-fifteen .header-right-area .hamburger-menus:hover > span {
    width: 30px !important;
}

/*-------------------------------------------------
    [ ## Sticky header ]
*/
#sticky-header {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

    #sticky-header .site-header {
        background-color: #181818;
        box-shadow: 0px 5px 10px -5px rgba(255, 255, 255, 0.15);
        position: relative;
    }

        #sticky-header .site-header .navigation .mainmenu > li > a {
            color: white;
        }

            #sticky-header .site-header .navigation .mainmenu > li > a > .menu-arrow,
            #sticky-header .site-header .navigation .mainmenu > li > button > .menu-arrow {
                color: rgba(255, 255, 255, 0.35);
            }

        #sticky-header .site-header.default-header-style {
            padding: 10px 0;
        }

            #sticky-header .site-header.default-header-style .header-top-area {
                display: none;
            }

            #sticky-header .site-header.default-header-style .mainmenu .sub-menu:after {
                top: -10px;
                height: 10px;
            }

            #sticky-header .site-header.default-header-style .mainmenu li:hover > .sub-menu {
                top: calc(100% + 10px);
            }

            #sticky-header .site-header.default-header-style .mainmenu li.megamenu:hover > .sub-menu {
                top: 100%;
            }

            #sticky-header .site-header.default-header-style .navigation-area .site-navigation {
                border-top: 0px solid;
                border-bottom: 0px solid;
            }

        #sticky-header .site-header.header-style-one {
            padding: 10px 0;
        }

            #sticky-header .site-header.header-style-one .intro-social-share .social-share a {
                color: white;
            }

            #sticky-header .site-header.header-style-one .mainmenu .sub-menu:after {
                top: -10px;
                height: 10px;
            }

            #sticky-header .site-header.header-style-one .mainmenu li:hover > .sub-menu {
                top: calc(100% + 10px) !important;
            }

        #sticky-header .site-header.header-style-two {
            padding: 10px 0;
        }

            #sticky-header .site-header.header-style-two .header-top-area {
                display: none;
            }

            #sticky-header .site-header.header-style-two .header-card-area:hover > .cart-list {
                top: calc(100% + 10px);
            }

            #sticky-header .site-header.header-style-two .header-card-area .cart-list:after {
                height: 10px;
                top: -10px;
            }

            #sticky-header .site-header.header-style-two .mainmenu .sub-menu:after {
                top: -10px;
                height: 10px;
            }

            #sticky-header .site-header.header-style-two .mainmenu li:hover > .sub-menu {
                top: calc(100% + 10px);
            }

        #sticky-header .site-header.header-style-five {
            padding: 12px 0;
        }

            #sticky-header .site-header.header-style-five .site-branding img {
                width: 55px;
            }

        #sticky-header .site-header.header-style-eight {
            padding-top: 15px;
            padding-bottom: 15px;
        }

            #sticky-header .site-header.header-style-eight .header-card-area:hover > .cart-list {
                top: calc(100% + 15px);
            }

            #sticky-header .site-header.header-style-eight .header-card-area .cart-list:after {
                height: 15px;
                top: -15px;
            }

            #sticky-header .site-header.header-style-eight .mainmenu .sub-menu:after {
                top: -15px;
                height: 15px;
            }

            #sticky-header .site-header.header-style-eight .mainmenu li:hover > .sub-menu {
                top: calc(100% + 15px);
            }

        #sticky-header .site-header.header-style-nine .header-bottom-area {
            display: none;
        }

        #sticky-header .site-header.header-style-nine .navigation .mainmenu > li > a {
            color: var(--text-dark, #000);
        }

            #sticky-header .site-header.header-style-nine .navigation .mainmenu > li > a > .menu-arrow,
            #sticky-header .site-header.header-style-nine .navigation .mainmenu > li > button > .menu-arrow {
                color: rgba(0, 0, 0, 0.35);
            }

        #sticky-header .site-header.header-style-ten {
            padding-top: 15px;
            padding-bottom: 15px;
        }

            #sticky-header .site-header.header-style-ten .site-branding img {
                width: 80px;
            }

        #sticky-header .site-header.header-style-twelve {
            padding-top: 15px;
            padding-bottom: 15px;
        }

            #sticky-header .site-header.header-style-twelve .header-card-area:hover > .cart-list {
                top: calc(100% + 15px);
            }

            #sticky-header .site-header.header-style-twelve .header-card-area .cart-list:after {
                height: 15px;
                top: -15px;
            }

        #sticky-header .site-header.header-style-thirteen {
            padding-top: 15px;
            padding-bottom: 15px;
        }

            #sticky-header .site-header.header-style-thirteen .site-branding img {
                width: 120px;
            }

            #sticky-header .site-header.header-style-thirteen .header-card-area:hover > .cart-list {
                top: calc(100% + 15px);
            }

            #sticky-header .site-header.header-style-thirteen .header-card-area .cart-list:after {
                height: 15px;
                top: -15px;
            }

            #sticky-header .site-header.header-style-thirteen .mainmenu .sub-menu:after {
                top: -20px;
                height: 20px;
            }

            #sticky-header .site-header.header-style-thirteen .mainmenu li:hover > .sub-menu {
                top: calc(100% + 15px);
            }

.header-search-form {
    margin-left: 40px;
    padding-top: 9px;
}

@media only screen and (max-width: 1199px) {
    .header-search-form {
        display: none;
    }
}

.header-search-form > form {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 255px;
}

    .header-search-form > form input[type="search"] {
        border: 0px solid;
        height: 55px;
        line-height: 55px;
        padding: 5px 15px !important;
        font-size: 15px;
        background-color: transparent;
        width: 250px;
    }

        .header-search-form > form input[type="search"]:focus + .search-form-cat {
            opacity: 1;
            visibility: visible;
            top: calc(100% + 14px);
        }

    .header-search-form > form button, .header-search-form > form input[type="button"], .header-search-form > form input[type="reset"], .header-search-form > form input[type="submit"] {
        background-color: transparent;
        border: 0 solid;
        height: 55px;
        color: var(--text-dark, #000);
        font-size: 22px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        line-height: 60px;
        padding: 0 15px;
    }

        .header-search-form > form button:hover, .header-search-form > form input[type="button"]:hover, .header-search-form > form input[type="reset"]:hover, .header-search-form > form input[type="submit"]:hover {
            color: var(--brand-primary-text, #f53700);
        }

    .header-search-form > form .search-form-cat {
        width: 350px;
        background-color: white;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        position: absolute;
        left: -40px;
        top: calc(100% + 30px);
        z-index: 100;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        opacity: 0;
        visibility: hidden;
    }

@media only screen and (max-width: 1366px) {
    .header-search-form > form .search-form-cat {
        width: 320px;
        left: -10px;
    }
}

.header-search-form > form .search-form-cat ul {
    padding: 30px 30px 20px;
    margin-bottom: 0;
    list-style: none;
}

    .header-search-form > form .search-form-cat ul li {
        margin-bottom: 10px;
    }

        .header-search-form > form .search-form-cat ul li a {
            font-size: 16px;
            font-weight: 500;
            color: var(--text-dark, #000);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .header-search-form > form .search-form-cat ul li a [class*="icon-"] {
                width: 40px;
                height: 40px;
                background-color: #403E7D;
                border-radius: 50px;
                margin-right: 15px;
                display: inline-block;
                color: white;
                text-align: center;
                line-height: 40px;
                font-size: 20px;
            }

        .header-search-form > form .search-form-cat ul li.beauty a [class*="icon-"] {
            background-color: #8B77E8;
        }

        .header-search-form > form .search-form-cat ul li.services a [class*="icon-"] {
            background-color: #FF504D;
        }

        .header-search-form > form .search-form-cat ul li.hotels a [class*="icon-"] {
            background-color: #21DAB1;
        }

/* [ ## Header Card ] */
.header-card-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: 0;
}

    .header-card-area.header-card-small > a {
        width: 45px;
        height: 45px;
        line-height: 46px;
    }

        .header-card-area.header-card-small > a > sup {
            right: -5px;
            top: -3px;
        }

    .header-card-area > a {
        display: inline-block;
        font-size: 21px;
        position: relative;
        width: 65px;
        height: 65px;
        background-color: white;
        color: var(--brand-primary-text, #f53700);
        border-radius: 50%;
        text-align: center;
        line-height: 66px;
    }

@media only screen and (max-width: 1199px) {
    .header-card-area > a {
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .header-card-area > a {
        height: 35px !important;
        width: 35px !important;
        line-height: 35px !important;
        font-size: 16px !important;
    }
}

.header-card-area > a > sup {
    background-color: var(--brand-primary-text, #f53700);
    border-radius: 50%;
    color: white;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: -2px;
    width: 20px;
}

@media only screen and (max-width: 1199px) {
    .header-card-area > a > sup {
        top: -2px;
        right: -4px;
    }
}

@media only screen and (max-width: 575px) {
    .header-card-area > a > sup {
        height: 17px;
        width: 17px;
        line-height: 17px;
        font-size: 8px;
    }
}

.header-card-area .cart-list {
    background-color: white;
    position: absolute;
    width: 365px;
    padding: 40px 30px 30px;
    right: 0px;
    top: calc(100% + 70px);
    z-index: 9999;
    visibility: hidden;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
}

@media only screen and (max-width: 575px) {
    .header-card-area .cart-list {
        padding: 20px 15px;
        width: 300px;
    }
}

@media only screen and (max-width: 420px) {
    .header-card-area .cart-list {
        width: 270px;
    }
}

.header-card-area .cart-list:after {
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 100%;
}

.header-card-area .cart-list .cart-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 575px) {
    .header-card-area .cart-list .cart-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

.header-card-area .cart-list .cart-item .product-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
}

@media only screen and (max-width: 575px) {
    .header-card-area .cart-list .cart-item .product-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
    }
}

.header-card-area .cart-list .cart-item .product-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding: 0px 20px;
    font-size: 14px;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .header-card-area .cart-list .cart-item .product-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 50px);
        flex: 0 0 calc(100% - 50px);
        font-size: 13px;
        max-width: calc(100% - 50px);
        padding: 0 20px 0 10px;
    }
}

.header-card-area .cart-list .cart-item .product-info .title {
    font-size: 14px;
    margin-bottom: 2px;
}

.header-card-area .cart-list .cart-item .product-info .price {
    overflow: hidden;
    color: var(--text-gray, #666666);
    font-weight: 500;
}

    .header-card-area .cart-list .cart-item .product-info .price > sub {
        font-size: 75%;
        bottom: 0;
    }

    .header-card-area .cart-list .cart-item .product-info .price > span {
        float: right;
        padding-right: 15px;
    }

.header-card-area .cart-list .cart-item .product-info .icon-closed {
    color: var(--text-gray, #666666);
    position: absolute;
    right: 0;
    top: 3px;
}

    .header-card-area .cart-list .cart-item .product-info .icon-closed:hover > a {
        color: var(--brand-primary-text, #f53700);
    }

.header-card-area .cart-list .order-total {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    margin-top: -15px;
}

@media only screen and (max-width: 575px) {
    .header-card-area .cart-list .order-total {
        padding-bottom: 15px;
        margin-top: 0px;
    }
}

.header-card-area .cart-list .order-total > .order {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

    .header-card-area .cart-list .order-total > .order .amount {
        float: right;
        font-weight: 600;
        color: var(--brand-primary-text, #f53700);
        font-size: 20px;
    }

        .header-card-area .cart-list .order-total > .order .amount > sup {
            top: -6px;
            font-size: 65%;
        }

.header-card-area .cart-list .cart-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    margin: 0 -5px;
}

@media only screen and (max-width: 575px) {
    .header-card-area .cart-list .cart-btn-group {
        padding-top: 20px;
    }
}

.header-card-area .cart-list .cart-btn-group > .btn {
    margin: 0 5px;
}

.header-card-area .cart-list .cart-btn-group .btn-default {
    letter-spacing: normal;
    padding: 12px 30px;
}

@media only screen and (max-width: 575px) {
    .header-card-area .cart-list .cart-btn-group .btn-default {
        padding: 10px 20px;
    }
}

.header-card-area .cart-list .cart-btn-group .btn-primary {
    letter-spacing: normal;
    padding: 10px 30px;
}

@media only screen and (max-width: 575px) {
    .header-card-area .cart-list .cart-btn-group .btn-primary {
        padding: 8px 20px;
    }
}

.header-card-area:hover > .cart-list {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 5px);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Links ]
*/
a {
    color: inherit;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

    a:hover, a:active {
        outline: 0;
        text-decoration: none;
    }

/*-------------------------------------------------
    [ ## Menus ]
*/
@media only screen and (min-width: 1200px) {
    .site-header.header-style-one #mobile-menu,
    .site-header.header-style-two #mobile-menu,
    .site-header.header-style-five #mobile-menu,
    .site-header.header-style-six #mobile-menu,
    .site-header.header-style-eight #mobile-menu,
    .site-header.header-style-nine #mobile-menu,
    .site-header.header-style-twelve #mobile-menu,
    .site-header.header-style-thirteen #mobile-menu,
    .site-header.header-style-fifteen #mobile-menu,
    .site-header.default-header-style #mobile-menu {
        display: none;
    }

    .site-header.header-style-one .overlapblackbg,
    .site-header.header-style-two .overlapblackbg,
    .site-header.header-style-five .overlapblackbg,
    .site-header.header-style-six .overlapblackbg,
    .site-header.header-style-eight .overlapblackbg,
    .site-header.header-style-nine .overlapblackbg,
    .site-header.header-style-twelve .overlapblackbg,
    .site-header.header-style-thirteen .overlapblackbg,
    .site-header.header-style-fifteen .overlapblackbg,
    .site-header.default-header-style .overlapblackbg {
        display: none;
    }

    .site-header.header-style-one .mainmenu,
    .site-header.header-style-two .mainmenu,
    .site-header.header-style-five .mainmenu,
    .site-header.header-style-six .mainmenu,
    .site-header.header-style-eight .mainmenu,
    .site-header.header-style-nine .mainmenu,
    .site-header.header-style-twelve .mainmenu,
    .site-header.header-style-thirteen .mainmenu,
    .site-header.header-style-fifteen .mainmenu,
    .site-header.default-header-style .mainmenu {
        padding: 0;
        text-align: center;
        margin-bottom: 0;
    }

        .site-header.header-style-one .mainmenu > li,
        .site-header.header-style-two .mainmenu > li,
        .site-header.header-style-five .mainmenu > li,
        .site-header.header-style-six .mainmenu > li,
        .site-header.header-style-eight .mainmenu > li,
        .site-header.header-style-nine .mainmenu > li,
        .site-header.header-style-twelve .mainmenu > li,
        .site-header.header-style-thirteen .mainmenu > li,
        .site-header.header-style-fifteen .mainmenu > li,
        .site-header.default-header-style .mainmenu > li {
            display: inline-block;
            position: relative;
        }

        .site-header.header-style-one .mainmenu li,
        .site-header.header-style-two .mainmenu li,
        .site-header.header-style-five .mainmenu li,
        .site-header.header-style-six .mainmenu li,
        .site-header.header-style-eight .mainmenu li,
        .site-header.header-style-nine .mainmenu li,
        .site-header.header-style-twelve .mainmenu li,
        .site-header.header-style-thirteen .mainmenu li,
        .site-header.header-style-fifteen .mainmenu li,
        .site-header.default-header-style .mainmenu li {
            list-style: none;
        }

    .site-header.header-style-one .navigation .mainmenu li > a,
    .site-header.header-style-two .navigation .mainmenu li > a,
    .site-header.header-style-five .navigation .mainmenu li > a,
    .site-header.header-style-six .navigation .mainmenu li > a,
    .site-header.header-style-eight .navigation .mainmenu li > a,
    .site-header.header-style-nine .navigation .mainmenu li > a,
    .site-header.header-style-twelve .navigation .mainmenu li > a,
    .site-header.header-style-thirteen .navigation .mainmenu li > a,
    .site-header.header-style-fifteen .navigation .mainmenu li > a,
    .site-header.default-header-style .navigation .mainmenu li > a {
        position: relative;
    }

        .site-header.header-style-one .navigation .mainmenu li > a > .menu-arrow,
        .site-header.header-style-two .navigation .mainmenu li > a > .menu-arrow,
        .site-header.header-style-five .navigation .mainmenu li > a > .menu-arrow,
        .site-header.header-style-six .navigation .mainmenu li > a > .menu-arrow,
        .site-header.header-style-eight .navigation .mainmenu li > a > .menu-arrow,
        .site-header.header-style-nine .navigation .mainmenu li > a > .menu-arrow,
        .site-header.header-style-twelve .navigation .mainmenu li > a > .menu-arrow,
        .site-header.header-style-thirteen .navigation .mainmenu li > a > .menu-arrow,
        .site-header.header-style-fifteen .navigation .mainmenu li > a > .menu-arrow,
        .site-header.default-header-style .navigation .mainmenu li > a > .menu-arrow,
        .site-header.header-style-one .navigation .mainmenu li > button > .menu-arrow,
        .site-header.header-style-two .navigation .mainmenu li > button > .menu-arrow,
        .site-header.header-style-five .navigation .mainmenu li > button > .menu-arrow,
        .site-header.header-style-six .navigation .mainmenu li > button > .menu-arrow,
        .site-header.header-style-eight .navigation .mainmenu li > button > .menu-arrow,
        .site-header.header-style-nine .navigation .mainmenu li > button > .menu-arrow,
        .site-header.header-style-twelve .navigation .mainmenu li > button > .menu-arrow,
        .site-header.header-style-thirteen .navigation .mainmenu li > button > .menu-arrow,
        .site-header.header-style-fifteen .navigation .mainmenu li > button > .menu-arrow,
        .site-header.default-header-style .navigation .mainmenu li > button > .menu-arrow {
            position: relative;
            color: rgba(0, 0, 0, 0.5);
            font-size: 12px;
            right: 0px;
            margin-left: 5px;
            top: 0px;
        }

    .site-header.header-style-one .navigation .mainmenu > li > a,
    .site-header.header-style-two .navigation .mainmenu > li > a,
    .site-header.header-style-five .navigation .mainmenu > li > a,
    .site-header.header-style-six .navigation .mainmenu > li > a,
    .site-header.header-style-eight .navigation .mainmenu > li > a,
    .site-header.header-style-nine .navigation .mainmenu > li > a,
    .site-header.header-style-twelve .navigation .mainmenu > li > a,
    .site-header.header-style-thirteen .navigation .mainmenu > li > a,
    .site-header.header-style-fifteen .navigation .mainmenu > li > a,
    .site-header.default-header-style .navigation .mainmenu > li > a,
    .site-header.header-style-one .navigation .mainmenu > li > button,
    .site-header.header-style-two .navigation .mainmenu > li > button,
    .site-header.header-style-five .navigation .mainmenu > li > button,
    .site-header.header-style-six .navigation .mainmenu > li > button,
    .site-header.header-style-eight .navigation .mainmenu > li > button,
    .site-header.header-style-nine .navigation .mainmenu > li > button,
    .site-header.header-style-twelve .navigation .mainmenu > li > button,
    .site-header.header-style-thirteen .navigation .mainmenu > li > button,
    .site-header.header-style-fifteen .navigation .mainmenu > li > button,
    .site-header.default-header-style .navigation .mainmenu > li > button {
        display: block;
        padding: 13px 25px 14px;
        font-family: var(--heading-font-uc, "Poppins", sans-serif);
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        color: var(--text-dark, #000);
        white-space: nowrap;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .site-header.header-style-one .navigation .mainmenu > li > a span,
        .site-header.header-style-two .navigation .mainmenu > li > a span,
        .site-header.header-style-five .navigation .mainmenu > li > a span,
        .site-header.header-style-six .navigation .mainmenu > li > a span,
        .site-header.header-style-eight .navigation .mainmenu > li > a span,
        .site-header.header-style-nine .navigation .mainmenu > li > a span,
        .site-header.header-style-twelve .navigation .mainmenu > li > a span,
        .site-header.header-style-thirteen .navigation .mainmenu > li > a span,
        .site-header.header-style-fifteen .navigation .mainmenu > li > a span,
        .site-header.default-header-style .navigation .mainmenu > li > a span {
            font-size: 14px;
            color: #929292;
            margin-left: 5px;
        }

    .site-header.header-style-one .navigation .mainmenu > li.current-menu-item > a:before,
    .site-header.header-style-one .navigation .mainmenu > li.current-menu-ancestor > a:before,
    .site-header.header-style-two .navigation .mainmenu > li.current-menu-item > a:before,
    .site-header.header-style-two .navigation .mainmenu > li.current-menu-ancestor > a:before,
    .site-header.header-style-five .navigation .mainmenu > li.current-menu-item > a:before,
    .site-header.header-style-five .navigation .mainmenu > li.current-menu-ancestor > a:before,
    .site-header.header-style-six .navigation .mainmenu > li.current-menu-item > a:before,
    .site-header.header-style-six .navigation .mainmenu > li.current-menu-ancestor > a:before,
    .site-header.header-style-eight .navigation .mainmenu > li.current-menu-item > a:before,
    .site-header.header-style-eight .navigation .mainmenu > li.current-menu-ancestor > a:before,
    .site-header.header-style-nine .navigation .mainmenu > li.current-menu-item > a:before,
    .site-header.header-style-nine .navigation .mainmenu > li.current-menu-ancestor > a:before,
    .site-header.header-style-twelve .navigation .mainmenu > li.current-menu-item > a:before,
    .site-header.header-style-twelve .navigation .mainmenu > li.current-menu-ancestor > a:before,
    .site-header.header-style-thirteen .navigation .mainmenu > li.current-menu-item > a:before,
    .site-header.header-style-thirteen .navigation .mainmenu > li.current-menu-ancestor > a:before,
    .site-header.header-style-fifteen .navigation .mainmenu > li.current-menu-item > a:before,
    .site-header.header-style-fifteen .navigation .mainmenu > li.current-menu-ancestor > a:before,
    .site-header.default-header-style .navigation .mainmenu > li.current-menu-item > a:before,
    .site-header.default-header-style .navigation .mainmenu > li.current-menu-ancestor > a:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .site-header.header-style-one .menu-click,
    .site-header.header-style-two .menu-click,
    .site-header.header-style-five .menu-click,
    .site-header.header-style-six .menu-click,
    .site-header.header-style-eight .menu-click,
    .site-header.header-style-nine .menu-click,
    .site-header.header-style-twelve .menu-click,
    .site-header.header-style-thirteen .menu-click,
    .site-header.header-style-fifteen .menu-click,
    .site-header.default-header-style .menu-click {
        display: none;
    }

    .site-header.header-style-one .mainmenu > li > .sub-menu,
    .site-header.header-style-two .mainmenu > li > .sub-menu,
    .site-header.header-style-five .mainmenu > li > .sub-menu,
    .site-header.header-style-six .mainmenu > li > .sub-menu,
    .site-header.header-style-eight .mainmenu > li > .sub-menu,
    .site-header.header-style-nine .mainmenu > li > .sub-menu,
    .site-header.header-style-twelve .mainmenu > li > .sub-menu,
    .site-header.header-style-thirteen .mainmenu > li > .sub-menu,
    .site-header.header-style-fifteen .mainmenu > li > .sub-menu,
    .site-header.default-header-style .mainmenu > li > .sub-menu {
        top: calc(100% + 45px);
    }

    .site-header.header-style-one .mainmenu .sub-menu,
    .site-header.header-style-two .mainmenu .sub-menu,
    .site-header.header-style-five .mainmenu .sub-menu,
    .site-header.header-style-six .mainmenu .sub-menu,
    .site-header.header-style-eight .mainmenu .sub-menu,
    .site-header.header-style-nine .mainmenu .sub-menu,
    .site-header.header-style-twelve .mainmenu .sub-menu,
    .site-header.header-style-thirteen .mainmenu .sub-menu,
    .site-header.header-style-fifteen .mainmenu .sub-menu,
    .site-header.default-header-style .mainmenu .sub-menu {
        min-width: 220px;
        position: absolute;
        z-index: -9;
        margin: 0;
        padding: 15px 20px;
        opacity: 0;
        top: 0;
        left: 25px;
        background-color: white;
        visibility: hidden;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    }

        .site-header.header-style-one .mainmenu .sub-menu:after,
        .site-header.header-style-two .mainmenu .sub-menu:after,
        .site-header.header-style-five .mainmenu .sub-menu:after,
        .site-header.header-style-six .mainmenu .sub-menu:after,
        .site-header.header-style-eight .mainmenu .sub-menu:after,
        .site-header.header-style-nine .mainmenu .sub-menu:after,
        .site-header.header-style-twelve .mainmenu .sub-menu:after,
        .site-header.header-style-thirteen .mainmenu .sub-menu:after,
        .site-header.header-style-fifteen .mainmenu .sub-menu:after,
        .site-header.default-header-style .mainmenu .sub-menu:after {
            position: absolute;
            top: -2px;
            left: 0px;
            content: "";
            width: 100%;
            height: 2px;
        }

        .site-header.header-style-one .mainmenu .sub-menu li,
        .site-header.header-style-two .mainmenu .sub-menu li,
        .site-header.header-style-five .mainmenu .sub-menu li,
        .site-header.header-style-six .mainmenu .sub-menu li,
        .site-header.header-style-eight .mainmenu .sub-menu li,
        .site-header.header-style-nine .mainmenu .sub-menu li,
        .site-header.header-style-twelve .mainmenu .sub-menu li,
        .site-header.header-style-thirteen .mainmenu .sub-menu li,
        .site-header.header-style-fifteen .mainmenu .sub-menu li,
        .site-header.default-header-style .mainmenu .sub-menu li {
            position: relative;
        }

            .site-header.header-style-one .mainmenu .sub-menu li a,
            .site-header.header-style-two .mainmenu .sub-menu li a,
            .site-header.header-style-five .mainmenu .sub-menu li a,
            .site-header.header-style-six .mainmenu .sub-menu li a,
            .site-header.header-style-eight .mainmenu .sub-menu li a,
            .site-header.header-style-nine .mainmenu .sub-menu li a,
            .site-header.header-style-twelve .mainmenu .sub-menu li a,
            .site-header.header-style-thirteen .mainmenu .sub-menu li a,
            .site-header.header-style-fifteen .mainmenu .sub-menu li a,
            .site-header.default-header-style .mainmenu .sub-menu li a {
                background-color: transparent;
                color: var(--text-gray, #666666);
                border-right: 0 none;
                text-align: left;
                display: block;
                line-height: 1.25em;
                padding: 7px 0;
                text-transform: none;
                font-weight: 400;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .site-header.header-style-one .mainmenu .sub-menu li:last-child a,
            .site-header.header-style-two .mainmenu .sub-menu li:last-child a,
            .site-header.header-style-five .mainmenu .sub-menu li:last-child a,
            .site-header.header-style-six .mainmenu .sub-menu li:last-child a,
            .site-header.header-style-eight .mainmenu .sub-menu li:last-child a,
            .site-header.header-style-nine .mainmenu .sub-menu li:last-child a,
            .site-header.header-style-twelve .mainmenu .sub-menu li:last-child a,
            .site-header.header-style-thirteen .mainmenu .sub-menu li:last-child a,
            .site-header.header-style-fifteen .mainmenu .sub-menu li:last-child a,
            .site-header.default-header-style .mainmenu .sub-menu li:last-child a {
                border-bottom: none;
            }

            .site-header.header-style-one .mainmenu .sub-menu li:last-child > a,
            .site-header.header-style-two .mainmenu .sub-menu li:last-child > a,
            .site-header.header-style-five .mainmenu .sub-menu li:last-child > a,
            .site-header.header-style-six .mainmenu .sub-menu li:last-child > a,
            .site-header.header-style-eight .mainmenu .sub-menu li:last-child > a,
            .site-header.header-style-nine .mainmenu .sub-menu li:last-child > a,
            .site-header.header-style-twelve .mainmenu .sub-menu li:last-child > a,
            .site-header.header-style-thirteen .mainmenu .sub-menu li:last-child > a,
            .site-header.header-style-fifteen .mainmenu .sub-menu li:last-child > a,
            .site-header.default-header-style .mainmenu .sub-menu li:last-child > a {
                border-bottom: 0;
            }

    .site-header.header-style-one .menuexpandermain,
    .site-header.header-style-two .menuexpandermain,
    .site-header.header-style-five .menuexpandermain,
    .site-header.header-style-six .menuexpandermain,
    .site-header.header-style-eight .menuexpandermain,
    .site-header.header-style-nine .menuexpandermain,
    .site-header.header-style-twelve .menuexpandermain,
    .site-header.header-style-thirteen .menuexpandermain,
    .site-header.header-style-fifteen .menuexpandermain,
    .site-header.default-header-style .menuexpandermain {
        display: none;
    }

    .site-header.header-style-one .mainmenu li:hover .sub-menu,
    .site-header.header-style-one .mainmenu .sub-menu li:hover .sub-menu-sub,
    .site-header.header-style-two .mainmenu li:hover .sub-menu,
    .site-header.header-style-two .mainmenu .sub-menu li:hover .sub-menu-sub,
    .site-header.header-style-five .mainmenu li:hover .sub-menu,
    .site-header.header-style-five .mainmenu .sub-menu li:hover .sub-menu-sub,
    .site-header.header-style-six .mainmenu li:hover .sub-menu,
    .site-header.header-style-six .mainmenu .sub-menu li:hover .sub-menu-sub,
    .site-header.header-style-eight .mainmenu li:hover .sub-menu,
    .site-header.header-style-eight .mainmenu .sub-menu li:hover .sub-menu-sub,
    .site-header.header-style-nine .mainmenu li:hover .sub-menu,
    .site-header.header-style-nine .mainmenu .sub-menu li:hover .sub-menu-sub,
    .site-header.header-style-twelve .mainmenu li:hover .sub-menu,
    .site-header.header-style-twelve .mainmenu .sub-menu li:hover .sub-menu-sub,
    .site-header.header-style-thirteen .mainmenu li:hover .sub-menu,
    .site-header.header-style-thirteen .mainmenu .sub-menu li:hover .sub-menu-sub,
    .site-header.header-style-fifteen .mainmenu li:hover .sub-menu,
    .site-header.header-style-fifteen .mainmenu .sub-menu li:hover .sub-menu-sub,
    .site-header.default-header-style .mainmenu li:hover .sub-menu,
    .site-header.default-header-style .mainmenu .sub-menu li:hover .sub-menu-sub {
        display: block;
    }

    .site-header.header-style-one .mainmenu .sub-menu .sub-menu,
    .site-header.header-style-one .mainmenu .sub-menu .sub-menu .sub-menu,
    .site-header.header-style-two .mainmenu .sub-menu .sub-menu,
    .site-header.header-style-two .mainmenu .sub-menu .sub-menu .sub-menu,
    .site-header.header-style-five .mainmenu .sub-menu .sub-menu,
    .site-header.header-style-five .mainmenu .sub-menu .sub-menu .sub-menu,
    .site-header.header-style-six .mainmenu .sub-menu .sub-menu,
    .site-header.header-style-six .mainmenu .sub-menu .sub-menu .sub-menu,
    .site-header.header-style-eight .mainmenu .sub-menu .sub-menu,
    .site-header.header-style-eight .mainmenu .sub-menu .sub-menu .sub-menu,
    .site-header.header-style-nine .mainmenu .sub-menu .sub-menu,
    .site-header.header-style-nine .mainmenu .sub-menu .sub-menu .sub-menu,
    .site-header.header-style-twelve .mainmenu .sub-menu .sub-menu,
    .site-header.header-style-twelve .mainmenu .sub-menu .sub-menu .sub-menu,
    .site-header.header-style-thirteen .mainmenu .sub-menu .sub-menu,
    .site-header.header-style-thirteen .mainmenu .sub-menu .sub-menu .sub-menu,
    .site-header.header-style-fifteen .mainmenu .sub-menu .sub-menu,
    .site-header.header-style-fifteen .mainmenu .sub-menu .sub-menu .sub-menu,
    .site-header.default-header-style .mainmenu .sub-menu .sub-menu,
    .site-header.default-header-style .mainmenu .sub-menu .sub-menu .sub-menu {
        min-width: 250px;
        position: absolute;
        left: calc(100% + 20px);
        top: -1px;
        margin: 0;
        padding: 10px;
        opacity: 0;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        z-index: -9;
    }

        .site-header.header-style-one .mainmenu .sub-menu .sub-menu:before,
        .site-header.header-style-one .mainmenu .sub-menu .sub-menu .sub-menu:before,
        .site-header.header-style-two .mainmenu .sub-menu .sub-menu:before,
        .site-header.header-style-two .mainmenu .sub-menu .sub-menu .sub-menu:before,
        .site-header.header-style-five .mainmenu .sub-menu .sub-menu:before,
        .site-header.header-style-five .mainmenu .sub-menu .sub-menu .sub-menu:before,
        .site-header.header-style-six .mainmenu .sub-menu .sub-menu:before,
        .site-header.header-style-six .mainmenu .sub-menu .sub-menu .sub-menu:before,
        .site-header.header-style-eight .mainmenu .sub-menu .sub-menu:before,
        .site-header.header-style-eight .mainmenu .sub-menu .sub-menu .sub-menu:before,
        .site-header.header-style-nine .mainmenu .sub-menu .sub-menu:before,
        .site-header.header-style-nine .mainmenu .sub-menu .sub-menu .sub-menu:before,
        .site-header.header-style-twelve .mainmenu .sub-menu .sub-menu:before,
        .site-header.header-style-twelve .mainmenu .sub-menu .sub-menu .sub-menu:before,
        .site-header.header-style-thirteen .mainmenu .sub-menu .sub-menu:before,
        .site-header.header-style-thirteen .mainmenu .sub-menu .sub-menu .sub-menu:before,
        .site-header.header-style-fifteen .mainmenu .sub-menu .sub-menu:before,
        .site-header.header-style-fifteen .mainmenu .sub-menu .sub-menu .sub-menu:before,
        .site-header.default-header-style .mainmenu .sub-menu .sub-menu:before,
        .site-header.default-header-style .mainmenu .sub-menu .sub-menu .sub-menu:before {
            position: absolute;
            content: "";
            left: -20px;
            top: 0;
            height: 40px;
            width: 20px;
        }

        .site-header.header-style-one .mainmenu .sub-menu li:hover .sub-menu,
        .site-header.header-style-one .mainmenu .sub-menu .sub-menu li:hover .sub-menu,
        .site-header.header-style-two .mainmenu .sub-menu li:hover .sub-menu,
        .site-header.header-style-two .mainmenu .sub-menu .sub-menu li:hover .sub-menu,
        .site-header.header-style-five .mainmenu .sub-menu li:hover .sub-menu,
        .site-header.header-style-five .mainmenu .sub-menu .sub-menu li:hover .sub-menu,
        .site-header.header-style-six .mainmenu .sub-menu li:hover .sub-menu,
        .site-header.header-style-six .mainmenu .sub-menu .sub-menu li:hover .sub-menu,
        .site-header.header-style-eight .mainmenu .sub-menu li:hover .sub-menu,
        .site-header.header-style-eight .mainmenu .sub-menu .sub-menu li:hover .sub-menu,
        .site-header.header-style-nine .mainmenu .sub-menu li:hover .sub-menu,
        .site-header.header-style-nine .mainmenu .sub-menu .sub-menu li:hover .sub-menu,
        .site-header.header-style-twelve .mainmenu .sub-menu li:hover .sub-menu,
        .site-header.header-style-twelve .mainmenu .sub-menu .sub-menu li:hover .sub-menu,
        .site-header.header-style-thirteen .mainmenu .sub-menu li:hover .sub-menu,
        .site-header.header-style-thirteen .mainmenu .sub-menu .sub-menu li:hover .sub-menu,
        .site-header.header-style-fifteen .mainmenu .sub-menu li:hover .sub-menu,
        .site-header.header-style-fifteen .mainmenu .sub-menu .sub-menu li:hover .sub-menu,
        .site-header.default-header-style .mainmenu .sub-menu li:hover .sub-menu,
        .site-header.default-header-style .mainmenu .sub-menu .sub-menu li:hover .sub-menu {
            opacity: 1;
            list-style: none;
            z-index: 99;
        }

    .site-header.header-style-one .mainmenu .sub-menu li,
    .site-header.header-style-two .mainmenu .sub-menu li,
    .site-header.header-style-five .mainmenu .sub-menu li,
    .site-header.header-style-six .mainmenu .sub-menu li,
    .site-header.header-style-eight .mainmenu .sub-menu li,
    .site-header.header-style-nine .mainmenu .sub-menu li,
    .site-header.header-style-twelve .mainmenu .sub-menu li,
    .site-header.header-style-thirteen .mainmenu .sub-menu li,
    .site-header.header-style-fifteen .mainmenu .sub-menu li,
    .site-header.default-header-style .mainmenu .sub-menu li {
        position: relative;
        display: block;
    }

    .site-header.header-style-one .mainmenu li > .megamenu > .sub-menu,
    .site-header.header-style-two .mainmenu li > .megamenu > .sub-menu,
    .site-header.header-style-five .mainmenu li > .megamenu > .sub-menu,
    .site-header.header-style-six .mainmenu li > .megamenu > .sub-menu,
    .site-header.header-style-eight .mainmenu li > .megamenu > .sub-menu,
    .site-header.header-style-nine .mainmenu li > .megamenu > .sub-menu,
    .site-header.header-style-twelve .mainmenu li > .megamenu > .sub-menu,
    .site-header.header-style-thirteen .mainmenu li > .megamenu > .sub-menu,
    .site-header.header-style-fifteen .mainmenu li > .megamenu > .sub-menu,
    .site-header.default-header-style .mainmenu li > .megamenu > .sub-menu {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        visibility: hidden;
    }

    .site-header.header-style-one .mainmenu li.megamenu:hover > .sub-menu,
    .site-header.header-style-two .mainmenu li.megamenu:hover > .sub-menu,
    .site-header.header-style-five .mainmenu li.megamenu:hover > .sub-menu,
    .site-header.header-style-six .mainmenu li.megamenu:hover > .sub-menu,
    .site-header.header-style-eight .mainmenu li.megamenu:hover > .sub-menu,
    .site-header.header-style-nine .mainmenu li.megamenu:hover > .sub-menu,
    .site-header.header-style-twelve .mainmenu li.megamenu:hover > .sub-menu,
    .site-header.header-style-thirteen .mainmenu li.megamenu:hover > .sub-menu,
    .site-header.header-style-fifteen .mainmenu li.megamenu:hover > .sub-menu,
    .site-header.default-header-style .mainmenu li.megamenu:hover > .sub-menu {
        top: 100%;
        opacity: 1;
        visibility: visible;
        z-index: 99;
    }

    .site-header.header-style-one .mainmenu li:hover > .sub-menu,
    .site-header.header-style-two .mainmenu li:hover > .sub-menu,
    .site-header.header-style-five .mainmenu li:hover > .sub-menu,
    .site-header.header-style-six .mainmenu li:hover > .sub-menu,
    .site-header.header-style-eight .mainmenu li:hover > .sub-menu,
    .site-header.header-style-nine .mainmenu li:hover > .sub-menu,
    .site-header.header-style-twelve .mainmenu li:hover > .sub-menu,
    .site-header.header-style-thirteen .mainmenu li:hover > .sub-menu,
    .site-header.header-style-fifteen .mainmenu li:hover > .sub-menu,
    .site-header.default-header-style .mainmenu li:hover > .sub-menu {
        top: calc(100% + 1px);
        opacity: 1;
        visibility: visible;
        z-index: 99;
    }

    .site-header.header-style-one .mainmenu li:hover > a,
    .site-header.header-style-one .mainmenu > li > a:hover,
    .site-header.header-style-one .mainmenu > li > a.active,
    .site-header.header-style-two .mainmenu li:hover > a,
    .site-header.header-style-two .mainmenu > li > a:hover,
    .site-header.header-style-two .mainmenu > li > a.active,
    .site-header.header-style-five .mainmenu li:hover > a,
    .site-header.header-style-five .mainmenu > li > a:hover,
    .site-header.header-style-five .mainmenu > li > a.active,
    .site-header.header-style-six .mainmenu li:hover > a,
    .site-header.header-style-six .mainmenu > li > a:hover,
    .site-header.header-style-six .mainmenu > li > a.active,
    .site-header.header-style-eight .mainmenu li:hover > a,
    .site-header.header-style-eight .mainmenu > li > a:hover,
    .site-header.header-style-eight .mainmenu > li > a.active,
    .site-header.header-style-nine .mainmenu li:hover > a,
    .site-header.header-style-nine .mainmenu > li > a:hover,
    .site-header.header-style-nine .mainmenu > li > a.active,
    .site-header.header-style-twelve .mainmenu li:hover > a,
    .site-header.header-style-twelve .mainmenu > li > a:hover,
    .site-header.header-style-twelve .mainmenu > li > a.active,
    .site-header.header-style-thirteen .mainmenu li:hover > a,
    .site-header.header-style-thirteen .mainmenu > li > a:hover,
    .site-header.header-style-thirteen .mainmenu > li > a.active,
    .site-header.header-style-fifteen .mainmenu li:hover > a,
    .site-header.header-style-fifteen .mainmenu > li > a:hover,
    .site-header.header-style-fifteen .mainmenu > li > a.active,
    .site-header.default-header-style .mainmenu li:hover > a,
    .site-header.default-header-style .mainmenu > li > a:hover,
    .site-header.default-header-style .mainmenu > li > a.active {
        background-color: transparent;
        text-decoration: none;
        color: var(--brand-primary-text, #f53700);
    }

    .site-header.header-style-one .mainmenu .sub-menu > li > a:hover,
    .site-header.header-style-one .mainmenu .sub-menu .sub-menu > li > a:hover,
    .site-header.header-style-one .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,
    .site-header.header-style-two .mainmenu .sub-menu > li > a:hover,
    .site-header.header-style-two .mainmenu .sub-menu .sub-menu > li > a:hover,
    .site-header.header-style-two .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,
    .site-header.header-style-five .mainmenu .sub-menu > li > a:hover,
    .site-header.header-style-five .mainmenu .sub-menu .sub-menu > li > a:hover,
    .site-header.header-style-five .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,
    .site-header.header-style-six .mainmenu .sub-menu > li > a:hover,
    .site-header.header-style-six .mainmenu .sub-menu .sub-menu > li > a:hover,
    .site-header.header-style-six .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,
    .site-header.header-style-eight .mainmenu .sub-menu > li > a:hover,
    .site-header.header-style-eight .mainmenu .sub-menu .sub-menu > li > a:hover,
    .site-header.header-style-eight .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,
    .site-header.header-style-nine .mainmenu .sub-menu > li > a:hover,
    .site-header.header-style-nine .mainmenu .sub-menu .sub-menu > li > a:hover,
    .site-header.header-style-nine .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,
    .site-header.header-style-twelve .mainmenu .sub-menu > li > a:hover,
    .site-header.header-style-twelve .mainmenu .sub-menu .sub-menu > li > a:hover,
    .site-header.header-style-twelve .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,
    .site-header.header-style-thirteen .mainmenu .sub-menu > li > a:hover,
    .site-header.header-style-thirteen .mainmenu .sub-menu .sub-menu > li > a:hover,
    .site-header.header-style-thirteen .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,
    .site-header.header-style-fifteen .mainmenu .sub-menu > li > a:hover,
    .site-header.header-style-fifteen .mainmenu .sub-menu .sub-menu > li > a:hover,
    .site-header.header-style-fifteen .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,
    .site-header.default-header-style .mainmenu .sub-menu > li > a:hover,
    .site-header.default-header-style .mainmenu .sub-menu .sub-menu > li > a:hover,
    .site-header.default-header-style .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover {
        text-decoration: none;
        color: var(--brand-primary-text, #f53700);
    }

    .site-header.header-style-one .mainmenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-one .mainmenu .sub-menu .current-menu-item > a,
    .site-header.header-style-two .mainmenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-two .mainmenu .sub-menu .current-menu-item > a,
    .site-header.header-style-five .mainmenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-five .mainmenu .sub-menu .current-menu-item > a,
    .site-header.header-style-six .mainmenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-six .mainmenu .sub-menu .current-menu-item > a,
    .site-header.header-style-eight .mainmenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-eight .mainmenu .sub-menu .current-menu-item > a,
    .site-header.header-style-nine .mainmenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-nine .mainmenu .sub-menu .current-menu-item > a,
    .site-header.header-style-twelve .mainmenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-twelve .mainmenu .sub-menu .current-menu-item > a,
    .site-header.header-style-thirteen .mainmenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-thirteen .mainmenu .sub-menu .current-menu-item > a,
    .site-header.header-style-fifteen .mainmenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-fifteen .mainmenu .sub-menu .current-menu-item > a,
    .site-header.default-header-style .mainmenu .sub-menu .current-menu-parent > a,
    .site-header.default-header-style .mainmenu .sub-menu .current-menu-item > a {
        background-color: rgba(0, 0, 0, 0.25);
    }

    .site-header.header-style-one .current-menu-ancestor .current-menu-ancestor > a,
    .site-header.header-style-two .current-menu-ancestor .current-menu-ancestor > a,
    .site-header.header-style-five .current-menu-ancestor .current-menu-ancestor > a,
    .site-header.header-style-six .current-menu-ancestor .current-menu-ancestor > a,
    .site-header.header-style-eight .current-menu-ancestor .current-menu-ancestor > a,
    .site-header.header-style-nine .current-menu-ancestor .current-menu-ancestor > a,
    .site-header.header-style-twelve .current-menu-ancestor .current-menu-ancestor > a,
    .site-header.header-style-thirteen .current-menu-ancestor .current-menu-ancestor > a,
    .site-header.header-style-fifteen .current-menu-ancestor .current-menu-ancestor > a,
    .site-header.default-header-style .current-menu-ancestor .current-menu-ancestor > a {
        background-color: rgba(0, 0, 0, 0.25);
    }

    .site-header.header-style-one .megamenu .sub-menu .current-menu-item > a,
    .site-header.header-style-one .megamenu .current-menu-ancestor > a,
    .site-header.header-style-one .megamenu.current-menu-ancestor .current-menu-ancestor > a,
    .site-header.header-style-two .megamenu .sub-menu .current-menu-item > a,
    .site-header.header-style-two .megamenu .current-menu-ancestor > a,
    .site-header.header-style-two .megamenu.current-menu-ancestor .current-menu-ancestor > a,
    .site-header.header-style-five .megamenu .sub-menu .current-menu-item > a,
    .site-header.header-style-five .megamenu .current-menu-ancestor > a,
    .site-header.header-style-five .megamenu.current-menu-ancestor .current-menu-ancestor > a,
    .site-header.header-style-six .megamenu .sub-menu .current-menu-item > a,
    .site-header.header-style-six .megamenu .current-menu-ancestor > a,
    .site-header.header-style-six .megamenu.current-menu-ancestor .current-menu-ancestor > a,
    .site-header.header-style-eight .megamenu .sub-menu .current-menu-item > a,
    .site-header.header-style-eight .megamenu .current-menu-ancestor > a,
    .site-header.header-style-eight .megamenu.current-menu-ancestor .current-menu-ancestor > a,
    .site-header.header-style-nine .megamenu .sub-menu .current-menu-item > a,
    .site-header.header-style-nine .megamenu .current-menu-ancestor > a,
    .site-header.header-style-nine .megamenu.current-menu-ancestor .current-menu-ancestor > a,
    .site-header.header-style-twelve .megamenu .sub-menu .current-menu-item > a,
    .site-header.header-style-twelve .megamenu .current-menu-ancestor > a,
    .site-header.header-style-twelve .megamenu.current-menu-ancestor .current-menu-ancestor > a,
    .site-header.header-style-thirteen .megamenu .sub-menu .current-menu-item > a,
    .site-header.header-style-thirteen .megamenu .current-menu-ancestor > a,
    .site-header.header-style-thirteen .megamenu.current-menu-ancestor .current-menu-ancestor > a,
    .site-header.header-style-fifteen .megamenu .sub-menu .current-menu-item > a,
    .site-header.header-style-fifteen .megamenu .current-menu-ancestor > a,
    .site-header.header-style-fifteen .megamenu.current-menu-ancestor .current-menu-ancestor > a,
    .site-header.default-header-style .megamenu .sub-menu .current-menu-item > a,
    .site-header.default-header-style .megamenu .current-menu-ancestor > a,
    .site-header.default-header-style .megamenu.current-menu-ancestor .current-menu-ancestor > a {
        background-color: transparent;
    }

    .site-header.header-style-one .megamenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-one .megamenu .sub-menu .current-menu-item > a,
    .site-header.header-style-two .megamenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-two .megamenu .sub-menu .current-menu-item > a,
    .site-header.header-style-five .megamenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-five .megamenu .sub-menu .current-menu-item > a,
    .site-header.header-style-six .megamenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-six .megamenu .sub-menu .current-menu-item > a,
    .site-header.header-style-eight .megamenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-eight .megamenu .sub-menu .current-menu-item > a,
    .site-header.header-style-nine .megamenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-nine .megamenu .sub-menu .current-menu-item > a,
    .site-header.header-style-twelve .megamenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-twelve .megamenu .sub-menu .current-menu-item > a,
    .site-header.header-style-thirteen .megamenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-thirteen .megamenu .sub-menu .current-menu-item > a,
    .site-header.header-style-fifteen .megamenu .sub-menu .current-menu-parent > a,
    .site-header.header-style-fifteen .megamenu .sub-menu .current-menu-item > a,
    .site-header.default-header-style .megamenu .sub-menu .current-menu-parent > a,
    .site-header.default-header-style .megamenu .sub-menu .current-menu-item > a {
        background-color: transparent;
    }
}

@media only screen and (min-width: 1200px) {
    .site-header.default-header-style .navigation .mainmenu > li > a,
    .site-header.header-style-five .navigation .mainmenu > li > a,
    .site-header.header-style-eight .navigation .mainmenu > li > a,
    .site-header.header-style-two .navigation .mainmenu > li > a,
    .site-header.default-header-style .navigation .mainmenu > li > button,
    .site-header.header-style-five .navigation .mainmenu > li > button,
    .site-header.header-style-eight .navigation .mainmenu > li > button,
    .site-header.header-style-two .navigation .mainmenu > li > button,
    .site-header.default-header-style .navigation .mainmenu > li > a > .menu-arrow,
    .site-header.header-style-five .navigation .mainmenu > li > a > .menu-arrow,
    .site-header.header-style-eight .navigation .mainmenu > li > a > .menu-arrow,
    .site-header.header-style-two .navigation .mainmenu > li > a > .menu-arrow,
    .site-header.default-header-style .navigation .mainmenu > li > button > .menu-arrow,
    .site-header.header-style-five .navigation .mainmenu > li > button > .menu-arrow,
    .site-header.header-style-eight .navigation .mainmenu > li > button > .menu-arrow,
    .site-header.header-style-two .navigation .mainmenu > li > button > .menu-arrow,
    .site-header .intro-social-share .social-share a {
        color: #fff;
        text-shadow: 0px 0px 20px #3F3F3F, 0px 0px 5px #3F3F3F;
    }
}

@media only screen and (min-width: 1200px) {
    .site-header.header-style-one .navigation .mainmenu > li > a,
    .site-header.header-style-one .navigation .mainmenu > li > button {
        padding: 12px 11px;
    }

    .site-header.header-style-one .navigation .mainmenu .sub-menu {
        left: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .site-header.header-style-eight .navigation .mainmenu > li > a,
    .site-header.header-style-eight .navigation .mainmenu > li > button {
        padding: 12px 20px;
    }

    .site-header.header-style-eight .navigation .mainmenu .sub-menu {
        left: 10px;
    }
}

.megamenu {
    position: static !important;
}

@media only screen and (min-width: 1200px) {
    .megamenu .megamenu-main {
        left: 50% !important;
        padding: 20px !important;
        top: calc(100% + 30px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
        width: 1170px;
    }

        .megamenu .megamenu-main.megamenu-carousel-menu {
            width: calc(100vw - 120px);
        }
}

.megamenu .megamenu-main ul {
    padding-left: 0px;
}

.megamenu .megamenu-main .megamenu-heading {
    font-weight: 600;
    color: var(--text-dark, #000);
    font-size: 18px;
    text-align: left;
    margin-bottom: 23px;
}

.megamenu .megamenu-main .megamenu-column-inner + .megamenu-column-inner {
    margin-top: 26px;
}

.megamenu .megamenu-main .megamenu-wrapper {
    padding: 15px 0 10px;
    position: relative;
}

    .megamenu .megamenu-main .megamenu-wrapper .megamenu-bg-right {
        position: absolute;
        right: -20px;
        top: -20px;
        width: 470px;
        height: calc(100% + 40px);
    }

.megamenu .megamenu-main .custom-megamenu {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

    .megamenu .megamenu-main .custom-megamenu li a {
        padding: 6px 0px;
    }

/*-------------------------------------------------
    [ ### Megamenu Carousel ]
*/
.megamenu-carousel .food-menu-item {
    display: block;
    min-height: 120px;
    position: relative;
    margin: 20px;
    padding: 0 !important;
}

@media only screen and (max-width: 1366px) {
    .megamenu-carousel .food-menu-item {
        margin: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .megamenu-carousel .food-menu-item {
        margin: 10px 20px;
    }
}

.megamenu-carousel .food-menu-item:before {
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.megamenu-carousel .food-menu-item .title {
    font-size: 32px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    margin-bottom: 0px;
    color: white;
    font-family: var(--heading-font, "Playfair Display", serif);
}

@media only screen and (max-width: 1199px) {
    .megamenu-carousel .food-menu-item .title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .megamenu-carousel .food-menu-item .title {
        font-size: 22px;
    }
}

.megamenu-carousel .food-menu-item .food-thumb {
    margin-bottom: 0;
    position: relative;
}

    .megamenu-carousel .food-menu-item .food-thumb img {
        width: 100%;
    }

    .megamenu-carousel .food-menu-item .food-thumb .overlay {
        position: absolute;
        content: "";
        top: 0;
        height: 100%;
        width: 100%;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 2;
    }

.megamenu-carousel .food-menu-item:hover:before {
    opacity: 0.7;
}

.megamenu-carousel.carousel-nav-dots .owl-dots {
    margin-bottom: 13px;
    padding-top: 17px;
}

@media only screen and (max-width: 1199px) {
    .megamenu-carousel.carousel-nav-dots .owl-dots {
        margin-bottom: 15px;
        padding-top: 10px;
    }
}

.megamenu-carousel.carousel-nav-dots .owl-dots > div > span {
    background-color: #DDDDDD;
}

/*-------------------------------------------------
    [ ### Sidebar Menu ]
*/
.site-navigation.sidebar-menu,
.sidebar-left-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100% !important;
}

    .site-navigation.sidebar-menu:hover .tse-scrollbar,
    .sidebar-left-menu:hover .tse-scrollbar {
        opacity: 1;
    }

    .site-navigation.sidebar-menu .tse-scrollbar,
    .sidebar-left-menu .tse-scrollbar {
        background-color: #DDDDDD;
        border-radius: 0px;
        height: calc(100% - 10px);
        width: 8px;
        z-index: 9;
        opacity: 0;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

        .site-navigation.sidebar-menu .tse-scrollbar .drag-handle,
        .sidebar-left-menu .tse-scrollbar .drag-handle {
            background-color: var(--brand-primary-text, #f53700);
            right: 0;
            width: 8px;
            opacity: 0.75;
            border-radius: inherit;
            cursor: pointer;
        }

            .site-navigation.sidebar-menu .tse-scrollbar .drag-handle.visible,
            .sidebar-left-menu .tse-scrollbar .drag-handle.visible {
                opacity: 1;
            }

    .site-navigation.sidebar-menu .navigation,
    .sidebar-left-menu .navigation {
        width: 100%;
    }

    .site-navigation.sidebar-menu .menu-content,
    .sidebar-left-menu .menu-content {
        width: 100%;
    }

    .site-navigation.sidebar-menu .activeScrollBar,
    .sidebar-left-menu .activeScrollBar {
        width: 100%;
        height: auto !important;
    }

    .site-navigation.sidebar-menu ul,
    .sidebar-left-menu ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .site-navigation.sidebar-menu .mainmenu li > ul,
    .sidebar-left-menu .mainmenu li > ul {
        margin-left: 0;
    }

    .site-navigation.sidebar-menu .mainmenu li > a,
    .sidebar-left-menu .mainmenu li > a {
        color: white;
        font-size: 14px;
        font-weight: 600;
        display: block;
        padding: 8px 0;
    }

        .site-navigation.sidebar-menu .mainmenu li > a > .menu-arrow,
        .sidebar-left-menu .mainmenu li > a > .menu-arrow,
        .site-navigation.sidebar-menu .mainmenu li > button > .menu-arrow,
        .sidebar-left-menu .mainmenu li > button > .menu-arrow {
            position: relative;
            color: rgba(255, 255, 255, 0.45);
            font-size: 12px;
            right: 0px;
            margin-left: 5px;
            top: 1px;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }

        .site-navigation.sidebar-menu .mainmenu li > a:hover, .site-navigation.sidebar-menu .mainmenu li > a:focus,
        .sidebar-left-menu .mainmenu li > a:hover,
        .sidebar-left-menu .mainmenu li > a:focus {
            color: var(--brand-primary-text, #f53700);
        }

    .site-navigation.sidebar-menu .mainmenu > li > a,
    .sidebar-left-menu .mainmenu > li > a {
        font-size: 16px;
        padding: 15px 0;
    }

    .site-navigation.sidebar-menu .mainmenu .sub-menu,
    .sidebar-left-menu .mainmenu .sub-menu {
        display: none;
    }

    .site-navigation.sidebar-menu .mainmenu li.active > a > .menu-arrow,
    .sidebar-left-menu .mainmenu li.active > a > .menu-arrow,
    .site-navigation.sidebar-menu .mainmenu li.active > button > .menu-arrow,
    .sidebar-left-menu .mainmenu li.active > button > .menu-arrow {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

.site-content.sidebar-menu-active {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .site-content.sidebar-menu-active.sidebar-menu-active-one.sidemenu-active {
        margin-left: -310px;
    }

@media only screen and (max-width: 575px) {
    .site-content.sidebar-menu-active.sidebar-menu-active-one.sidemenu-active {
        margin-left: -260px;
    }
}

.site-content.sidebar-menu-active.sidebar-menu-active-one.sidemenu-active .site-header.header-absolute {
    left: -310px;
}

@media only screen and (max-width: 1199px) {
    .site-content.sidebar-menu-active.sidebar-menu-active-one.sidemenu-active .site-header.header-absolute {
        left: -285px;
    }
}

@media only screen and (max-width: 575px) {
    .site-content.sidebar-menu-active.sidebar-menu-active-one.sidemenu-active .site-header.header-absolute {
        left: -240px;
    }
}

.site-content.sidebar-menu-active.sidebar-menu-active-one.home-parallax-content .site-header.header-style-three {
    padding-right: 80px;
}

@media only screen and (max-width: 1199px) {
    .site-content.sidebar-menu-active.sidebar-menu-active-one.home-parallax-content .site-header.header-style-three {
        padding-right: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .site-content.sidebar-menu-active.sidebar-menu-active-one.home-parallax-content .site-header.header-style-three {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-content.sidebar-menu-active.sidebar-menu-active-one.home-parallax-content.sidemenu-active .site-header.header-style-three {
        padding-right: 30px;
    }
}

body.sidemenu-active #pp-nav.right {
    right: 405px;
}

@media only screen and (max-width: 1199px) {
    body.sidemenu-active #pp-nav.right {
        right: 340px;
    }
}

@media only screen and (max-width: 575px) {
    body.sidemenu-active #pp-nav.right {
        right: 290px;
    }
}

.sidebar-menu-area {
    width: 310px;
    text-align: center;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -310px;
    z-index: 9999;
    background-color: white;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-left: 1px solid #dddddd;
}

@media only screen and (max-width: 575px) {
    .sidebar-menu-area {
        width: 260px;
        right: -260px;
    }
}

.sidebar-menu-area.sidemenu-active {
    right: 0px;
}

.sidebar-menu-area.style-two {
    right: auto;
    left: -310px;
}

@media only screen and (max-width: 575px) {
    .sidebar-menu-area.style-two {
        left: -260px;
    }
}

.sidebar-menu-area.style-two.sidemenu-active {
    left: 0px;
}

.sidebar-menu-area.style-two .site-navigation {
    height: 100%;
}

    .sidebar-menu-area.style-two .site-navigation.sidebar-menu .mainmenu > li > a {
        font-size: 18px;
        font-weight: normal;
        padding: 17px 0;
    }

    .sidebar-menu-area.style-two .site-navigation.sidebar-menu .mainmenu li > a {
        font-family: var(--heading-font, "Playfair Display", serif);
        text-transform: uppercase;
        font-weight: normal;
    }

        .sidebar-menu-area.style-two .site-navigation.sidebar-menu .mainmenu li > a > .menu-arrow,
        .sidebar-menu-area.style-two .site-navigation.sidebar-menu .mainmenu li > button > .menu-arrow {
            top: -2px;
        }

.sidebar-menu-area.sidebar-menu-three, .sidebar-menu-area.sidebar-menu-four {
    width: 295px;
    text-align: left;
    right: auto;
    left: -295px;
    border-left: 0px solid;
    border-right: 1px solid #dddddd;
}

@media only screen and (max-width: 575px) {
    .sidebar-menu-area.sidebar-menu-three, .sidebar-menu-area.sidebar-menu-four {
        width: 260px;
        left: -260px;
    }
}

.sidebar-menu-area.sidebar-menu-three.sidemenu-active, .sidebar-menu-area.sidebar-menu-four.sidemenu-active {
    right: auto;
    left: 0;
}

.sidebar-menu-area.sidebar-menu-three .site-navigation, .sidebar-menu-area.sidebar-menu-four .site-navigation {
    height: calc(100% - 80px);
    padding: 20px 20px 20px 40px;
}

@media only screen and (max-width: 575px) {
    .sidebar-menu-area.sidebar-menu-three .site-navigation, .sidebar-menu-area.sidebar-menu-four .site-navigation {
        padding: 15px 15px 15px 20px;
    }
}

.sidebar-menu-area.sidebar-menu-three .site-navigation.sidebar-menu .mainmenu > li.active > a > .menu-arrow,
.sidebar-menu-area.sidebar-menu-four .site-navigation.sidebar-menu .mainmenu > li.active > a > .menu-arrow,
.sidebar-menu-area.sidebar-menu-three .site-navigation.sidebar-menu .mainmenu > li.active > button > .menu-arrow,
.sidebar-menu-area.sidebar-menu-four .site-navigation.sidebar-menu .mainmenu > li.active > button > .menu-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-menu-area.sidebar-menu-three .site-navigation.sidebar-menu .mainmenu > li > a, .sidebar-menu-area.sidebar-menu-four .site-navigation.sidebar-menu .mainmenu > li > a {
    padding: 15px 15px 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .sidebar-menu-area.sidebar-menu-three .site-navigation.sidebar-menu .mainmenu > li > a, .sidebar-menu-area.sidebar-menu-four .site-navigation.sidebar-menu .mainmenu > li > a {
        padding: 10px 15px 10px 0;
    }
}

.sidebar-menu-area.sidebar-menu-three .site-navigation.sidebar-menu .mainmenu > li > a > .menu-arrow,
.sidebar-menu-area.sidebar-menu-four .site-navigation.sidebar-menu .mainmenu > li > a > .menu-arrow,
.sidebar-menu-area.sidebar-menu-three .site-navigation.sidebar-menu .mainmenu > li > button > .menu-arrow,
.sidebar-menu-area.sidebar-menu-four .site-navigation.sidebar-menu .mainmenu > li > button > .menu-arrow {
    top: 0;
    font-size: 12px;
}

    .sidebar-menu-area.sidebar-menu-three .site-navigation.sidebar-menu .mainmenu > li > a > .menu-arrow:before,
    .sidebar-menu-area.sidebar-menu-four .site-navigation.sidebar-menu .mainmenu > li > a > .menu-arrow:before,
    .sidebar-menu-area.sidebar-menu-three .site-navigation.sidebar-menu .mainmenu > li > button > .menu-arrow:before,
    .sidebar-menu-area.sidebar-menu-four .site-navigation.sidebar-menu .mainmenu > li > button > .menu-arrow:before {
        content: "\eb33";
        font-family: "icomoon";
    }

.sidebar-menu-area.sidebar-menu-three .menu-closed, .sidebar-menu-area.sidebar-menu-four .menu-closed {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark, #000);
    padding: 35px 35px 10px;
}

@media only screen and (max-width: 575px) {
    .sidebar-menu-area.sidebar-menu-three .menu-closed, .sidebar-menu-area.sidebar-menu-four .menu-closed {
        padding: 25px 15px 10px;
    }
}

.sidebar-menu-area.sidebar-menu-three .menu-closed:before, .sidebar-menu-area.sidebar-menu-three .menu-closed:after, .sidebar-menu-area.sidebar-menu-four .menu-closed:before, .sidebar-menu-area.sidebar-menu-four .menu-closed:after {
    display: none;
}

.sidebar-menu-area.sidebar-menu-three .menu-closed > span, .sidebar-menu-area.sidebar-menu-four .menu-closed > span {
    font-size: 10px;
    display: inline-block;
    padding-right: 5px;
    position: relative;
    top: 1px;
    color: var(--brand-primary-text, #f53700);
}

.sidebar-menu-area.sidebar-menu-three .menu-closed:hover, .sidebar-menu-area.sidebar-menu-four .menu-closed:hover {
    color: var(--brand-primary-text, #f53700);
}

.sidebar-menu-area.sidebar-menu-four {
    display: none;
}

@media only screen and (max-width: 767px) {
    .sidebar-menu-area.sidebar-menu-four {
        display: block;
    }
}

.sidebar-menu-area .menu-closed {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

    .sidebar-menu-area .menu-closed:before, .sidebar-menu-area .menu-closed:after {
        position: absolute;
        height: 2px;
        left: 0;
        top: 14px;
        width: 100%;
        background-color: black;
        content: "";
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

    .sidebar-menu-area .menu-closed:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sidebar-menu-area .menu-closed:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .sidebar-menu-area .menu-closed:hover:before, .sidebar-menu-area .menu-closed:hover:after {
        background-color: var(--brand-primary-text, #f53700);
    }

.sidebar-menu-area .site-navigation.sidebar-menu .mainmenu > li.active > a {
    color: var(--brand-primary-text, #f53700);
}

.sidebar-menu-area .site-navigation.sidebar-menu .mainmenu > li > a {
    font-size: 16px;
    font-weight: bold;
    padding: 13px 0;
}

@media only screen and (max-width: 575px) {
    .sidebar-menu-area .site-navigation.sidebar-menu .mainmenu > li > a {
        padding: 10px 0;
    }
}

.sidebar-menu-area .site-navigation.sidebar-menu .mainmenu > li > a.active {
    color: var(--brand-primary-text, #f53700);
}

.sidebar-menu-area .site-navigation.sidebar-menu .mainmenu li > a {
    color: var(--text-dark, #000);
}

    .sidebar-menu-area .site-navigation.sidebar-menu .mainmenu li > a:hover {
        color: var(--brand-primary-text, #f53700);
    }

    .sidebar-menu-area .site-navigation.sidebar-menu .mainmenu li > a > .menu-arrow,
    .sidebar-menu-area .site-navigation.sidebar-menu .mainmenu li > button > .menu-arrow {
        color: rgba(0, 0, 0, 0.5);
    }

.sidebar-menu-area .social-share {
    height: 110px;
    padding-top: 65px;
}

@media only screen and (max-width: 575px) {
    .sidebar-menu-area .social-share {
        height: 80px;
        padding-top: 45px;
    }
}

.sidebar-menu-area .social-share > a {
    font-size: 14px;
    color: var(--text-gray, #666666);
    display: inline-block;
    padding: 3px 12px;
}

    .sidebar-menu-area .social-share > a:hover {
        color: var(--brand-primary-text, #f53700);
    }

.sidebar-menu-area .site-navigation {
    height: calc(100% - 240px);
    padding: 20px 0;
}

@media only screen and (max-width: 575px) {
    .sidebar-menu-area .site-navigation {
        height: calc(100% - 155px);
        padding: 15px 0;
    }
}

.sidebar-menu-area .contact-info {
    padding-bottom: 20px;
    height: 90px;
}

@media only screen and (max-width: 575px) {
    .sidebar-menu-area .contact-info {
        padding-bottom: 15px;
        height: 85px;
    }
}

.sidebar-menu-area .contact-info .title {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}

.sidebar-menu-area .contact-info .contact-no {
    font-size: 26px;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-weight: bold;
}

.sidebar-left-menu {
    width: 315px !important;
    text-align: left;
    height: 100%;
    background-color: #222222;
    position: absolute;
    top: 0;
    left: -105px;
    z-index: 10;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
    opacity: 0;
    visibility: hidden;
}

    .sidebar-left-menu.menu-active {
        visibility: visible;
        opacity: 1;
        left: 105px;
    }

@media only screen and (max-width: 1366px) {
    .sidebar-left-menu.menu-active {
        left: 80px;
    }
}

.sidebar-left-menu .navigation {
    padding: 20px 0px 20px 50px;
}

@media only screen and (max-width: 575px) {
    .sidebar-left-menu .navigation {
        padding: 15px 15px 15px 20px;
    }
}

.sidebar-left-menu .navigation .mainmenu > li.active > a > .menu-arrow,
.sidebar-left-menu .navigation .mainmenu > li.active > button > .menu-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-left-menu .navigation .mainmenu > li:hover > .sub-menu-outer {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.sidebar-left-menu .navigation .mainmenu > li > a {
    padding: 16px 40px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

@media only screen and (max-width: 575px) {
    .sidebar-left-menu .navigation .mainmenu > li > a {
        padding: 10px 15px 10px 0;
    }
}

.sidebar-left-menu .navigation .mainmenu > li > a > .menu-arrow,
.sidebar-left-menu .navigation .mainmenu > li > button > .menu-arrow {
    top: 0;
    font-size: 12px;
}

    .sidebar-left-menu .navigation .mainmenu > li > a > .menu-arrow:before,
    .sidebar-left-menu .navigation .mainmenu > li > button > .menu-arrow:before {
        content: "\eb33";
        font-family: "icomoon";
    }

.sidebar-left-menu .navigation .mainmenu > li > a:hover > .menu-arrow,
.sidebar-left-menu .navigation .mainmenu > li > button:hover > .menu-arrow {
    color: var(--brand-primary-text, #f53700);
}

.sidebar-left-menu .navigation .mainmenu > li .sub-menu-outer {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 45px;
    padding-right: 20px;
    background-color: #2A2A2A;
    width: 315px;
    position: absolute;
    left: 80%;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    overflow-y: auto;
}

@media only screen and (min-width: 992px) {
    .sidebar-left-menu .navigation .mainmenu > li .sub-menu-outer .sub-menu {
        padding-top: 80px;
    }
}

.sidebar-left-menu .navigation .mainmenu > li .sub-menu {
    display: block;
    width: 100%;
}

    .sidebar-left-menu .navigation .mainmenu > li .sub-menu li > a {
        font-size: 14px;
        color: #bababa;
        font-weight: 500;
        padding: 6px 0;
        display: block;
    }

        .sidebar-left-menu .navigation .mainmenu > li .sub-menu li > a:hover {
            color: var(--brand-primary-text, #f53700);
        }

/*-------------------------------------------------
    [ ## Pagination ]
*/
/* page link pagination */
.article-content .page-links span {
    border: 1px solid #dddddd;
    font-size: 1em;
    padding: 0.4em 0.8em;
    font-weight: 600;
}

.article-content .page-links > span {
    color: #fff;
}

.article-content .page-links a {
    text-decoration: none;
}

.paging-navigation {
    z-index: 1;
    font-size: 14px;
}

@media only screen and (max-width: 1199px) {
    .paging-navigation.pd-t-70 {
        padding-top: 30px;
    }

    .paging-navigation.pd-t-40 {
        padding-top: 20px;
    }
}

.paging-navigation .nav-links {
    list-style: none;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding-left: 0px;
}

    .paging-navigation .nav-links a {
        font-weight: 500;
        display: block;
        -webkit-transition: ease-in 0.25s;
        transition: ease-in 0.25s;
        text-align: center;
    }

    .paging-navigation .nav-links > li {
        display: inline-block;
        margin: 0 3px;
    }

        .paging-navigation .nav-links > li > a {
            height: 42px;
            width: 42px;
            line-height: 42px;
            border-radius: 50%;
            color: #8f8f8f;
            font-weight: 500;
        }

            .paging-navigation .nav-links > li > a span {
                display: block;
            }

            .paging-navigation .nav-links > li.active > a,
            .paging-navigation .nav-links > li > a:hover {
                background-color: #c51c23 !important;
                color: white !important;
            }

    .paging-navigation .nav-links li.nav-previous > a,
    .paging-navigation .nav-links li.nav-next > a {
        border: 0;
        padding: 0 22px;
        display: block;
        position: relative;
        width: auto;
        border-radius: 40px;
    }

    .paging-navigation .nav-links li.nav-previous a:hover,
    .paging-navigation .nav-links li.nav-next a:hover {
        background: transparent;
        color: inherit;
    }

    .paging-navigation .nav-links li.nav-previous.disabled > a,
    .paging-navigation .nav-links li.nav-next.disabled > a {
        pointer-events: none;
        /*filter: alpha(opacity=60);*/
        opacity: 0.6;
    }

.paging-navigation.pagination-center .nav-links {
    text-align: center;
}

/*-------------------------------------------------
    [ ### Post Navigation ]
*/
.post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .post-navigation .post-previous {
        text-align: right;
    }

    .post-navigation .post-next {
        text-align: left;
    }

    .post-navigation h3 {
        font-size: 20px;
        font-weight: 800;
        margin: 0;
        -webkit-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
    }

    .post-navigation .post-previous,
    .post-navigation .post-next {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 20px 0 27px;
    }

        .post-navigation .post-previous a,
        .post-navigation .post-next a {
            position: relative;
            display: block;
            padding: 30px;
        }

        .post-navigation .post-previous span.label,
        .post-navigation .post-next span.label {
            font-weight: 600;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            margin-bottom: 30px;
            display: block;
        }

        .post-navigation .post-previous.active.bg-overlay:before,
        .post-navigation .post-next.active.bg-overlay:before {
            background-color: transparent;
            background-image: -webkit-linear-gradient(left, rgba(43, 27, 94, 0.9), rgba(43, 66, 241, 0.9));
            background-image: linear-gradient(to right, rgba(43, 27, 94, 0.9), rgba(43, 66, 241, 0.9));
        }

        .post-navigation .post-previous.active span.label,
        .post-navigation .post-next.active span.label {
            color: #b0a2be;
        }

@media only screen and (max-width: 767px) {
    .paging-navigation .nav-links > li > a {
        height: 25px;
        line-height: 25px;
        width: 25px;
        font-size: 13px;
    }

    .paging-navigation .nav-links > li.nav-previous > a, .paging-navigation .nav-links > li.nav-next > a {
        padding: 0 10px;
    }

    .post-navigation h3 {
        font-size: 18px;
    }

    .post-navigation .post-previous span.label,
    .post-navigation .post-next span.label {
        font-size: 10px;
        letter-spacing: 0.1em;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .post-navigation .post-previous,
    .post-navigation .post-next {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px 0;
    }

        .post-navigation .post-previous a,
        .post-navigation .post-next a {
            padding: 15px;
        }
}
/*-------------------------------------------------
    [ ## Navigation Responsive ]
*/
.hamburger-menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 40px;
    cursor: pointer;
}

@media only screen and (max-width: 575px) {
    .hamburger-menus {
        width: 30px;
    }
}

.hamburger-menus:hover > span {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 40px !important;
}

@media only screen and (max-width: 575px) {
    .hamburger-menus:hover > span {
        width: 30px !important;
    }
}

.hamburger-menus.click-menu {
    position: relative;
    z-index: 9999;
}

    .hamburger-menus.click-menu > span:nth-child(1) {
        width: 40px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

@media only screen and (max-width: 575px) {
    .hamburger-menus.click-menu > span:nth-child(1) {
        width: 30px;
    }
}

.hamburger-menus.click-menu > span:nth-child(2) {
    opacity: 0;
}

.hamburger-menus.click-menu > span:nth-child(3) {
    width: 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

@media only screen and (max-width: 575px) {
    .hamburger-menus.click-menu > span:nth-child(3) {
        width: 30px;
    }
}

.hamburger-menus > span {
    width: 40px;
    height: 2px;
    background-color: white;
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 6px 0;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .hamburger-menus > span {
        width: 30px;
        margin: 4px 0;
    }
}

.hamburger-menus > span:nth-child(1) {
    margin-top: 0 !important;
}

.hamburger-menus > span:nth-child(2) {
    width: 30px;
}

@media only screen and (max-width: 575px) {
    .hamburger-menus > span:nth-child(2) {
        width: 20px;
    }
}

.hamburger-menus > span:nth-child(3) {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .hamburger-menus > span:nth-child(3) {
        position: relative;
        top: 1px;
    }
}

.overlaybg {
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

.mobile-sidebar-menu .navigation {
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #181818;
    overflow-y: auto;
    overflow-x: hidden;
}

    .mobile-sidebar-menu .navigation .mainmenu > li > a,
    .mobile-sidebar-menu .navigation .mainmenu > li > button {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        color: #fff;
        display: block;
        font-weight: 600;
        overflow: hidden;
        padding: 12px 20px !important;
        position: relative;
        text-decoration: none;
        text-align: left;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        vertical-align: middle;
        letter-spacing: 0.015em;
        border-top: 1px solid rgba(255, 255, 255, 0.075);
        font-size: 16px;
    }

        .mobile-sidebar-menu .navigation .mainmenu > li > a.active, .mobile-sidebar-menu .navigation .mainmenu > li > a:hover {
            color: var(--brand-primary-text, #f53700);
        }

    .mobile-sidebar-menu .navigation .mainmenu > li.active > a > .menu-arrow,
    .mobile-sidebar-menu .navigation .mainmenu > li.active > button > .menu-arrow {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .mobile-sidebar-menu .navigation ul.mainmenu {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .mobile-sidebar-menu .navigation ul.mainmenu a,
        .mobile-sidebar-menu .navigation ul.mainmenu button {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .mobile-sidebar-menu .navigation ul.mainmenu a > .menu-arrow,
            .mobile-sidebar-menu .navigation ul.mainmenu button > .menu-arrow {
                cursor: pointer;
                z-index: 120;
                background-size: 25px;
                font-size: 12px;
                color: rgba(255, 255, 255, 0.35);
                -webkit-transition: transform 0.1s ease;
                transition: transform 0.1s ease;
                margin-left:20px;
            }

                .mobile-sidebar-menu .navigation ul.mainmenu a > .menu-arrow:before,
                .mobile-sidebar-menu .navigation ul.mainmenu button > .menu-arrow:before {
                    content: "\eb33";
                    font-family: "icomoon";
                }

    .mobile-sidebar-menu .navigation ul.sub-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
        background-color: transparent;
    }

        .mobile-sidebar-menu .navigation ul.sub-menu li a {
            padding: 12px 32px 12px 25px;
            letter-spacing: 0;
            border-right: solid 0px;
            background-color: transparent;
            line-height: 25px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
            color: white;
            letter-spacing: 0.015em;
            display: block;
        }

            .mobile-sidebar-menu .navigation ul.sub-menu li a:hover {
                color: var(--brand-primary-text, #f53700);
                padding-left: 30px;
            }

        .mobile-sidebar-menu .navigation ul.sub-menu > .sub-menu > li > a {
            padding-left: 30px;
        }

            .mobile-sidebar-menu .navigation ul.sub-menu > .sub-menu > li > a:hover {
                padding-left: 35px;
            }

    .mobile-sidebar-menu .navigation .megamenu {
        position: relative !important;
    }

        .mobile-sidebar-menu .navigation .megamenu .megamenu-main:before {
            display: none;
        }

        .mobile-sidebar-menu .navigation .megamenu .megamenu-main .megamenu-heading,
        .mobile-sidebar-menu .navigation .megamenu .megamenu-main .megamenu-bg-right {
            display: none;
        }

        .mobile-sidebar-menu .navigation .megamenu .megamenu-main .megamenu-container {
            max-width: 100%;
        }

        .mobile-sidebar-menu .navigation .megamenu .megamenu-main .custom-megamenu {
            display: block !important;
        }

            .mobile-sidebar-menu .navigation .megamenu .megamenu-main .custom-megamenu li a {
                font-weight: normal;
                padding: 10px 25px;
                font-size: 14px;
                font-weight: 600;
            }

                .mobile-sidebar-menu .navigation .megamenu .megamenu-main .custom-megamenu li a:hover {
                    padding-left: 30px;
                }

        .mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper {
            padding: 0;
        }

            .mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper .megamenu-container {
                padding: 0px;
            }

            .mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper .row {
                display: block;
                margin: 0px;
            }

                .mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper .row [class*="col-"] {
                    max-width: 100%;
                    padding: 0px;
                }

@media only screen and (max-width: 1199px) {
    .site-header.header-style-one,
    .site-header.header-style-two,
    .site-header.header-style-five,
    .site-header.header-style-six,
    .site-header.header-style-eight,
    .site-header.header-style-nine,
    .site-header.header-style-twelve,
    .site-header.header-style-thirteen,
    .site-header.header-style-fifteen,
    .site-header.default-header-style {
        z-index: 99;
    }

        .site-header.header-style-one .hamburger-menus,
        .site-header.header-style-two .hamburger-menus,
        .site-header.header-style-five .hamburger-menus,
        .site-header.header-style-six .hamburger-menus,
        .site-header.header-style-eight .hamburger-menus,
        .site-header.header-style-nine .hamburger-menus,
        .site-header.header-style-twelve .hamburger-menus,
        .site-header.header-style-thirteen .hamburger-menus,
        .site-header.header-style-fifteen .hamburger-menus,
        .site-header.default-header-style .hamburger-menus {
            display: inline-block;
        }

        .site-header.header-style-one .mobile-sidebar-menu .navigation,
        .site-header.header-style-two .mobile-sidebar-menu .navigation,
        .site-header.header-style-five .mobile-sidebar-menu .navigation,
        .site-header.header-style-six .mobile-sidebar-menu .navigation,
        .site-header.header-style-eight .mobile-sidebar-menu .navigation,
        .site-header.header-style-nine .mobile-sidebar-menu .navigation,
        .site-header.header-style-twelve .mobile-sidebar-menu .navigation,
        .site-header.header-style-thirteen .mobile-sidebar-menu .navigation,
        .site-header.header-style-fifteen .mobile-sidebar-menu .navigation,
        .site-header.default-header-style .mobile-sidebar-menu .navigation {
            left: -100%;
            position: relative;
            width: 280px;
            height: 100%;
            position: fixed;
            padding: 0;
            top: 0;
            margin: 0;
            z-index: 99999;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .site-header.header-style-one .mobile-sidebar-menu.sidemenu-active .overlaybg,
        .site-header.header-style-two .mobile-sidebar-menu.sidemenu-active .overlaybg,
        .site-header.header-style-five .mobile-sidebar-menu.sidemenu-active .overlaybg,
        .site-header.header-style-six .mobile-sidebar-menu.sidemenu-active .overlaybg,
        .site-header.header-style-eight .mobile-sidebar-menu.sidemenu-active .overlaybg,
        .site-header.header-style-nine .mobile-sidebar-menu.sidemenu-active .overlaybg,
        .site-header.header-style-twelve .mobile-sidebar-menu.sidemenu-active .overlaybg,
        .site-header.header-style-thirteen .mobile-sidebar-menu.sidemenu-active .overlaybg,
        .site-header.header-style-fifteen .mobile-sidebar-menu.sidemenu-active .overlaybg,
        .site-header.default-header-style .mobile-sidebar-menu.sidemenu-active .overlaybg {
            display: block;
        }

        .site-header.header-style-one .mobile-sidebar-menu.sidemenu-active .navigation,
        .site-header.header-style-two .mobile-sidebar-menu.sidemenu-active .navigation,
        .site-header.header-style-five .mobile-sidebar-menu.sidemenu-active .navigation,
        .site-header.header-style-six .mobile-sidebar-menu.sidemenu-active .navigation,
        .site-header.header-style-eight .mobile-sidebar-menu.sidemenu-active .navigation,
        .site-header.header-style-nine .mobile-sidebar-menu.sidemenu-active .navigation,
        .site-header.header-style-twelve .mobile-sidebar-menu.sidemenu-active .navigation,
        .site-header.header-style-thirteen .mobile-sidebar-menu.sidemenu-active .navigation,
        .site-header.header-style-fifteen .mobile-sidebar-menu.sidemenu-active .navigation,
        .site-header.default-header-style .mobile-sidebar-menu.sidemenu-active .navigation {
            left: 0;
        }

        .site-header.header-style-one .navigation,
        .site-header.header-style-two .navigation,
        .site-header.header-style-five .navigation,
        .site-header.header-style-six .navigation,
        .site-header.header-style-eight .navigation,
        .site-header.header-style-nine .navigation,
        .site-header.header-style-twelve .navigation,
        .site-header.header-style-thirteen .navigation,
        .site-header.header-style-fifteen .navigation,
        .site-header.default-header-style .navigation {
            border: none;
        }

            .site-header.header-style-one .navigation ul.sub-menu,
            .site-header.header-style-two .navigation ul.sub-menu,
            .site-header.header-style-five .navigation ul.sub-menu,
            .site-header.header-style-six .navigation ul.sub-menu,
            .site-header.header-style-eight .navigation ul.sub-menu,
            .site-header.header-style-nine .navigation ul.sub-menu,
            .site-header.header-style-twelve .navigation ul.sub-menu,
            .site-header.header-style-thirteen .navigation ul.sub-menu,
            .site-header.header-style-fifteen .navigation ul.sub-menu,
            .site-header.default-header-style .navigation ul.sub-menu {
                display: none;
            }

            .site-header.header-style-five .navigation .mainmenu > li:first-child > a {
                margin-left: 0px;
            }

        .site-header.header-style-six .hamburger-menus {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .site-header.header-style-six .hamburger-menus.click-menu > span {
                background-color: white;
            }

        .site-header.header-style-six .mobile-sidebar-menu .navigation {
            left: auto;
            right: -100%;
        }

            .site-header.header-style-six .mobile-sidebar-menu .navigation .mainmenu > li > a {
                color: white;
            }

        .site-header.header-style-six .mobile-sidebar-menu.sidemenu-active .navigation {
            left: auto;
            right: 0;
        }
}

@media only screen and (max-width: 480px) {
    .site-header.header-style-one .mobile-sidebar-menu .navigation,
    .site-header.header-style-two .mobile-sidebar-menu .navigation,
    .site-header.header-style-five .mobile-sidebar-menu .navigation,
    .site-header.header-style-six .mobile-sidebar-menu .navigation,
    .site-header.header-style-eight .mobile-sidebar-menu .navigation,
    .site-header.header-style-nine .mobile-sidebar-menu .navigation,
    .site-header.header-style-twelve .mobile-sidebar-menu .navigation,
    .site-header.header-style-thirteen .mobile-sidebar-menu .navigation,
    .site-header.header-style-fifteen .mobile-sidebar-menu .navigation,
    .site-header.default-header-style .mobile-sidebar-menu .navigation {
        width: 260px;
    }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Hero ]
--------------------------------------------------------------*/
/* Slider Sections */
.main-slider {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .main-slider:hover .slide-nav-center > .btn-links {
        opacity: 1;
    }
}

.main-slider.video-bg .bg-overlay:before {
    opacity: 0.45;
}

.main-slider.zoom-animation-intor .bg-overlay:before {
    opacity: 0.7;
}

.main-slider.zoom-animation-intor .zoom-animation .mbBgndGallery img {
    height: 100% !important;
}

@media only screen and (max-width: 480px) {
    .main-slider .slideZoom {
        left: -10px;
    }
}

.main-slider .carousel-item.active .slideZoom {
    -webkit-animation: 50s 0s normal none infinite running zoomEffect;
    animation: 50s 0s normal none infinite running zoomEffect;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
    transform: scale(1, 1) translate(0px, 0px);
}

.main-slider .carousel-nav-text > .btn-links {
    cursor: pointer;
}

    .main-slider .carousel-nav-text > .btn-links:hover {
        color: white !important;
    }

        .main-slider .carousel-nav-text > .btn-links:hover:before, .main-slider .carousel-nav-text > .btn-links:hover:before {
            border-color: white !important;
        }

        .main-slider .carousel-nav-text > .btn-links:hover > span:after,
        .main-slider .carousel-nav-text > .btn-links:hover > span:before {
            background-color: white !important;
        }

.main-slider .slide-nav-center > .btn-links {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

@media only screen and (max-width: 767px) {
    .main-slider .slide-nav-center > .btn-links {
        opacity: 0;
    }
}

.main-slider .slide-nav-center > .btn-links.btn-prev {
    left: 60px;
}

@media only screen and (max-width: 1366px) {
    .main-slider .slide-nav-center > .btn-links.btn-prev {
        left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider .slide-nav-center > .btn-links.btn-prev {
        left: 15px;
    }
}

.main-slider .slide-nav-center > .btn-links.btn-next {
    right: 60px;
}

@media only screen and (max-width: 1366px) {
    .main-slider .slide-nav-center > .btn-links.btn-next {
        right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider .slide-nav-center > .btn-links.btn-next {
        right: 15px;
    }
}

.main-slider .single-slide {
    top: 0;
    left: 0;
    z-index: 2;
}

    .main-slider .single-slide .slide-caption h1,
    .main-slider .single-slide .slide-caption h3 {
        text-shadow: 0px 0px 20px #3F3F3F, 0px 0px 5px #3F3F3F;
    }

    .main-slider .single-slide .slide-icon {
        font-size: 80px;
        color: var(--brand-primary-text, #f53700);
        margin-bottom: 15px;
    }

@media only screen and (max-width: 991px) {
    .main-slider .single-slide .slide-icon {
        font-size: 64px;
    }
}

.main-slider .single-slide .slider-title {
    font-size: 80px;
    font-weight: 700;
    font-family: var(--heading-font, "Playfair Display", serif);
    color: white;
    line-height: 0.8em;
    margin-bottom: 20px;
}

    .main-slider .single-slide .slider-title > span {
        font-size: 50px;
    }

@media only screen and (max-width: 1199px) {
    .main-slider .single-slide .slider-title {
        font-size: 66px;
    }

        .main-slider .single-slide .slider-title > span {
            font-size: 40px;
        }
}

@media only screen and (max-width: 991px) {
    .main-slider .single-slide .slider-title {
        font-size: 56px;
        margin-bottom: 25px;
    }

        .main-slider .single-slide .slider-title > span {
            font-size: 46px;
        }
}

@media only screen and (max-width: 767px) {
    .main-slider .single-slide .slider-title {
        font-size: 54px;
    }

        .main-slider .single-slide .slider-title > span {
            font-size: 40px;
        }
}

@media only screen and (max-width: 575px) {
    .main-slider .single-slide .slider-title {
        font-size: 44px;
        line-height: 0.9em;
    }

        .main-slider .single-slide .slider-title > span {
            font-size: 30px;
        }
}

@media only screen and (max-width: 480px) {
    .main-slider .single-slide .slider-title {
        font-size: 40px;
        line-height: 0.9em;
    }

        .main-slider .single-slide .slider-title > span {
            font-size: 30px;
        }
}

.main-slider .single-slide .slider-subtitle {
    font-family: var(--body-font, "Montserrat", sans-serif);
    text-transform: uppercase;
    font-size: 24px;
    color: white;
    font-weight: 700;
    line-height: 1.6em;
}

.main-slider .single-slide .slider-subtitle-two {
    font-family: var(--body-font, "Montserrat", sans-serif);
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
    .main-slider .single-slide .slider-subtitle {
        font-size: 22px;
        line-height: 1.25rem;
    }

    .main-slider .single-slide .slider-subtitle-two {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider .single-slide .slider-subtitle {
        font-size: 18px;
        line-height: 1.25rem;
    }

    .main-slider .single-slide .slider-subtitle-two {
        font-size: 18px;
        line-height: 1.25rem;
    }
}

.main-slider .single-slide .divider {
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .main-slider .single-slide .divider {
        font-size: 14px;
    }

    .main-slider .single-slide .slider-subtitle {
        font-size: 18px;
        line-height: 1.25rem;
        padding: 0px 30px;
    }

    .main-slider .single-slide .slider-subtitle-two {
        font-size: 18px;
        line-height: 1.25rem;
        padding: 0px 30px;
    }
}

.main-slider .single-slide .divider > span {
    margin: 0 4px;
    position: relative;
    display: inline-block;
}

    .main-slider .single-slide .divider > span:nth-child(1) {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    .main-slider .single-slide .divider > span:nth-child(2) {
        font-size: inherit;
        position: relative;
        top: -5px;
    }

    .main-slider .single-slide .divider > span:nth-child(3) {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

.main-slider .carousel-indicators {
    margin-bottom: 0;
}

    .main-slider .carousel-indicators li {
        width: 40px;
        height: 4px;
        background-color: #8C8C88;
        margin: 0 5px;
        display: inline-block;
        cursor: pointer;
    }

@media only screen and (max-width: 767px) {
    .main-slider .carousel-indicators li {
        width: 30px;
    }
}

.main-slider .carousel-indicators li.active {
    background-color: var(--brand-primary-text, #f53700);
}

.main-slider .btn-group-default > .btn {
    padding: 18px 50px;
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    .main-slider .btn-group-default > .btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}

.main-slider.style-one {
    height: 960px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-one {
        height: 900px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-one {
        height: 780px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-one {
        height: 720px;
    }
}

.main-slider.style-one .slide-caption {
    padding-top: 180px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-one .slide-caption {
        padding-bottom: 30px;
        padding-top: 140px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-one .slide-caption {
        padding-bottom: 20px;
        padding-top: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-one .slide-caption {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-one .btn-group-default {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-one .btn-group-default {
        margin-top: 25px;
    }
}

.main-slider.style-one .carousel-indicators {
    bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-one .carousel-indicators {
        bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-one .carousel-indicators {
        bottom: 20px;
    }
}

.main-slider.style-two {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-two {
        height: 900px !important;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-two {
        height: 840px !important;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-two {
        height: 780px !important;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-two {
        height: 620px !important;
    }
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-two > .element-group {
        display: none;
    }
}

.main-slider.style-two > .element-group > .element {
    z-index: 5;
    bottom: -220px;
    left: calc(50% - 100px);
}

.main-slider.style-two > .intro-content-info {
    position: absolute;
    z-index: 5;
    left: 60px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-two > .intro-content-info {
        left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-two > .intro-content-info {
        left: 15px;
    }
}

.main-slider.style-two > .intro-content-info.contact-no-info {
    top: 55px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-two > .intro-content-info.contact-no-info {
        top: 25px;
    }
}

.main-slider.style-two > .intro-content-info.opning-hours {
    bottom: 55px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-two > .intro-content-info.opning-hours {
        bottom: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-two > .intro-content-info.opning-hours {
        bottom: 10px;
    }
}

.main-slider.style-two .intro-social-share .share-alt + .social-share {
    left: auto;
    right: 15px;
    text-align: right;
}

.main-slider.style-two > .header-card-share-area {
    position: absolute;
    top: 45px;
    right: 55px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 6;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-two > .header-card-share-area {
        top: 15px;
        right: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-two > .header-card-share-area {
        right: 15px;
    }
}

.main-slider.style-two > .header-card-share-area .intro-social-share {
    padding-right: 35px;
}

@media only screen and (max-width: 575px) {
    .main-slider.style-two > .header-card-share-area .intro-social-share {
        padding-right: 10px;
    }
}

.main-slider.style-two > .header-card-share-area .header-card-area > a {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    line-height: 42px;
}

@media only screen and (max-width: 575px) {
    .main-slider.style-two > .header-card-share-area .header-card-area > a {
        line-height: 33px !important;
    }
}

.main-slider.style-two .slideZoom:before {
    opacity: 0.3;
}

.main-slider.style-two .slide-caption {
    padding: 80px 0 80px 60px;
}

@media only screen and (max-width: 1700px) {
    .main-slider.style-two .slide-caption {
        padding-left: 150px;
    }
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-two .slide-caption {
        padding-left: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-two .slide-caption {
        padding-left: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-two .slide-caption {
        padding-left: 0px;
        text-align: center;
    }
}

.main-slider.style-two .slide-caption .divider {
    text-align: left;
    padding-bottom: 32px;
}

@media only screen and (max-width: 767px) {
    .main-slider.style-two .slide-caption .divider {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-two .slide-caption .divider {
        text-align: center;
    }
}

@media only screen and (min-width: 1199px) {
    .main-slider.style-two .slide-caption .slider-title {
        font-size: 90px;
    }
}

.main-slider.style-two .slide-caption .btn-group-default {
    margin-top: 45px;
}

@media only screen and (max-width: 767px) {
    .main-slider.style-two .slide-caption .btn-group-default {
        margin-top: 35px;
    }
}

.main-slider.style-three {
    height: 960px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-three {
        height: 900px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-three {
        height: 780px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-three {
        height: 750px;
    }
}

.main-slider.style-three > .intro-content-info {
    position: absolute;
    z-index: 5;
    left: calc(50% - 585px);
    bottom: 53px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-three > .intro-content-info {
        bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-three > .intro-content-info {
        bottom: 12px;
        left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-three > .intro-content-info {
        display: none;
    }
}

.main-slider.style-three > .intro-social-text {
    position: absolute;
    z-index: 5;
    right: calc(50% - 585px);
    bottom: 48px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-three > .intro-social-text {
        bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-three > .intro-social-text {
        bottom: 12px;
        right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-three > .intro-social-text {
        right: auto;
        width: 100%;
        text-align: center;
    }
}

.main-slider.style-three .slideZoom:before {
    opacity: 0.7;
}

.main-slider.style-three .slide-caption {
    padding-top: 150px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .main-slider.style-three .slide-caption {
        padding-bottom: 30px;
        padding-top: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-three .slide-caption {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-three .btn-group-default {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-three .btn-group-default {
        margin-top: 25px;
    }
}

.main-slider.style-four {
    position: relative;
    height: 1080px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-four {
        height: 900px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-four {
        height: 780px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-four {
        height: 750px;
    }
}

.main-slider.style-four .bg-shape-top {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 2;
}

.main-slider.style-four .slideZoom:before {
    opacity: 0.6;
}

.main-slider.style-four .single-slide .slide-icon {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .main-slider.style-four .single-slide .slide-icon {
        margin-bottom: 30px;
    }
}

.main-slider.style-four .slide-caption {
    padding: 140px 180px 70px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-four .slide-caption {
        padding: 120px 130px 70px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-four .slide-caption {
        padding: 120px 100px 70px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-four .slide-caption {
        padding: 120px 40px 70px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-four .slide-caption {
        padding: 70px 0px 50px;
    }
}

.main-slider.style-four .slide-caption .slider-title {
    font-size: 100px;
    line-height: 1em;
    margin-bottom: 55px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-four .slide-caption .slider-title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-four .slide-caption .slider-title {
        font-size: 66px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-four .slide-caption .slider-title {
        font-size: 52px;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-four .slide-caption .slider-title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-four .slide-caption .slider-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-four .slide-caption .btn-group-default {
        margin-top: 35px;
    }
}

.main-slider.style-five {
    position: relative;
    height: 1000px;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-five {
        height: 900px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-five {
        height: 820px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-five {
        height: 700px;
    }
}

.main-slider.style-five .slideZoom:before {
    opacity: 0.8;
}

.main-slider.style-five .single-slide .slide-icon {
    margin-bottom: 30px;
    font-size: 120px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-five .single-slide .slide-icon {
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-five .single-slide .slide-icon {
        font-size: 70px;
        margin-bottom: 10px;
    }
}

.main-slider.style-five .slide-caption {
    padding: 50px 50px 140px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-five .slide-caption {
        padding: 50px 20px 110px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-five .slide-caption {
        padding: 90px 20px 110px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-five .slide-caption {
        padding: 100px 0px 110px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-five .slide-caption {
        padding: 60px 0px;
    }
}

.main-slider.style-five .slide-caption .slider-subtitle {
    text-transform: none;
    font-size: 80px;
    color: #c51c23 !important;
    font-weight: normal;
    letter-spacing: normal;
    font-family: var(--heading-font, "Playfair Display", serif);
    line-height: 1em;
    margin-bottom: -5px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-five .slide-caption .slider-subtitle {
        font-size: 66px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-five .slide-caption .slider-subtitle {
        font-size: 56px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-five .slide-caption .slider-subtitle {
        font-size: 42px;
        margin-bottom: 10px;
    }
}

.main-slider.style-five .slide-caption .slider-title {
    font-size: 70px;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-five .slide-caption .slider-title {
        font-size: 56px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-five .slide-caption .slider-title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-five .slide-caption .slider-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-five .slide-caption .slider-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-five .slide-caption .slider-title {
        font-size: 24px;
    }
}

.main-slider.style-five .slide-caption .slider-title > span {
    font-size: 115%;
}

.main-slider.style-five .slide-caption .btn-group-default {
    margin-top: 45px;
}

@media only screen and (max-width: 767px) {
    .main-slider.style-five .slide-caption .btn-group-default {
        margin-top: 35px;
    }
}

.main-slider.style-five .carousel-nav-icon > .btn-links {
    font-size: 24px;
    color: var(--brand-primary-text, #f53700);
    height: 105px;
    width: 75px;
    background-color: white;
    line-height: 105px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .main-slider.style-five .carousel-nav-icon > .btn-links {
        height: 85px;
        width: 65px;
        line-height: 85px;
        font-size: 20px;
    }
}

.main-slider.style-five .carousel-nav-icon > .btn-links.btn-prev {
    border-radius: 0% 100% 100% 0%/100% 50% 50% 0%;
    left: -25px;
}

@media only screen and (max-width: 767px) {
    .main-slider.style-five .carousel-nav-icon > .btn-links.btn-prev {
        left: -20px;
    }
}

.main-slider.style-five .carousel-nav-icon > .btn-links.btn-next {
    border-radius: 100% 0% 0% 100%/50% 0% 100% 50%;
    right: -25px;
}

@media only screen and (max-width: 767px) {
    .main-slider.style-five .carousel-nav-icon > .btn-links.btn-next {
        right: -20px;
    }
}

.main-slider.style-five .carousel-nav-icon > .btn-links:hover {
    color: var(--text-dark, #000);
}

.main-slider.style-six {
    height: 1040px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six {
        height: 900px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-six {
        height: 780px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-six {
        height: 700px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-six {
        height: 550px;
    }
}

.main-slider.style-six .slide-nav-center > .btn-links.btn-prev {
    left: 40px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six .slide-nav-center > .btn-links.btn-prev {
        left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-six .slide-nav-center > .btn-links.btn-prev {
        left: 15px;
    }
}

.main-slider.style-six .slide-nav-center > .btn-links.btn-next {
    right: 40px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six .slide-nav-center > .btn-links.btn-next {
        right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-six .slide-nav-center > .btn-links.btn-next {
        right: 15px;
    }
}

.main-slider.style-six > .intro-content-info {
    position: absolute;
    z-index: 5;
    left: calc(50% - 585px);
    bottom: 35px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six > .intro-content-info {
        bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-six > .intro-content-info {
        bottom: 12px;
        left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-six > .intro-content-info {
        display: none;
    }
}

.main-slider.style-six > .intro-social-text {
    position: absolute;
    z-index: 5;
    right: calc(50% - 585px);
    bottom: 30px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six > .intro-social-text {
        bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-six > .intro-social-text {
        bottom: 12px;
        right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-six > .intro-social-text {
        right: auto;
        width: 100%;
        text-align: center;
    }
}

.main-slider.style-six .slideZoom:before {
    opacity: 0.75;
}

.main-slider.style-six .slide-caption {
    padding-top: 150px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .main-slider.style-six .slide-caption {
        padding-bottom: 30px;
        padding-top: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-six .slide-caption {
        padding-top: 70px;
    }
}

.main-slider.style-six .single-slide .slider-title {
    font-size: 170px;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.025em;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six .single-slide .slider-title {
        font-size: 140px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-six .single-slide .slider-title {
        font-size: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-six .single-slide .slider-title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-six .single-slide .slider-title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 420px) {
    .main-slider.style-six .single-slide .slider-title {
        font-size: 42px;
    }
}

.main-slider.style-six .single-slide .slider-title > span {
    display: block;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-size: 112px;
    color: var(--brand-primary-text, #f53700);
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1em;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six .single-slide .slider-title > span {
        font-size: 94px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-six .single-slide .slider-title > span {
        font-size: 74px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-six .single-slide .slider-title > span {
        font-size: 60px;
    }
}

@media only screen and (max-width: 420px) {
    .main-slider.style-six .single-slide .slider-title > span {
        font-size: 48px;
    }
}

.main-slider.style-six .single-slide .slider-title > span.welcome {
    margin-bottom: -70px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six .single-slide .slider-title > span.welcome {
        margin-bottom: -55px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-six .single-slide .slider-title > span.welcome {
        margin-bottom: -35px;
    }
}

@media only screen and (max-width: 420px) {
    .main-slider.style-six .single-slide .slider-title > span.welcome {
        margin-bottom: -20px;
    }
}

.main-slider.style-six .single-slide .slider-title > span.h-bottom {
    font-size: 102px;
    margin-top: -30px;
}

@media only screen and (max-width: 1366px) {
    .main-slider.style-six .single-slide .slider-title > span.h-bottom {
        font-size: 90px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-six .single-slide .slider-title > span.h-bottom {
        font-size: 72px;
        margin-top: -20px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-six .single-slide .slider-title > span.h-bottom {
        font-size: 60px;
    }
}

@media only screen and (max-width: 420px) {
    .main-slider.style-six .single-slide .slider-title > span.h-bottom {
        font-size: 48px;
        margin-top: -10px;
    }
}

.main-slider.style-seven {
    height: 1040px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-seven {
        height: 900px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-seven {
        height: 850px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-seven {
        height: 800px;
    }
}

.main-slider.style-seven > .intro-content-info {
    position: absolute;
    z-index: 5;
    left: calc(50% - 585px);
    bottom: 33px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-seven > .intro-content-info {
        bottom: 12px;
        left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-seven > .intro-content-info {
        display: none;
    }
}

.main-slider.style-seven > .intro-social-text {
    position: absolute;
    z-index: 5;
    right: calc(50% - 585px);
    bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-seven > .intro-social-text {
        bottom: 8px;
        right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-seven > .intro-social-text {
        bottom: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-seven > .intro-social-text {
        right: auto;
        width: 100%;
        text-align: center;
        display: none;
    }
}

.main-slider.style-seven .slideZoom:before {
    opacity: 0.7;
}

.main-slider.style-seven .slide-caption {
    padding-top: 100px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 991px) {
    .main-slider.style-seven .slide-caption {
        padding-top: 125px;
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-seven .slide-caption {
        padding-top: 140px;
        padding-bottom: 90px;
    }
}

.main-slider.style-seven .single-slide .banner-logo {
    margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
    .main-slider.style-seven .single-slide .banner-logo {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-seven .single-slide .banner-logo img {
        width: 120px;
    }
}

.main-slider.style-seven .single-slide .slider-title {
    margin-bottom: 25px;
}

    .main-slider.style-seven .single-slide .slider-title > span {
        display: inline-block;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        padding-top: 5px;
        padding-bottom: 20px;
    }

@media only screen and (max-width: 767px) {
    .main-slider.style-seven .single-slide .slider-title > span {
        padding-top: 3px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-seven .single-slide .btn-group-default {
        margin-top: 30px;
    }
}

.main-slider.style-seven .single-slide .btn-group-default > .btn {
    letter-spacing: 0.1em;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .main-slider.style-seven .slide-nav-center > .btn-links.btn-prev {
        left: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .main-slider.style-seven .slide-nav-center > .btn-links.btn-next {
        right: 40px;
    }
}

.main-slider.style-eight .carousel-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 80px 100px 120px;
}

@media only screen and (max-width: 1660px) {
    .main-slider.style-eight .carousel-inner {
        padding: 100px 45px 100px 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-eight .carousel-inner [class*='col-'] {
        max-width: 70%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-eight .carousel-inner [class*='col-'] {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-eight .carousel-inner {
        padding: 100px 40px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-eight .carousel-inner {
        padding: 120px 20px;
    }
}

.main-slider.style-eight .slide-thumb {
    text-align: right;
}

@media only screen and (max-width: 1199px) {
    .main-slider.style-eight .slide-thumb {
        display: none;
    }
}

.main-slider.style-eight .single-slide .slider-subtitle,
.main-slider.style-eight .single-slide .slider-title {
    color: var(--text-dark, #000);
}

.main-slider.style-eight .single-slide .slider-subtitle {
    margin-bottom: 45px;
}

@media only screen and (max-width: 991px) {
    .main-slider.style-eight .single-slide .slider-subtitle {
        margin-bottom: 25px;
    }
}

.main-slider.style-eight .single-slide .slider-title {
    font-size: 100px;
    line-height: 0.87em;
}

@media only screen and (max-width: 1660px) {
    .main-slider.style-eight .single-slide .slider-title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider.style-eight .single-slide .slider-title {
        font-size: 72px;
        line-height: 1.1;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider.style-eight .single-slide .slider-title {
        font-size: 56px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider.style-eight .single-slide .slider-title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider.style-eight .single-slide .slider-title {
        font-size: 36px;
    }
}

.main-slider.style-eight .single-slide .slider-title > span {
    color: var(--brand-primary-text, #f53700);
}

.main-slider-style-two {
    position: relative;
}

    .main-slider-style-two .carousel-indicators {
        margin-bottom: 0;
        bottom: 80px;
    }

@media only screen and (max-width: 1199px) {
    .main-slider-style-two .carousel-indicators {
        bottom: 15px;
    }
}

.main-slider-style-two .carousel-indicators li {
    width: 40px;
    height: 4px;
    background-color: #cccccc;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .main-slider-style-two .carousel-indicators li {
        width: 30px;
    }
}

.main-slider-style-two .carousel-indicators li.active {
    background-color: var(--brand-primary-text, #f53700);
}

.main-slider-style-two.main-slider-one {
    height: 960px;
    padding-top: 70px;
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-two.main-slider-one {
        height: 880px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-two.main-slider-one {
        height: 780px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-one {
        height: 730px;
    }
}

.main-slider-style-two.main-slider-one .slider-title {
    color: white;
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
    margin-bottom: 100px;
    font-size: 148px;
    line-height: 0.78em;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    position: relative;
    top: -70px;
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-two.main-slider-one .slider-title {
        font-size: 120px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-one .slider-title {
        font-size: 88px;
    }
}

.main-slider-style-two.main-slider-one .slider-title > span {
    font-size: 54px;
    line-height: 0.92em;
    font-weight: lighter;
    letter-spacing: -0.05em;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-two.main-slider-one .slider-title > span {
        font-size: 48px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-one .slider-title > span {
        font-size: 36px;
    }
}

.main-slider-style-two.main-slider-one .btn-group-default {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.main-slider-style-two.main-slider-one .slide-thumb {
    margin-left: -50px;
    margin-right: -250px;
    margin-top: -90px;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    visibility: hidden;
    position: relative;
    right: -120px;
}

@media only screen and (max-width: 1620px) {
    .main-slider-style-two.main-slider-one .slide-thumb {
        margin-right: -100px;
        margin-top: -30px;
    }
}

@media only screen and (max-width: 1366px) {
    .main-slider-style-two.main-slider-one .slide-thumb {
        margin-right: -50px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider-style-two.main-slider-one .slide-thumb {
        display: none;
    }
}

.main-slider-style-two.main-slider-one .btn-group-default > .btn {
    letter-spacing: 0.18em;
}

.main-slider-style-two.main-slider-one .single-slide {
    padding-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-one .single-slide {
        padding-bottom: 40px;
    }
}

.main-slider-style-two.main-slider-one .single-slide.active .slider-title,
.main-slider-style-two.main-slider-one .single-slide.active .btn-group-default,
.main-slider-style-two.main-slider-one .single-slide.active .slide-thumb {
    visibility: visible;
    opacity: 1;
}

.main-slider-style-two.main-slider-one .single-slide.active .slider-title {
    margin-bottom: 2px;
    top: 0;
}

.main-slider-style-two.main-slider-one .single-slide.active .slide-thumb {
    right: 0;
}

.main-slider-style-two.main-slider-two {
    height: 1080px;
    background: -webkit-linear-gradient(top, #b743b7, #749eeb);
    background: linear-gradient(to bottom, #b743b7, #749eeb);
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-two.main-slider-two {
        height: 880px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-two.main-slider-two {
        height: 780px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-two {
        height: 730px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider-style-two.main-slider-two {
        height: 650px;
    }
}

.main-slider-style-two.main-slider-two > .intro-content-info {
    position: absolute;
    z-index: 5;
    left: calc(50% - 585px);
    bottom: 35px;
}

@media only screen and (max-width: 1366px) {
    .main-slider-style-two.main-slider-two > .intro-content-info {
        bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-two.main-slider-two > .intro-content-info {
        bottom: 12px;
        left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-two > .intro-content-info {
        display: none;
    }
}

.main-slider-style-two.main-slider-two > .intro-shipping-text {
    position: absolute;
    z-index: 5;
    right: calc(50% - 585px);
    bottom: 35px;
}

@media only screen and (max-width: 1366px) {
    .main-slider-style-two.main-slider-two > .intro-shipping-text {
        bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-two.main-slider-two > .intro-shipping-text {
        bottom: 12px;
        right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-two > .intro-shipping-text {
        right: auto;
        width: 100%;
        text-align: center;
    }
}

.main-slider-style-two.main-slider-two .carousel-item {
    padding-top: 120px;
}

@media only screen and (max-width: 991px) {
    .main-slider-style-two.main-slider-two .carousel-item {
        padding-top: 65px;
    }
}

.main-slider-style-two.main-slider-two .slider-title {
    color: white;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-size: 158px;
    line-height: 0.9em;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    position: relative;
    letter-spacing: -0.05;
}

@media only screen and (max-width: 1280px) {
    .main-slider-style-two.main-slider-two .slider-title {
        font-size: 132px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-two.main-slider-two .slider-title {
        font-size: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-two.main-slider-two .slider-title {
        font-size: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-two .slider-title {
        font-size: 88px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider-style-two.main-slider-two .slider-title {
        font-size: 60px;
    }
}

.main-slider-style-two.main-slider-two .carousel-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    position: absolute;
    right: 55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    margin: 0;
}

@media only screen and (max-width: 1280px) {
    .main-slider-style-two.main-slider-two .carousel-indicators {
        right: 15px;
    }
}

.main-slider-style-two.main-slider-two .carousel-indicators li {
    width: 17px;
    height: 17px;
    background-color: white;
    border-radius: 50%;
    border: 0px solid;
    margin: 5px;
    opacity: 0.4;
}

@media only screen and (max-width: 575px) {
    .main-slider-style-two.main-slider-two .carousel-indicators li {
        width: 12px;
        height: 12px;
    }
}

.main-slider-style-two.main-slider-two .carousel-indicators li.active {
    opacity: 1;
}

.main-slider-style-two.main-slider-two .slide-thumb {
    margin-left: -75px;
    position: relative;
    top: -80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-two.main-slider-two .slide-thumb {
        margin-left: -50px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider-style-two.main-slider-two .slide-thumb {
        display: none;
    }
}

.main-slider-style-two.main-slider-two .slide-caption {
    position: relative;
    bottom: -80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.main-slider-style-two.main-slider-two .single-slide.active .slider-title,
.main-slider-style-two.main-slider-two .single-slide.active .slide-caption {
    visibility: visible;
    opacity: 1;
}

.main-slider-style-two.main-slider-two .single-slide.active .slide-caption {
    bottom: 0;
}

.main-slider-style-two.main-slider-two .single-slide.active .slide-thumb {
    top: 0;
}

.site-header-slider-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 1040px;
    margin-bottom: 100px;
}

@media only screen and (max-width: 1366px) {
    .site-header-slider-block {
        margin-bottom: 0;
        height: 920px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header-slider-block {
        display: block;
        height: auto;
    }
}

.site-header-slider-block .site-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    max-width: 280px;
    padding: 0 15px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 1199px) {
    .site-header-slider-block .site-header {
        max-width: auto;
        width: 280px;
        position: fixed;
        z-index: 99999;
        top: 0px;
        left: -280px;
        height: 100%;
    }

        .site-header-slider-block .site-header.sidemenu-active {
            left: 0;
        }
}

.site-header-slider-block .site-header .hamburger-menus {
    position: absolute;
    right: -40px;
    top: 35px;
    width: 40px;
    height: 40px;
    background-color: var(--brand-primary-text, #f53700);
    padding: 11px 10px;
    display: none;
}

@media only screen and (max-width: 1199px) {
    .site-header-slider-block .site-header .hamburger-menus {
        display: block;
    }
}

.site-header-slider-block .site-header .hamburger-menus > span {
    width: 20px !important;
}

@media only screen and (max-width: 575px) {
    .site-header-slider-block .site-header .hamburger-menus > span {
        margin: 6px 0;
    }
}

.site-header-slider-block .site-header .hamburger-menus.click-menu > span:nth-child(1) {
    left: 2px;
    top: 1px;
}

.site-header-slider-block .site-header .hamburger-menus.click-menu > span:nth-child(3) {
    right: -1px;
    top: -1px;
}

.site-header-slider-block .site-header .site-branding {
    height: 190px;
    padding-top: 60px;
}

@media only screen and (max-width: 1366px) {
    .site-header-slider-block .site-header .site-branding {
        padding-top: 30px;
        height: 160px;
    }
}

.site-header-slider-block .site-header .site-navigation {
    height: calc(100% - 300px);
    padding: 20px 0;
}

@media only screen and (max-width: 1366px) {
    .site-header-slider-block .site-header .site-navigation {
        height: calc(100% - 240px);
    }
}

.site-header-slider-block .site-header .contact-info {
    padding-bottom: 60px;
    height: 110px;
}

@media only screen and (max-width: 1366px) {
    .site-header-slider-block .site-header .contact-info {
        padding-bottom: 30px;
        height: 80px;
    }
}

.site-header-slider-block .site-header .contact-info .title {
    color: #bababa;
}

.site-header-slider-block .site-header .contact-info .contact-no {
    color: white;
}

.site-header-slider-block .main-slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
    margin-left: 20px;
}

@media only screen and (max-width: 1199px) {
    .site-header-slider-block .main-slider {
        max-width: 100%;
        margin-left: 0;
    }
}

/* Hero Sections */
.frontpage-banner-section .banner-title {
    font-size: 60px;
    font-weight: 700;
    font-family: var(--heading-font, "Playfair Display", serif);
    color: white;
    line-height: 1.12em;
    margin-bottom: 45px;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section .banner-title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section .banner-title {
        font-size: 36px;
        line-height: 1.2em;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section .banner-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section .banner-title {
        font-size: 28px;
    }
}

.frontpage-banner-section .divider {
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section .divider {
        font-size: 14px;
    }
}

.frontpage-banner-section .divider > span {
    margin: 0 4px;
    position: relative;
    display: inline-block;
}

    .frontpage-banner-section .divider > span:nth-child(1) {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    .frontpage-banner-section .divider > span:nth-child(2) {
        font-size: inherit;
        position: relative;
        top: -5px;
    }

    .frontpage-banner-section .divider > span:nth-child(3) {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

.frontpage-banner-section.frontpage-banner-style-one {
    height: 1040px;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-one {
        height: 900px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-one {
        height: 800px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-one {
        height: 760px;
    }
}

.frontpage-banner-section.frontpage-banner-style-one:before {
    opacity: 0.7;
}

.frontpage-banner-section.frontpage-banner-style-one .intro-content-info {
    position: absolute;
    z-index: 5;
    bottom: 55px;
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-one .intro-content-info {
        bottom: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-one .intro-content-info {
        bottom: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-one .frontpage-banner-content {
        padding-top: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-one .frontpage-banner-content {
        padding-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-one .frontpage-banner-content {
        padding-top: 35px;
    }
}

.frontpage-banner-section.frontpage-banner-style-one .banner-logo {
    margin-bottom: 85px;
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-one .banner-logo {
        margin-bottom: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-one .btn-group-default {
        margin-top: 30px;
    }
}

.frontpage-banner-section.frontpage-banner-style-two {
    height: 1080px;
    z-index: 99 !important;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-two {
        height: 900px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-two {
        height: 780px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two {
        height: 650px;
    }
}

.frontpage-banner-section.frontpage-banner-style-two > .intro-content-info {
    position: absolute;
    z-index: 5;
    left: calc(50% - 585px);
    top: 53px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-two > .intro-content-info {
        top: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-two > .intro-content-info {
        top: 20px;
        left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two > .intro-content-info {
        text-align: center;
        width: 100%;
        padding: 0 15px;
        left: 0;
    }
}

.frontpage-banner-section.frontpage-banner-style-two > .intro-social-text {
    position: absolute;
    z-index: 5;
    right: calc(50% - 585px);
    top: 48px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-two > .intro-social-text {
        top: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-two > .intro-social-text {
        top: 20px;
        right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two > .intro-social-text {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-two > .site-header {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 60px;
    top: auto;
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-two > .site-header {
        bottom: 30px;
    }
}

.frontpage-banner-section.frontpage-banner-style-two > .site-header .navigation .mainmenu > li > a {
    color: white;
}

    .frontpage-banner-section.frontpage-banner-style-two > .site-header .navigation .mainmenu > li > a > .menu-arrow,
    .frontpage-banner-section.frontpage-banner-style-two > .site-header .navigation .mainmenu > li > button > .menu-arrow {
        color: rgba(255, 255, 255, 0.5);
    }

.frontpage-banner-section.frontpage-banner-style-two > .site-header .site-navigation {
    border: 2px solid white;
}

    .frontpage-banner-section.frontpage-banner-style-two > .site-header .site-navigation .site-branding {
        margin-right: 0;
        border-right: 2px solid white;
        padding: 20px;
    }

.frontpage-banner-section.frontpage-banner-style-two > .site-header .header-right-area {
    padding: 10px 20px;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-two > .site-header .header-right-area {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.frontpage-banner-section.frontpage-banner-style-two > .site-header.header-style-one .header-card-area > a {
    background-color: white;
    color: var(--text-dark, #000);
}

    .frontpage-banner-section.frontpage-banner-style-two > .site-header.header-style-one .header-card-area > a > sup {
        right: auto;
        left: -10px;
        top: 13px;
        background-color: var(--brand-primary-text, #f53700);
    }

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content .banner-logo img {
        width: 250px;
    }
}

.frontpage-banner-section.frontpage-banner-style-three {
    height: 1030px;
    padding: 100px 0;
    background-position: left top;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-three {
        height: 900px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-three {
        height: 650px;
        padding-top: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-three {
        height: 600px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-three {
        height: 550px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-three {
        height: 460px;
        padding-top: 220px;
    }
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title {
    text-align: right;
    color: var(--brand-primary-text, #f53700);
    margin-bottom: 0;
    font-size: 132px;
    line-height: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title {
        font-size: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title {
        font-size: 72px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title {
        font-size: 42px;
    }
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span,
.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong {
    display: block;
    color: var(--text-dark, #000);
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span {
    font-size: 60px;
    line-height: 0.8em;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span {
        font-size: 42px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span {
        font-size: 32px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span {
        font-size: 26px;
    }
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong {
    font-size: 140px;
    line-height: 0.8em;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong {
        font-size: 108px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong {
        font-size: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong {
        font-size: 66px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong {
        font-size: 48px;
    }
}

.frontpage-banner-section.frontpage-banner-style-four {
    height: 960px;
    background-position: left top;
    padding-top: 40px;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        height: 850px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        height: 750px;
        padding-top: 85px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        height: 590px;
        padding-top: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        height: 530px;
    }
}

@media only screen and (max-width: 380px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        height: 490px;
    }
}

@media only screen and (max-width: 340px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        height: 450px;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content {
    position: relative;
    min-height: 250px;
}

    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element {
        z-index: 1;
    }

        .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.one {
            bottom: -120px;
            left: -110px;
        }

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.one {
        bottom: -90px;
        left: -100px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.one {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.two {
    top: calc(100% - 145px);
    right: -175px;
    -webkit-animation: linear bt-topBottom-40 3.5s infinite;
    animation: linear bt-topBottom-40 3.5s infinite;
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.two {
        right: -135px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.two {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .frontpage-text-ovelay {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 30px solid rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .frontpage-text-ovelay {
        border-width: 10px;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .frontpage-text-ovelay .frontpage-text-ovelay-inner {
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px;
    padding: 35px 43px 35px 35px;
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .frontpage-text-ovelay .frontpage-text-ovelay-inner {
        margin: 5px;
        padding: 35px 37px 35px 30px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .frontpage-text-ovelay .frontpage-text-ovelay-inner {
        padding: 30px 25px 30px 20px;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
    text-align: center;
    color: var(--brand-primary-text, #f53700);
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
    margin-bottom: 0;
    font-size: 132px;
    line-height: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.055em;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
        font-size: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
        font-size: 66px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
        font-size: 52px;
    }
}

@media only screen and (max-width: 380px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
        font-size: 42px;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span,
.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong {
    display: block;
    color: var(--text-dark, #000);
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span {
    font-size: 60px;
    line-height: 0.88em;
    font-weight: lighter;
    letter-spacing: -0.04em;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span {
        font-size: 32px;
    }
}

@media only screen and (max-width: 380px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span {
        font-size: 26px;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong {
    font-size: 140px;
    line-height: 0.8em;
    font-weight: lighter;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong {
        font-size: 108px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong {
        font-size: 82px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong {
        font-size: 66px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong {
        font-size: 52px;
    }
}

@media only screen and (max-width: 380px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong {
        font-size: 42px;
    }
}

.frontpage-banner-section.frontpage-banner-style-five {
    height: 960px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-five {
        height: 900px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-five {
        height: 780px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-five {
        height: 720px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-five {
        height: 550px;
    }
}

.frontpage-banner-section.frontpage-banner-style-five:before {
    opacity: 0.8;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content {
        padding-top: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content {
        padding-top: 70px;
    }
}

.frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title {
    font-size: 142px;
    font-weight: 700;
    font-style: italic;
    line-height: 0.85em;
    margin-bottom: 0;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title {
        font-size: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title {
        font-size: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title {
        font-size: 66px;
        line-height: 1em;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title {
        font-size: 56px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title {
        font-size: 48px;
    }
}

.frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title > span {
    display: block;
    color: var(--brand-primary-text, #f53700);
}

.frontpage-banner-section.frontpage-banner-style-six {
    position: relative;
    margin-bottom: 150px;
    height: 800px;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-six {
        height: 720px;
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six {
        height: 620px;
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-six {
        margin-bottom: 65px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six {
        height: 520px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section.frontpage-banner-style-six {
        height: 450px;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .bg-shape-top {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 182px;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-six .bg-shape-top {
        height: 95px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .bg-shape-top {
        height: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-six .bg-shape-top {
        height: 55px;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb {
    margin-bottom: -160px;
    position: relative;
    z-index: 2;
    margin-left: 150px;
    margin-right: -105px;
}

@media only screen and (max-width: 1620px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb {
        margin-left: 135px;
        margin-right: -70px;
    }
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb {
        margin-left: 115px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb {
        margin-left: 125px;
        margin-right: -15px;
        margin-bottom: -125px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb {
        margin-left: 70px;
        margin-right: -25px;
        margin-bottom: -95px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb {
        margin-left: 0px;
        margin-bottom: -70px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb {
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb {
        margin-bottom: -50px;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content {
    position: relative;
}

    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay {
        text-transform: uppercase;
        font-family: var(--heading-font, "Playfair Display", serif);
        font-size: 320px;
        font-weight: 700;
        color: white;
        opacity: 0.06;
        line-height: 0.85em;
        position: absolute;
        bottom: 145px;
        letter-spacing: -0.01;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media only screen and (max-width: 1750px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay {
        font-size: 250px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay {
        font-size: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay {
        font-size: 172px;
        bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay {
        font-size: 124px;
        bottom: 75px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay {
        font-size: 108px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text:before {
        position: absolute;
        background-position: left top;
        background-repeat: no-repeat;
        content: "";
    }

    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left {
        text-align: right;
        top: 130px;
        left: -80px;
        width: 350px;
        z-index: 3;
    }

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left {
        left: -105px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left {
        width: 300px;
        left: -65px;
        top: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left {
        width: 230px;
        top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left {
        top: -155px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left:before {
    background-image: url("../images/others/arrow1.png");
    right: -110px;
    top: 110px;
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left:before {
        right: -65px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left:before {
        right: -55px;
        top: 90px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left:before {
        right: -20px;
        top: 100px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right {
    text-align: left;
    right: 0;
    top: 60px;
    width: 310px;
    z-index: 3;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right {
        right: 30px;
        top: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right {
        right: 20px;
        top: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right {
        width: 190px;
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right {
        top: -25px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right {
        width: 155px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right {
        width: 130px;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right:before {
    background-image: url("../images/others/arrow2.png");
    right: 110px;
    bottom: -55px;
    width: 80px;
    height: 80px;
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .heading {
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 700;
    color: white;
    line-height: 0.82em;
    margin-bottom: 7px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .heading {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .heading {
        font-size: 48px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .heading {
        font-size: 36px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .heading {
        font-size: 28px;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price {
    font-weight: normal;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-size: 17px;
    text-transform: uppercase;
    background-color: var(--brand-primary-text, #f53700);
    border-radius: 5px;
    color: white;
    padding: 7px 10px 5px;
    display: inline-block;
    margin-left: auto;
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price {
        font-size: 15px;
        padding-top: 5px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price {
        font-size: 13px;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > span {
    font-size: 30px;
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > span {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > span {
        font-size: 20px;
    }
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > sub {
    font-size: 15px;
    bottom: 0;
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > sub {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > sub {
        font-size: 13px;
    }
}

.frontpage-banner-section.frontpage-banner-style-seven {
    height: 900px;
    background-position: bottom center;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-seven {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-seven {
        height: 760px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-seven {
        height: 660px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-seven {
        height: 600px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-seven .row.align-items-end {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important;
    }
}

.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-thumb {
    margin-right: -80px;
    margin-left: -70px;
    position: relative;
    bottom: -155px;
    -webkit-animation: linear bt-topBottom-20 2.5s infinite;
    animation: linear bt-topBottom-20 2.5s infinite;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-thumb {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-thumb {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content {
    text-align: right;
    margin-right: -75px;
    padding-bottom: 55px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content {
        margin-right: -50px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content {
        margin-right: 0px;
        padding-bottom: 0;
        text-align: left;
        padding-top: 120px;
    }
}

.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-subtitle {
    font-size: 102px;
    font-family: var(--heading-font, "Playfair Display", serif);
    line-height: 1em;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    -webkit-text-stroke: 2px #C35194;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-subtitle {
        font-size: 90px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-subtitle {
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-subtitle {
        font-size: 66px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-subtitle {
        font-size: 52px;
    }
}

.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title {
    font-size: 102px;
    font-family: var(--heading-font, "Playfair Display", serif);
    line-height: 1em;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    -webkit-text-stroke: 3px #C35194;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title {
        font-size: 88px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title {
        font-size: 72px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title {
        font-size: 52px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title {
        font-size: 42px;
    }
}

.home-carousel-block .swiper-wrapper .swiper-slide {
    height: calc(100vh - 40px);
}

@media only screen and (max-width: 1366px) {
    .home-carousel-block .swiper-wrapper .swiper-slide {
        height: calc(100vh - 30px);
    }
}

.home-carousel-block .swiper-wrapper .swiper-slide:hover .slider_item:before {
    opacity: 0.9;
}

.home-carousel-block .swiper-wrapper .swiper-slide:hover .slider_item .divider,
.home-carousel-block .swiper-wrapper .swiper-slide:hover .slider_item .btn-primary.btn-white {
    opacity: 1;
}

.home-carousel-block .swiper-wrapper .swiper-slide:hover .slider_item .divider {
    -webkit-animation: linear hg-fadeInUp50 0.25s;
    animation: linear hg-fadeInUp50 0.25s;
}

.home-carousel-block .swiper-wrapper .swiper-slide:hover .slider_item .btn-primary.btn-white {
    -webkit-animation: linear hg-fadeUpIn50 0.25s;
    animation: linear hg-fadeUpIn50 0.25s;
}

.home-carousel-block .swiper-wrapper .swiper-slide .slider_item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    background-position: center center;
    background-size: cover;
}

    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item:before {
        opacity: 0.4;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .slide_heading {
        font-size: 60px;
        font-family: var(--heading-font, "Playfair Display", serif);
        color: white;
        font-weight: 700;
    }

@media only screen and (max-width: 1199px) {
    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .slide_heading {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .slide_heading {
        font-size: 42px;
    }
}

@media only screen and (max-width: 480px) {
    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .slide_heading {
        font-size: 36px;
    }
}

.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider {
    margin-bottom: 77px;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

@media only screen and (max-width: 1199px) {
    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider {
        font-size: 14px;
    }
}

.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider > span {
    margin: 0 4px;
    position: relative;
    display: inline-block;
}

    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider > span:nth-child(1) {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider > span:nth-child(2) {
        font-size: inherit;
        position: relative;
        top: -5px;
    }

    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider > span:nth-child(3) {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .btn-primary.btn-white {
    list-style: 0.2em;
    font-family: var(--heading-font, "Playfair Display", serif);
    padding: 10px 25px;
    margin-top: 80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

@media only screen and (max-width: 1199px) {
    .home-carousel-block .swiper-wrapper .swiper-slide .slider_item .btn-primary.btn-white {
        margin-top: 40px;
    }
}

.pilling-page .single-slide {
    margin: 20px;
    height: calc(100% - 40px) !important;
    padding: 50px 0;
}

@media only screen and (max-width: 1199px) {
    .pilling-page .single-slide {
        margin: 15px;
        height: calc(100% - 30px) !important;
    }
}

.pilling-page .single-slide:before {
    opacity: 0.6;
}

.pilling-page .single-slide .slide-caption {
    padding: 0 30px;
}

@media only screen and (max-width: 767px) {
    .pilling-page .single-slide .slide-caption {
        padding: 0;
    }
}

.pilling-page .single-slide .slider-title {
    font-size: 100px;
    font-weight: 700;
    font-family: var(--heading-font, "Playfair Display", serif);
    color: white;
    line-height: 1em;
    margin-bottom: 55px;
}

@media only screen and (max-width: 1199px) {
    .pilling-page .single-slide .slider-title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .pilling-page .single-slide .slider-title {
        font-size: 66px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pilling-page .single-slide .slider-title {
        font-size: 52px;
    }
}

@media only screen and (max-width: 575px) {
    .pilling-page .single-slide .slider-title {
        font-size: 42px;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 480px) {
    .pilling-page .single-slide .slider-title {
        font-size: 32px;
    }
}

.pilling-page .single-slide .divider {
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .pilling-page .single-slide .divider {
        font-size: 14px;
    }
}

.pilling-page .single-slide .divider > span {
    margin: 0 4px;
    position: relative;
    display: inline-block;
}

    .pilling-page .single-slide .divider > span:nth-child(1) {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    .pilling-page .single-slide .divider > span:nth-child(2) {
        font-size: inherit;
        position: relative;
        top: -5px;
    }

    .pilling-page .single-slide .divider > span:nth-child(3) {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

@media only screen and (max-width: 991px) {
    .pilling-page .single-slide .btn-group-default {
        margin-top: 30px;
    }
}

.pilling-page .single-slide .btn-primary.btn-white {
    font-family: var(--heading-font, "Playfair Display", serif);
    letter-spacing: 0.2em;
    padding: 12px 35px;
}

@media only screen and (max-width: 767px) {
    .pilling-page .single-slide .btn-primary.btn-white {
        padding: 11px 25px;
    }
}

#pp-nav {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    z-index: 8;
}

    #pp-nav.right {
        right: 95px;
    }

@media only screen and (max-width: 1199px) {
    #pp-nav.right {
        right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    #pp-nav.right {
        right: 30px;
    }
}

#pp-nav li {
    margin: 15px 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    z-index: 5;
}

    #pp-nav li > a {
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: inherit;
    }

        #pp-nav li > a.active {
            background-color: var(--brand-primary-text, #f53700);
        }

#pp-nav span {
    width: 0;
    height: 0;
    border: 0px solid;
}

.header-slider-main-area .header-slider-main-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 760px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .header-slider-main-area .header-slider-main-area-inner {
        height: 700px;
    }
}

@media only screen and (max-width: 767px) {
    .header-slider-main-area .header-slider-main-area-inner {
        height: 600px;
    }
}

.header-slider-main-area .header-slider-main-area-inner .navigation-area {
    width: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1366px) {
    .header-slider-main-area .header-slider-main-area-inner .navigation-area {
        width: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .header-slider-main-area .header-slider-main-area-inner .navigation-area {
        display: none;
    }
}

.header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus {
    width: 35px;
}

@media only screen and (max-width: 1366px) {
    .header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus {
        margin-left: 12px;
    }
}

.header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus > span {
    background-color: black;
    width: 30px;
    height: 4px;
    margin: 3px 0;
}

.header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus:hover > span {
    width: 30px !important;
}

.header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus.click-menu > span:nth-child(1) {
    top: 1px;
    left: 1px;
}

.header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus.click-menu > span:nth-child(3) {
    top: 2px;
    left: -1px;
}

.header-slider-main-area .header-slider-main-area-inner .main-slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 105px);
    flex: 0 0 calc(100% - 105px);
}

@media only screen and (max-width: 1366px) {
    .header-slider-main-area .header-slider-main-area-inner .main-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 80px);
        flex: 0 0 calc(100% - 80px);
    }
}

@media only screen and (max-width: 767px) {
    .header-slider-main-area .header-slider-main-area-inner .main-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.header-slider-main-area .header-slider-intro-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 105px;
    margin-top: 30px;
}

@media only screen and (max-width: 1366px) {
    .header-slider-main-area .header-slider-intro-element {
        padding-left: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .header-slider-main-area .header-slider-intro-element {
        padding-left: 0px;
    }
}

.header-slider-main-area .header-slider-intro-element .intro-shipping-text,
.header-slider-main-area .header-slider-intro-element .intro-content-info {
    color: var(--text-dark, #000);
}

@media only screen and (max-width: 767px) {
    .header-slider-main-area .header-slider-intro-element .intro-shipping-text,
    .header-slider-main-area .header-slider-intro-element .intro-content-info {
        display: none;
    }
}

/*--------------------------------------------------------------
    [ ## Services ]
--------------------------------------------------------------*/
.services-block:before {
    opacity: 0.8;
}

.service-item {
    text-align: center;
    margin-bottom: 35px;
}

    .service-item .icon {
        font-size: 60px;
        color: var(--brand-primary-text, #f53700);
        min-height: 65px;
        margin-bottom: 20px;
    }

    .service-item .info {
        color: #bababa;
    }

        .service-item .info .heading24 {
            font-family: var(--heading-font, "Playfair Display", serif);
            margin-bottom: 15px;
        }

.service-item-two {
    margin-bottom: 30px;
}

    .service-item-two:hover .service-thumb > img {
        -webkit-transform: scale(1.07);
        transform: scale(1.07);
    }

    .service-item-two .service-thumb {
        position: relative;
        background-color: #bababa;
        min-height: 120px;
        overflow: hidden;
    }

        .service-item-two .service-thumb > img {
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }

@media only screen and (max-width: 767px) {
    .service-item-two .service-thumb > img {
        width: 100%;
    }
}

.service-item-two .service-thumb .service-overlay {
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    z-index: 1;
    border: 10px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 480px) {
    .service-item-two .service-thumb .service-overlay {
        left: 10px;
        top: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        border-width: 5px;
    }
}

.service-item-two .service-thumb .service-overlay .service-overlay-inner {
    width: 100%;
    background-color: white;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 17px;
}

@media only screen and (max-width: 1199px) {
    .service-item-two .service-thumb .service-overlay .service-overlay-inner {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .service-item-two .service-thumb .service-overlay .service-overlay-inner {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .service-item-two .service-thumb .service-overlay .service-overlay-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.service-item-two .service-thumb .service-overlay .service-overlay-inner .title {
    margin-bottom: 0;
    font-size: 42px;
    color: var(--brand-primary-text, #f53700);
    font-family: var(--heading-font, "Playfair Display", serif);
    line-height: 1.1em;
    font-weight: 700;
}

@media only screen and (max-width: 1199px) {
    .service-item-two .service-thumb .service-overlay .service-overlay-inner .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .service-item-two .service-thumb .service-overlay .service-overlay-inner .title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .service-item-two .service-thumb .service-overlay .service-overlay-inner .title {
        font-size: 20px;
    }
}

.service-item-two.small .service-thumb .service-overlay .service-overlay-inner {
    padding-top: 20px;
    padding-bottom: 7px;
}

@media only screen and (max-width: 1199px) {
    .service-item-two.small .service-thumb .service-overlay .service-overlay-inner {
        padding-top: 10px;
    }
}

.service-item-two.small .service-thumb .service-overlay .service-overlay-inner .title {
    font-size: 24px;
}

@media only screen and (max-width: 480px) {
    .service-item-two.small .service-thumb .service-overlay .service-overlay-inner .title {
        font-size: 20px;
    }
}

/*--------------------------------------------------------------
    [ ## Chefs ]
--------------------------------------------------------------*/
.chef-block.style-one .carousel-nav-text {
    position: relative;
    top: -20px;
}

@media only screen and (max-width: 991px) {
    .chef-block.style-one .carousel-nav-text {
        top: 0;
    }
}

.chef-block.style-one .carousel-nav-text.top-60 {
    top: -60px;
}

@media only screen and (max-width: 991px) {
    .chef-block.style-one .carousel-nav-text.top-60 {
        top: -10px;
        margin-bottom: 30px;
    }
}

.chef-block.style-one .chef-carousel {
    padding-top: 40px;
}

.chef-block.style-two {
    background-position: 10% 20%;
}

    .chef-block.style-two .carousel-nav-text {
        padding-top: 13px;
    }

@media only screen and (max-width: 991px) {
    .chef-block.style-two .carousel-nav-text {
        padding-top: 0px;
    }
}

.chef-block.style-three .section-title {
    padding-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
    .chef-block.style-three .section-title {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .chef-block.style-three .section-title {
        padding-bottom: 5px;
    }
}

.chef-block.style-four .carousel-nav-text {
    opacity: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.chef-block.style-four:hover .carousel-nav-text {
    opacity: 1;
}

.chef-block.style-four .chef-carousel-area {
    position: relative;
}

    .chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        z-index: 2;
    }

        .chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links.btn-prev {
            left: -90px;
        }

@media only screen and (max-width: 1620px) {
    .chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links.btn-prev {
        left: -75px;
    }
}

@media only screen and (max-width: 1366px) {
    .chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links.btn-prev {
        left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links.btn-prev {
        left: -22px;
    }
}

.chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links.btn-next {
    right: -90px;
}

@media only screen and (max-width: 1620px) {
    .chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links.btn-next {
        right: -75px;
    }
}

@media only screen and (max-width: 1366px) {
    .chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links.btn-next {
        right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links.btn-next {
        right: -22px;
    }
}

.chef-item {
    margin-bottom: 50px;
}

    .chef-item .chef-thumbnail-area {
        position: relative;
    }

        .chef-item .chef-thumbnail-area .chef-thumb {
            text-align: center;
            margin-bottom: 15px;
            overflow: hidden;
            position: relative;
        }

            .chef-item .chef-thumbnail-area .chef-thumb:before {
                width: calc(100% - 24px);
                height: calc(100% - 24px);
                background-color: var(--brand-primary-text, #f53700);
                opacity: 0;
                position: absolute;
                content: "";
                visibility: hidden;
                -webkit-transition: ease-in-out 0.35s;
                transition: ease-in-out 0.35s;
                top: 12px;
                left: 12px;
            }

            .chef-item .chef-thumbnail-area .chef-thumb > img {
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                width: 100%;
            }

        .chef-item .chef-thumbnail-area .social-status-area {
            position: absolute;
            width: calc(100% - 24px);
            height: calc(100% - 24px);
            top: 12px;
            left: 12px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            z-index: 2;
            border: 7px solid #c51c23;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
        }

            .chef-item .chef-thumbnail-area .social-status-area .social-status {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .chef-item .chef-thumbnail-area .social-status-area .social-status > a {
                    width: 35px;
                    height: 35px;
                    line-height: 32px;
                    font-size: 12px;
                    margin: 0 4px;
                    color: white;
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transition: all 0.35s;
                    transition: all 0.35s;
                    border: 2px solid white;
                    background-color: transparent;
                }

                    .chef-item .chef-thumbnail-area .social-status-area .social-status > a:nth-child(2n) {
                        margin-top: 40px;
                    }

                    .chef-item .chef-thumbnail-area .social-status-area .social-status > a:hover, .chef-item .chef-thumbnail-area .social-status-area .social-status > a:focus {
                        color: #c51c23 !important;
                        background-color: white;
                    }

    .chef-item .chef-info {
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

        .chef-item .chef-info .chef-name {
            margin-bottom: 0px;
        }

            .chef-item .chef-info .chef-name a {
                display: block;
            }

                .chef-item .chef-info .chef-name a:hover, .chef-item .chef-info .chef-name a:focus {
                    color: var(--brand-primary-text, #f53700);
                }

    .chef-item:hover .chef-thumb:before {
        opacity: 0.9;
        visibility: visible;
    }

    .chef-item:hover .social-status-area {
        border-color: transparent;
    }

        .chef-item:hover .social-status-area .social-status > a {
            opacity: 1;
            visibility: visible;
        }

            .chef-item:hover .social-status-area .social-status > a:nth-child(2n) {
                margin-top: 0;
            }

/*--------------------------------------------------------------
    [ ## Food Menu ]
--------------------------------------------------------------*/
/* [ ### Foodmenu Tabs ] */
.filter-foodmenu-tab {
    overflow: hidden;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .filter-foodmenu-tab .nav-tabs {
        border-bottom: 0 solid;
        overflow: hidden;
        display: inline-block;
    }

        .filter-foodmenu-tab .nav-tabs > li {
            display: inline-block;
            margin-bottom: 20px;
        }

            .filter-foodmenu-tab .nav-tabs > li > a {
                border-radius: 0px;
                display: block;
                font-size: 18px;
                font-weight: 700;
                padding: 0px 55px;
                text-transform: uppercase;
                -webkit-transition: all 0.25s ease 0s;
                transition: all 0.25s ease 0s;
                color: #bababa;
                font-family: var(--heading-font, "Playfair Display", serif);
                text-align: center;
            }

@media only screen and (max-width: 1199px) {
    .filter-foodmenu-tab .nav-tabs > li > a {
        padding: 0 35px;
    }
}

@media only screen and (max-width: 991px) {
    .filter-foodmenu-tab .nav-tabs > li > a {
        padding: 0 20px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .filter-foodmenu-tab .nav-tabs > li > a {
        font-size: 13px;
        padding: 0 10px;
    }
}

.filter-foodmenu-tab .nav-tabs > li > a > [class*="icon-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    min-height: 50px;
    margin-bottom: 13px;
}

@media only screen and (max-width: 991px) {
    .filter-foodmenu-tab .nav-tabs > li > a > [class*="icon-"] {
        font-size: 30px;
        min-height: 35px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .filter-foodmenu-tab .nav-tabs > li > a > [class*="icon-"] {
        font-size: 24px;
        min-height: 25px;
        margin-bottom: 5px;
    }
}

.filter-foodmenu-tab .nav-tabs > li > a.active {
    color: var(--text-dark, #000);
}

    .filter-foodmenu-tab .nav-tabs > li > a.active > [class*="icon-"] {
        color: var(--brand-primary-text, #f53700);
    }

.filter-foodmenu-tab.style-two {
    background-color: #222222;
    display: block;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .filter-foodmenu-tab.style-two {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 35px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.filter-foodmenu-tab.style-two .nav-tabs {
    display: block;
    padding: 35px 0;
}

@media only screen and (max-width: 991px) {
    .filter-foodmenu-tab.style-two .nav-tabs {
        padding: 0px;
    }
}

.filter-foodmenu-tab.style-two .nav-tabs > li {
    display: block;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .filter-foodmenu-tab.style-two .nav-tabs > li {
        display: inline-block;
    }
}

.filter-foodmenu-tab.style-two .nav-tabs > li > a {
    padding: 18px 10px 20px;
    display: block;
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
    .filter-foodmenu-tab.style-two .nav-tabs > li > a {
        padding: 16px 20px 19px;
    }
}

@media only screen and (max-width: 767px) {
    .filter-foodmenu-tab.style-two .nav-tabs > li > a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .filter-foodmenu-tab.style-two .nav-tabs > li > a {
        padding: 13px 15px;
        font-size: 15px;
    }
}

.filter-foodmenu-tab.style-two .nav-tabs > li > a > [class*="icon-"] {
    margin-bottom: 10px;
}

.filter-foodmenu-tab.style-two .nav-tabs > li > a.active {
    background-color: var(--brand-primary-text, #f53700);
    color: white;
}

    .filter-foodmenu-tab.style-two .nav-tabs > li > a.active > [class*="icon-"] {
        color: white;
    }

.filter-foodmenu-tab.style-three {
    background-color: white;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.03);
    margin-bottom: 55px;
}

@media only screen and (max-width: 991px) {
    .filter-foodmenu-tab.style-three {
        margin-bottom: 40px;
    }
}

.filter-foodmenu-tab.style-three .nav-tabs {
    padding: 10px 15px;
}

    .filter-foodmenu-tab.style-three .nav-tabs > li {
        margin-bottom: 5px;
    }

        .filter-foodmenu-tab.style-three .nav-tabs > li:first-child > a:before {
            display: none;
        }

        .filter-foodmenu-tab.style-three .nav-tabs > li > a {
            font-size: 24px;
            font-weight: normal;
            padding: 7px 0px 5px;
            font-style: italic;
            color: var(--text-gray, #666666);
        }

@media only screen and (max-width: 991px) {
    .filter-foodmenu-tab.style-three .nav-tabs > li > a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .filter-foodmenu-tab.style-three .nav-tabs > li > a {
        font-size: 17px;
    }
}

.filter-foodmenu-tab.style-three .nav-tabs > li > a:before {
    content: "\ec27";
    font-family: "icomoon";
    font-style: normal;
    font-size: 21px;
    color: #a47d5e;
    padding: 0 35px;
}

@media only screen and (max-width: 1199px) {
    .filter-foodmenu-tab.style-three .nav-tabs > li > a:before {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 991px) {
    .filter-foodmenu-tab.style-three .nav-tabs > li > a:before {
        padding: 0 15px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .filter-foodmenu-tab.style-three .nav-tabs > li > a:before {
        padding: 0 8px;
        font-size: 14px;
    }
}

.filter-foodmenu-tab.style-three .nav-tabs > li > a.active {
    color: var(--text-dark, #000);
}

.filter-foodmenu-tab.style-four {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    border-bottom: 1px solid white;
}

    .filter-foodmenu-tab.style-four + div .tab-pane .row > div {
        text-align: center;
    }

    .filter-foodmenu-tab.style-four .nav-tabs {
        padding: 32px 15px 15px;
    }

@media only screen and (max-width: 767px) {
    .filter-foodmenu-tab.style-four .nav-tabs {
        padding: 27px 15px 6px;
    }
}

.filter-foodmenu-tab.style-four .nav-tabs > li > a {
    font-size: 21px;
    font-style: italic;
}

@media only screen and (max-width: 991px) {
    .filter-foodmenu-tab.style-four .nav-tabs > li > a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .filter-foodmenu-tab.style-four .nav-tabs > li > a {
        font-size: 16px;
    }
}

.filter-foodmenu-tab.style-four .nav-tabs > li > a > [class*="icon-"] {
    margin-bottom: 10px;
}

.filter-foodmenu-tab.style-five {
    background-color: black;
    margin-bottom: 0;
}

    .filter-foodmenu-tab.style-five .nav-tabs {
        padding: 27px 15px 15px;
    }

        .filter-foodmenu-tab.style-five .nav-tabs > li {
            margin-bottom: 15px;
        }

            .filter-foodmenu-tab.style-five .nav-tabs > li > a {
                font-size: 21px;
                text-transform: uppercase;
                font-family: var(--heading-font, "Playfair Display", serif);
                font-weight: normal;
                color: white;
                padding: 0px 32px;
            }

@media only screen and (max-width: 991px) {
    .filter-foodmenu-tab.style-five .nav-tabs > li > a {
        font-size: 18px;
        padding: 0px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .filter-foodmenu-tab.style-five .nav-tabs > li > a {
        font-size: 15px;
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .filter-foodmenu-tab.style-five .nav-tabs > li > a {
        padding: 0px 10px;
    }
}

.filter-foodmenu-tab.style-five .nav-tabs > li > a.active, .filter-foodmenu-tab.style-five .nav-tabs > li > a:hover {
    color: var(--brand-primary-text, #f53700);
}

.filter-foodmenu-tab.style-six {
    padding: 100px 0;
    display: block;
}

@media only screen and (max-width: 767px) {
    .filter-foodmenu-tab.style-six {
        padding: 20px 15px;
    }
}

@media only screen and (max-width: 480px) {
    .filter-foodmenu-tab.style-six {
        padding: 20px 5px;
    }
}

.filter-foodmenu-tab.style-six .nav-tabs {
    display: block;
}

    .filter-foodmenu-tab.style-six .nav-tabs > li {
        display: block;
        margin-bottom: 0px;
    }

@media only screen and (max-width: 767px) {
    .filter-foodmenu-tab.style-six .nav-tabs > li {
        display: inline-block;
    }
}

.filter-foodmenu-tab.style-six .nav-tabs > li > a {
    font-size: 21px;
    padding: 15px 10px;
    color: white;
}

@media only screen and (max-width: 767px) {
    .filter-foodmenu-tab.style-six .nav-tabs > li > a {
        font-size: 18px;
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 480px) {
    .filter-foodmenu-tab.style-six .nav-tabs > li > a {
        font-size: 15px;
    }
}

.filter-foodmenu-tab.style-six .nav-tabs > li > a.active {
    color: var(--brand-primary-text, #f53700);
}

.filter-foodmenu-tab.style-seven .nav-tabs > li > a {
    font-size: 21px;
    font-style: italic;
}

@media only screen and (max-width: 991px) {
    .filter-foodmenu-tab.style-seven .nav-tabs > li > a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .filter-foodmenu-tab.style-seven .nav-tabs > li > a {
        font-size: 16px;
    }
}

.filter-foodmenu-tab.style-seven .nav-tabs > li > a > [class*="icon-"] {
    margin-bottom: 10px;
}

/* [ ### Foodmenu Block ] */
.food-grid-item {
    margin-bottom: 55px;
}

    .food-grid-item .food-thumb {
        margin-bottom: 20px;
    }

    .food-grid-item .food-title {
        font-size: 21px;
        font-weight: 700;
        font-family: var(--heading-font, "Playfair Display", serif);
        line-height: 1.32em;
        margin-bottom: 20px;
    }

        .food-grid-item .food-title a:hover,
        .food-grid-item .food-title a:focus {
            color: var(--brand-primary-text, #f53700);
        }

    .food-grid-item .food-cart-tools .add-bookmark {
        width: 38px;
        font-size: 16px;
        height: 38px;
        border-radius: 50%;
        background-color: black;
        display: inline-block;
        color: white;
        line-height: 42px;
    }

        .food-grid-item .food-cart-tools .add-bookmark:hover, .food-grid-item .food-cart-tools .add-bookmark:focus {
            background-color: var(--brand-primary-text, #f53700);
        }

    .food-grid-item.grid-style-one {
        text-align: center;
        position: relative;
    }

        .food-grid-item.grid-style-one:hover .food-cart-tools {
            bottom: 0;
            opacity: 1;
            visibility: visible;
        }

        .food-grid-item.grid-style-one:hover .food-price {
            opacity: 0;
            visibility: hidden;
            bottom: -20px;
        }

        .food-grid-item.grid-style-one .food-favorit {
            font-size: 20px;
            height: 50px;
            line-height: 50px;
            width: 50px;
            border-radius: 50%;
            background-color: var(--brand-primary-text, #f53700);
            color: white;
            position: absolute;
            right: 55px;
            top: 15px;
        }

@media only screen and (max-width: 1199px) {
    .food-grid-item.grid-style-one .food-favorit {
        right: 30px;
        top: 5px;
    }
}

.food-grid-item.grid-style-one .food-title {
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
    font-weight: bold;
    color: var(--brand-primary-text, #f53700);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .food-grid-item.grid-style-one .food-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.food-grid-item.grid-style-one .food-title a:hover,
.food-grid-item.grid-style-one .food-title a:focus {
    color: var(--text-dark, #000);
}

.food-grid-item.grid-style-one .food-thumb {
    line-height: 265px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
    .food-grid-item.grid-style-one .food-thumb {
        line-height: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .food-grid-item.grid-style-one .food-thumb {
        line-height: 1em;
    }
}

.food-grid-item.grid-style-one .food-price {
    display: inline-block;
    margin: 0 auto;
    background-color: black;
    border-radius: 40px;
    padding: 9px 32px 10px;
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-top: 22px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    position: relative;
    bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .food-grid-item.grid-style-one .food-price {
        margin-top: 10px;
    }
}

.food-grid-item.grid-style-one .food-price > sub {
    font-size: 14px;
    font-weight: normal;
    bottom: 0;
}

.food-grid-item.grid-style-one .food-cart-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .food-grid-item.grid-style-one .food-cart-tools > a {
        margin: 0 5px;
    }

    .food-grid-item.grid-style-one .food-cart-tools .food-cart {
        padding: 10px 30px;
    }

.food-grid-item.grid-style-two {
    text-align: center;
}

    .food-grid-item.grid-style-two:hover .food-thumb:before {
        -webkit-animation: linear rotate360 10s infinite;
        animation: linear rotate360 10s infinite;
    }

    .food-grid-item.grid-style-two .food-thumb {
        width: 270px;
        height: 270px;
        padding: 8px;
        border-radius: inherit;
        border-radius: 50%;
        margin: 0 auto 25px;
        position: relative;
    }

@media only screen and (max-width: 1199px) {
    .food-grid-item.grid-style-two .food-thumb {
        width: 220px;
        height: 220px;
        margin-bottom: 15px;
    }
}

.food-grid-item.grid-style-two .food-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: 2px dashed #c51c23;
    top: 0;
    left: 0;
}

.food-grid-item.grid-style-two .food-thumb > img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.food-grid-item.grid-style-two .food-title {
    font-size: 32px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
    .food-grid-item.grid-style-two .food-title {
        font-size: 24px;
        margin-bottom: 2px;
    }
}

.food-grid-item.grid-style-two .reciepe-no {
    font-size: 14px;
    font-weight: 500;
}

.food-grid-item.grid-style-three {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

    .food-grid-item.grid-style-three .cat-status {
        position: absolute;
        left: 15px;
        top: 10px;
        z-index: 3;
    }

    .food-grid-item.grid-style-three:hover .food-thumb img {
        opacity: 0.2;
    }

    .food-grid-item.grid-style-three:hover .food-thumb .overlay {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }

    .food-grid-item.grid-style-three .food-thumb {
        min-height: 225px;
        margin-bottom: 5px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

@media only screen and (max-width: 767px) {
    .food-grid-item.grid-style-three .food-thumb {
        line-height: 1em;
    }
}

.food-grid-item.grid-style-three .food-thumb img {
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.food-grid-item.grid-style-three .food-thumb .overlay {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.food-grid-item.grid-style-three .food-cart-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px;
}

    .food-grid-item.grid-style-three .food-cart-tools > a {
        margin: 0 5px;
    }

    .food-grid-item.grid-style-three .food-cart-tools .food-cart {
        padding: 10px 30px;
    }

.food-grid-item.grid-style-three .food-title {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: normal;
    font-style: italic;
}

@media only screen and (max-width: 991px) {
    .food-grid-item.grid-style-three .food-title {
        font-size: 24px;
        margin-bottom: 5px;
    }
}

.food-grid-item.grid-style-three .food-price {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: var(--brand-primary-text, #f53700);
    font-family: var(--heading-font, "Playfair Display", serif);
}

    .food-grid-item.grid-style-three .food-price > sup {
        top: -8px;
        font-size: 60%;
    }

.food-grid-item.grid-style-four {
    margin-bottom: 0;
    overflow: hidden;
}

    .food-grid-item.grid-style-four:hover .food-thumb .overlay {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .food-grid-item.grid-style-four:hover .food-thumb img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .food-grid-item.grid-style-four .food-thumb {
        position: relative;
        margin-bottom: 0;
    }

        .food-grid-item.grid-style-four .food-thumb img {
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }

        .food-grid-item.grid-style-four .food-thumb .overlay {
            position: absolute;
            content: "";
            width: 100%;
            bottom: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.6);
            z-index: 2;
            padding: 32px 40px;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }

@media only screen and (max-width: 1199px) {
    .food-grid-item.grid-style-four .food-thumb .overlay {
        padding: 25px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .food-grid-item.grid-style-four .food-thumb .overlay {
        padding: 20px 15px;
    }
}

.food-grid-item.grid-style-four .food-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .food-grid-item.grid-style-four .food-info .food-title {
        font-size: 32px;
        margin-bottom: 0px;
        color: white;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

@media only screen and (max-width: 991px) {
    .food-grid-item.grid-style-four .food-info .food-title {
        font-size: 24px;
    }
}

.food-grid-item.grid-style-four .food-info .food-title:hover {
    color: var(--brand-primary-text, #f53700);
}

.food-grid-item.grid-style-four .food-info .read-more {
    font-size: 20px;
    color: white;
    width: 46px;
    height: 46px;
    border: 2px solid white;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

@media only screen and (max-width: 991px) {
    .food-grid-item.grid-style-four .food-info .read-more {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 33px;
    }
}

.food-grid-item.grid-style-four .food-info .read-more:hover {
    color: var(--brand-primary-text, #f53700);
}

.food-grid-item.grid-style-five {
    background-color: #f6f6f6;
    margin-bottom: 30px;
    overflow: hidden;
    display: inline-block;
}

    .food-grid-item.grid-style-five:hover .food-thumb img {
        -webkit-transform: scale(1.07);
        transform: scale(1.07);
    }

    .food-grid-item.grid-style-five .food-thumb {
        margin-bottom: 0px;
        position: relative;
        overflow: hidden;
    }

        .food-grid-item.grid-style-five .food-thumb img {
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }

        .food-grid-item.grid-style-five .food-thumb .cat-status {
            position: absolute;
            bottom: 20px;
            left: 20px;
        }

    .food-grid-item.grid-style-five .food-info {
        padding: 13px 20px 15px;
        text-align: left;
    }

    .food-grid-item.grid-style-five .food-footer-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .food-grid-item.grid-style-five .food-title {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .food-grid-item.grid-style-five .food-price {
        font-size: 18px;
        font-weight: 600;
        color: var(--brand-primary-text, #f53700);
    }

        .food-grid-item.grid-style-five .food-price > sup {
            top: -3px;
        }

    .food-grid-item.grid-style-five.gird-style {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-self: flex-start;
    }

@media only screen and (max-width: 575px) {
    .food-grid-item.grid-style-five.gird-style {
        display: block;
    }
}

.food-grid-item.grid-style-five.gird-style .food-title {
    font-size: 21px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .food-grid-item.grid-style-five.gird-style .food-title {
        font-size: 18px;
    }
}

.food-grid-item.grid-style-five.gird-style .food-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .food-grid-item.grid-style-five.gird-style .food-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .food-grid-item.grid-style-five.gird-style .food-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        max-width: 240px;
    }
}

@media only screen and (max-width: 575px) {
    .food-grid-item.grid-style-five.gird-style .food-thumb {
        max-width: 100%;
    }

        .food-grid-item.grid-style-five.gird-style .food-thumb img {
            width: 100%;
        }
}

.food-grid-item.grid-style-five.gird-style .food-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 270px);
    flex: 0 0 calc(100% - 270px);
    max-width: calc(100% - 270px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .food-grid-item.grid-style-five.gird-style .food-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        max-width: calc(100% - 200px);
        padding: 10px 15px 12px;
    }
}

@media only screen and (max-width: 767px) {
    .food-grid-item.grid-style-five.gird-style .food-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 240px);
        flex: 0 0 calc(100% - 240px);
        max-width: calc(100% - 240px);
    }
}

@media only screen and (max-width: 575px) {
    .food-grid-item.grid-style-five.gird-style .food-info {
        max-width: 100%;
    }
}

.food-grid-item.grid-style-five.gird-style .food-info p {
    line-height: 1.75em;
}

.food-grid-item.grid-style-five.gird-style .food-info .read-more {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--text-dark, #000);
    padding-top: 10px;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .food-grid-item.grid-style-five.gird-style .food-info .read-more {
        padding-top: 0;
    }
}

.food-grid-item.grid-style-five.gird-style .food-info .read-more [class^='icon-'] {
    font-size: 10px;
    display: inline-block;
    padding-left: 5px;
    color: var(--brand-primary-text, #f53700);
}

.food-grid-item.grid-style-five.gird-style .food-info .read-more:hover {
    color: var(--brand-primary-text, #f53700);
}

.food-grid-item.grid-style-five.gird-style .food-footer-info {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .food-grid-item.grid-style-five.gird-style .food-footer-info {
        margin-bottom: 15px;
    }
}

.food-grid-item.grid-style-five.gird-style .food-info-content {
    font-size: 13px;
}

.food-list-item {
    position: relative;
}

    .food-list-item .food-title {
        font-size: 16px;
        font-family: var(--heading-font, "Playfair Display", serif);
        font-weight: bold;
        line-height: 1.25em;
        margin-bottom: 0;
    }

        .food-list-item .food-title a:hover,
        .food-list-item .food-title a:focus {
            color: var(--brand-primary-text, #f53700);
        }

    .food-list-item .item-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 5px;
    }

        .food-list-item .item-header.mrb {
            margin-bottom: 10px;
        }

        .food-list-item .item-header .food-price {
            font-size: 16px;
            line-height: 1.25em;
            font-weight: 600;
            color: var(--brand-primary-text, #f53700);
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }

    .food-list-item .food-cart-tools .food-cart {
        font-size: 12px;
        font-weight: 600;
        color: var(--text-dark, #000);
        text-transform: uppercase;
        display: inline-block;
        border-bottom: 2px solid #c51c23;
        padding-bottom: 3px;
        position: absolute;
        bottom: 10px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

        .food-list-item .food-cart-tools .food-cart:hover, .food-list-item .food-cart-tools .food-cart:focus {
            color: var(--brand-primary-text, #f53700);
        }

    .food-list-item.list-style-one {
        margin-bottom: 30px;
    }

        .food-list-item.list-style-one:hover .food-cart-tools .food-cart {
            bottom: 3px;
        }

        .food-list-item.list-style-one:hover .food-info,
        .food-list-item.list-style-one:hover .item-header .item-header-right .food-price {
            opacity: 0;
            visibility: hidden;
        }

        .food-list-item.list-style-one:hover .item-header .item-header-right .add-bookmark {
            top: 50%;
        }

        .food-list-item.list-style-one:hover .food-cart-tools .food-cart,
        .food-list-item.list-style-one:hover .item-header .item-header-right .add-bookmark {
            opacity: 1;
            visibility: visible;
        }

        .food-list-item.list-style-one .food-title {
            display: inline-block;
            position: relative;
        }

            .food-list-item.list-style-one .food-title > a {
                display: inline-block;
            }

            .food-list-item.list-style-one .food-title .cat-status {
                position: absolute;
                left: 100%;
                top: -7px;
                margin-left: 5px;
                z-index: 1;
            }

        .food-list-item.list-style-one .item-header .item-header-right .add-bookmark {
            font-size: 17px;
            color: #bababa;
            position: absolute;
            top: -30%;
            right: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
            opacity: 0;
            visibility: hidden;
        }

            .food-list-item.list-style-one .item-header .item-header-right .add-bookmark:hover, .food-list-item.list-style-one .item-header .item-header-right .add-bookmark:focus {
                color: var(--brand-primary-text, #f53700);
            }

        .food-list-item.list-style-one .food-info {
            font-size: 14px;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
            opacity: 1;
            visibility: visible;
        }

    .food-list-item.list-style-two, .food-list-item.list-style-three {
        position: relative;
    }

        .food-list-item.list-style-two .cat-status, .food-list-item.list-style-three .cat-status {
            position: absolute;
            bottom: 8px;
            right: 0;
            z-index: 1;
        }

@media only screen and (max-width: 420px) {
    .food-list-item.list-style-two .cat-status, .food-list-item.list-style-three .cat-status {
        bottom: -3px;
    }
}

.food-list-item.list-style-two:hover .item-header .item-header-right .food-price, .food-list-item.list-style-three:hover .item-header .item-header-right .food-price {
    opacity: 0;
    visibility: hidden;
}

.food-list-item.list-style-two:hover .food-cart-tools1, .food-list-item.list-style-three:hover .food-cart-tools1 {
    opacity: 1;
    visibility: visible;
    top: 45%;
}

.food-list-item.list-style-two .food-title, .food-list-item.list-style-three .food-title {
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
    text-transform: uppercase;
}

    .food-list-item.list-style-two .food-title > a, .food-list-item.list-style-three .food-title > a {
        display: inline-block;
        background-color: white;
        padding-bottom: 5px;
        padding-right: 5px;
        position: relative;
    }

.food-list-item.list-style-two .food-cart-tools1, .food-list-item.list-style-three .food-cart-tools1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -5px;
    position: absolute;
    right: 0;
    top: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .food-list-item.list-style-two .food-cart-tools1 > a, .food-list-item.list-style-three .food-cart-tools1 > a {
        margin: 0 5px;
    }

    .food-list-item.list-style-two .food-cart-tools1 .food-cart, .food-list-item.list-style-three .food-cart-tools1 .food-cart {
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        color: var(--brand-primary-text, #f53700);
        position: relative;
        line-height: 1em;
    }

        .food-list-item.list-style-two .food-cart-tools1 .food-cart:before, .food-list-item.list-style-three .food-cart-tools1 .food-cart:before {
            position: absolute;
            content: "";
            top: 50%;
            left: -30px;
            height: 1px;
            width: 22px;
            background-color: var(--brand-primary-text, #f53700);
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .food-list-item.list-style-two .food-cart-tools1 .food-cart:hover, .food-list-item.list-style-three .food-cart-tools1 .food-cart:hover {
            color: var(--text-dark, #000);
        }

            .food-list-item.list-style-two .food-cart-tools1 .food-cart:hover:before, .food-list-item.list-style-three .food-cart-tools1 .food-cart:hover:before {
                left: -35px;
            }

    .food-list-item.list-style-two .food-cart-tools1 .add-bookmark, .food-list-item.list-style-three .food-cart-tools1 .add-bookmark {
        font-size: 17px;
        color: #bababa;
    }

        .food-list-item.list-style-two .food-cart-tools1 .add-bookmark:hover, .food-list-item.list-style-three .food-cart-tools1 .add-bookmark:hover {
            color: var(--brand-primary-text, #f53700);
        }

.food-list-item.list-style-two .item-header, .food-list-item.list-style-three .item-header {
    position: relative;
    padding-bottom: 8px;
}


    .food-list-item.list-style-two .item-header:before, .food-list-item.list-style-three .item-header:before {
        position: absolute;
        content: "";
        bottom: 0px;
        left: 0;
        height: 2px;
        width: 100%;
        border-top: 1px dashed var(--brand-background-line, #444);
    }

    .food-list-item.list-style-two .item-header .item-header-left, .food-list-item.list-style-three .item-header .item-header-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 120px);
        flex: 0 0 calc(100% - 120px);
        max-width: calc(100% - 120px);
    }

@media only screen and (max-width: 480px) {
    .food-list-item.list-style-two .item-header .item-header-left, .food-list-item.list-style-three .item-header .item-header-left {
        max-width: 100%;
    }
}

.food-list-item.list-style-two .item-header .item-header-right, .food-list-item.list-style-three .item-header .item-header-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    position: relative;
}

@media only screen and (max-width: 480px) {
    .food-list-item.list-style-two .item-header .item-header-right, .food-list-item.list-style-three .item-header .item-header-right {
        max-width: 100%;
    }
}

.food-list-item.list-style-two .item-header .item-header-right .food-price, .food-list-item.list-style-three .item-header .item-header-right .food-price {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .food-list-item.list-style-two .item-header .item-header-right .food-price > span, .food-list-item.list-style-three .item-header .item-header-right .food-price > span {
        padding-bottom: 5px;
        display: inline-block;
        background-color: white;
        padding-left: 5px;
    }

.food-list-item.list-style-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .food-list-item.list-style-two {
        display: block;
    }
}

.food-list-item.list-style-two .food-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
}

@media only screen and (max-width: 575px) {
    .food-list-item.list-style-two .food-thumb {
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.food-list-item.list-style-two .food-thumb > img {
    width: 100px;
    border-radius: 50%;
    height: 100px;
}

.food-list-item.list-style-two .food-info-details {
    width: 100%;
}


@media only screen and (max-width: 575px) {
    .food-list-item.list-style-two .food-info-details {
        max-width: 100%;
        padding-left: 0;
    }
}

.food-list-item.list-style-three {
    display: block;
}

.food-list-item.list-style-four .food-title {
    font-weight: bold;
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
}

@media only screen and (max-width: 575px) {
    .food-list-item.list-style-four .food-title {
        margin-bottom: 5px;
    }
}

.food-list-item.list-style-four .food-title > a {
    background-color: #F6F6F6;
    display: inline-block;
    padding-right: 5px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
    .food-list-item.list-style-four .food-title > a {
        background-color: transparent;
        padding-right: 0;
    }
}

.food-list-item.list-style-four .food-info p {
    line-height: 1.5em;
}

.food-list-item.list-style-four .food-price {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 15px;
    font-weight: 500;
}

@media only screen and (max-width: 575px) {
    .food-list-item.list-style-four .food-price {
        font-size: 14px;
    }
}

.food-list-item.list-style-four .food-price > li {
    display: inline-block;
    margin-left: 25px;
}

@media only screen and (max-width: 575px) {
    .food-list-item.list-style-four .food-price > li {
        margin-left: 15px;
    }
}

.food-list-item.list-style-four .food-price > li:first-child {
    margin-left: 0;
}

.food-list-item.list-style-four .food-price > li > span {
    font-size: 12px;
    color: var(--text-gray, #666666);
    display: inline-block;
    margin-right: 2px;
}

.food-list-item.list-style-four .item-header {
    position: relative;
}

@media only screen and (max-width: 575px) {
    .food-list-item.list-style-four .item-header {
        display: block;
    }
}

.food-list-item.list-style-four .item-header:before {
    position: absolute;
    content: "";
    bottom: 9px;
    left: 0;
    height: 2px;
    width: calc(100% - 245px);
    border-top: 1px dashed black;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 575px) {
    .food-list-item.list-style-four .item-header:before {
        display: none;
    }
}

.food-list-item.list-style-four .item-header .item-header-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 260px);
    flex: 0 0 calc(100% - 260px);
    max-width: calc(100% - 260px);
}

@media only screen and (max-width: 575px) {
    .food-list-item.list-style-four .item-header .item-header-left {
        max-width: 100%;
    }
}

.food-list-item.list-style-four .item-header .item-header-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
}

@media only screen and (max-width: 575px) {
    .food-list-item.list-style-four .item-header .item-header-right {
        max-width: 100%;
        text-align: left;
    }
}

.food-menu-cat-group:hover .food-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.food-menu-cat-group:hover .food-thumb .overlay:before {
    opacity: 0.8;
}

.food-menu-cat-group.style-two .food-thumb {
    margin-bottom: 30px;
}

.food-menu-cat-group.style-two .food-cat-name {
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--heading-font, "Playfair Display", serif);
    margin-bottom: 45px;
    font-size: 32px;
}

@media only screen and (max-width: 991px) {
    .food-menu-cat-group.style-two .food-cat-name {
        margin-bottom: 30px;
        font-size: 24px;
    }
}

.food-menu-cat-group.style-two .food-list-item.list-style-one {
    margin-bottom: 15px;
}

    .food-menu-cat-group.style-two .food-list-item.list-style-one .food-title {
        font-family: var(--heading-font-uc, "Poppins", sans-serif);
        font-weight: bold;
    }

    .food-menu-cat-group.style-two .food-list-item.list-style-one .item-header .item-header-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 110px);
        flex: 0 0 calc(100% - 110px);
        max-width: calc(100% - 110px);
    }

    .food-menu-cat-group.style-two .food-list-item.list-style-one .item-header .item-header-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
        max-width: 110px;
    }

    .food-menu-cat-group.style-two .food-list-item.list-style-one .food-cart-tools .food-cart {
        font-size: 14px;
        border-bottom: 0px solid;
        padding-bottom: 0;
        line-height: 1.1em;
        left: auto;
        right: 0;
    }

.food-menu-cat-group .food-thumb {
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
}

    .food-menu-cat-group .food-thumb img {
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        width: 100%;
    }

    .food-menu-cat-group .food-thumb .overlay {
        position: absolute;
        left: 40px;
        top: 40px;
        width: calc(100% - 80px);
        height: calc(100% - 80px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

@media only screen and (max-width: 1199px) {
    .food-menu-cat-group .food-thumb .overlay {
        left: 20px;
        top: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
    }
}

.food-menu-cat-group .food-thumb .overlay:before {
    background-color: black;
    content: "";
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.food-menu-cat-group .food-thumb .overlay .food-cat-name {
    font-size: 48px;
    font-family: var(--heading-font, "Playfair Display", serif);
    color: white;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
    padding: 20px 50px;
    text-align: center;
    line-height: 0.95;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1199px) {
    .food-menu-cat-group .food-thumb .overlay .food-cat-name {
        font-size: 36px;
    }
}

.food-menu-cat-group .food-item-list .food-list-item.list-style-one:last-child {
    margin-bottom: -2px;
}

.cat-status {
    display: inline-block;
    background-color: var(--brand-primary-text, #f53700);
    color: white;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 10px;
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
    line-height: 1em;
    text-transform: uppercase;
}

    .cat-status.popular {
        background-color: #E87E04;
    }

    .cat-status.sale {
        background-color: #0070AC;
    }

    .cat-status.topseller {
        background-color: #85BF4B;
    }

    .cat-status.recommended {
        background-color: #B49A55;
    }

    .cat-status.spicy {
        background-color: #DC0D00;
    }

.food-menu-block.style-one {
    position: relative;
}

    .food-menu-block.style-one .filter-foodmenu-tab {
        margin-bottom: 30px;
    }

.food-menu-block.style-two .carousel-nav-text {
    position: relative;
}

    .food-menu-block.style-two .carousel-nav-text.top-60 {
        top: -60px;
    }

@media only screen and (max-width: 991px) {
    .food-menu-block.style-two .carousel-nav-text.top-60 {
        top: -10px;
        margin-bottom: 30px;
    }
}

.food-menu-block.style-two .foodmenu_carousel {
    padding: 0 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .food-menu-block.style-two .foodmenu_carousel {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 1199px) {
    .food-menu-block.style-two .foodmenu_carousel {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 991px) {
    .food-menu-block.style-two .foodmenu_carousel {
        padding: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .food-menu-block.style-two .container-fluid {
        max-width: 540px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 575px) {
    .food-menu-block.style-two .container-fluid {
        max-width: 450px;
    }
}

.food-menu-block.style-two .carousel-nav-dots-rec .owl-dots {
    padding-top: 35px;
}

    .food-menu-block.style-two .carousel-nav-dots-rec .owl-dots > div > span {
        background-color: black;
    }

.food-menu-block.style-three {
    position: relative;
}

    .food-menu-block.style-three .element-group > .element {
        z-index: 1;
    }

        .food-menu-block.style-three .element-group > .element.one {
            top: calc(50% - 250px);
            left: 0;
            -webkit-animation: linear bt-bottomTop-40 4s infinite;
            animation: linear bt-bottomTop-40 4s infinite;
        }

@media only screen and (max-width: 1450px) {
    .food-menu-block.style-three .element-group > .element.one {
        display: none;
    }
}

.food-menu-block.style-three .element-group > .element.two {
    bottom: -155px;
    right: 0px;
    -webkit-animation: linear bt-topBottom-40 4s infinite;
    animation: linear bt-topBottom-40 4s infinite;
}

@media only screen and (max-width: 1450px) {
    .food-menu-block.style-three .element-group > .element.two {
        display: none;
    }
}

.food-menu-block.style-three .element-group > .element.three {
    bottom: -60px;
    left: 15px;
}

.food-menu-block.style-three .food-menu-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(50% + 130px);
}

.food-menu-block.style-three .filter-foodmenu-tab {
    margin-bottom: 35px;
    overflow: visible;
}

@media only screen and (max-width: 991px) {
    .food-menu-block.style-three .filter-foodmenu-tab {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .food-menu-block.style-three .filter-foodmenu-tab {
        margin-bottom: 15px;
    }
}

.food-menu-block.style-three .filter-foodmenu-tab .nav-tabs {
    overflow: visible;
}

    .food-menu-block.style-three .filter-foodmenu-tab .nav-tabs > li > a {
        position: relative;
    }

        .food-menu-block.style-three .filter-foodmenu-tab .nav-tabs > li > a:before {
            position: absolute;
            content: "";
            border-style: solid;
            border-width: 10px 8px;
            bottom: -70px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            border-color: transparent transparent #c51c23;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }

@media only screen and (max-width: 575px) {
    .food-menu-block.style-three .filter-foodmenu-tab .nav-tabs > li > a:before {
        display: none;
    }
}

.food-menu-block.style-three .filter-foodmenu-tab .nav-tabs > li > a.active:before {
    opacity: 1;
    visibility: visible;
    bottom: -56px;
    display: none;
}

@media only screen and (max-width: 991px) {
    .food-menu-block.style-three .filter-foodmenu-tab .nav-tabs > li > a.active:before {
        bottom: -40px;
    }
}

.food-menu-block.style-three .filter-foodmenu-tab-content .tab-pane {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.05);
    padding: 60px;
    padding-top: 20px;
    border-top: 4px solid #c51c23;
    background-color: white;
}

@media only screen and (max-width: 1199px) {
    .food-menu-block.style-three .filter-foodmenu-tab-content .tab-pane {
        padding: 50px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .food-menu-block.style-three .filter-foodmenu-tab-content .tab-pane {
        padding: 30px 20px 40px;
    }
}

.food-menu-block.style-four {
    position: relative;
}

    .food-menu-block.style-four .element-group > .element.one {
        top: 20px;
        left: 0;
    }

@media only screen and (max-width: 1450px) {
    .food-menu-block.style-four .element-group > .element.one {
        display: none;
    }
}

.food-menu-block.style-four .element-group > .element.two {
    bottom: 0px;
    right: 10px;
    -webkit-animation: linear bt-topBottom-40 4s infinite;
    animation: linear bt-topBottom-40 4s infinite;
    z-index: 1;
}

@media only screen and (max-width: 1850px) {
    .food-menu-block.style-four .element-group > .element.two {
        display: none;
    }
}

.food-menu-block.style-four .filter-foodmenu-tab {
    margin-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
    .food-menu-block.style-four .filter-foodmenu-tab {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .food-menu-block.style-four .filter-foodmenu-tab {
        margin-bottom: 25px;
    }
}

.food-menu-block.style-five {
    position: relative;
}

    .food-menu-block.style-five .element-group > .element.one {
        bottom: 70px;
        left: 0;
    }

@media only screen and (max-width: 1450px) {
    .food-menu-block.style-five .element-group > .element.one {
        display: none;
    }
}

.food-menu-block.style-five .element-group > .element.two {
    bottom: 0px;
    right: 15px;
    -webkit-animation: linear bt-topBottom-40 4s infinite;
    animation: linear bt-topBottom-40 4s infinite;
}

@media only screen and (max-width: 1800px) {
    .food-menu-block.style-five .element-group > .element.two {
        display: none;
    }
}

.food-menu-block.style-five .element-group > .element.three {
    top: 0px;
    right: 5px;
}

@media only screen and (max-width: 1720px) {
    .food-menu-block.style-five .element-group > .element.three {
        display: none;
    }
}

.food-menu-block.style-five .food-list-item.list-style-one {
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .food-menu-block.style-five .food-list-item.list-style-one {
        margin-bottom: 20px;
    }
}

.food-menu-block.style-six .container-fluid {
    padding: 0;
    overflow: hidden;
}

.food-menu-block.style-six .carousel-nav-text {
    margin-top: 60px;
}

.food-menu-block.style-seven .food-menu-block-main {
    position: relative;
}

    .food-menu-block.style-seven .food-menu-block-main .food-bg-left,
    .food-menu-block.style-seven .food-menu-block-main .food-bg-right {
        position: absolute;
        width: calc(50% - 315px);
        height: 100%;
        top: 0;
    }

@media only screen and (max-width: 1199px) {
    .food-menu-block.style-seven .food-menu-block-main .food-bg-left,
    .food-menu-block.style-seven .food-menu-block-main .food-bg-right {
        width: calc(50% - 260px);
    }
}

@media only screen and (max-width: 991px) {
    .food-menu-block.style-seven .food-menu-block-main .food-bg-left,
    .food-menu-block.style-seven .food-menu-block-main .food-bg-right {
        width: calc(50% - 225px);
    }
}

@media only screen and (max-width: 767px) {
    .food-menu-block.style-seven .food-menu-block-main .food-bg-left,
    .food-menu-block.style-seven .food-menu-block-main .food-bg-right {
        width: calc(50% - 100px);
    }
}

@media only screen and (max-width: 480px) {
    .food-menu-block.style-seven .food-menu-block-main .food-bg-left,
    .food-menu-block.style-seven .food-menu-block-main .food-bg-right {
        display: none;
    }
}

.food-menu-block.style-seven .food-menu-block-main .food-bg-left {
    left: 0;
}

.food-menu-block.style-seven .food-menu-block-main .food-bg-right {
    right: 0;
}

.food-menu-block.style-seven .filter-foodmenu-tab-content {
    width: 630px;
    background-color: #f7f7f7;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width: 1199px) {
    .food-menu-block.style-seven .filter-foodmenu-tab-content {
        width: 520px;
    }
}

@media only screen and (max-width: 991px) {
    .food-menu-block.style-seven .filter-foodmenu-tab-content {
        width: 450px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .food-menu-block.style-seven .filter-foodmenu-tab-content {
        width: 510px;
    }
}

@media only screen and (max-width: 575px) {
    .food-menu-block.style-seven .filter-foodmenu-tab-content {
        width: 420px;
    }
}

@media only screen and (max-width: 480px) {
    .food-menu-block.style-seven .filter-foodmenu-tab-content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.food-menu-block.style-seven .filter-foodmenu-tab-content:before, .food-menu-block.style-seven .filter-foodmenu-tab-content:after {
    position: absolute;
    width: 100%;
    height: 300px;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.15;
    left: 0;
}

.food-menu-block.style-seven .filter-foodmenu-tab-content:before {
    top: 0;
    background-position: top center;
    background-image: url("../images/bg/bg-pattent-top.png");
}

.food-menu-block.style-seven .filter-foodmenu-tab-content:after {
    background-position: bottom center;
    background-image: url("../images/bg/bg-pattent-bottom.png");
    bottom: 0;
}

.food-menu-block.style-seven .filter-foodmenu-tab-content > div {
    position: relative;
    z-index: 2;
}

.food-menu-block.style-seven .filter-foodmenu-tab-content .food-item-carousel-single {
    margin-top: -5px;
}

.food-menu-block.style-seven .food-item {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

    .food-menu-block.style-seven .food-item:hover .food-price {
        opacity: 0;
        visibility: hidden;
    }

    .food-menu-block.style-seven .food-item:hover .food-cart-tools {
        opacity: 1;
        visibility: visible;
        bottom: 2px;
    }

    .food-menu-block.style-seven .food-item .food-title {
        font-family: var(--heading-font, "Playfair Display", serif);
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
    }

@media only screen and (max-width: 767px) {
    .food-menu-block.style-seven .food-item .food-title {
        font-size: 20px;
    }
}

.food-menu-block.style-seven .food-item .food-title a:hover,
.food-menu-block.style-seven .food-item .food-title a:focus {
    color: var(--brand-primary-text, #f53700);
}

.food-menu-block.style-seven .food-item .food-info {
    margin-bottom: 10px;
}

    .food-menu-block.style-seven .food-item .food-info p {
        line-height: 1.6em;
    }

.food-menu-block.style-seven .food-item .food-price {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 21px;
    font-weight: normal;
    font-family: var(--heading-font, "Playfair Display", serif);
    color: var(--brand-primary-text, #f53700);
}

@media only screen and (max-width: 767px) {
    .food-menu-block.style-seven .food-item .food-price {
        font-size: 20px;
    }
}

.food-menu-block.style-seven .food-item .food-cart-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
    right: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    bottom: -10px;
}

    .food-menu-block.style-seven .food-item .food-cart-tools > a {
        margin: 0 10px;
    }

    .food-menu-block.style-seven .food-item .food-cart-tools .food-cart {
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        color: var(--text-dark, #000);
        position: relative;
        line-height: 1em;
        display: inline-block;
        border-bottom: 1px solid #c51c23;
        padding-bottom: 5px;
    }

        .food-menu-block.style-seven .food-item .food-cart-tools .food-cart:hover {
            color: var(--brand-primary-text, #f53700);
        }

    .food-menu-block.style-seven .food-item .food-cart-tools .add-bookmark {
        font-size: 17px;
        color: #bababa;
        line-height: 1em;
    }

        .food-menu-block.style-seven .food-item .food-cart-tools .add-bookmark:hover {
            color: var(--brand-primary-text, #f53700);
        }

.food-menu-block.style-eight .food-menu-title-area {
    height: 100%;
    text-align: center;
    color: white;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .food-menu-block.style-eight .food-menu-title-area {
        margin-top: 100px;
        height: auto;
    }
}

.food-menu-block.style-eight .food-menu-title-area .food-menu-right-img {
    position: absolute;
    left: -350px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}

@media only screen and (max-width: 991px) {
    .food-menu-block.style-eight .food-menu-title-area .food-menu-right-img {
        display: none;
    }
}

.food-menu-block.style-eight .food-menu-title-area .food-menu-title-area-inner {
    background-color: var(--brand-primary-text, #f53700);
    display: block;
    padding: 90px 10px;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .food-menu-block.style-eight .food-menu-title-area .food-menu-title-area-inner:before, .food-menu-block.style-eight .food-menu-title-area .food-menu-title-area-inner:after {
        position: absolute;
        width: 100%;
        height: 135px;
        content: "";
        background-repeat: repeat-x;
        z-index: 1;
        opacity: 0.15;
        left: 0;
    }

    .food-menu-block.style-eight .food-menu-title-area .food-menu-title-area-inner:before {
        top: 0;
        background-position: top center;
        background-image: url("../images/bg/food-pattent-top.png");
    }

    .food-menu-block.style-eight .food-menu-title-area .food-menu-title-area-inner:after {
        background-position: bottom center;
        background-image: url("../images/bg/food-pattent-bottom.png");
        bottom: 0;
    }

    .food-menu-block.style-eight .food-menu-title-area .food-menu-title-area-inner .section-title.section-default {
        margin-bottom: 0;
    }

        .food-menu-block.style-eight .food-menu-title-area .food-menu-title-area-inner .section-title.section-default .title-main > span {
            color: white;
            margin-top: -15px;
            padding-left: 0;
        }

        .food-menu-block.style-eight .food-menu-title-area .food-menu-title-area-inner .section-title.section-default .divider {
            padding-bottom: 0;
        }

.food-menu-block.style-eight .foodmenu-tab-content-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -30px;
}

@media only screen and (max-width: 991px) {
    .food-menu-block.style-eight .foodmenu-tab-content-main {
        margin-left: 0;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .food-menu-block.style-eight .foodmenu-tab-content-main {
        display: block;
    }
}

.food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 400px);
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
    padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 250px);
        flex: 0 0 calc(100% - 250px);
        max-width: calc(100% - 250px);
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab-content {
        max-width: 100%;
        padding-left: 0;
    }
}

.food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab-content .food-list-item.list-style-one {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab-content .food-list-item.list-style-one {
        margin-bottom: 20px;
    }
}

.food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab-content .tab-pane {
    margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
    .food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab-content .tab-pane {
        margin-bottom: -20px;
    }
}

.food-menu-block.style-nine .food-cat-title-area {
    text-align: center;
    padding: 95px 15px;
}

    .food-menu-block.style-nine .food-cat-title-area:before {
        opacity: 0.8;
    }

    .food-menu-block.style-nine .food-cat-title-area .food-cat-title {
        font-size: 60px;
        color: white;
        position: relative;
        z-index: 2;
        font-weight: normal;
        font-family: var(--heading-font, "Playfair Display", serif);
        line-height: 0.9em;
        margin-bottom: 0;
    }

@media only screen and (max-width: 991px) {
    .food-menu-block.style-nine .food-cat-title-area .food-cat-title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 575px) {
    .food-menu-block.style-nine .food-cat-title-area .food-cat-title {
        font-size: 32px;
    }
}

.food-menu-block.style-nine .food-cat-title-area .food-cat-title > span {
    display: block;
    color: var(--brand-primary-text, #f53700);
    font-weight: 700;
}

.food-menu-block.style-nine .food-menu-block-main {
    position: relative;
}

    .food-menu-block.style-nine .food-menu-block-main .element-group > .element.one {
        top: 30px;
        left: 0;
    }

@media only screen and (max-width: 1700px) {
    .food-menu-block.style-nine .food-menu-block-main .element-group > .element.one {
        display: none;
    }
}

.food-menu-block.style-nine .food-menu-block-main .element-group > .element.two {
    bottom: -130px;
    right: 30px;
    -webkit-animation: linear bt-topBottom-40 4s infinite;
    animation: linear bt-topBottom-40 4s infinite;
    z-index: 1;
}

@media only screen and (max-width: 1850px) {
    .food-menu-block.style-nine .food-menu-block-main .element-group > .element.two {
        right: 0;
    }
}

@media only screen and (max-width: 1750px) {
    .food-menu-block.style-nine .food-menu-block-main .element-group > .element.two {
        display: none;
    }
}

.food-menu-block.style-nine .food-menu-block-main .element-group > .element.three {
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1750px) {
    .food-menu-block.style-nine .food-menu-block-main .element-group > .element.three {
        display: none;
    }
}

.food-menu-block.style-nine .food-menu-block-main .element-group > .element.four {
    bottom: -80px;
    right: 0px;
    -webkit-animation: linear bt-bottomTop-40 4s infinite;
    animation: linear bt-bottomTop-40 4s infinite;
    z-index: 1;
}

@media only screen and (max-width: 1700px) {
    .food-menu-block.style-nine .food-menu-block-main .element-group > .element.four {
        display: none;
    }
}

.food-menu-block.style-ten {
    position: relative;
    overflow: hidden;
}

    .food-menu-block.style-ten .element-group > .element.one {
        top: -20px;
        left: -40px;
        z-index: 1;
    }

@media only screen and (max-width: 1550px) {
    .food-menu-block.style-ten .element-group > .element.one {
        display: none;
    }
}

.food-menu-block.style-ten .element-group > .element.two {
    bottom: 40px;
    left: calc(50% - 670px);
}

@media only screen and (max-width: 1199px) {
    .food-menu-block.style-ten .element-group > .element.two {
        left: calc(50% - 550px);
    }
}

@media only screen and (max-width: 991px) {
    .food-menu-block.style-ten .element-group > .element.two {
        left: calc(50% - 430px);
    }
}

@media only screen and (max-width: 767px) {
    .food-menu-block.style-ten .element-group > .element.two {
        left: calc(50% - 320px);
    }
}

@media only screen and (max-width: 575px) {
    .food-menu-block.style-ten .element-group > .element.two {
        display: none;
    }
}

.food-menu-block.style-ten .element-group > .element.three {
    top: 23%;
    right: 5px;
}

@media only screen and (max-width: 1650px) {
    .food-menu-block.style-ten .element-group > .element.three {
        display: none;
    }
}

.food-menu-block.style-ten .element-group > .element.four {
    top: 0px;
    left: 0px;
    z-index: 1;
}

@media only screen and (max-width: 1550px) {
    .food-menu-block.style-ten .element-group > .element.four {
        display: none;
    }
}

.food-menu-block.style-ten .tse-scrollbar {
    background-color: #DDDDDD;
    border-radius: 0px;
    height: calc(100% - 10px);
    width: 6px;
    z-index: 9;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .food-menu-block.style-ten .tse-scrollbar .drag-handle {
        background-color: var(--brand-primary-text, #f53700);
        right: 0;
        width: 6px;
        opacity: 0.75;
        border-radius: inherit;
        cursor: pointer;
    }

        .food-menu-block.style-ten .tse-scrollbar .drag-handle.visible {
            opacity: 1;
        }

.food-menu-block.style-ten .activeScrollBar {
    width: 100%;
}

.food-menu-block.style-ten .tse-scroll-content {
    width: 102% !important;
}

.food-menu-block.style-ten .food-list-item-main {
    margin-right: -100px;
    padding: 40px 100px 40px 40px;
}

@media only screen and (max-width: 991px) {
    .food-menu-block.style-ten .food-list-item-main {
        padding-right: 40px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .food-menu-block.style-ten .food-list-item-main {
        padding: 30px 20px;
    }
}

.food-menu-block.style-ten .food-list-item-main > .food-list-item-main-inner {
    height: 480px !important;
}

.food-menu-block.style-ten .food-list-item-main .tse-content {
    padding-right: 40px;
}

@media only screen and (max-width: 575px) {
    .food-menu-block.style-ten .food-list-item-main .tse-content {
        padding-right: 30px;
    }
}

.food-menu-block.style-ten .food-list-thumb {
    padding: 40px 0;
}

@media only screen and (max-width: 1199px) {
    .food-menu-block.style-ten .food-list-thumb {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 991px) {
    .food-menu-block.style-ten .food-list-thumb {
        display: none;
    }
}

/* [ ### Foodmenu For Home Pages ] */
.food-menu-block.home-foodmenu-one .food-grid-item.grid-style-two {
    margin-bottom: -5px;
}

.food-menu-block.home-foodmenu-one .carousel-align-center .owl-nav {
    opacity: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.food-menu-block.home-foodmenu-one:hover .carousel-align-center .owl-nav {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .food-menu-block.home-foodmenu-one .foodmenu_carousel_three {
        margin-bottom: -18px;
    }
}

.food-menu-block.home-foodmenu-two .food-grid-item.grid-style-two {
    margin-bottom: -5px;
}

    .food-menu-block.home-foodmenu-two .food-grid-item.grid-style-two .food-title {
        color: white;
    }

    .food-menu-block.home-foodmenu-two .food-grid-item.grid-style-two .reciepe-no {
        color: #bababa;
    }

@media only screen and (max-width: 991px) {
    .food-menu-block.home-foodmenu-three {
        padding-bottom: 100px;
    }
}

.food-menu-block.home-foodmenu-three .foodmenu-tab-content-main .filter-foodmenu-tab {
    text-align: center;
}

    .food-menu-block.home-foodmenu-three .foodmenu-tab-content-main .filter-foodmenu-tab.style-six {
        padding: 75px 0;
    }

    .food-menu-block.home-foodmenu-three .foodmenu-tab-content-main .filter-foodmenu-tab .btn-primary.btn-white {
        letter-spacing: 0.2em;
        margin-top: 180px;
    }

@media only screen and (max-width: 1199px) {
    .food-menu-block.home-foodmenu-three .foodmenu-tab-content-main .filter-foodmenu-tab .btn-primary.btn-white {
        margin-top: 30px;
    }
}

.food-menu-block.home-foodmenu-four {
    position: relative;
}

@media only screen and (max-width: 1800px) {
    .food-menu-block.home-foodmenu-four .element-group > .element {
        display: none;
    }
}

.food-menu-block.home-foodmenu-four .element-group > .element.one {
    bottom: 60px;
    right: calc(50% - 850px);
}

.food-menu-block.home-foodmenu-four .food-menu-title-area .food-menu-right-img {
    position: absolute;
    left: -350px;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.food-menu-block.home-foodmenu-five {
    position: relative;
}

    .food-menu-block.home-foodmenu-five .element-group > .element {
        z-index: 1;
        top: -200px;
        left: -20px;
        -webkit-animation: linear bt-leftRight-20 3s infinite;
        animation: linear bt-leftRight-20 3s infinite;
    }

@media only screen and (max-width: 1450px) {
    .food-menu-block.home-foodmenu-five .element-group > .element {
        display: none;
    }
}

.food-menu-block.home-foodmenu-five .single-food-ice-list .single-food-ice:nth-child(2n) {
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

@media only screen and (max-width: 767px) {
    .food-menu-block.home-foodmenu-five .single-food-ice-list .single-food-ice:nth-child(2n) {
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

.food-menu-block.home-foodmenu-five .single-food-ice-list .single-food-ice:nth-child(2n) .ice-thumb {
    margin-right: -50px;
    margin-left: -70px;
}

@media only screen and (max-width: 1366px) {
    .food-menu-block.home-foodmenu-five .single-food-ice-list .single-food-ice:nth-child(2n) .ice-thumb {
        margin-right: -15px;
        margin-left: -50px;
    }
}

@media only screen and (max-width: 767px) {
    .food-menu-block.home-foodmenu-five .single-food-ice-list .single-food-ice:nth-child(2n) .ice-thumb {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .food-menu-block.home-foodmenu-five .single-food-ice {
        margin-bottom: 50px;
    }

        .food-menu-block.home-foodmenu-five .single-food-ice:last-child {
            margin-bottom: 0;
        }
}

.food-menu-block.home-foodmenu-five .single-food-ice .ice-thumb {
    margin-right: -30px;
    margin-left: -120px;
}

@media only screen and (max-width: 1366px) {
    .food-menu-block.home-foodmenu-five .single-food-ice .ice-thumb {
        margin-right: -15px;
        margin-left: -75px;
    }
}

@media only screen and (max-width: 767px) {
    .food-menu-block.home-foodmenu-five .single-food-ice .ice-thumb {
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 25px;
    }
}

.food-menu-block.home-foodmenu-five .single-food-ice .ice-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .food-menu-block.home-foodmenu-five .single-food-ice .ice-details .food-title {
        font-size: 70px;
        font-weight: normal;
        line-height: 1.15em;
        font-family: var(--heading-font, "Playfair Display", serif);
        margin-bottom: 30px;
    }

@media only screen and (max-width: 1199px) {
    .food-menu-block.home-foodmenu-five .single-food-ice .ice-details .food-title {
        font-size: 52px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .food-menu-block.home-foodmenu-five .single-food-ice .ice-details .food-title {
        font-size: 42px;
        margin-bottom: 15px;
    }
}

.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .food-title > span {
    color: var(--brand-primary-text, #f53700);
}

.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .ice-info {
    margin-bottom: 45px;
}

@media only screen and (max-width: 1199px) {
    .food-menu-block.home-foodmenu-five .single-food-ice .ice-details .ice-info {
        margin-bottom: 25px;
    }
}

.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .view-more {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--text-dark, #000);
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 480px) {
    .food-menu-block.home-foodmenu-five .single-food-ice .ice-details .view-more {
        margin-bottom: 5px;
    }
}

.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .view-more:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 3px;
    width: 40px;
    background-color: var(--brand-primary-text, #f53700);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 480px) {
    .food-menu-block.home-foodmenu-five .single-food-ice .ice-details .view-more:before {
        height: 2px;
    }
}

.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .view-more:hover, .food-menu-block.home-foodmenu-five .single-food-ice .ice-details .view-more:focus {
    color: var(--brand-primary-text, #f53700);
}

    .food-menu-block.home-foodmenu-five .single-food-ice .ice-details .view-more:hover:before, .food-menu-block.home-foodmenu-five .single-food-ice .ice-details .view-more:focus:before {
        width: 100%;
    }

.food-menu-block.home-foodmenu-six .filter-foodmenu-tab .nav-tabs > li > a {
    font-family: "Merienda One", cursive;
    font-weight: normal;
    font-style: normal;
}

    .food-menu-block.home-foodmenu-six .filter-foodmenu-tab .nav-tabs > li > a.active {
        color: white;
    }

.food-menu-block.home-foodmenu-seven {
    position: relative;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1620px) {
    .food-menu-block.home-foodmenu-seven {
        margin-bottom: 0;
    }
}

.food-menu-block.home-foodmenu-seven .element-group > .element {
    z-index: 1;
}

@media only screen and (max-width: 1620px) {
    .food-menu-block.home-foodmenu-seven .element-group > .element {
        display: none;
    }
}

.food-menu-block.home-foodmenu-seven .element-group > .element.one {
    bottom: 0;
    left: 0;
}

.food-menu-block.home-foodmenu-seven .element-group > .element.two {
    top: 40px;
    right: 0%;
}

.food-menu-block.home-foodmenu-seven .element-group + div {
    position: relative;
    z-index: 2;
}

.food-menu-block.home-foodmenu-seven .filter-foodmenu-tab .nav-tabs > li > a {
    font-style: italic;
    padding: 0 45px;
}

@media only screen and (max-width: 1199px) {
    .food-menu-block.home-foodmenu-seven .filter-foodmenu-tab .nav-tabs > li > a {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 991px) {
    .food-menu-block.home-foodmenu-seven .filter-foodmenu-tab .nav-tabs > li > a {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .food-menu-block.home-foodmenu-seven .filter-foodmenu-tab .nav-tabs > li > a {
        padding: 0 8px;
    }
}

.food-menu-block.home-foodmenu-seven .food-list-item.list-style-two .food-thumb > img {
    width: auto;
    border-radius: 0%;
    height: auto;
    margin-top: -5px;
}

.food-menu-block.home-foodmenu-seven .food-list-item.list-style-two .food-title {
    font-family: var(--heading-font, "Playfair Display", serif);
    font-size: 18px;
    font-style: italic;
}

.food-menu-block.home-foodmenu-seven .food-list-item.list-style-two .cat-status {
    position: relative;
    bottom: auto;
    top: -2px;
    margin-right: 5px;
}

.food-menu-block.home-foodmenu-seven .food-list-item.list-style-two .food-info-details {
    padding-left: 0;
}

    .food-menu-block.home-foodmenu-seven .food-list-item.list-style-two .food-info-details .food-info > p {
        display: inline;
    }

.food-menu-block.home-foodmenu-eight .food-grid-item.grid-style-two {
    margin-bottom: 30px;
}

    .food-menu-block.home-foodmenu-eight .food-grid-item.grid-style-two .food-title {
        color: white;
    }

    .food-menu-block.home-foodmenu-eight .food-grid-item.grid-style-two .reciepe-no {
        color: #bababa;
    }

.food-menu-block.home-foodmenu-nine .filter-foodmenu-tab .nav-tabs > li > a {
    font-size: 21px;
    font-weight: normal;
    font-family: var(--heading-font, "Playfair Display", serif);
}

    .food-menu-block.home-foodmenu-nine .filter-foodmenu-tab .nav-tabs > li > a > [class*="icon-"] {
        margin-bottom: 10px;
    }

@media only screen and (max-width: 1199px) {
    .food-menu-block.home-foodmenu-nine .filter-foodmenu-tab .nav-tabs > li > a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .food-menu-block.home-foodmenu-nine .filter-foodmenu-tab .nav-tabs > li > a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .food-menu-block.home-foodmenu-nine .filter-foodmenu-tab .nav-tabs > li > a {
        font-size: 14px;
    }
}

.food-menu-block.home-foodmenu-nine .food-grid-item {
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .food-menu-block .product-food-carousel2.food-grid-item.grid-style-three .food-thumb {
        min-height: 170px;
    }
}

@media only screen and (max-width: 420px) {
    .food-menu-block .product-food-carousel2.food-grid-item.grid-style-three .food-thumb {
        min-height: 180px;
    }
}

/* [ ### Foodmenu Product Block ] */
.our-product-block .product-food-item {
    text-align: center;
    position: relative;
    padding-top: 5px;
}

    .our-product-block .product-food-item:hover .food-thumb img {
        opacity: 0.2;
    }

    .our-product-block .product-food-item:hover .food-thumb .overlay {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }

    .our-product-block .product-food-item.product-food-two:hover .food-thumb img {
        opacity: 1;
    }

    .our-product-block .product-food-item.product-food-two:hover .food-price {
        opacity: 0;
    }

    .our-product-block .product-food-item.product-food-two:hover .food-cart-tools {
        opacity: 1;
        visibility: visible;
        bottom: -5px;
    }

    .our-product-block .product-food-item.product-food-two .food-thumb {
        min-height: 195px;
    }

    .our-product-block .product-food-item.product-food-two .cat-status {
        left: 0;
        top: 0;
    }

    .our-product-block .product-food-item.product-food-two .food-cart-tools {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
    }

        .our-product-block .product-food-item.product-food-two .food-cart-tools .food-cart {
            font-size: 12px;
            font-weight: 600;
            color: var(--text-dark, #000);
            display: inline-block;
            border-bottom: 2px solid #c51c23;
            padding: 0 0 5px;
            background-color: transparent;
            border-radius: 0;
            letter-spacing: normal;
        }

            .our-product-block .product-food-item.product-food-two .food-cart-tools .food-cart:hover {
                color: var(--brand-primary-text, #f53700);
            }

        .our-product-block .product-food-item.product-food-two .food-cart-tools .add-bookmark {
            font-size: 17px;
            color: #bababa;
            background-color: transparent;
            border-radius: 0;
            line-height: 37px;
        }

            .our-product-block .product-food-item.product-food-two .food-cart-tools .add-bookmark:hover {
                background-color: transparent !important;
                color: var(--brand-primary-text, #f53700);
            }

    .our-product-block .product-food-item.product-food-two .food-title {
        font-size: 24px;
        margin-bottom: 15px;
        font-style: normal;
    }

@media only screen and (max-width: 767px) {
    .our-product-block .product-food-item.product-food-two .food-title {
        font-size: 20px;
    }
}

.our-product-block .product-food-item.product-food-two .food-price {
    font-style: normal;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .our-product-block .product-food-item.product-food-two .food-price > sup {
        top: -8px;
        font-size: 60%;
    }

.our-product-block .product-food-item .cat-status {
    position: absolute;
    left: 15px;
    top: 10px;
    z-index: 3;
}

.our-product-block .product-food-item .food-thumb {
    min-height: 300px;
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .our-product-block .product-food-item .food-thumb {
        line-height: 1em;
    }
}

.our-product-block .product-food-item .food-thumb img {
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.our-product-block .product-food-item .food-thumb .overlay {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.our-product-block .product-food-item .food-cart-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px;
}

    .our-product-block .product-food-item .food-cart-tools > a {
        margin: 0 5px;
    }

    .our-product-block .product-food-item .food-cart-tools .food-cart {
        padding: 7px 20px;
    }

    .our-product-block .product-food-item .food-cart-tools .add-bookmark {
        width: 36px;
        height: 36px;
        line-height: 36px;
        border-radius: 50%;
        color: white;
        background-color: black;
        font-size: 14px;
        line-height: 41px;
    }

        .our-product-block .product-food-item .food-cart-tools .add-bookmark:hover {
            background-color: var(--brand-primary-text, #f53700);
        }

.our-product-block .product-food-item .food-title {
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 700;
    font-style: italic;
    font-family: var(--heading-font, "Playfair Display", serif);
}

@media only screen and (max-width: 991px) {
    .our-product-block .product-food-item .food-title {
        font-size: 20px;
        margin-bottom: 5px;
    }
}

.our-product-block .product-food-item .food-title a:hover,
.our-product-block .product-food-item .food-title a:focus {
    color: #c51c23 !important;
}

.our-product-block .product-food-item .food-price {
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    color: var(--brand-primary-text, #f53700);
    font-family: var(--heading-font, "Playfair Display", serif);
}

    .our-product-block .product-food-item .food-price > sup {
        top: -7px;
        font-size: 65%;
    }

        .our-product-block .product-food-item .food-price > sup > span {
            color: var(--text-gray, #666666);
        }

.our-product-block.style-two {
    padding: 210px 0 255px;
    background: -webkit-linear-gradient(top, #44abc2, #2f6bb6);
    background: linear-gradient(to bottom, #44abc2, #2f6bb6);
}

@media only screen and (max-width: 1199px) {
    .our-product-block.style-two {
        padding: 80px 0 100px;
    }
}

@media only screen and (max-width: 991px) {
    .our-product-block.style-two {
        padding-top: 85px;
    }
}

@media only screen and (max-width: 480px) {
    .our-product-block.style-two {
        padding-top: 90px;
    }
}

.our-product-block.style-two .product-food-item .food-thumb {
    min-height: 280px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .our-product-block.style-two .product-food-item .food-thumb {
        min-height: 245px;
    }
}

.our-product-block.style-two .product-food-item .food-title {
    font-style: normal;
    color: white;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: var(--heading-font, "Playfair Display", serif);
    margin-bottom: 10px;
}

.our-product-block.style-two .product-food-item .food-price {
    font-style: normal;
    color: white;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-weight: normal;
}

    .our-product-block.style-two .product-food-item .food-price > sup {
        font-size: 60%;
    }

.our-product-block.style-two .product-food-carousel {
    padding-top: 25px;
}

.our-product-block.style-two .carousel-arrow .owl-nav > div {
    opacity: 0.5;
}

    .our-product-block.style-two .carousel-arrow .owl-nav > div:hover {
        opacity: 1;
    }

@media only screen and (max-width: 991px) {
    .our-product-block.style-two .carousel-align-center .owl-nav > div {
        top: 56%;
    }
}

.our-product-block.style-three {
    position: relative;
    margin-top: 85px;
    padding: 75px 0;
    margin-bottom: 85px;
}

    .our-product-block.style-three .bg-shape-top {
        position: absolute;
        top: -85px;
        left: 0;
        width: 100%;
        height: 85px;
        z-index: 1;
    }

    .our-product-block.style-three .bg-shape-bottom {
        position: absolute;
        bottom: -85px;
        left: 0;
        width: 100%;
        height: 85px;
        z-index: 2;
    }

    .our-product-block.style-three .section-title.style-six {
        margin-bottom: 40px;
    }

@media only screen and (max-width: 1199px) {
    .our-product-block.style-three .section-title.style-six {
        margin-bottom: 30px;
    }
}

.our-product-block.style-three .carousel-nav-text {
    position: relative;
    top: -45px;
}

@media only screen and (max-width: 1199px) {
    .our-product-block.style-three .carousel-nav-text {
        top: 0;
        margin-bottom: 30px;
    }
}

.our-product-block.style-three .product-food-item .food-thumb {
    min-height: 260px;
    margin-bottom: 20px;
}

.our-product-block.style-three .product-food-item .food-title {
    font-size: 42px;
    font-family: var(--heading-font, "Playfair Display", serif);
    color: var(--brand-primary-text, #f53700);
    font-weight: normal;
    margin-bottom: 5px;
    word-spacing: 5px;
}

@media only screen and (max-width: 1199px) {
    .our-product-block.style-three .product-food-item .food-title {
        font-size: 32px;
    }
}

.our-product-block.style-three .product-food-item .food-title a:hover {
    color: black !important;
}

.our-product-block.style-three .product-food-item .food-price {
    margin: 0 -10px;
}

    .our-product-block.style-three .product-food-item .food-price > .price {
        font-family: var(--heading-font, "Playfair Display", serif);
        font-weight: normal;
        text-transform: uppercase;
        font-style: normal;
        letter-spacing: -0.025em;
        color: var(--text-dark, #000);
        display: inline-block;
        margin: 0 10px;
    }

        .our-product-block.style-three .product-food-item .food-price > .price > span {
            color: var(--text-gray, #666666);
            font-size: 55%;
            top: -8px;
            position: relative;
        }

        .our-product-block.style-three .product-food-item .food-price > .price > sup {
            font-size: 55%;
            top: -8px;
        }

.our-product-block.style-four .carousel-nav-text {
    position: relative;
    top: -55px;
}

@media only screen and (max-width: 991px) {
    .our-product-block.style-four .carousel-nav-text {
        top: -25px;
    }
}

/*--------------------------------------------------------------
    [ ## Events ]
--------------------------------------------------------------*/
.post-event-list > .post-event:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

    .post-event-list > .post-event:nth-child(2n) .event-details {
        padding-left: 0;
        padding-right: 30px;
        text-align: right;
    }

@media only screen and (max-width: 767px) {
    .post-event-list > .post-event:nth-child(2n) .event-details {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 480px) {
    .post-event-list > .post-event:nth-child(2n) .event-details {
        padding: 0 15px;
    }
}

.post-event-list > .post-event:nth-child(2n) .event-details .event-details-inner {
    margin-left: 0;
    margin-right: -100px;
}

@media only screen and (max-width: 767px) {
    .post-event-list > .post-event:nth-child(2n) .event-details .event-details-inner {
        margin-right: 0;
    }
}

.post-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .post-event {
        display: block;
    }
}

.post-event .event-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
    max-width: 570px;
    margin-bottom: 0;
}

    .post-event .event-thumb a {
        display: block;
    }

@media only screen and (max-width: 1199px) {
    .post-event .event-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 470px;
        flex: 0 0 470px;
        max-width: 470px;
    }
}

@media only screen and (max-width: 991px) {
    .post-event .event-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
        flex: 0 0 370px;
        max-width: 370px;
    }
}

@media only screen and (max-width: 767px) {
    .post-event .event-thumb {
        max-width: 100%;
    }
}

.post-event .event-details {
    padding-left: 30px;
    color: #5e5e5e;
}

@media only screen and (max-width: 767px) {
    .post-event .event-details {
        padding: 0 20px;
        position: relative;
        z-index: 3;
    }
}

@media only screen and (max-width: 480px) {
    .post-event .event-details {
        padding: 0 15px;
    }
}

.post-event .event-details .event-date {
    line-height: 1.6em;
    font-weight: 500;
    padding-top: 30px;
}

@media only screen and (max-width: 1199px) {
    .post-event .event-details .event-date {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .post-event .event-details .event-date {
        text-align: center;
    }
}

.post-event .event-details .event-date > span {
    color: var(--text-dark, #000);
}

.post-event .event-details .event-details-inner {
    background-color: #f8f8f8;
    border: 10px solid white;
    padding: 50px 40px 55px;
    margin-left: -100px;
    text-align: center;
    font-size: 16px;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.025);
    margin-top: 25px;
}

@media only screen and (max-width: 991px) {
    .post-event .event-details .event-details-inner {
        padding: 25px 20px 30px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .post-event .event-details .event-details-inner {
        margin-left: 0;
        margin-top: -30px;
    }
}

@media only screen and (max-width: 480px) {
    .post-event .event-details .event-details-inner {
        padding: 20px 15px 25px;
    }
}

.post-event .event-details .event-details-inner .event-title {
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 700;
    font-family: var(--heading-font, "Playfair Display", serif);
    color: var(--brand-primary-text, #f53700);
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
    .post-event .event-details .event-details-inner .event-title {
        font-size: 28px;
        margin-bottom: 30px;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .post-event .event-details .event-details-inner .event-title {
        font-size: 24px;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .post-event .event-details .event-details-inner .event-title {
        font-size: 22px;
    }
}

.post-event .event-details .event-details-inner .event-title:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 60px;
    background-color: black;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.post-event .event-details .event-details-inner .event-title a:hover,
.post-event .event-details .event-details-inner .event-title a:focus {
    color: var(--text-dark, #000);
}

.our-events-block {
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .our-events-block {
        padding-bottom: 130px;
    }
}

.our-events-block .upcoming-event-carousel-outer {
    position: relative;
}

    .our-events-block .upcoming-event-carousel-outer .element {
        position: absolute;
        right: -170px;
        top: -135px;
        z-index: -1;
    }

@media only screen and (max-width: 991px) {
    .our-events-block .upcoming-event-carousel-outer .element {
        display: none;
    }
}

.our-events-block .upcoming-event-carousel-outer .upcoming-event-carousel.carousel-circle .owl-nav {
    position: absolute;
    right: -3px;
    bottom: 42px;
}

@media only screen and (max-width: 1199px) {
    .our-events-block .upcoming-event-carousel-outer .upcoming-event-carousel.carousel-circle .owl-nav {
        bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .our-events-block .upcoming-event-carousel-outer .upcoming-event-carousel.carousel-circle .owl-nav {
        bottom: -50px;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

.our-events-block .post-event {
    margin-bottom: 0;
}

    .our-events-block .post-event .event-details-inner {
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    }

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/* [ ### News Block ] */
.news-block.style-one .carousel-nav-text {
    position: relative;
    top: -20px;
}

@media only screen and (max-width: 991px) {
    .news-block.style-one .carousel-nav-text {
        top: 0;
    }
}

.news-block.style-one .carousel-nav-text.top-60 {
    top: -60px;
}

@media only screen and (max-width: 991px) {
    .news-block.style-one .carousel-nav-text.top-60 {
        top: -20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .news-block.style-one .carousel-nav-text.top-60 {
        top: -10px;
    }
}

.news-block.style-one .blog-post-carousel .post.post-gird .post-thumb a {
    display: block;
}

    .news-block.style-one .blog-post-carousel .post.post-gird .post-thumb a img {
        width: 100%;
    }

.post {
    margin-bottom: 55px;
    text-align: center;
}

    .post .post-thumb {
        margin-bottom: 25px;
    }

        .post .post-thumb > a {
            display: inline-block;
        }

            .post .post-thumb > a > img {
                -webkit-transition: all 0.2s;
                transition: all 0.2s;
            }

    .post:hover .post-thumb > a > img {
        opacity: 0.9;
    }

    .post .entry-title {
        font-size: 32px;
        margin-bottom: 25px;
        font-weight: 700;
        line-height: 1.22em;
        color: var(--text-dark, #000);
    }

@media only screen and (max-width: 1199px) {
    .post .entry-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .post .entry-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .post .entry-title {
        font-size: 24px;
    }
}

.post .entry-title a:hover,
.post .entry-title a:focus {
    color: var(--brand-primary-text, #f53700);
}

.post .entry-meta-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
    .post .entry-meta-content {
        margin-bottom: 7px;
    }
}

.post .entry-meta-content > div {
    margin-right: 8px;
    position: relative;
    letter-spacing: 0.075em;
}

    .post .entry-meta-content > div:last-child {
        margin-right: 0px;
    }

    .post .entry-meta-content > div.entry-cat {
        font-weight: 600;
        letter-spacing: 0.15em;
    }

        .post .entry-meta-content > div.entry-cat > a:after {
            content: ",";
        }

    .post .entry-meta-content > div a {
        color: var(--brand-primary-text, #f53700);
    }

        .post .entry-meta-content > div a:hover, .post .entry-meta-content > div a:focus {
            color: var(--text-dark, #000);
        }

.post .post-details {
    padding: 0 15px;
}

@media only screen and (max-width: 1199px) {
    .post .post-details {
        padding: 0 45px;
    }
}

@media only screen and (max-width: 767px) {
    .post .post-details {
        padding: 0;
    }
}

.post.post-gird {
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .post.post-gird {
        margin-bottom: 35px;
    }
}

.post.post-gird .post-thumb {
    margin-bottom: 25px;
}

.post.post-gird .entry-title {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: bold;
}

@media only screen and (max-width: 1199px) {
    .post.post-gird .entry-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .post.post-gird .entry-title {
        font-size: 18px;
    }
}

.post.post-gird .entry-meta-content {
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.post.post-gird .post-details {
    padding: 0;
}

.post.post-gird .entry-content {
    font-size: 15px;
}

.post.post-list {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .post.post-list {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .post.post-list {
        display: block;
        margin-bottom: 35px;
    }
}

.post.post-list .post-thumb {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post.post-list .post-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        max-width: 220px;
    }
}

@media only screen and (max-width: 767px) {
    .post.post-list .post-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
        max-width: 230px;
    }
}

@media only screen and (max-width: 575px) {
    .post.post-list .post-thumb {
        max-width: 100%;
        margin-bottom: 20px;
    }

        .post.post-list .post-thumb a {
            display: block;
        }

        .post.post-list .post-thumb img {
            width: 100%;
        }
}

.post.post-list .post-details {
    padding-right: 0;
    padding-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post.post-list .post-details {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .post.post-list .post-details {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .post.post-list .post-details {
        padding-left: 0;
    }
}

.post.post-list .entry-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.2em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post.post-list .entry-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .post.post-list .entry-title {
        font-size: 20px;
    }
}

.post.post-list .entry-meta-content {
    margin-bottom: 7px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/* [ ### Home Blog Page ] */
.home-blog-page .posts-name-heading,
.blog-featured-block .posts-name-heading {
    font-size: 32px;
    font-weight: normal;
    font-family: var(--heading-font, "Playfair Display", serif);
    text-transform: uppercase;
    margin-bottom: 55px;
    margin-top: -3px;
}

@media only screen and (max-width: 1199px) {
    .home-blog-page .posts-name-heading,
    .blog-featured-block .posts-name-heading {
        margin-bottom: 25px;
    }
}

.home-blog-page .add-728,
.blog-featured-block .add-728 {
    background-color: #F8F8F8;
    padding: 20px;
    text-align: center;
    margin-bottom: 60px;
}

@media only screen and (max-width: 575px) {
    .home-blog-page .add-728,
    .blog-featured-block .add-728 {
        padding: 10px;
    }
}

.home-blog-page .post,
.blog-featured-block .post {
    margin-bottom: 60px;
}

    .home-blog-page .post.post-gird,
    .blog-featured-block .post.post-gird {
        text-align: center;
    }

        .home-blog-page .post.post-gird .entry-user,
        .blog-featured-block .post.post-gird .entry-user {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .home-blog-page .post.post-gird .entry-meta-content,
        .blog-featured-block .post.post-gird .entry-meta-content {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .home-blog-page .post.post-gird .entry-footer,
        .blog-featured-block .post.post-gird .entry-footer {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .home-blog-page .post.post-gird .entry-title,
        .blog-featured-block .post.post-gird .entry-title {
            font-size: 24px;
            margin-bottom: 8px;
        }

@media only screen and (max-width: 1199px) {
    .home-blog-page .post.post-gird .entry-title,
    .blog-featured-block .post.post-gird .entry-title {
        font-size: 20px;
    }
}

.home-blog-page .post.post-gird .post-thumb,
.blog-featured-block .post.post-gird .post-thumb {
    margin-bottom: 23px;
}

    .home-blog-page .post.post-gird .post-thumb .post-overlay .entry-cats,
    .blog-featured-block .post.post-gird .post-thumb .post-overlay .entry-cats {
        margin-bottom: 8px;
    }

.home-blog-page .post.post-gird .entry-content,
.blog-featured-block .post.post-gird .entry-content {
    font-size: 14px;
}

.home-blog-page .post .entry-cats > a,
.blog-featured-block .post .entry-cats > a {
    display: inline-block;
    border-radius: 20px;
    padding: 6px 10px;
    background-color: var(--brand-primary-text, #f53700);
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1em;
}

    .home-blog-page .post .entry-cats > a:hover, .home-blog-page .post .entry-cats > a:focus,
    .blog-featured-block .post .entry-cats > a:hover,
    .blog-featured-block .post .entry-cats > a:focus {
        color: white;
    }

.home-blog-page .post .entry-meta-content,
.blog-featured-block .post .entry-meta-content {
    font-weight: 500;
    margin-bottom: -8px;
}

    .home-blog-page .post .entry-meta-content > div,
    .blog-featured-block .post .entry-meta-content > div {
        letter-spacing: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 10px;
        margin-bottom: 8px;
    }

        .home-blog-page .post .entry-meta-content > div.entry-view, .home-blog-page .post .entry-meta-content > div.entry-comment, .home-blog-page .post .entry-meta-content > div.entry-date,
        .blog-featured-block .post .entry-meta-content > div.entry-view,
        .blog-featured-block .post .entry-meta-content > div.entry-comment,
        .blog-featured-block .post .entry-meta-content > div.entry-date {
            background-color: rgba(0, 0, 0, 0.7);
            color: #bababa;
            border-radius: 20px;
            padding: 2px 10px;
        }

        .home-blog-page .post .entry-meta-content > div:last-child,
        .blog-featured-block .post .entry-meta-content > div:last-child {
            margin-right: 0;
        }

        .home-blog-page .post .entry-meta-content > div > span,
        .blog-featured-block .post .entry-meta-content > div > span {
            font-size: 10px;
            display: inline-block;
            margin-right: 5px;
        }

.home-blog-page .post .post-thumb,
.blog-featured-block .post .post-thumb {
    min-height: 120px;
    position: relative;
    margin-bottom: 20px;
}

    .home-blog-page .post .post-thumb .post-overlay,
    .blog-featured-block .post .post-thumb .post-overlay {
        width: 100%;
        bottom: 0;
        z-index: 1;
        bottom: 30px;
        position: absolute;
    }

@media only screen and (max-width: 575px) {
    .home-blog-page .post .post-thumb .post-overlay,
    .blog-featured-block .post .post-thumb .post-overlay {
        bottom: 20px;
    }
}

.home-blog-page .post .post-thumb .post-overlay .entry-cats,
.blog-featured-block .post .post-thumb .post-overlay .entry-cats {
    margin-bottom: 15px;
}

.home-blog-page .post .entry-title,
.blog-featured-block .post .entry-title {
    font-size: 32px;
    margin-bottom: 18px;
    font-weight: normal;
    line-height: 1.25em;
    text-transform: uppercase;
    font-family: var(--heading-font, "Playfair Display", serif);
}

@media only screen and (max-width: 1199px) {
    .home-blog-page .post .entry-title,
    .blog-featured-block .post .entry-title {
        font-size: 24px;
    }
}

.home-blog-page .post .entry-footer,
.blog-featured-block .post .entry-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-top: 55px;
}

@media only screen and (max-width: 1199px) {
    .home-blog-page .post .entry-footer,
    .blog-featured-block .post .entry-footer {
        margin-top: 35px;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 420px) {
    .home-blog-page .post .entry-footer,
    .blog-featured-block .post .entry-footer {
        display: block;
    }
}

.home-blog-page .post .entry-footer .social-share a,
.blog-featured-block .post .entry-footer .social-share a {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}

    .home-blog-page .post .entry-footer .social-share a:last-child,
    .blog-featured-block .post .entry-footer .social-share a:last-child {
        margin-right: 0;
    }

    .home-blog-page .post .entry-footer .social-share a:focus, .home-blog-page .post .entry-footer .social-share a:hover,
    .blog-featured-block .post .entry-footer .social-share a:focus,
    .blog-featured-block .post .entry-footer .social-share a:hover {
        color: var(--brand-primary-light, #f53700);
    }

.home-blog-page .post .entry-user,
.blog-featured-block .post .entry-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 420px) {
    .home-blog-page .post .entry-user,
    .blog-featured-block .post .entry-user {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }
}

.home-blog-page .post .entry-user > img,
.blog-featured-block .post .entry-user > img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.home-blog-page .post .entry-user > a,
.blog-featured-block .post .entry-user > a {
    display: inline-block;
    color: var(--brand-primary-text, #f53700);
    padding-left: 5px;
}

    .home-blog-page .post .entry-user > a:hover,
    .blog-featured-block .post .entry-user > a:hover {
        color: var(--text-dark, #000);
    }

.blog-featured-block .post {
    margin-bottom: 0;
    overflow: hidden;
    min-height: 120px;
}

    .blog-featured-block .post:hover .post-thumb:before {
        opacity: 0.7;
    }

    .blog-featured-block .post:hover .post-thumb img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .blog-featured-block .post .post-thumb {
        margin-bottom: 0;
        position: relative;
    }

        .blog-featured-block .post .post-thumb img {
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }

        .blog-featured-block .post .post-thumb:before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: black;
            opacity: 0.5;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
            z-index: 1;
        }

    .blog-featured-block .post .post-overlay {
        padding: 0 110px;
        bottom: 20px !important;
    }

@media only screen and (max-width: 1620px) {
    .blog-featured-block .post .post-overlay {
        padding: 0 70px;
    }
}

@media only screen and (max-width: 1366px) {
    .blog-featured-block .post .post-overlay {
        padding: 0 15px;
    }
}

.blog-featured-block .post .post-overlay .entry-title {
    color: white;
    font-size: 24px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 1366px) {
    .blog-featured-block .post .post-overlay .entry-title {
        padding: 0 50px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-featured-block .post .post-overlay .entry-title {
        font-size: 20px;
        padding: 0 15px;
    }
}

.blog-featured-block .post .post-overlay .entry-cats {
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------------------------
    ## Sections
*/
/* [ ### Featured ] */
.featured-block [class*='col-'] {
    text-align: center;
}

.featured-block.style-two {
    position: relative;
}

    .featured-block.style-two .element-group > .element.one {
        bottom: 0;
        left: 25px;
        z-index: 0;
    }

@media only screen and (max-width: 1199px) {
    .featured-block.style-two .element-group > .element.one {
        left: calc(50% - 660px);
    }
}

.featured-block.style-two .featured-item .featured-info .featured-info-inner .featured-title {
    font-size: 24px;
    font-weight: 700;
}

.featured-item {
    position: relative;
    min-height: 120px;
    margin: 0 auto 30px;
    display: inline-block;
}

    .featured-item:hover .featured-thumb img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .featured-item:hover .featured-info:before {
        opacity: 0.85;
    }

    .featured-item .featured-thumb {
        margin-bottom: 0;
        overflow: hidden;
    }

        .featured-item .featured-thumb img {
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }

    .featured-item .featured-info {
        position: absolute;
        top: 50%;
        left: 50%;
        height: calc(100% - 60px);
        width: calc(100% - 60px);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 5px solid white;
    }

        .featured-item .featured-info:before {
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            content: "";
            background-color: black;
            opacity: 0.7;
        }

@media only screen and (max-width: 1199px) {
    .featured-item .featured-info {
        height: calc(100% - 40px);
        width: calc(100% - 40px);
    }
}

.featured-item .featured-info .featured-info-inner {
    text-align: center;
    padding: 15px;
    position: relative;
    z-index: 1;
}

    .featured-item .featured-info .featured-info-inner .icon {
        font-size: 70px;
        color: var(--brand-primary-text, #f53700);
        min-height: 75px;
        margin-bottom: 10px;
    }

@media only screen and (max-width: 1199px) {
    .featured-item .featured-info .featured-info-inner .icon {
        font-size: 55px;
        min-height: 60px;
    }
}

.featured-item .featured-info .featured-info-inner .featured-title {
    font-weight: normal;
    color: white;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-size: 32px;
    font-style: italic;
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .featured-item .featured-info .featured-info-inner .featured-title {
        font-size: 24px;
    }
}

.featured-item.featured-style-two {
    margin-bottom: 40px;
}

    .featured-item.featured-style-two:hover .featured-thumb .featured-overlay:before {
        opacity: 0.6;
    }

    .featured-item.featured-style-two .featured-thumb {
        position: relative;
    }

        .featured-item.featured-style-two .featured-thumb .featured-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            height: calc(100% - 60px);
            width: calc(100% - 60px);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border: 5px solid white;
        }

            .featured-item.featured-style-two .featured-thumb .featured-overlay:before {
                -webkit-transition: all 0.25s;
                transition: all 0.25s;
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                content: "";
                background-color: black;
                opacity: 0;
            }

@media only screen and (max-width: 1199px) {
    .featured-item.featured-style-two .featured-thumb .featured-overlay {
        height: calc(100% - 40px);
        width: calc(100% - 40px);
    }
}

.featured-item.featured-style-two .featured-info {
    position: relative;
    -webkit-transform: translate(0);
    transform: translate(0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0px solid;
    padding-top: 13px;
}

    .featured-item.featured-style-two .featured-info:before {
        display: none;
    }

    .featured-item.featured-style-two .featured-info .featured-title {
        font-size: 24px;
        font-family: var(--heading-font, "Playfair Display", serif);
        margin-bottom: 0;
        font-weight: 700;
    }

        .featured-item.featured-style-two .featured-info .featured-title > span {
            color: var(--brand-primary-text, #f53700);
        }

.featured-item.featured-style-three .featured-thumb {
    border: 10px solid white;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.075);
}

.featured-item.featured-style-three .featured-info {
    position: relative;
    -webkit-transform: translate(0);
    transform: translate(0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0px solid;
    padding-top: 20px;
}

    .featured-item.featured-style-three .featured-info:before {
        display: none;
    }

    .featured-item.featured-style-three .featured-info .featured-title {
        font-size: 24px;
        font-family: var(--heading-font, "Playfair Display", serif);
        margin-bottom: 0;
        font-weight: normal;
        text-transform: uppercase;
    }

        .featured-item.featured-style-three .featured-info .featured-title > span {
            color: var(--brand-primary-text, #f53700);
        }

.featured-item.featured-style-four:hover .featured-info:before {
    opacity: 0.7;
}

.featured-item.featured-style-four .featured-thumb {
    border: 10px solid white;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.075);
}

.featured-item.featured-style-four .featured-info {
    height: calc(100% - 80px);
    width: calc(100% - 80px);
}

    .featured-item.featured-style-four .featured-info:before {
        opacity: 0.4;
    }

    .featured-item.featured-style-four .featured-info .featured-info-inner .featured-title {
        font-weight: 700;
        font-style: normal;
        line-height: 1.05em;
    }

        .featured-item.featured-style-four .featured-info .featured-info-inner .featured-title > span {
            display: block;
        }

/* [ ### Choose Us ] */
.choose-us-block .choose-thumb {
    margin-left: -225px;
}

@media only screen and (max-width: 1199px) {
    .choose-us-block .choose-thumb {
        margin-left: -315px;
    }
}

@media only screen and (max-width: 991px) {
    .choose-us-block .choose-thumb {
        display: none;
    }
}

.single-choose-item {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
    .single-choose-item {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .single-choose-item {
        text-align: center;
    }
}

.single-choose-item.style-two .info .heading24 {
    font-family: var(--heading-font, "Playfair Display", serif);
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.single-choose-item .icon {
    font-size: 60px;
    color: var(--brand-primary-text, #f53700);
    min-height: 65px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
    .single-choose-item .icon {
        margin-bottom: 15px;
    }
}

.single-choose-item .info .heading24 {
    font-family: var(--heading-font, "Playfair Display", serif);
    margin-bottom: 15px;
    font-weight: normal;
    font-style: italic;
}

/* [ ### Opening Hours ] */
.opening-hours-block:before {
    opacity: 0.7;
}

.opening-hours-block .section-title.style-one {
    padding-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
    .opening-hours-block .section-title.style-one {
        padding-bottom: 10px;
    }
}

.opening-hours-block.style-two {
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .opening-hours-block.style-two {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.opening-hours-block.style-two > .opening-hours-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .opening-hours-block.style-two > .opening-hours-bg {
        position: relative;
        height: 500px;
        width: 100%;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .opening-hours-block.style-two > .opening-hours-bg {
        height: 350px;
    }
}

.opening-hours-block.style-two .opening-time-group {
    text-transform: uppercase;
    margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .opening-hours-block.style-two .opening-time-group {
        margin-bottom: 30px;
    }
}

.opening-hours-block.style-two .opening-time-group:last-child {
    margin-bottom: 0;
}

.opening-hours-block.style-two .opening-time-group .title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 2px;
    color: var(--text-gray, #666666);
    font-family: var(--heading-font, "Playfair Display", serif);
}

.opening-hours-block.style-two .opening-time-group .time {
    font-size: 32px;
    font-family: var(--heading-font, "Playfair Display", serif);
    color: var(--text-dark, #000);
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1em;
}

@media only screen and (max-width: 767px) {
    .opening-hours-block.style-two .opening-time-group .time {
        font-size: 22px;
    }
}

.opening-hours-block.style-two .opening-time-group .time > sup {
    font-size: 50%;
    top: -6px;
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
}

.opening-hours-block.style-three {
    margin-bottom: 20px;
    position: relative;
}

    .opening-hours-block.style-three .element-group > .element.one {
        bottom: -80px;
        left: 0;
        z-index: 2;
    }

@media only screen and (max-width: 1700px) {
    .opening-hours-block.style-three .element-group > .element.one {
        display: none;
    }
}

.opening-hours-block.style-three .open-hours-item .icon {
    margin-bottom: 15px;
}

.opening-hours-block.style-three .open-hours-item .info .eating-time {
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
    font-size: 18px;
    font-weight: 600;
}

    .opening-hours-block.style-three .open-hours-item .info .eating-time > sup {
        top: -5px;
    }

.opening-hours-block.style-three .open-hours-item .info .title {
    font-size: 32px;
    font-weight: 700;
    font-family: var(--heading-font, "Playfair Display", serif);
    color: white;
    letter-spacing: normal;
    font-style: italic;
    margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
    .opening-hours-block.style-three .open-hours-item .info .title {
        font-size: 24px;
    }
}

.open-hours-item {
    text-align: center;
    margin-bottom: 40px;
}

    .open-hours-item .icon {
        min-height: 70px;
        margin-bottom: 30px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .open-hours-item .icon {
        margin-bottom: 25px;
    }
}

.open-hours-item .icon > span {
    font-size: 70px;
    color: var(--brand-primary-text, #f53700);
}

.open-hours-item .info .title {
    font-size: 14px;
    text-transform: uppercase;
    color: #bababa;
    font-weight: 500;
    letter-spacing: 0.18em;
    margin-bottom: 5px;
}

.open-hours-item .info .eating-time {
    font-size: 32px;
    color: white;
    margin-bottom: 0px;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-weight: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .open-hours-item .info .eating-time {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    .open-hours-item .info .eating-time {
        font-size: 24px;
    }
}

.open-hours-item .info .eating-time > sup {
    text-transform: uppercase;
    top: -7px;
    font-size: 65%;
}

/* [ ### Testimonial ] */
.testimonail-quote-content .quote-icon {
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .testimonail-quote-content .quote-icon {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonail-quote-content .quote-icon {
        margin-bottom: 15px;
    }
}

.testimonail-quote-content .quote-title {
    font-size: 60px;
    color: white;
    font-weight: normal;
    font-style: italic;
    line-height: 1.22em;
    font-family: var(--heading-font, "Playfair Display", serif);
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .testimonail-quote-content .quote-title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonail-quote-content .quote-title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonail-quote-content .quote-title {
        font-size: 30px;
    }
}

.testimonail-quote-content .quote-title > span {
    color: var(--brand-primary-text, #f53700);
}

.testimonail-block.style-two:before {
    opacity: 0.7;
}

.testimonail-block.style-two .testimonail-carousel.carousel-nav-dots .owl-dots {
    padding-top: 50px;
}

@media only screen and (max-width: 767px) {
    .testimonail-block.style-two .testimonail-carousel.carousel-nav-dots .owl-dots {
        padding-top: 40px;
    }
}

.testimonail-block.style-two .testimonail-carousel.carousel-nav-dots .owl-dots > div > span {
    background-color: white;
    opacity: 0.3;
}

.testimonail-block.style-three:before {
    opacity: 0.8;
}

.testimonail-block.style-three .testimonial-item .details {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    .testimonail-block.style-three .testimonial-item .details {
        font-size: 20px;
    }
}

.testimonail-block.style-three .testimonail-carousel.carousel-nav-dots .owl-dots {
    padding-top: 50px;
}

@media only screen and (max-width: 767px) {
    .testimonail-block.style-three .testimonail-carousel.carousel-nav-dots .owl-dots {
        padding-top: 40px;
    }
}

.testimonail-block.style-three .testimonail-carousel.carousel-nav-dots .owl-dots > div > span {
    background-color: white;
    opacity: 0.3;
}

.testimonail-block.style-four {
    background: -webkit-linear-gradient(top, #f9b819, #ff4900);
    background: linear-gradient(to bottom, #f9b819, #ff4900);
    padding: 185px 0 210px;
}

@media only screen and (max-width: 1199px) {
    .testimonail-block.style-four {
        padding: 80px 0 100px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonail-block.style-four {
        padding-top: 85px;
    }
}

@media only screen and (max-width: 480px) {
    .testimonail-block.style-four {
        padding-top: 90px;
    }
}

.testimonail-block.style-four .carousel-align-center {
    position: relative;
}

    .testimonail-block.style-four .carousel-align-center .owl-nav > div {
        color: white;
        top: calc(50% + 85px);
        opacity: 0.4;
    }

@media only screen and (max-width: 1199px) {
    .testimonail-block.style-four .carousel-align-center .owl-nav > div {
        top: calc(50% + 55px);
    }
}

@media only screen and (max-width: 991px) {
    .testimonail-block.style-four .carousel-align-center .owl-nav > div {
        top: calc(50% + 75px);
    }
}

@media only screen and (max-width: 575px) {
    .testimonail-block.style-four .carousel-align-center .owl-nav > div {
        color: var(--text-dark, #000);
    }
}

.testimonail-block.style-four .carousel-align-center .owl-nav > div:hover {
    opacity: 1;
}

.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-prev {
    left: calc(50% - 385px);
}

@media only screen and (max-width: 1800px) {
    .testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-prev {
        left: calc(50% - 340px);
    }
}

@media only screen and (max-width: 1620px) {
    .testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-prev {
        left: calc(50% - 300px);
    }
}

@media only screen and (max-width: 1366px) {
    .testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-prev {
        left: calc(50% - 270px);
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-prev {
        left: calc(50% - 285px);
    }
}

@media only screen and (max-width: 850px) {
    .testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-prev {
        left: calc(50% - 235px);
    }
}

@media only screen and (max-width: 767px) {
    .testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-prev {
        left: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-prev {
        left: 0px;
    }
}

.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-next {
    right: calc(50% - 385px);
}

@media only screen and (max-width: 1800px) {
    .testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-next {
        right: calc(50% - 340px);
    }
}

@media only screen and (max-width: 1620px) {
    .testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-next {
        right: calc(50% - 300px);
    }
}

@media only screen and (max-width: 1366px) {
    .testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-next {
        right: calc(50% - 270px);
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-next {
        right: calc(50% - 285px);
    }
}

@media only screen and (max-width: 850px) {
    .testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-next {
        right: calc(50% - 235px);
    }
}

@media only screen and (max-width: 767px) {
    .testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-next {
        right: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-next {
        right: 0px;
    }
}

.testimonail-block.style-four .testimonail-carousel-outer {
    overflow: hidden;
}

    .testimonail-block.style-four .testimonail-carousel-outer .testimonail-carousel-outer-inner {
        margin: 0 -100px;
    }

@media only screen and (max-width: 1199px) {
    .testimonail-block.style-four .testimonail-carousel-outer .testimonail-carousel-outer-inner {
        margin: 0 -200px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonail-block.style-four .testimonail-carousel-outer .testimonail-carousel-outer-inner {
        margin: 0 -280px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonail-block.style-four .testimonail-carousel-outer .testimonail-carousel-outer-inner {
        margin: 0px;
    }
}

.testimonail-block.style-four .testimonail-carousel-outer .owl-item {
    opacity: 0.2;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

    .testimonail-block.style-four .testimonail-carousel-outer .owl-item.center {
        opacity: 1;
    }

.testimonail-block.style-four .testimonial-item {
    background-color: white;
    color: var(--text-gray, #666666);
    margin: 135px 65px 0;
    padding: 0 30px 40px;
}

@media only screen and (max-width: 1366px) {
    .testimonail-block.style-four .testimonial-item {
        padding: 0 20px 30px;
        margin-top: 105px;
    }
}

@media only screen and (max-width: 1199px) {
    .testimonail-block.style-four .testimonial-item {
        margin: 80px 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .testimonail-block.style-four .testimonial-item {
        margin: 80px 10px 0;
    }
}

@media only screen and (max-width: 575px) {
    .testimonail-block.style-four .testimonial-item {
        margin: 80px 15px 0;
    }
}

.testimonail-block.style-four .testimonial-item .client-thumb {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.25);
    margin: 0 auto;
    position: relative;
    top: -80px;
    margin-bottom: -45px;
    box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.09);
}

@media only screen and (max-width: 1366px) {
    .testimonail-block.style-four .testimonial-item .client-thumb {
        height: 120px;
        width: 120px;
        top: -60px;
    }
}

.testimonail-block.style-four .testimonial-item .client-thumb > img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.testimonail-block.style-four .testimonial-item .client-name {
    font-family: var(--heading-font, "Playfair Display", serif);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}

.testimonail-block.style-four .testimonial-item .details {
    font-size: 16px;
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
    font-style: normal;
}

@media only screen and (max-width: 767px) {
    .testimonail-block.style-four .testimonial-item .details {
        font-size: 14px;
    }
}

.testimonail-block.style-four .testimonial-item .details > p {
    line-height: 1.62em;
}

.testimonail-block.style-four .testimonial-item .client-review {
    padding-top: 25px;
}

@media only screen and (max-width: 767px) {
    .testimonail-block.style-four .testimonial-item .client-review {
        padding-top: 20px;
    }
}

.testimonail-block.style-four .testimonial-item .client-review > span {
    margin: 0 -1px;
    font-size: 12px;
    color: #bf3669;
}

.testimonial-item {
    text-align: center;
    color: white;
    margin-top: -10px;
}

    .testimonial-item .quote-icon {
        font-size: 70px;
        line-height: 0.7em;
        margin-bottom: 45px;
        color: var(--brand-primary-text, #f53700);
    }

@media only screen and (max-width: 767px) {
    .testimonial-item .quote-icon {
        margin-bottom: 30px;
    }
}

.testimonial-item .details {
    font-size: 21px;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-weight: normal;
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    .testimonial-item .details {
        font-size: 20px;
    }
}

.testimonial-item .client-info {
    font-size: 16px;
    font-weight: normal;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-style: italic;
    color: #bababa;
    padding-top: 50px;
}

@media only screen and (max-width: 767px) {
    .testimonial-item .client-info {
        padding-top: 35px;
    }
}

.testimonial-item .client-info .client-name {
    color: var(--brand-primary-text, #f53700);
}

/* [ ### Chef Message ] */
.chef-message-block .chef-thumb {
    margin-top: -60px;
    position: relative;
    z-index: 2;
    text-align: right;
}

@media only screen and (max-width: 1199px) {
    .chef-message-block .chef-thumb {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .chef-message-block .chef-thumb {
        display: none;
    }
}

.chef-message-block .message-content {
    text-align: justify;
    font-size: 16px;
    padding-top: 30px;
}

@media only screen and (max-width: 1199px) {
    .chef-message-block .message-content {
        padding-top: 10px;
    }
}

.chef-message-block .message-content .chef-sign {
    padding-top: 20px;
}

@media only screen and (max-width: 1199px) {
    .chef-message-block .message-content .chef-sign {
        padding-top: 10px;
    }
}

.chef-message-block.style-two .message-content {
    padding-top: 10px;
}

    .chef-message-block.style-two .message-content .chef-sign {
        padding-top: 27px;
    }

@media only screen and (max-width: 1199px) {
    .chef-message-block.style-two .message-content .chef-sign {
        padding-top: 10px;
    }
}

/* [ ### Chef Reviews ] */
@media only screen and (max-width: 991px) {
    .chef-reviews-block .chef-thumb {
        display: none;
    }
}

.chef-reviews-block .reviews-content-area {
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .chef-reviews-block .reviews-content-area .section-title.style-one .title-main {
        font-size: 54px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .chef-reviews-block .reviews-content-area .section-title.style-one .title-main {
        font-size: 44px;
    }
}

.chef-reviews-block .reviews-content-area .reviews-content {
    font-size: 16px;
    margin-top: -5px;
}

    .chef-reviews-block .reviews-content-area .reviews-content .chef-info {
        font-size: 14px;
        font-weight: 600;
        color: var(--text-dark, #000);
        letter-spacing: 0.35em;
        margin-bottom: 50px;
    }

@media only screen and (max-width: 1199px) {
    .chef-reviews-block .reviews-content-area .reviews-content .chef-info {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .chef-reviews-block .reviews-content-area .reviews-content .chef-info {
        font-size: 12px;
        letter-spacing: 0.2em;
    }
}

.chef-reviews-block .reviews-content-area .reviews-content .chef-info > a {
    color: var(--brand-primary-text, #f53700);
}

    .chef-reviews-block .reviews-content-area .reviews-content .chef-info > a:hover {
        color: black !important;
    }

.chef-reviews-block .reviews-content-area .owl-nav {
    margin: 60px -12px 0;
}

@media only screen and (max-width: 1199px) {
    .chef-reviews-block .reviews-content-area .owl-nav {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .chef-reviews-block .reviews-content-area .owl-nav {
        margin-left: -6px;
        margin-right: -6px;
    }
}

.chef-reviews-block .reviews-content-area .owl-nav > div {
    font-size: 36px;
    color: #bababa;
    display: inline-block;
    padding: 0 12px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

@media only screen and (max-width: 767px) {
    .chef-reviews-block .reviews-content-area .owl-nav > div {
        font-size: 24px;
        padding: 0 5px;
    }
}

.chef-reviews-block .reviews-content-area .owl-nav > div:hover {
    color: var(--brand-primary-text, #f53700);
}

/* [ ### Promo ] */
.promo-content .promo-title {
    font-size: 60px;
    color: white;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-top: -16px;
    font-family: var(--heading-font, "Playfair Display", serif);
}

@media only screen and (max-width: 1199px) {
    .promo-content .promo-title {
        font-size: 48px;
        margin-top: -12px;
    }
}

@media only screen and (max-width: 991px) {
    .promo-content .promo-title {
        font-size: 42px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .promo-content .promo-title {
        font-size: 36px;
        margin-top: -9px;
    }
}

@media only screen and (max-width: 480px) {
    .promo-content .promo-title {
        font-size: 32px;
    }
}

.promo-content .promo-title > span {
    color: var(--brand-primary-text, #f53700);
}

.promo-content .promo-subtitle {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 1.6em;
    margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .promo-content .promo-subtitle {
        font-size: 15px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .promo-content .promo-subtitle {
        font-size: 14px;
    }
}

.promo-content .btn.btn-default:hover, .promo-content .btn.btn-default:focus {
    background-color: white;
    color: var(--brand-primary-text, #f53700);
}

.promo-content .video-btn-area {
    display: block;
    text-align: center;
    padding-top: 10px;
    margin-bottom: -5px;
}

@media only screen and (max-width: 767px) {
    .promo-content .video-btn-area {
        padding-top: 0;
    }
}

.promo-content .video-btn-area .video-btn {
    background-color: rgba(255, 255, 255, 0.1);
}

    .promo-content .video-btn-area .video-btn:after {
        background-color: rgba(255, 255, 255, 0.05);
    }

.promo-content .video-btn-area > .text {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--brand-primary-text, #f53700);
    letter-spacing: 0.2em;
    padding-top: 35px;
}

@media only screen and (max-width: 767px) {
    .promo-content .video-btn-area > .text {
        padding-top: 15px;
    }
}

.promo-block {
    position: relative;
}

    .promo-block .element-group > .element.one {
        bottom: -170px;
        left: 0;
    }

@media only screen and (max-width: 1199px) {
    .promo-block .element-group > .element.one {
        display: none;
    }
}

.promo-block.style-two {
    background-position: top center;
}

    .promo-block.style-two .promo-content {
        margin-top: -9px;
    }

        .promo-block.style-two .promo-content .promo-subtitle {
            font-size: 74px;
            font-weight: lighter;
            letter-spacing: 0;
            line-height: 1em;
            margin-bottom: 15px;
        }

@media only screen and (max-width: 991px) {
    .promo-block.style-two .promo-content .promo-subtitle {
        font-size: 52px;
    }
}

@media only screen and (max-width: 575px) {
    .promo-block.style-two .promo-content .promo-subtitle {
        font-size: 44px;
    }
}

@media only screen and (max-width: 420px) {
    .promo-block.style-two .promo-content .promo-subtitle {
        font-size: 32px;
    }
}

.promo-block.style-two .promo-content .promo-title {
    font-size: 170px;
    font-weight: 600;
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
    text-transform: uppercase;
    color: var(--brand-primary-text, #f53700);
    line-height: 0.85em;
    letter-spacing: -0.05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .promo-block.style-two .promo-content .promo-title {
        font-size: 130px;
    }
}

@media only screen and (max-width: 575px) {
    .promo-block.style-two .promo-content .promo-title {
        font-size: 112px;
    }
}

@media only screen and (max-width: 420px) {
    .promo-block.style-two .promo-content .promo-title {
        font-size: 80px;
    }
}

.promo-block.style-two .promo-content .promo-title > strong {
    font-weight: 500;
    font-size: 48%;
    line-height: 0.76em;
    display: block;
    word-wrap: break-word;
    white-space: pre-wrap;
    text-align: left;
    padding-left: 10px;
    letter-spacing: 0.07em;
}

    .promo-block.style-two .promo-content .promo-title > strong > span {
        display: block;
        letter-spacing: -0.05em;
        color: var(--text-dark, #000);
    }

.promo-block.style-two .promo-content .btn-group-default {
    margin-top: 30px;
}

/* [ ### Experience Appetit ] */
.experience-appetit-block {
    background-position: top center;
    margin-top: -200px;
}

@media only screen and (max-width: 991px) {
    .experience-appetit-block {
        margin-top: 0;
    }
}

.experience-appetit-block .ex-app-content {
    background-color: #222222;
    padding: 100px 60px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .experience-appetit-block .ex-app-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .experience-appetit-block .ex-app-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.experience-appetit-block .ex-app-content:before {
    position: absolute;
    width: 100%;
    height: 240px;
    content: "";
    background-repeat: no-repeat;
    z-index: 1;
    left: 0;
}

.experience-appetit-block .ex-app-content.app-content {
    color: #bababa;
}

    .experience-appetit-block .ex-app-content.app-content:before {
        top: 0;
        background-position: top center;
        background-image: url("../images/bg/ex-pattent-top.png");
    }

    .experience-appetit-block .ex-app-content.app-content .btn-primary.btn-white {
        border-color: #bababa;
        color: #bababa;
    }

.experience-appetit-block .ex-app-content.ex-content {
    background-color: #F1EAE4;
    margin-right: -100px;
    top: -160px;
    margin-bottom: -160px;
}

@media only screen and (max-width: 991px) {
    .experience-appetit-block .ex-app-content.ex-content {
        margin-right: 0px;
        top: 0px;
        margin-bottom: 0px;
        margin-top: 60px;
    }
}

.experience-appetit-block .ex-app-content.ex-content:before {
    bottom: 0;
    background-position: top center;
    background-image: url("../images/bg/ex-pattent-bottom.png");
}

.experience-appetit-block .ex-app-content .text-content {
    text-align: justify;
    font-size: 16px;
    margin-top: -5px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .experience-appetit-block .ex-app-content .text-content {
        text-align: left;
    }
}

.experience-appetit-block .ex-app-content .text-content > p {
    line-height: 1.6em;
}

.experience-appetit-block .ex-app-content .text-content .btn-area {
    margin-top: 55px;
}

@media only screen and (max-width: 991px) {
    .experience-appetit-block .ex-app-content .text-content .btn-area {
        text-align: left !important;
    }
}

@media only screen and (max-width: 767px) {
    .experience-appetit-block .ex-app-content .text-content .btn-area {
        margin-top: 40px;
    }
}

/* [ ### Reservation ] */
.reservation-block .form-group {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .reservation-block .form-group {
        margin-bottom: 20px;
    }
}

.reservation-block .form-controllar:focus, .reservation-block .form-controllar:active,
.reservation-block .select-custom:focus,
.reservation-block .select-custom:active {
    border-color: #c51c23 !important;
}

.reservation-block.style-one {
    background-position: top right;
    position: relative;
    background-color: #EFEFF1;
}

    .reservation-block.style-one .bg-image-right {
        position: absolute;
        z-index: 0;
        background-repeat: no-repeat;
        background-position: right center;
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
    }

@media only screen and (max-width: 767px) {
    .reservation-block.style-one .bg-image-right {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .reservation-block.style-one .element-group > .element {
        display: none;
    }
}

.reservation-block.style-one .element-group > .element.one {
    top: 0;
    left: calc(50% - 725px);
    z-index: 2;
    -webkit-animation: linear bt-leftRight-20 2.5s infinite;
    animation: linear bt-leftRight-20 2.5s infinite;
}

@media only screen and (max-width: 1199px) {
    .reservation-block.style-one .element-group > .element.one {
        left: calc(50% - 660px);
    }
}

.reservation-block.style-one .element-group > .element.two {
    bottom: 20px;
}

.reservation-block.style-one .element-group > .element.three {
    top: 55px;
    left: calc(50% - 725px);
    z-index: 2;
    -webkit-animation: linear bt-bottomTop-40 3.5s infinite;
    animation: linear bt-bottomTop-40 3.5s infinite;
}

@media only screen and (max-width: 1199px) {
    .reservation-block.style-one .element-group > .element.three {
        left: calc(50% - 650px);
    }
}

.reservation-block.style-one .reservation-form-area {
    background-color: white;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    padding: 40px 70px 60px;
}

@media only screen and (max-width: 1199px) {
    .reservation-block.style-one .reservation-form-area {
        padding: 30px 30px 50px;
    }
}

@media only screen and (max-width: 575px) {
    .reservation-block.style-one .reservation-form-area {
        padding: 30px 15px 50px;
    }
}

.reservation-block.style-one .reservation-form-area .btn-default {
    margin-top: 25px;
}

.reservation-block.style-one .form-group {
    margin-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
    .reservation-block.style-one .form-group {
        margin-bottom: 25px;
    }
}

.reservation-block.style-one .form-controllar {
    padding: 2px 0 5px;
}

.reservation-block.style-two .form-controllar::-webkit-input-placeholder, .reservation-block.style-three .form-controllar::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.reservation-block.style-two .form-controllar:-moz-placeholder, .reservation-block.style-three .form-controllar:-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.reservation-block.style-two .form-controllar::-moz-placeholder, .reservation-block.style-three .form-controllar::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.reservation-block.style-two .form-controllar:-ms-input-placeholder, .reservation-block.style-three .form-controllar:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.reservation-block.style-two .form-controllar:focus, .reservation-block.style-two .form-controllar:active,
.reservation-block.style-two .select-custom:focus,
.reservation-block.style-two .select-custom:active, .reservation-block.style-three .form-controllar:focus, .reservation-block.style-three .form-controllar:active,
.reservation-block.style-three .select-custom:focus,
.reservation-block.style-three .select-custom:active {
    color: white;
}

.reservation-block.style-two .date:after, .reservation-block.style-three .date:after {
    color: white;
    opacity: 0.7;
}

.reservation-block.style-two .select-custom .current, .reservation-block.style-three .select-custom .current {
    color: white;
    opacity: 1;
}

.reservation-block.style-two .select-custom .list, .reservation-block.style-three .select-custom .list {
    color: var(--text-dark, #000);
}

.reservation-block.style-two .select-custom:after, .reservation-block.style-three .select-custom:after {
    color: white;
    top: 1px;
}

.reservation-block.style-two .form-controllar,
.reservation-block.style-two .select-custom {
    border: 2px solid #535250;
    border-radius: 40px;
    padding: 7px 30px;
    color: white;
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .reservation-block.style-two .form-controllar,
    .reservation-block.style-two .select-custom {
        padding: 7px 20px;
    }
}

.reservation-block.style-two .date:after {
    right: 27px;
}

@media only screen and (max-width: 991px) {
    .reservation-block.style-two .date:after {
        right: 18px;
    }
}

.reservation-block.style-two .select-custom {
    padding: 0 30px;
    line-height: 48px;
}

@media only screen and (max-width: 575px) {
    .reservation-block.style-two .select-custom {
        padding: 0px 20px;
    }
}

.reservation-block.style-two .select-custom:after {
    right: 25px;
}

@media only screen and (max-width: 991px) {
    .reservation-block.style-two .select-custom:after {
        right: 17px;
    }
}

.reservation-block.style-two textarea {
    min-height: 90px;
    border-radius: 25px !important;
}

.reservation-block.style-three:before, .reservation-block.style-five:before {
    opacity: 0.8;
}

.reservation-block.style-three .form-group, .reservation-block.style-five .form-group {
    margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
    .reservation-block.style-three .form-group, .reservation-block.style-five .form-group {
        margin-bottom: 25px;
    }
}

.reservation-block.style-three .form-controllar,
.reservation-block.style-three .select-custom, .reservation-block.style-five .form-controllar,
.reservation-block.style-five .select-custom {
    border-color: #bababa;
}

    .reservation-block.style-three .form-controllar:focus,
    .reservation-block.style-three .select-custom:focus, .reservation-block.style-five .form-controllar:focus,
    .reservation-block.style-five .select-custom:focus {
        border-color: var(--brand-primary-text, #f53700);
    }

.reservation-block.style-three .form-controllar, .reservation-block.style-five .form-controllar {
    padding: 2px 0 5px;
    font-size: 15px;
}

.reservation-block.style-three .btn-default, .reservation-block.style-five .btn-default {
    margin-top: 25px;
}

.reservation-block.style-three .select-custom, .reservation-block.style-five .select-custom {
    font-size: 15px;
    line-height: 50px;
}

    .reservation-block.style-three .select-custom .current, .reservation-block.style-five .select-custom .current {
        color: white;
    }

.reservation-block.style-three .res-opening-time, .reservation-block.style-four .res-opening-time {
    height: 100%;
    text-align: center;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 70px 15px;
}

@media only screen and (max-width: 991px) {
    .reservation-block.style-three .res-opening-time, .reservation-block.style-four .res-opening-time {
        margin-top: 100px;
        height: auto;
    }
}

.reservation-block.style-three .res-opening-time .icon-divider, .reservation-block.style-four .res-opening-time .icon-divider {
    font-size: 60px;
    line-height: 1em;
    color: var(--brand-primary-text, #f53700);
    margin-bottom: 55px;
    padding-top: 20px;
}

@media only screen and (max-width: 991px) {
    .reservation-block.style-three .res-opening-time .icon-divider, .reservation-block.style-four .res-opening-time .icon-divider {
        margin-bottom: 40px;
        padding-top: 10px;
    }
}

.reservation-block.style-three .res-opening-time .divider, .reservation-block.style-four .res-opening-time .divider {
    padding: 30px 0 50px;
}

@media only screen and (max-width: 991px) {
    .reservation-block.style-three .res-opening-time .divider, .reservation-block.style-four .res-opening-time .divider {
        padding: 15px 0 35px;
    }
}

.reservation-block.style-three .res-opening-time .opening-time-group, .reservation-block.style-four .res-opening-time .opening-time-group {
    margin-bottom: 25px;
}

.reservation-block.style-three .res-opening-time .opening-time-group,
.reservation-block.style-three .res-opening-time .contact-info, .reservation-block.style-four .res-opening-time .opening-time-group,
.reservation-block.style-four .res-opening-time .contact-info {
    text-transform: uppercase;
}

    .reservation-block.style-three .res-opening-time .opening-time-group .title,
    .reservation-block.style-three .res-opening-time .contact-info .title, .reservation-block.style-four .res-opening-time .opening-time-group .title,
    .reservation-block.style-four .res-opening-time .contact-info .title {
        font-size: 16px;
        font-weight: 600;
        color: #bababa;
        margin-bottom: 5px;
    }

@media only screen and (max-width: 575px) {
    .reservation-block.style-three .res-opening-time .opening-time-group .title,
    .reservation-block.style-three .res-opening-time .contact-info .title, .reservation-block.style-four .res-opening-time .opening-time-group .title,
    .reservation-block.style-four .res-opening-time .contact-info .title {
        font-size: 14px;
    }
}

.reservation-block.style-three .res-opening-time .opening-time-group .contact-no,
.reservation-block.style-three .res-opening-time .opening-time-group .time,
.reservation-block.style-three .res-opening-time .contact-info .contact-no,
.reservation-block.style-three .res-opening-time .contact-info .time, .reservation-block.style-four .res-opening-time .opening-time-group .contact-no,
.reservation-block.style-four .res-opening-time .opening-time-group .time,
.reservation-block.style-four .res-opening-time .contact-info .contact-no,
.reservation-block.style-four .res-opening-time .contact-info .time {
    font-size: 24px;
    font-family: var(--heading-font, "Playfair Display", serif);
    color: white;
    font-weight: normal;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .reservation-block.style-three .res-opening-time .opening-time-group .contact-no,
    .reservation-block.style-three .res-opening-time .opening-time-group .time,
    .reservation-block.style-three .res-opening-time .contact-info .contact-no,
    .reservation-block.style-three .res-opening-time .contact-info .time, .reservation-block.style-four .res-opening-time .opening-time-group .contact-no,
    .reservation-block.style-four .res-opening-time .opening-time-group .time,
    .reservation-block.style-four .res-opening-time .contact-info .contact-no,
    .reservation-block.style-four .res-opening-time .contact-info .time {
        font-size: 22px;
    }
}

.reservation-block.style-three .res-opening-time .opening-time-group .contact-no > sup,
.reservation-block.style-three .res-opening-time .opening-time-group .time > sup,
.reservation-block.style-three .res-opening-time .contact-info .contact-no > sup,
.reservation-block.style-three .res-opening-time .contact-info .time > sup, .reservation-block.style-four .res-opening-time .opening-time-group .contact-no > sup,
.reservation-block.style-four .res-opening-time .opening-time-group .time > sup,
.reservation-block.style-four .res-opening-time .contact-info .contact-no > sup,
.reservation-block.style-four .res-opening-time .contact-info .time > sup {
    font-size: 60%;
    top: -6px;
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
}

.reservation-block.style-three .section-title.section-default-two {
    margin-bottom: 25px;
}

.reservation-block.style-three .form-controllar {
    color: white;
}

.reservation-block.style-three .res-opening-time {
    background-color: rgba(0, 0, 0, 0.5);
}

.reservation-block.style-four {
    position: relative;
}

    .reservation-block.style-four .element-group > .element.one {
        top: -75px;
        left: 0;
    }

@media only screen and (max-width: 991px) {
    .reservation-block.style-four .element-group > .element.one {
        display: none;
    }
}

.reservation-block.style-four .element-group > .element.two {
    bottom: 20px;
    left: 20px;
}

.reservation-block.style-four .res-opening-time {
    padding: 0;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .reservation-block.style-four .res-opening-time {
        margin-top: 0;
        margin-bottom: 100px;
    }
}

.reservation-block.style-four .res-opening-time .res-right-img {
    position: absolute;
    right: -300px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}

@media only screen and (max-width: 1800px) {
    .reservation-block.style-four .res-opening-time .res-right-img {
        display: none;
    }
}

.reservation-block.style-four .res-opening-time-inner {
    background-color: #222222;
    display: block;
    padding: 90px 20px;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

    .reservation-block.style-four .res-opening-time-inner:before, .reservation-block.style-four .res-opening-time-inner:after {
        position: absolute;
        width: 100%;
        height: 120px;
        content: "";
        background-repeat: repeat-x;
        z-index: 1;
        opacity: 0.05;
        left: 0;
    }

    .reservation-block.style-four .res-opening-time-inner:before {
        top: 0;
        background-position: top center;
        background-image: url("../images/bg/re-pattent-top.png");
    }

    .reservation-block.style-four .res-opening-time-inner:after {
        background-position: bottom center;
        background-image: url("../images/bg/re-pattent-bottom.png");
        bottom: 0;
    }

    .reservation-block.style-four .res-opening-time-inner .divider {
        padding: 20px 0 60px;
    }

@media only screen and (max-width: 991px) {
    .reservation-block.style-four .res-opening-time-inner .divider {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .reservation-block.style-four .res-opening-time-inner .divider {
        padding-bottom: 15px;
    }
}

.reservation-block.style-four .res-opening-time-inner .opening-time-group + .divider {
    padding-top: 32px;
}

.reservation-block.style-four .res-opening-time-inner .contact-info {
    margin-top: -10px;
}

@media only screen and (max-width: 991px) {
    .reservation-block.style-four .res-opening-time-inner .contact-info {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .reservation-block.style-four .res-opening-time-inner .contact-info {
        margin-top: 20px;
    }
}

.reservation-block.style-four .reservation-form .btn-default {
    margin-top: 30px;
}

    .reservation-block.style-four .reservation-form .btn-default:hover, .reservation-block.style-four .reservation-form .btn-default:focus {
        background-color: black;
        color: white;
    }

.reservation-block.style-five {
    position: relative;
}

    .reservation-block.style-five > .res-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(50% - 15px);
        height: 100%;
    }

@media only screen and (max-width: 991px) {
    .reservation-block.style-five > .res-bg {
        display: none;
    }
}

.reservation-block.style-five .reservation-form {
    padding-top: 10px;
}

@media only screen and (max-width: 1199px) {
    .reservation-block.style-five .reservation-form {
        padding-top: 0;
    }
}

.reservation-block.style-five .form-controllar {
    padding: 2px 0 5px;
}

.reservation-block.style-five .btn-default {
    margin-top: 20px;
}

.reservation-block.style-five .select-custom {
    line-height: 50px;
}

    .reservation-block.style-five .select-custom .current {
        color: var(--text-gray, #666666);
    }

.reservation-block.style-five.full-width-style > .res-bg {
    width: 50%;
}

@media only screen and (max-width: 991px) {
    .reservation-block.style-five.full-width-style > .res-bg {
        position: relative;
        height: 500px;
        width: 100%;
        margin-bottom: 0px;
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .reservation-block.style-five.full-width-style > .res-bg {
        height: 350px;
    }
}

.reservation-block.style-five.full-width-style .reservation-form-area {
    padding-left: 55px;
    padding-right: 55px;
}

@media only screen and (max-width: 575px) {
    .reservation-block.style-five.full-width-style .reservation-form-area {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .reservation-block.style-five.full-width-style .reservation-form-area {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.reservation-block.style-five.full-width-style .reservation-form-area .section-title {
    margin-bottom: 5px;
}

.reservation-block.reservation-home-one:before {
    opacity: 0.7;
}

.reservation-block.reservation-home-one .res-opening-time {
    background-color: rgba(0, 0, 0, 0.8);
}

.reservation-block .date {
    position: relative;
}

    .reservation-block .date:after {
        content: '\f073';
        font-family: "Font Awesome 5 Free";
        display: block;
        pointer-events: none;
        position: absolute;
        right: 0px;
        top: 50%;
        color: #8F8F8F;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        font-weight: 800;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

/* [ ### Related Foodmenu ] */
.related-foodmenu-block .related-food-carousel {
    margin-top: -10px;
}

@media only screen and (max-width: 991px) {
    .related-foodmenu-block .related-food-carousel {
        margin-top: -5px;
    }
}

.related-foodmenu-block .food-grid-item.grid-style-three {
    margin-bottom: 0;
}

    .related-foodmenu-block .food-grid-item.grid-style-three .food-title {
        font-size: 24px;
        margin-bottom: 10px;
        font-style: normal;
        font-weight: 700;
    }

@media only screen and (max-width: 767px) {
    .related-foodmenu-block .food-grid-item.grid-style-three .food-title {
        font-size: 22px;
    }
}

.related-foodmenu-block .food-grid-item.grid-style-three .food-price {
    font-style: normal;
    font-weight: normal;
}

.related-foodmenu-block .food-grid-item.grid-style-three .food-thumb {
    margin-bottom: 13px;
}

.related-foodmenu-block.style-two .related-food-carousel {
    margin-top: 0px;
}

.related-foodmenu-block.style-two .food-grid-item.grid-style-three .food-thumb {
    min-height: 235px;
}

.related-foodmenu-block.style-three .food-grid-item.grid-style-three .food-thumb {
    min-height: 225px;
}

@media only screen and (max-width: 1199px) {
    .related-foodmenu-block.style-three .food-grid-item.grid-style-three .food-thumb {
        min-height: 175px;
    }
}

@media only screen and (max-width: 991px) {
    .related-foodmenu-block.style-three .food-grid-item.grid-style-three .food-thumb {
        min-height: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .related-foodmenu-block.style-three .food-grid-item.grid-style-three .food-thumb {
        min-height: 150px;
    }
}

@media only screen and (max-width: 575px) {
    .related-foodmenu-block.style-three .food-grid-item.grid-style-three .food-thumb {
        min-height: auto;
    }
}

/* [ ### Special Food ] */
.special-food-block:before {
    opacity: 0.8;
}

.special-food-block .button-text-right {
    text-align: right;
    position: relative;
    top: -55px;
}

@media only screen and (max-width: 991px) {
    .special-food-block .button-text-right {
        top: -50px;
    }
}

@media only screen and (max-width: 767px) {
    .special-food-block .button-text-right {
        top: -10px;
        text-align: left;
        margin-bottom: 25px;
    }
}

.special-food-block .special-food-content {
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    position: relative;
    margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
    .special-food-block .special-food-content {
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .special-food-block .special-food-content {
        padding: 0 !important;
        margin-top: 0;
    }
}

.special-food-block .special-food-content .special-food-bg {
    position: absolute;
    width: calc(50% + 90px);
    top: 0;
    left: 0;
    height: 100%;
}

@media only screen and (max-width: 1199px) {
    .special-food-block .special-food-content .special-food-bg {
        width: calc(50% + 40px);
    }
}

@media only screen and (max-width: 991px) {
    .special-food-block .special-food-content .special-food-bg {
        display: none;
    }
}

.special-food-block .special-food-content .special-food-content-inner {
    border: 10px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
    .special-food-block .special-food-content .special-food-content-inner {
        border: 0px solid;
    }
}

.special-food-block .special-food-content .special-food-content-inner .special-food-content-text {
    background-color: white;
    width: 50%;
    text-align: center;
    padding: 25px 65px 40px;
}

@media only screen and (max-width: 1199px) {
    .special-food-block .special-food-content .special-food-content-inner .special-food-content-text {
        padding: 20px 30px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .special-food-block .special-food-content .special-food-content-inner .special-food-content-text {
        width: 100%;
        padding: 50px 50px 60px;
    }
}

@media only screen and (max-width: 575px) {
    .special-food-block .special-food-content .special-food-content-inner .special-food-content-text {
        padding: 40px 15px 50px;
    }
}

.special-food-block .special-food-content .special-food-content-inner .special-food-content-text .food-title {
    font-size: 32px;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-weight: 700;
    line-height: 1.18em;
    margin-bottom: 15px;
}

@media only screen and (max-width: 420px) {
    .special-food-block .special-food-content .special-food-content-inner .special-food-content-text .food-title {
        font-size: 26px;
    }
}

.special-food-block .special-food-content .special-food-content-inner .special-food-content-text .food-price {
    font-size: 32px;
    font-weight: 600;
    font-family: var(--heading-font, "Playfair Display", serif);
    color: var(--brand-primary-text, #f53700);
    font-style: italic;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .special-food-block .special-food-content .special-food-content-inner .special-food-content-text .food-price {
        font-size: 24px;
    }
}

@media only screen and (max-width: 420px) {
    .special-food-block .special-food-content .special-food-content-inner .special-food-content-text .food-price {
        font-size: 20px;
    }
}

.special-food-block .special-food-content .special-food-content-inner .special-food-content-text .food-price sup {
    font-size: 50%;
    top: -12px;
}

.special-food-block .special-food-content .special-food-content-inner .special-food-content-text .food-price > del {
    display: inline-block;
    color: #acacac;
    padding-right: 5px;
}

.special-food-block .special-food-content .special-food-content-inner .special-food-content-text .btn-group-default {
    margin-top: 25px;
}

/* [ ### Discount ] */
.discount-block {
    position: relative;
}

    .discount-block .discount-thumb {
        position: absolute;
        right: 0;
        bottom: 0;
    }

@media only screen and (max-width: 1199px) {
    .discount-block .discount-thumb {
        width: 600px;
    }
}

@media only screen and (max-width: 991px) {
    .discount-block .discount-thumb {
        display: none;
    }
}

.discount-block .discount-content {
    margin-top: -5px;
}

    .discount-block .discount-content .dis-subtitle {
        text-transform: uppercase;
        font-size: 42px;
        font-weight: lighter;
        margin-bottom: 0;
        font-family: var(--heading-font, "Playfair Display", serif);
        line-height: 1.1em;
    }

@media only screen and (max-width: 1366px) {
    .discount-block .discount-content .dis-subtitle {
        font-size: 36px;
    }
}

@media only screen and (max-width: 991px) {
    .discount-block .discount-content .dis-subtitle {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .discount-block .discount-content .dis-subtitle {
        font-size: 24px;
    }
}

.discount-block .discount-content .dis-subtitle > strong {
    font-weight: 500;
    color: var(--brand-primary-text, #f53700);
}

    .discount-block .discount-content .dis-subtitle > strong > sup {
        font-size: 50%;
        top: -10px;
    }

.discount-block .discount-content .dis-subtitle > span {
    border-bottom: 2px solid #c51c23;
    line-height: 1.2em;
    display: inline-block;
}

.discount-block .discount-content .dis-title {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1em;
    font-family: var(--heading-font, "Playfair Display", serif);
    color: var(--brand-primary-text, #f53700);
}

@media only screen and (max-width: 1366px) {
    .discount-block .discount-content .dis-title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .discount-block .discount-content .dis-title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .discount-block .discount-content .dis-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .discount-block .discount-content .dis-title {
        font-size: 30px;
    }
}

.discount-block .discount-content .btn-default {
    margin-top: 65px;
}

@media only screen and (max-width: 991px) {
    .discount-block .discount-content .btn-default {
        margin-top: 50px;
    }
}

/* [ ### Newsletter ] */
/*-------------------------------------------------
    [ ### Newsletter Block ]
*/
.newsletter-block.style-one:before {
    opacity: 0.85;
}

.newsletter-block.style-one .section-title.section-default-two {
    margin-bottom: 0;
}

    .newsletter-block.style-one .section-title.section-default-two .title-main {
        font-size: 50px;
        padding-top: 5px;
        margin-bottom: -5px;
    }

@media only screen and (max-width: 1199px) {
    .newsletter-block.style-one .section-title.section-default-two .title-main {
        font-size: 40px;
    }
}

.newsletter-block.style-one .section-title.section-default-two .title-main > span {
    font-size: 90px;
    margin-bottom: -40px;
}

@media only screen and (max-width: 1199px) {
    .newsletter-block.style-one .section-title.section-default-two .title-main > span {
        font-size: 75px;
        margin-bottom: -35px;
    }
}

.newsletter-block.style-one .subscribe-form .btn-default:hover {
    background-color: white;
    color: var(--brand-primary-text, #f53700);
}

.newsletter-block.style-two .subscribe-form > #mc-form, .newsletter-block.style-four .subscribe-form > #mc-form, .newsletter-block.style-five .subscribe-form > #mc-form, .newsletter-block.style-six .subscribe-form > #mc-form {
    width: 100%;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 40px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .newsletter-block.style-two .subscribe-form > #mc-form, .newsletter-block.style-four .subscribe-form > #mc-form, .newsletter-block.style-five .subscribe-form > #mc-form, .newsletter-block.style-six .subscribe-form > #mc-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 575px) {
    .newsletter-block.style-two .subscribe-form > #mc-form, .newsletter-block.style-four .subscribe-form > #mc-form, .newsletter-block.style-five .subscribe-form > #mc-form, .newsletter-block.style-six .subscribe-form > #mc-form {
        background-color: transparent;
        border-radius: 0;
        height: auto;
    }
}

.newsletter-block.style-two .subscribe-form > #mc-form > #subscribe-btn, .newsletter-block.style-four .subscribe-form > #mc-form > #subscribe-btn, .newsletter-block.style-five .subscribe-form > #mc-form > #subscribe-btn, .newsletter-block.style-six .subscribe-form > #mc-form > #subscribe-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6px;
}

@media only screen and (max-width: 575px) {
    .newsletter-block.style-two .subscribe-form > #mc-form > #subscribe-btn, .newsletter-block.style-four .subscribe-form > #mc-form > #subscribe-btn, .newsletter-block.style-five .subscribe-form > #mc-form > #subscribe-btn, .newsletter-block.style-six .subscribe-form > #mc-form > #subscribe-btn {
        position: relative;
        right: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        top: 0;
    }
}

.newsletter-block.style-two .subscribe-form .btn-default, .newsletter-block.style-four .subscribe-form .btn-default, .newsletter-block.style-five .subscribe-form .btn-default, .newsletter-block.style-six .subscribe-form .btn-default {
    border-radius: 30px;
    height: 58px;
    padding: 5px 40px;
    width: auto;
    font-size: 16px;
    margin-left: 0px;
    font-weight: 500;
    letter-spacing: normal;
}

    .newsletter-block.style-two .subscribe-form .btn-default:hover, .newsletter-block.style-four .subscribe-form .btn-default:hover, .newsletter-block.style-five .subscribe-form .btn-default:hover, .newsletter-block.style-six .subscribe-form .btn-default:hover {
        background-color: white;
        color: var(--brand-primary-text, #f53700);
    }

@media only screen and (max-width: 575px) {
    .newsletter-block.style-two .subscribe-form .btn-default, .newsletter-block.style-four .subscribe-form .btn-default, .newsletter-block.style-five .subscribe-form .btn-default, .newsletter-block.style-six .subscribe-form .btn-default {
        margin: 20px auto 0;
        height: 52px;
        padding: 5px 30px;
        font-size: 14px;
    }
}

.newsletter-block.style-two .subscribe-form .form-group, .newsletter-block.style-four .subscribe-form .form-group, .newsletter-block.style-five .subscribe-form .form-group, .newsletter-block.style-six .subscribe-form .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .newsletter-block.style-two .subscribe-form .form-group, .newsletter-block.style-four .subscribe-form .form-group, .newsletter-block.style-five .subscribe-form .form-group, .newsletter-block.style-six .subscribe-form .form-group {
        margin-bottom: 0;
    }
}

.newsletter-block.style-two .subscribe-form .form-group input, .newsletter-block.style-four .subscribe-form .form-group input, .newsletter-block.style-five .subscribe-form .form-group input, .newsletter-block.style-six .subscribe-form .form-group input {
    width: 100%;
    border-bottom: 0px solid;
    padding: 15px 20px !important;
}

@media only screen and (max-width: 767px) {
    .newsletter-block.style-two .subscribe-form .form-group input, .newsletter-block.style-four .subscribe-form .form-group input, .newsletter-block.style-five .subscribe-form .form-group input, .newsletter-block.style-six .subscribe-form .form-group input {
        padding: 15px !important;
    }
}

@media only screen and (max-width: 575px) {
    .newsletter-block.style-two .subscribe-form .form-group input, .newsletter-block.style-four .subscribe-form .form-group input, .newsletter-block.style-five .subscribe-form .form-group input, .newsletter-block.style-six .subscribe-form .form-group input {
        height: 55px;
        background-color: rgba(255, 255, 255, 0.06);
        border-radius: 40px;
        padding: 15px 25px !important;
    }
}

.newsletter-block.style-two {
    text-align: center;
}

    .newsletter-block.style-two .newsletter-title .title-main {
        font-style: italic;
        font-size: 42px;
        color: white;
        font-weight: 700;
        font-family: var(--heading-font, "Playfair Display", serif);
    }

        .newsletter-block.style-two .newsletter-title .title-main > span {
            color: var(--brand-primary-text, #f53700);
        }

@media only screen and (max-width: 1199px) {
    .newsletter-block.style-two .newsletter-title .title-main {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .newsletter-block.style-two .newsletter-title .title-main {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .newsletter-block.style-two .newsletter-title .title-main {
        font-size: 30px;
    }
}

.newsletter-block.style-three {
    position: relative;
}

    .newsletter-block.style-three:before {
        opacity: 0.4;
    }

    .newsletter-block.style-three .subscribe-form {
        margin-left: 0;
        margin-top: -5px;
    }

@media only screen and (max-width: 575px) {
    .newsletter-block.style-three .subscribe-form {
        margin-right: 0;
    }
}

.newsletter-block.style-three .subscribe-form > #mc-form {
    display: block;
    position: relative;
}

    .newsletter-block.style-three .subscribe-form > #mc-form .form-group {
        padding: 0;
        margin-bottom: 0;
    }

.newsletter-block.style-three .subscribe-form .btn-default {
    border-radius: 0%;
    height: auto;
    width: auto;
    margin-left: 0px;
    position: absolute;
    right: 0;
    top: -1px;
    background-color: transparent;
    color: var(--brand-primary-text, #f53700);
}

    .newsletter-block.style-three .subscribe-form .btn-default:hover {
        color: white;
    }

.newsletter-block.style-four .section-title.style-six .title-main {
    font-weight: normal;
    line-height: 1em;
}

.newsletter-block.style-four .section-title.style-six .title-text {
    padding-top: 0;
}

.newsletter-block.style-five {
    padding: 100px 0 140px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@media only screen and (max-width: 1199px) {
    .newsletter-block.style-five {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .newsletter-block.style-five {
        padding-bottom: 80px;
        padding-top: 80px;
    }
}

.newsletter-block.style-five .element-group > .element {
    z-index: 1;
    top: -25px;
    left: calc(50% - 775px);
    -webkit-animation: linear bt-leftRight-20 3s infinite;
    animation: linear bt-leftRight-20 3s infinite;
}

@media only screen and (max-width: 1450px) {
    .newsletter-block.style-five .element-group > .element {
        display: none;
    }
}

.newsletter-block.style-five .section-title.style-six .title-main {
    font-weight: normal;
    line-height: 1em;
}

.newsletter-block.style-five .section-title.style-six .title-text {
    font-size: 16px;
    padding-top: 0;
}

@media only screen and (max-width: 767px) {
    .newsletter-block.style-five .subscribe-form {
        margin-right: 0;
        margin-left: 0;
    }
}

.newsletter-block.style-five .subscribe-form > #mc-form {
    border: 1px solid #dddddd;
    background-color: white;
}

@media only screen and (max-width: 575px) {
    .newsletter-block.style-five .subscribe-form > #mc-form {
        border: 0px solid;
        background-color: transparent;
    }
}

.newsletter-block.style-five .subscribe-form > #mc-form .form-group input {
    color: var(--text-dark, #000);
}

@media only screen and (max-width: 575px) {
    .newsletter-block.style-five .subscribe-form > #mc-form .form-group input {
        border: 1px solid #dddddd;
        background-color: white;
    }
}

.newsletter-block.style-five .subscribe-form > #mc-form .form-group input:focus {
    color: var(--text-dark, #000);
}

@media only screen and (max-width: 575px) {
    .newsletter-block.style-five .subscribe-form > #mc-form .form-group input:focus {
        border-color: var(--brand-primary-text, #f53700);
    }
}

.newsletter-block.style-five .subscribe-form > #mc-form #subscribe-btn {
    background-color: black;
}

    .newsletter-block.style-five .subscribe-form > #mc-form #subscribe-btn:hover, .newsletter-block.style-five .subscribe-form > #mc-form #subscribe-btn:focus {
        background-color: #c51c23 !important;
        color: white;
    }

.newsletter-block.style-six .subscribe-form > #mc-form {
    border: 1px solid #dddddd;
    background-color: #F6F6F6;
}

@media only screen and (max-width: 575px) {
    .newsletter-block.style-six .subscribe-form > #mc-form {
        border: 0px solid;
        background-color: transparent;
    }
}

.newsletter-block.style-six .subscribe-form > #mc-form .form-group input {
    color: var(--text-dark, #000);
}

@media only screen and (max-width: 575px) {
    .newsletter-block.style-six .subscribe-form > #mc-form .form-group input {
        border: 1px solid #dddddd;
        background-color: #F6F6F6;
    }
}

.newsletter-block.style-six .subscribe-form > #mc-form .form-group input:focus {
    color: var(--text-dark, #000);
}

@media only screen and (max-width: 575px) {
    .newsletter-block.style-six .subscribe-form > #mc-form .form-group input:focus {
        border-color: #c51c23 !important;
    }
}

.newsletter-block.style-six .subscribe-form > #mc-form #subscribe-btn:hover, .newsletter-block.style-six .subscribe-form > #mc-form #subscribe-btn:focus {
    background-color: black !important;
    color: white;
}

.newsletter-block.style-seven {
    position: relative;
}

    .newsletter-block.style-seven .section-title.style-three {
        margin-top: -8px;
        margin-bottom: 35px;
    }

        .newsletter-block.style-seven .section-title.style-three .title-main {
            font-size: 32px;
            margin-bottom: 15px;
        }

@media only screen and (max-width: 767px) {
    .newsletter-block.style-seven .section-title.style-three .title-main {
        font-size: 24px;
    }
}

.newsletter-block.style-seven .section-title.style-three .title-sub {
    font-size: 14px;
    font-weight: normal;
}

.newsletter-block.style-seven .subscribe-form {
    margin-left: 0;
    margin-top: -5px;
}

@media only screen and (max-width: 767px) {
    .newsletter-block.style-seven .subscribe-form {
        margin-right: 0 !important;
    }
}

.newsletter-block.style-seven .subscribe-form > #mc-form {
    display: block;
    position: relative;
}

    .newsletter-block.style-seven .subscribe-form > #mc-form .form-group {
        padding: 0;
    }

@media only screen and (max-width: 767px) {
    .newsletter-block.style-seven .subscribe-form > #mc-form .form-group {
        margin-bottom: 0 !important;
    }
}

.newsletter-block.style-seven .subscribe-form > #mc-form .form-group input {
    color: var(--text-dark, #000);
}

.newsletter-block.style-seven .subscribe-form .btn-default {
    border-radius: 0%;
    height: auto;
    width: auto;
    margin-left: 0px;
    position: absolute;
    right: 0;
    top: -7px;
    background-color: transparent;
    color: var(--brand-primary-text, #f53700);
    font-size: 24px;
}

    .newsletter-block.style-seven .subscribe-form .btn-default:hover {
        color: var(--text-dark, #000);
    }

.newsletter-block .subscribe-form {
    font-size: 15px;
    margin-top: 33px;
    margin-left: -15px;
}

@media only screen and (max-width: 767px) {
    .newsletter-block .subscribe-form {
        margin-right: -15px;
    }
}

.newsletter-block .subscribe-form > #mc-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .newsletter-block .subscribe-form > #mc-form {
        display: block;
        text-align: center;
    }
}

.newsletter-block .subscribe-form .form-group {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
    padding: 0 15px;
}

@media only screen and (max-width: 767px) {
    .newsletter-block .subscribe-form .form-group {
        margin-bottom: 30px;
    }
}

.newsletter-block .subscribe-form .form-group label {
    display: block;
    line-height: 1.2em;
    margin-bottom: 0;
    text-align: left;
}

.newsletter-block .subscribe-form .form-group input {
    color: white;
    font-size: 14px;
    position: relative;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 15px !important;
}

@media only screen and (max-width: 767px) {
    .newsletter-block .subscribe-form .form-group input {
        font-size: 15px;
    }
}

.newsletter-block .subscribe-form .form-group input:focus {
    color: white;
    border-bottom-color: #c51c23 !important;
}

.newsletter-block .subscribe-form .form-group #mc-email-error {
    display: none !important;
}

.newsletter-block .subscribe-form .btn-default {
    border-radius: 50%;
    height: 55px;
    padding: 0;
    width: 55px;
    font-size: 18px;
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .newsletter-block .subscribe-form .btn-default {
        margin: 0px auto;
        border-radius: 40px 0 40px 40px;
        width: 120px;
    }
}

/* [ ### Section Layout ] */
/*------------------------------------
    [ ## Food Offers Block ]
---------------------------------------*/
.food-offers-block .single-food-offer {
    display: block;
    margin-bottom: 30px;
}

    .food-offers-block .single-food-offer:hover img {
        opacity: 0.85;
    }

    .food-offers-block .single-food-offer img {
        width: 100%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 10px;
    }

/*------------------------------------
    [ ## App Download Block ]
---------------------------------------*/
.app-download-block {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .app-download-block {
        margin-top: 0;
    }
}

.app-download-block .bg-shape-top {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 182px;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .app-download-block .bg-shape-top {
        height: 95px;
    }
}

.app-download-block .app-download-content {
    position: relative;
    z-index: 2;
    margin-top: 50px;
    padding-right: 50px;
}

@media only screen and (max-width: 1199px) {
    .app-download-block .app-download-content {
        padding-right: 0px;
        margin-right: -50px;
    }
}

@media only screen and (max-width: 991px) {
    .app-download-block .app-download-content {
        margin-right: 0px;
        margin-top: 35px;
    }
}

.app-download-block .app-download-content .app-title {
    color: white;
    font-size: 70px;
    font-weight: normal;
    font-family: var(--heading-font, "Playfair Display", serif);
    margin-bottom: 2px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}

@media only screen and (max-width: 1199px) {
    .app-download-block .app-download-content .app-title {
        font-size: 52px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .app-download-block .app-download-content .app-title {
        font-size: 36px;
    }
}

.app-download-block .app-download-content .app-title > span {
    color: var(--brand-primary-text, #f53700);
}

.app-download-block .app-download-content .app-subtitle {
    color: white;
    font-size: 40px;
    font-weight: lighter;
    font-family: var(--heading-font, "Playfair Display", serif);
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}

@media only screen and (max-width: 1199px) {
    .app-download-block .app-download-content .app-subtitle {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .app-download-block .app-download-content .app-subtitle {
        font-size: 24px;
    }
}

.app-download-block .app-download-content .btn-group-default {
    margin: 50px -5px -5px;
}

@media only screen and (max-width: 575px) {
    .app-download-block .app-download-content .btn-group-default {
        margin-top: 35px;
    }
}

.app-download-block .app-download-content .btn-group-default > .btn-app {
    display: inline-block;
    margin: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    border-radius: 42px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .app-download-block .app-download-content .btn-group-default > .btn-app:hover {
        opacity: 0.9;
    }

.app-download-block .download-thumb-area {
    position: relative;
    z-index: 2;
    margin-bottom: -70px;
    margin-top: -50px;
    margin-left: -95px;
}

@media only screen and (max-width: 1199px) {
    .app-download-block .download-thumb-area {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .app-download-block .download-thumb-area {
        display: none;
    }
}

/*------------------------------------
    [ ## Featured Element Block ]
---------------------------------------*/
.featured-element-block .container-fluid > .row {
    margin: 0 -20px;
}

@media only screen and (max-width: 1366px) {
    .featured-element-block .container-fluid > .row {
        margin: 0 -15px;
    }
}

.featured-element-block .container-fluid > .row > [class*='col-'] {
    padding: 0 20px;
}

@media only screen and (max-width: 1366px) {
    .featured-element-block .container-fluid > .row > [class*='col-'] {
        padding: 0 15px;
    }
}

.featured-element-block .featured-element-group {
    margin-bottom: 30px;
}

    .featured-element-block .featured-element-group .featured-element-heading {
        min-height: 280px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px;
    }

    .featured-element-block .featured-element-group .section-title.section-default-two {
        margin-bottom: 20px;
    }

        .featured-element-block .featured-element-group .section-title.section-default-two .title-main {
            padding-top: 0;
            margin-bottom: 0;
            font-size: 42px;
            color: white;
        }

@media only screen and (max-width: 991px) {
    .featured-element-block .featured-element-group .section-title.section-default-two .title-main {
        font-size: 36px;
    }
}

.featured-element-block .featured-element-group .section-title.section-default-two .title-main > span {
    font-size: 90px;
    margin-bottom: -30px;
}

@media only screen and (max-width: 991px) {
    .featured-element-block .featured-element-group .section-title.section-default-two .title-main > span {
        font-size: 72px;
        margin-bottom: -27px;
    }
}

.featured-element-block .featured-element-group .featured-element-item {
    text-transform: uppercase;
    margin-bottom: 45px;
}

@media only screen and (max-width: 480px) {
    .featured-element-block .featured-element-group .featured-element-item {
        margin-bottom: 25px;
    }
}

.featured-element-block .featured-element-group .featured-element-item:last-child {
    margin-bottom: 0;
}

.featured-element-block .featured-element-group .featured-element-item .title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark, #000);
    margin-bottom: 0px;
}

.featured-element-block .featured-element-group .featured-element-item .text,
.featured-element-block .featured-element-group .featured-element-item .time {
    font-size: 32px;
    font-family: var(--heading-font, "Playfair Display", serif);
    color: white;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.1em;
}

@media only screen and (max-width: 767px) {
    .featured-element-block .featured-element-group .featured-element-item .text,
    .featured-element-block .featured-element-group .featured-element-item .time {
        font-size: 22px;
    }
}

.featured-element-block .featured-element-group .featured-element-item .text > sup,
.featured-element-block .featured-element-group .featured-element-item .time > sup {
    font-size: 50%;
    top: -6px;
}

.featured-element-block .featured-element-group .featured-element-item .time > sup {
    font-size: 50%;
    top: -6px;
}

.featured-element-block .featured-element-group .featured-element-body {
    background-color: var(--brand-primary-text, #f53700);
    padding: 60px 15px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

/*------------------------------------
    [ ## Special Gift Block ]
---------------------------------------*/
.special-gift-block {
    padding-top: 50px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .special-gift-block {
        padding-top: 50px;
        padding-bottom: 90px;
    }
}

.special-gift-block .special-gift-content {
    color: #5e5e5e;
    font-weight: 500;
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 480px) {
    .special-gift-block .special-gift-content {
        font-size: 15px;
    }
}

.special-gift-block .special-gift-content .gift-title {
    color: var(--brand-primary-text, #f53700);
    margin-bottom: 55px;
    font-size: 100px;
    line-height: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--heading-font, "Playfair Display", serif);
}

@media only screen and (max-width: 1199px) {
    .special-gift-block .special-gift-content .gift-title {
        font-size: 72px;
    }
}

@media only screen and (max-width: 991px) {
    .special-gift-block .special-gift-content .gift-title {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .special-gift-block .special-gift-content .gift-title {
        font-size: 62px;
    }
}

@media only screen and (max-width: 480px) {
    .special-gift-block .special-gift-content .gift-title {
        font-size: 48px;
    }
}

.special-gift-block .special-gift-content .gift-title > span,
.special-gift-block .special-gift-content .gift-title > strong {
    display: block;
    color: var(--text-dark, #000);
}

.special-gift-block .special-gift-content .gift-title > span {
    font-size: 42px;
    line-height: 0.7em;
    font-weight: normal;
}

@media only screen and (max-width: 1199px) {
    .special-gift-block .special-gift-content .gift-title > span {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .special-gift-block .special-gift-content .gift-title > span {
        font-size: 26px;
    }
}

.special-gift-block .special-gift-content .gift-title > strong {
    line-height: 0.8em;
}

.special-gift-block .special-gift-content .btn-area {
    margin-top: 52px;
}

@media only screen and (max-width: 991px) {
    .special-gift-block .special-gift-content .btn-area {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .special-gift-block .col-lg-7 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

/*------------------------------------
    [ ## Delivery Order Block ]
---------------------------------------*/
.delivery-order-block {
    position: relative;
}

    .delivery-order-block .element-group > .element.one {
        top: 82px;
        left: calc(50% - 680px);
        z-index: 2;
    }

@media only screen and (max-width: 1199px) {
    .delivery-order-block .element-group > .element.one {
        left: calc(50% - 650px);
    }
}

.delivery-order-block .element-group > .element.two {
    top: 80px;
    right: 40px;
    -webkit-animation: linear bt-bottomTop-40 3s infinite;
    animation: linear bt-bottomTop-40 3s infinite;
}

.delivery-order-block .delivery-order-content {
    padding-top: 100px;
}

.delivery-order-block .delivery-thumb-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .delivery-order-block .delivery-thumb-group .mock-up-thumb {
        margin: 5px;
    }

        .delivery-order-block .delivery-thumb-group .mock-up-thumb:nth-child(1), .delivery-order-block .delivery-thumb-group .mock-up-thumb:nth-child(3) {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(25% - 10px);
            flex: 0 0 calc(25% - 10px);
            max-width: calc(25% - 10px);
        }

        .delivery-order-block .delivery-thumb-group .mock-up-thumb:nth-child(2) {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
            max-width: calc(50% - 10px);
        }

        .delivery-order-block .delivery-thumb-group .mock-up-thumb img {
            width: 100%;
        }

.delivery-order-block .copyright-text {
    text-transform: uppercase;
    margin-bottom: 0;
}

.delivery-order-block.style-two #contact_maps {
    height: 520px;
}

.delivery-order-block.style-two .no-gutters {
    margin: 0 -10px;
}

    .delivery-order-block.style-two .no-gutters > div {
        padding: 0 10px;
    }

.delivery-order-block.style-two .delivery-order-content {
    padding: 50px 180px 50px 70px;
    min-height: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1620px) {
    .delivery-order-block.style-two .delivery-order-content {
        padding: 50px 55px 50px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .delivery-order-block.style-two .delivery-order-content {
        margin-top: 20px;
        text-align: center;
        min-height: auto;
        display: block;
        padding: 100px 15px;
    }
}

.delivery-order-block.style-two .delivery-order-content:before {
    opacity: 0.8;
}

.delivery-order-block.style-two .delivery-order-content .section-title.style-one .title-main {
    padding: 0;
}

.delivery-order-block.style-two .delivery-order-content .section-title.style-one .title-main,
.delivery-order-block.style-two .delivery-order-content .info-phone,
.delivery-order-block.style-two .delivery-order-content .info-email {
    color: white;
}

.delivery-order-block.style-two .delivery-order-content .info-address {
    color: #bababa;
}

.delivery-order-block.style-two .delivery-order-content .contact-info-area {
    padding-top: 10px;
}

@media only screen and (max-width: 1199px) {
    .delivery-order-block.style-two .delivery-order-content .contact-info-area {
        padding-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .delivery-order-block.style-two .delivery-order-content .contact-info-area > div {
        margin-bottom: 20px;
    }
}

.delivery-order-block.style-two .delivery-order-content .contact-info-area .info-address > span,
.delivery-order-block.style-two .delivery-order-content .contact-info-area .info-phone {
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
    font-size: 24px;
    font-weight: 600;
}

@media only screen and (max-width: 480px) {
    .delivery-order-block.style-two .delivery-order-content .contact-info-area .info-address > span,
    .delivery-order-block.style-two .delivery-order-content .contact-info-area .info-phone {
        font-size: 22px;
    }
}

.delivery-order-block.style-two .delivery-order-content .contact-info-area .info-address > span {
    margin-bottom: 15px;
}

.delivery-order-block.style-two .delivery-order-content .contact-info-area .info-email {
    margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
    .delivery-order-block.style-two .delivery-order-content .contact-info-area .info-email {
        margin-bottom: 0;
    }
}

.delivery-order-block.style-two .delivery-order-content .contact-info-area .info-email > a > span {
    color: var(--brand-primary-text, #f53700);
}

.delivery-order-block.style-three #contact_maps {
    height: 700px;
}

@media only screen and (max-width: 991px) {
    .delivery-order-block.style-three #contact_maps {
        height: 550px;
    }
}

@media only screen and (max-width: 767px) {
    .delivery-order-block.style-three #contact_maps {
        height: 500px;
    }
}

@media only screen and (max-width: 420px) {
    .delivery-order-block.style-three #contact_maps {
        height: 400px;
    }
}

.delivery-order-block.style-three .delivery-order-content {
    padding: 50px;
    min-height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .delivery-order-block.style-three .delivery-order-content {
        min-height: auto;
        padding-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    .delivery-order-block.style-three .delivery-order-content {
        padding-left: 0;
        padding-right: 0;
    }
}

.delivery-order-block.style-three .delivery-order-content .contact-info-area .info-address {
    font-size: 18px;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-weight: normal;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .delivery-order-block.style-three .delivery-order-content .contact-info-area .info-address {
        font-size: 15px;
        margin-bottom: 35px;
    }
}

.delivery-order-block.style-three .delivery-order-content .contact-info-area .info-address > span {
    font-size: 24px;
    font-weight: inherit;
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    .delivery-order-block.style-three .delivery-order-content .contact-info-area .info-address > span {
        font-size: 20px;
    }
}

.delivery-order-block.style-three .delivery-order-content .contact-info-area .info-phone {
    font-size: 52px;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-weight: normal;
    line-height: 0.9em;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .delivery-order-block.style-three .delivery-order-content .contact-info-area .info-phone {
        font-size: 32px;
    }
}

.delivery-order-block.style-three .delivery-order-content .contact-info-area .info-phone .title {
    font-size: 18px;
    font-weight: inherit;
    margin-bottom: 8px;
    font-family: inherit;
    color: var(--text-gray, #666666);
}

@media only screen and (max-width: 767px) {
    .delivery-order-block.style-three .delivery-order-content .contact-info-area .info-phone .title {
        font-size: 15px;
    }
}

.delivery-order-block.style-three .delivery-order-content .contact-info-area .info-email {
    font-size: 16px;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-weight: normal;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .delivery-order-block.style-three .delivery-order-content .contact-info-area .info-email {
        font-size: 15px;
    }
}

.delivery-order-block.style-three .delivery-order-content .contact-info-area .social-status {
    margin-bottom: 0;
}

/*------------------------------------
    [ ## Contact Map Block ]
---------------------------------------*/
.contact-map-block.style-one #contact_maps {
    height: 400px;
}

/*------------------------------------
    [ ## Burger Feature Block ]
---------------------------------------*/
@media only screen and (max-width: 1199px) {
    .burger-feature-block .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .burger-feature-block .col-lg-6 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .burger-feature-block .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.burger-feature-block .burger-food-logo {
    margin-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
    .burger-feature-block .burger-food-logo {
        margin-bottom: 50px;
    }
}

.burger-feature-block .single-burger-feature {
    width: 280px;
    position: relative;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1750px) {
    .burger-feature-block .single-burger-feature {
        width: 250px;
    }
}

@media only screen and (max-width: 1199px) {
    .burger-feature-block .single-burger-feature {
        margin-bottom: 25px !important;
        width: 100%;
    }
}

.burger-feature-block .single-burger-feature:before {
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    content: "";
}

@media only screen and (max-width: 1199px) {
    .burger-feature-block .single-burger-feature:before {
        display: none;
    }
}

.burger-feature-block .single-burger-feature .div-circle {
    position: absolute;
}

    .burger-feature-block .single-burger-feature .div-circle:before, .burger-feature-block .single-burger-feature .div-circle:after {
        position: absolute;
        content: "";
        border-radius: 50%;
    }

    .burger-feature-block .single-burger-feature .div-circle:before {
        height: 32px;
        width: 32px;
        background-color: white;
    }

@media only screen and (max-width: 1750px) {
    .burger-feature-block .single-burger-feature .div-circle:before {
        height: 24px;
        width: 24px;
    }
}

.burger-feature-block .single-burger-feature .div-circle:after {
    height: 24px;
    width: 24px;
    background-color: var(--brand-primary-text, #f53700);
    top: 4px;
    left: 4px;
}

@media only screen and (max-width: 1750px) {
    .burger-feature-block .single-burger-feature .div-circle:after {
        height: 16px;
        width: 16px;
    }
}

.burger-feature-block .single-burger-feature .heading24 {
    font-weight: normal;
    font-family: var(--heading-font, "Playfair Display", serif);
    text-transform: uppercase;
    margin-bottom: 18px;
}

.burger-feature-block .burger-feature-list {
    position: relative;
    z-index: 2;
}

    .burger-feature-block .burger-feature-list.feature-left {
        padding-top: 150px;
    }

@media only screen and (max-width: 1750px) {
    .burger-feature-block .burger-feature-list.feature-left {
        padding-top: 110px;
    }
}

@media only screen and (max-width: 1199px) {
    .burger-feature-block .burger-feature-list.feature-left {
        padding-top: 0;
        padding-right: 35px;
        margin-bottom: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .burger-feature-block .burger-feature-list.feature-left {
        margin-bottom: 0px;
        padding-right: 0px;
        padding-left: 35px;
    }
}

.burger-feature-block .burger-feature-list.feature-left .single-burger-feature {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .burger-feature-block .burger-feature-list.feature-left .single-burger-feature {
        text-align: left;
    }
}

.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:first-child {
    margin-left: -200px;
}

@media only screen and (max-width: 1750px) {
    .burger-feature-block .burger-feature-list.feature-left .single-burger-feature:first-child {
        margin-left: -80px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1366px) {
    .burger-feature-block .burger-feature-list.feature-left .single-burger-feature:first-child {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .burger-feature-block .burger-feature-list.feature-left .single-burger-feature:first-child {
        margin-left: 0;
    }
}

.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:first-child:before {
    background-image: url("../images/others/line2.png");
    right: -310px;
    top: -85px;
    width: 290px;
    height: 100px;
}

@media only screen and (max-width: 1750px) {
    .burger-feature-block .burger-feature-list.feature-left .single-burger-feature:first-child:before {
        width: 245px;
        right: -265px;
        top: -55px;
    }
}

@media only screen and (max-width: 1366px) {
    .burger-feature-block .burger-feature-list.feature-left .single-burger-feature:first-child:before {
        width: 200px;
        right: -230px;
        top: -50px;
    }
}

.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:nth-child(2) {
    margin-left: -105px;
    margin-bottom: 105px;
}

@media only screen and (max-width: 1750px) {
    .burger-feature-block .burger-feature-list.feature-left .single-burger-feature:nth-child(2) {
        margin-left: -40px;
    }
}

@media only screen and (max-width: 1366px) {
    .burger-feature-block .burger-feature-list.feature-left .single-burger-feature:nth-child(2) {
        margin-left: 0px;
    }
}

.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:nth-child(2):before {
    background-image: url("../images/others/line3.png");
    right: -300px;
    top: -30px;
    width: 270px;
    height: 65px;
}

.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:last-child {
    margin-left: -30px;
}

@media only screen and (max-width: 1750px) {
    .burger-feature-block .burger-feature-list.feature-left .single-burger-feature:last-child {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1366px) {
    .burger-feature-block .burger-feature-list.feature-left .single-burger-feature:last-child {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .burger-feature-block .burger-feature-list.feature-left .single-burger-feature:last-child {
        margin-left: 0;
    }
}

.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:last-child:before {
    background-image: url("../images/others/line4.png");
    right: -210px;
    top: -175px;
    width: 185px;
    height: 175px;
}

@media only screen and (max-width: 1750px) {
    .burger-feature-block .burger-feature-list.feature-left .single-burger-feature:last-child:before {
        top: -165px;
        right: -204px;
    }
}

.burger-feature-block .burger-feature-list.feature-left .single-burger-feature .div-circle {
    right: -10px;
    top: 1px;
}

@media only screen and (max-width: 1750px) {
    .burger-feature-block .burger-feature-list.feature-left .single-burger-feature .div-circle {
        top: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .burger-feature-block .burger-feature-list.feature-left .single-burger-feature .div-circle {
        left: -30px;
        right: auto;
    }
}

.burger-feature-block .burger-feature-list.feature-right {
    padding-top: 85px;
}

@media only screen and (max-width: 1750px) {
    .burger-feature-block .burger-feature-list.feature-right {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .burger-feature-block .burger-feature-list.feature-right {
        padding-top: 0;
        padding-left: 35px;
        margin-bottom: -30px;
    }
}

.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:first-child {
    margin-left: 190px;
    margin-bottom: 90px;
}

@media only screen and (max-width: 1750px) {
    .burger-feature-block .burger-feature-list.feature-right .single-burger-feature:first-child {
        margin-left: 100px;
    }
}

@media only screen and (max-width: 1366px) {
    .burger-feature-block .burger-feature-list.feature-right .single-burger-feature:first-child {
        margin-left: -10px;
    }
}

@media only screen and (max-width: 1199px) {
    .burger-feature-block .burger-feature-list.feature-right .single-burger-feature:first-child {
        margin-left: 0;
    }
}

.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:first-child:before {
    background-image: url("../images/others/line1.png");
    left: -230px;
    top: 0px;
    width: 190px;
    height: 110px;
}

@media only screen and (max-width: 1366px) {
    .burger-feature-block .burger-feature-list.feature-right .single-burger-feature:first-child:before {
        left: -175px;
        width: 140px;
        top: 6px;
    }
}

.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:nth-child(2) {
    margin-left: 230px;
    margin-bottom: 65px;
}

@media only screen and (max-width: 1750px) {
    .burger-feature-block .burger-feature-list.feature-right .single-burger-feature:nth-child(2) {
        margin-left: 65px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .burger-feature-block .burger-feature-list.feature-right .single-burger-feature:nth-child(2) {
        margin-left: 0px;
    }
}

.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:nth-child(2):before {
    background-image: url("../images/others/line6.png");
    left: -305px;
    top: -40px;
    width: 270px;
    height: 65px;
}

@media only screen and (max-width: 1750px) {
    .burger-feature-block .burger-feature-list.feature-right .single-burger-feature:nth-child(2):before {
        left: -190px;
        width: 150px;
    }
}

@media only screen and (max-width: 1366px) {
    .burger-feature-block .burger-feature-list.feature-right .single-burger-feature:nth-child(2):before {
        left: -125px;
        width: 100px;
        top: -25px;
    }
}

.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:last-child {
    margin-left: 90px;
}

@media only screen and (max-width: 1750px) {
    .burger-feature-block .burger-feature-list.feature-right .single-burger-feature:last-child {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .burger-feature-block .burger-feature-list.feature-right .single-burger-feature:last-child {
        margin-left: -20px;
    }
}

@media only screen and (max-width: 1199px) {
    .burger-feature-block .burger-feature-list.feature-right .single-burger-feature:last-child {
        margin-left: 0;
    }
}

.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:last-child:before {
    background-image: url("../images/others/line5.png");
    left: -190px;
    top: -75px;
    width: 165px;
    height: 90px;
}

.burger-feature-block .burger-feature-list.feature-right .single-burger-feature .div-circle {
    left: -40px;
    top: 1px;
}

@media only screen and (max-width: 1750px) {
    .burger-feature-block .burger-feature-list.feature-right .single-burger-feature .div-circle {
        top: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .burger-feature-block .burger-feature-list.feature-right .single-burger-feature .div-circle {
        left: -30px;
    }
}

.burger-feature-block .burger-feature-thumb {
    margin-left: -65px;
    margin-right: -65px;
}

@media only screen and (max-width: 1750px) {
    .burger-feature-block .burger-feature-thumb {
        margin-left: 0px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .burger-feature-block .burger-feature-thumb {
        display: none;
    }
}

/*--------------------------------------------------------------
# Shop Pages
--------------------------------------------------------------*/
/*-------------------------------------------------------------------
    # Shop Pages
*/
/* [ ## cart ] */
.shopping-cart-block .shop-table,
.shopping-wishlist-block .shop-table {
    border-collapse: collapse;
}

    .shopping-cart-block .shop-table th,
    .shopping-cart-block .shop-table td,
    .shopping-wishlist-block .shop-table th,
    .shopping-wishlist-block .shop-table td {
        border-top: 1px solid #dddddd;
    }

    .shopping-cart-block .shop-table thead,
    .shopping-wishlist-block .shop-table thead {
        background-color: #222222;
    }

        .shopping-cart-block .shop-table thead th,
        .shopping-wishlist-block .shop-table thead th {
            color: white;
            font-size: 16px;
            font-weight: 500;
            padding: 20px 0;
            border-bottom: 0px solid;
            text-align: left;
        }

            .shopping-cart-block .shop-table thead th.product-name,
            .shopping-wishlist-block .shop-table thead th.product-name {
                padding-left: 30px !important;
            }

.shopping-cart-block .shoping-cart-item:first-child td,
.shopping-wishlist-block .shoping-cart-item:first-child td {
    padding-top: 65px;
}

@media only screen and (max-width: 991px) {
    .shopping-cart-block .shoping-cart-item:first-child td,
    .shopping-wishlist-block .shoping-cart-item:first-child td {
        padding-top: 30px;
    }
}

.shopping-cart-block .shoping-cart-item td,
.shopping-wishlist-block .shoping-cart-item td {
    vertical-align: middle;
    padding: 35px 0px;
}

@media only screen and (max-width: 991px) {
    .shopping-cart-block .shoping-cart-item td,
    .shopping-wishlist-block .shoping-cart-item td {
        padding: 25px 0;
    }
}

.shopping-cart-block .shoping-cart-item td.product-thumbnail,
.shopping-wishlist-block .shoping-cart-item td.product-thumbnail {
    width: 100px;
}

    .shopping-cart-block .shoping-cart-item td.product-thumbnail a,
    .shopping-wishlist-block .shoping-cart-item td.product-thumbnail a {
        display: block;
    }

.shopping-cart-block .shoping-cart-item td.product-info,
.shopping-wishlist-block .shoping-cart-item td.product-info {
    padding-left: 30px;
}

@media only screen and (max-width: 991px) {
    .shopping-cart-block .shoping-cart-item td.product-info,
    .shopping-wishlist-block .shoping-cart-item td.product-info {
        padding-left: 15px;
    }
}

.shopping-cart-block .shoping-cart-item td.product-info > h2,
.shopping-wishlist-block .shoping-cart-item td.product-info > h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

    .shopping-cart-block .shoping-cart-item td.product-info > h2 a:hover,
    .shopping-wishlist-block .shoping-cart-item td.product-info > h2 a:hover {
        color: var(--brand-primary-text, #f53700);
    }

.shopping-cart-block .shoping-cart-item td.product-info > ul,
.shopping-wishlist-block .shoping-cart-item td.product-info > ul {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .shopping-cart-block .shoping-cart-item td.product-info > ul > li,
    .shopping-wishlist-block .shoping-cart-item td.product-info > ul > li {
        font-size: 14px;
        display: inline-block;
        margin-right: 35px;
    }

@media only screen and (max-width: 991px) {
    .shopping-cart-block .shoping-cart-item td.product-info > ul > li,
    .shopping-wishlist-block .shoping-cart-item td.product-info > ul > li {
        margin-right: 15px;
    }
}

.shopping-cart-block .shoping-cart-item td.product-info > ul > li:last-child,
.shopping-wishlist-block .shoping-cart-item td.product-info > ul > li:last-child {
    margin-right: 0;
}

.shopping-cart-block .shoping-cart-item td.product-info > ul > li span,
.shopping-wishlist-block .shoping-cart-item td.product-info > ul > li span {
    color: var(--text-dark, #000);
    display: inline-block;
}

.shopping-cart-block .shoping-cart-item td.product-info > ul > li > span:after,
.shopping-wishlist-block .shoping-cart-item td.product-info > ul > li > span:after {
    content: ":";
    padding: 0 5px 0 2px;
}

.shopping-cart-block .shoping-cart-item td.product-info .tools,
.shopping-wishlist-block .shoping-cart-item td.product-info .tools {
    padding-top: 25px;
}

@media only screen and (max-width: 991px) {
    .shopping-cart-block .shoping-cart-item td.product-info .tools,
    .shopping-wishlist-block .shoping-cart-item td.product-info .tools {
        padding-top: 15px;
    }
}

.shopping-cart-block .shoping-cart-item td.product-info .tools a,
.shopping-wishlist-block .shoping-cart-item td.product-info .tools a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .shopping-cart-block .shoping-cart-item td.product-info .tools a > span,
    .shopping-wishlist-block .shoping-cart-item td.product-info .tools a > span {
        margin-right: 7px;
    }

    .shopping-cart-block .shoping-cart-item td.product-info .tools a:hover,
    .shopping-wishlist-block .shoping-cart-item td.product-info .tools a:hover {
        color: var(--brand-primary-text, #f53700);
    }

.shopping-cart-block .shoping-cart-item td.product-quantity,
.shopping-wishlist-block .shoping-cart-item td.product-quantity {
    width: 230px;
}

@media only screen and (max-width: 991px) {
    .shopping-cart-block .shoping-cart-item td.product-quantity,
    .shopping-wishlist-block .shoping-cart-item td.product-quantity {
        width: 135px;
    }
}

.shopping-cart-block .shoping-cart-item td.product-subtotal, .shopping-cart-block .shoping-cart-item td.product-price,
.shopping-wishlist-block .shoping-cart-item td.product-subtotal,
.shopping-wishlist-block .shoping-cart-item td.product-price {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark, #000);
    width: 130px;
}

@media only screen and (max-width: 991px) {
    .shopping-cart-block .shoping-cart-item td.product-subtotal, .shopping-cart-block .shoping-cart-item td.product-price,
    .shopping-wishlist-block .shoping-cart-item td.product-subtotal,
    .shopping-wishlist-block .shoping-cart-item td.product-price {
        width: 90px;
    }
}

.shopping-cart-block .refresh-shoping,
.shopping-wishlist-block .refresh-shoping {
    margin: 0 -5px;
}

    .shopping-cart-block .refresh-shoping > .btn-default,
    .shopping-wishlist-block .refresh-shoping > .btn-default {
        margin: 0 5px 5px;
        padding: 12px 35px;
    }

@media only screen and (max-width: 480px) {
    .shopping-cart-block .refresh-shoping > .btn-default,
    .shopping-wishlist-block .refresh-shoping > .btn-default {
        padding: 12px 20px;
    }
}

.shopping-cart-block .refresh-shoping > .btn-default.btn-primary,
.shopping-wishlist-block .refresh-shoping > .btn-default.btn-primary {
    padding: 10px 35px;
}

@media only screen and (max-width: 480px) {
    .shopping-cart-block .refresh-shoping > .btn-default.btn-primary,
    .shopping-wishlist-block .refresh-shoping > .btn-default.btn-primary {
        padding: 10px 20px;
    }
}

.shopping-cart-block .shop-table {
    border-bottom: 1px solid #dddddd;
    margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
    .shopping-cart-block .shop-table {
        width: 700px;
        max-width: none;
    }
}

.shopping-cart-block .refresh-shoping {
    margin: 0 -5px;
}

@media only screen and (max-width: 991px) {
    .shopping-cart-block .refresh-shoping {
        margin-top: 30px;
    }
}

.shopping-cart-block .refresh-shoping > .btn-default {
    margin: 0 5px 5px;
}

.shopping-wishlist-block .shop-table.table {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .shopping-wishlist-block .shop-table.table {
        width: 700px;
        max-width: none;
        margin-bottom: 30px;
    }
}

.shopping-wishlist-block .shoping-cart-item:last-child > td {
    padding-bottom: 0 !important;
}

.shopping-wishlist-block .shoping-cart-item td.product-status {
    width: 410px;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .shopping-wishlist-block .shoping-cart-item td.product-status {
        width: 300px;
    }
}

@media only screen and (max-width: 991px) {
    .shopping-wishlist-block .shoping-cart-item td.product-status {
        width: 220px;
    }
}

.shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info .icon {
        display: inline-block;
        width: 45px;
        height: 45px;
        border: 1px solid rgba(197, 28, 35, 0.2);
        border-radius: 50%;
        font-size: 18px;
        color: var(--text-dark, #000);
        text-align: center;
        line-height: 45px;
    }

        .shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info .icon:hover {
            color: white;
        }

    .shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info.stock-in .status {
        color: #2dad4b;
    }

    .shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info.stock-in .icon {
        border-color: rgba(45, 173, 75, 0.2);
    }

        .shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info.stock-in .icon:hover {
            border-color: #2dad4b;
            background-color: #2dad4b;
        }

    .shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info.stock-out .status {
        color: var(--brand-primary-text, #f53700);
    }

    .shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info.stock-out .icon {
        border-color: rgba(197, 28, 35, 0.2);
    }

        .shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info.stock-out .icon:hover {
            border-color: var(--brand-primary-text, #f53700);
            background-color: var(--brand-primary-text, #f53700);
        }

.cart-total-area {
    background-color: #f2f2f2;
    padding: 40px 40px 45px;
}

@media only screen and (max-width: 1199px) {
    .cart-total-area {
        padding: 35px 20px 40px;
    }
}

.cart-total-area .cart-total-info .list {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 16px;
}

    .cart-total-area .cart-total-info .list > li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 500;
        margin-bottom: 10px;
    }

        .cart-total-area .cart-total-info .list > li > span {
            display: inline-block;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 100px);
            flex: 0 0 calc(100% - 100px);
            max-width: calc(100% - 100px);
            text-align: right;
        }

@media only screen and (max-width: 1199px) {
    .cart-total-area .cart-total-info .list > li > span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 75px);
        flex: 0 0 calc(100% - 75px);
        max-width: calc(100% - 75px);
    }
}

.cart-total-area .cart-total-info .list > li > strong {
    color: var(--text-dark, #000);
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    font-weight: 500;
    max-width: 100px;
    text-align: right;
}

@media only screen and (max-width: 1199px) {
    .cart-total-area .cart-total-info .list > li > strong {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
        flex: 0 0 75px;
        max-width: 75px;
    }
}

.cart-total-area .cart-total-info .cart-total-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 21px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 55px;
}

@media only screen and (max-width: 575px) {
    .cart-total-area .cart-total-info .cart-total-amount {
        margin-bottom: 30px;
    }
}

.cart-total-area .cart-total-info .cart-total-amount .amount {
    color: var(--brand-primary-text, #f53700);
}

.cupon-code {
    position: relative;
}

    .cupon-code .form-controllar {
        border-bottom: 1px solid #dddddd;
        font-size: 14px;
        height: 52px;
        padding: 5px 0 !important;
        width: 100%;
        position: relative;
    }

    .cupon-code .btn-cupon {
        color: var(--brand-primary-text, #f53700);
        padding: 0;
        position: absolute;
        right: 0;
        top: 17px;
        background-color: transparent;
        font-weight: 600;
    }

@media only screen and (max-width: 991px) {
    .calculate-shipping-area {
        margin-top: -15px;
        margin-bottom: 60px;
    }
}

.calculate-shipping-area .form-group {
    margin-bottom: 18px;
}

.calculate-shipping-area button.btn, .calculate-shipping-area input.btn[type="button"], .calculate-shipping-area input.btn[type="reset"], .calculate-shipping-area input.btn[type="submit"] {
    margin-top: 20px;
}

/* [ ## checkout ] */
.checkout-form-row .heading-medium {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .checkout-form-row .heading-medium {
        margin-bottom: 10px;
    }
}

.checkout-form-row button.btn, .checkout-form-row input.btn[type="button"], .checkout-form-row input.btn[type="reset"], .checkout-form-row input.btn[type="submit"] {
    margin-top: 25px;
}

.checkout-form-row .cart-total-area {
    margin-top: 35px;
    padding: 35px 30px 40px;
}

@media only screen and (max-width: 1199px) {
    .checkout-form-row .cart-total-area {
        padding: 30px 20px;
    }
}

.checkout-form-row .cart-total-area .cart-total-info .list > li > span {
    text-align: left;
}

.checkout-form-row .cart-total-area .cart-total-info .cart-total-amount {
    margin-bottom: 20px;
}

.checkout-form-row .cart-total-area button.btn, .checkout-form-row .cart-total-area input.btn[type="button"], .checkout-form-row .cart-total-area input.btn[type="reset"], .checkout-form-row .cart-total-area input.btn[type="submit"] {
    width: 90%;
}

.payment-method {
    border-top: 1px solid #dddddd;
    padding: 10px 0 25px;
}

@media only screen and (max-width: 767px) {
    .payment-method {
        padding-bottom: 5px;
    }
}

.payment-method .form-group {
    margin-bottom: 2px;
    font-size: 16px;
}

    .payment-method .form-group > input[type="radio"] {
        display: none;
    }

        .payment-method .form-group > input[type="radio"] + .payment-radio {
            color: var(--text-dark, #000);
            display: block;
            padding: 7px 0 7px 30px;
            cursor: pointer;
            position: relative;
            font-weight: 500;
            margin-bottom: 0px;
        }

            .payment-method .form-group > input[type="radio"] + .payment-radio:after {
                border: 2px solid black;
                border-radius: 50%;
                content: "";
                height: 18px;
                left: 0;
                position: absolute;
                top: 50%;
                width: 18px;
                margin-top: -9px;
            }

        .payment-method .form-group > input[type="radio"]:checked + .payment-radio:before {
            background-color: black;
            border-radius: 50%;
            content: "";
            height: 8px;
            left: 5px;
            position: absolute;
            top: 50%;
            width: 8px;
            margin-top: -4px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shopping-checkout-section .row > .col-lg-4:last-child {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 757px) {
    .shopping-checkout-section .row > .col-lg-4 {
        margin-bottom: 40px;
    }

        .shopping-checkout-section .row > .col-lg-4:last-child {
            margin-top: 0px;
            margin-bottom: 0;
        }
}
/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Blog Single
--------------------------------------------------------------*/
/*-------------------------------------------------------------------
    [ ## Single Posts ]
*/
@media only screen and (min-width: 1200px) {
    .blog-single-page {
        padding-right: 30px;
    }
}

.post.single-post {
    margin-bottom: 60px;
    background-color: transparent;
    box-shadow: 0px 0px 0px transparent;
    text-align: left;
}

    .post.single-post .post-thumb {
        position: relative;
    }

        .post.single-post .post-thumb .post-share-area {
            position: absolute;
            bottom: 20px;
            left: 35px;
            z-index: 2;
        }

@media only screen and (max-width: 767px) {
    .post.single-post .post-thumb .post-share-area {
        left: 0px;
        bottom: 0px;
        position: relative;
        padding-top: 25px;
    }
}

.post.single-post .post-thumb .post-share-area h3 > span {
    padding: 0;
}

.post.single-post .entry-title {
    font-size: 42px;
    line-height: 1.2em;
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .post.single-post .entry-title {
        font-size: 36px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .post.single-post .entry-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .post.single-post .entry-title {
        font-size: 26px;
    }
}

.post.single-post .entry-meta-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .post.single-post .entry-meta-content {
        margin-bottom: 5px;
    }
}

.post.single-post ul li, .post.single-post ol li {
    margin-top: 10px;
    line-height: 1.6em;
}

.post.single-post > ul,
.post.single-post > ol {
    padding-left: 20px;
}

.post.single-post table {
    margin-bottom: 30px;
}

.post.single-post p {
    margin-bottom: 20px;
}

    .post.single-post p:last-child {
        margin-bottom: 0;
    }

.post.single-post .image-group {
    padding-top: 20px;
}

.post.single-post iframe {
    border: 0px solid;
}

.post.single-post figure {
    margin-bottom: 25px;
}

    .post.single-post figure span {
        color: #979797;
        font-size: 12px;
        display: block;
        padding: 13px 0 25px;
    }

.post.single-post .post-details {
    padding: 0;
}

.post.single-post .responsive-video {
    margin-bottom: 20px;
    margin-top: 35px;
}

    .post.single-post .responsive-video .fluid-width-video-wrapper {
        position: absolute;
        top: 0;
    }

.post.single-post blockquote {
    padding: 0 70px 25px;
    color: var(--text-dark, #000);
    text-align: center;
    background-color: #f6f6f6;
    margin-top: 70px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .post.single-post blockquote {
        padding: 0 20px 25px;
    }
}

@media only screen and (max-width: 575px) {
    .post.single-post blockquote {
        padding: 0 15px 25px;
    }
}

.post.single-post blockquote .quote {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--brand-primary-text, #f53700);
    color: white;
    margin: 0 auto;
    font-size: 21px;
    line-height: 58px;
    position: relative;
    top: -30px;
    margin-bottom: -10px;
}

.post.single-post blockquote img {
    margin-bottom: 25px;
    border-radius: 0px;
}

.post.single-post blockquote p {
    text-align: center !important;
    margin-bottom: 10px;
    position: relative;
    font-size: 24px;
    font-weight: lighter;
    line-height: 1.58em;
}

@media only screen and (max-width: 991px) {
    .post.single-post blockquote p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .post.single-post blockquote p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .post.single-post blockquote p {
        font-size: 18px;
    }
}

.post.single-post blockquote p:last-child {
    margin-bottom: 0;
}

.post.single-post blockquote p cite {
    margin-left: 0;
    padding-left: 0;
}

.post.single-post blockquote cite, .post.single-post blockquote a, .post.single-post blockquote span {
    padding: 0 1.2em;
    font-size: 0.8em;
    font-weight: 500;
    font-style: normal;
    position: relative;
}

.post.single-post blockquote span {
    font-weight: 600;
}

.post.single-post blockquote cite {
    display: block;
}

    .post.single-post blockquote cite:before {
        content: "--";
        padding-right: 5px;
    }

@media only screen and (max-width: 1199px) {
    .post.single-post blockquote p {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .post.single-post blockquote p {
        font-size: 20px;
    }
}

.post.single-post .entry-footer {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
}

.entry-tag > a {
    border: 1px solid #dddddd;
    border-radius: 40px;
    color: var(--text-dark, #000);
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 35px;
    line-height: 31px;
    margin: 5px 3px;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .entry-tag > a:hover, .entry-tag > a:focus {
        background-color: black;
        color: white;
    }

.post-share-area,
.event-share-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .post-share-area h3,
    .event-share-area h3 {
        font-size: 48px;
        line-height: 40px;
        margin-bottom: 0;
        font-weight: 700;
        color: white;
    }

@media only screen and (max-width: 767px) {
    .post-share-area h3,
    .event-share-area h3 {
        color: var(--text-dark, #000);
    }
}

.post-share-area h3 span,
.event-share-area h3 span {
    display: block;
    font-size: 12px;
    line-height: 1em;
    font-weight: 500;
    color: #bababa !important;
}

@media only screen and (max-width: 767px) {
    .post-share-area h3 span,
    .event-share-area h3 span {
        color: #666666 !important;
    }
}

.post-share-area .share,
.event-share-area .share {
    margin-bottom: -4px;
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {
    .post-share-area .share,
    .event-share-area .share {
        padding-left: 20px;
    }
}

.post-share-area .share > a,
.event-share-area .share > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--brand-primary-text, #f53700);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 7px;
}

    .post-share-area .share > a span,
    .event-share-area .share > a span {
        display: inline-block;
        text-align: center;
        color: white;
    }

        .post-share-area .share > a span.fab,
        .event-share-area .share > a span.fab {
            width: 50px;
            height: 100%;
            line-height: 40px;
            padding: 0;
        }

    .post-share-area .share > a .text,
    .event-share-area .share > a .text {
        font-size: 11px;
        font-weight: 500;
        padding: 0 30px;
    }

@media only screen and (max-width: 991px) {
    .post-share-area .share > a .text,
    .event-share-area .share > a .text {
        padding: 0 20px;
    }
}

.post-share-area .share > a.facebook,
.event-share-area .share > a.facebook {
    background-color: #3B5998;
}

    .post-share-area .share > a.facebook span.fab,
    .event-share-area .share > a.facebook span.fab {
        background-color: #36508A;
    }

.post-share-area .share > a.twitter,
.event-share-area .share > a.twitter {
    background-color: #01ACEE;
}

    .post-share-area .share > a.twitter span.fab,
    .event-share-area .share > a.twitter span.fab {
        background-color: #009BD6;
    }

.post-share-area .share > a.google,
.event-share-area .share > a.google {
    background-color: #EA4335;
}

    .post-share-area .share > a.google span.fab,
    .event-share-area .share > a.google span.fab {
        background-color: #D33C30;
    }

/* [ ## Post Author ] */
.author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 60px 0;
}

@media only screen and (max-width: 480px) {
    .author-info {
        display: block;
    }
}

.author-info #author-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 120px;
}

.author-info .at-img > img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.author-info #author-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    padding-left: 30px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .author-info #author-details {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .author-info #author-details {
        padding-left: 0;
    }
}

.author-info #author-details .author-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-dark, #000);
}

@media only screen and (max-width: 767px) {
    .author-info #author-details .author-name {
        margin-bottom: 15px;
    }
}

.author-info #author-details .author-name > span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-gray, #666666);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
}

.author-info #author-details .social-status {
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .author-info #author-details .social-status {
        position: relative;
        padding-top: 20px;
    }
}

.author-info #author-details .social-status > a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: var(--text-dark, #000);
}

/*--------------------------------------------------------------
## Event Single
--------------------------------------------------------------*/
/*-------------------------------------------------------------------
    [ ## Single Events ]
*/
.event.single-event {
    margin-bottom: 60px;
    background-color: transparent;
    box-shadow: 0px 0px 0px transparent;
    text-align: left;
}

    .event.single-event .event-thumb {
        position: relative;
    }

        .event.single-event .event-thumb:before {
            position: absolute;
            content: "";
            bottom: 0;
            width: 100%;
            height: 100%;
            background: -webkit-linear-gradient(bottom, black, transparent);
            background: linear-gradient(to top, black, transparent);
            opacity: 0.8;
        }

@media only screen and (max-width: 767px) {
    .event.single-event .event-thumb:before {
        display: none;
    }
}

.event.single-event .event-thumb .event-share-area {
    position: absolute;
    bottom: 20px;
    left: 35px;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .event.single-event .event-thumb .event-share-area {
        left: 0px;
        bottom: 0px;
        position: relative;
        padding-top: 25px;
    }
}

.event.single-event .event-thumb .event-share-area h3 > span {
    padding: 0;
}

.event.single-event .event-thumb .event-share-area .share span {
    color: white;
}

.event.single-event .entry-meta-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.4em;
    margin-bottom: 15px;
}

    .event.single-event .entry-meta-content > div {
        margin-right: 15px;
        position: relative;
        margin-bottom: 8px;
    }

        .event.single-event .entry-meta-content > div:last-child {
            margin-right: 0px;
        }

        .event.single-event .entry-meta-content > div [class*="fa-"] {
            color: var(--brand-primary-text, #f53700);
            position: relative;
            top: -1px;
            display: inline-block;
            margin-right: 5px;
        }

        .event.single-event .entry-meta-content > div strong {
            font-size: 14px;
            color: var(--text-dark, #000);
            font-weight: normal;
        }

        .event.single-event .entry-meta-content > div a {
            color: var(--brand-primary-text, #f53700);
        }

            .event.single-event .entry-meta-content > div a:hover, .event.single-event .entry-meta-content > div a:focus {
                color: var(--text-dark, #000);
            }

.event.single-event .entry-title {
    font-size: 42px;
    line-height: 1.2em;
    margin-bottom: 35px;
}

@media only screen and (max-width: 991px) {
    .event.single-event .entry-title {
        font-size: 36px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .event.single-event .entry-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .event.single-event .entry-title {
        font-size: 26px;
    }
}

.event.single-event ul li, .event.single-event ol li {
    margin-top: 10px;
    line-height: 1.6em;
}

.event.single-event > ul,
.event.single-event > ol {
    padding-left: 20px;
}

.event.single-event table {
    margin-bottom: 30px;
}

.event.single-event p {
    margin-bottom: 20px;
}

    .event.single-event p:last-child {
        margin-bottom: 0;
    }

.event.single-event iframe {
    border: 0px solid;
}

.event.single-event figure {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .event.single-event figure {
        margin-bottom: 20px;
    }
}

.event.single-event figure span {
    color: #979797;
    font-size: 12px;
    display: block;
    padding: 13px 0 25px;
}

.event.single-event .event-details {
    padding: 0;
}

/*--------------------------------------------------------------
## Chef Single
--------------------------------------------------------------*/
.single-chef-block .chef-thumbnail-area {
    position: relative;
    display: inline-block;
}

    .single-chef-block .chef-thumbnail-area:before {
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        border: 7px solid #c51c23;
        position: absolute;
        content: "";
        top: 20px;
        left: 20px;
        z-index: 2;
    }

@media only screen and (max-width: 575px) {
    .single-chef-block .chef-thumbnail-area:before {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        border-width: 5px;
        top: 15px;
        left: 15px;
    }
}

.single-chef-block .chef-thumbnail-area .chef-thumb {
    margin-bottom: 0;
}

.single-chef-block .chef-info-block {
    margin-bottom: 48px;
}

@media only screen and (max-width: 1199px) {
    .single-chef-block .chef-info-block {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .single-chef-block .chef-info-block {
        margin-bottom: 25px;
    }
}

.single-chef-block .chef-info-block:last-child {
    margin-bottom: 0 !important;
}

.single-chef-block .chef-info-block .heading18 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
    .single-chef-block .chef-info-block .heading18 {
        margin-bottom: 10px;
    }
}

.single-chef-block .chef-info .chef-name {
    font-weight: 700;
    font-family: var(--heading-font, "Playfair Display", serif);
    margin-bottom: 0px;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 1.15em;
    margin-top: -8px;
}

@media only screen and (max-width: 1199px) {
    .single-chef-block .chef-info .chef-name {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .single-chef-block .chef-info .chef-name {
        font-size: 26px;
    }
}

.single-chef-block .chef-info .designation {
    text-transform: uppercase;
    color: #de4f41;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
    .single-chef-block .chef-info .designation {
        margin-bottom: 30px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .single-chef-block .chef-info .designation {
        margin-bottom: 20px;
        font-size: 16px;
    }
}

.single-chef-block .social-status {
    padding-top: 5px;
}

    .single-chef-block .social-status > a {
        width: 35px;
        height: 35px;
        line-height: 37px;
        color: var(--text-dark, #000);
    }

/*--------------------------------------------------------------
## Food Single
--------------------------------------------------------------*/
.single-food-details .single-slider-item {
    position: relative;
    min-height: 150px;
}

    .single-food-details .single-slider-item .food-detail-slide {
        list-style: outside none none;
        margin-bottom: 0;
        padding-left: 0;
    }

.single-food-details .food-title {
    font-size: 42px;
    font-weight: 700;
    font-family: var(--heading-font, "Playfair Display", serif);
    line-height: 1.2em;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .single-food-details .food-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .single-food-details .food-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 480px) {
    .single-food-details .food-title {
        font-size: 24px;
    }
}

.single-food-details .food-price {
    font-size: 32px;
    font-weight: 600;
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
    color: var(--brand-primary-text, #f53700);
}

@media only screen and (max-width: 991px) {
    .single-food-details .food-price {
        font-size: 24px;
    }
}

@media only screen and (max-width: 420px) {
    .single-food-details .food-price {
        font-size: 20px;
    }
}

.single-food-details .food-price sup {
    font-size: 50%;
    top: -13px;
}

.single-food-details .food-price > del {
    display: inline-block;
    color: #d4d4d4;
    padding-left: 5px;
}

.single-food-details .food-price-and-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .single-food-details .food-price-and-status .food-rating {
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .single-food-details .food-price-and-status > div:before {
        content: "|";
        color: var(--text-gray, #666666);
        padding: 0 18px 0 20px;
    }

@media only screen and (max-width: 420px) {
    .single-food-details .food-price-and-status > div:before {
        padding: 0 8px 0 10px;
    }
}

.single-food-details .food-price-and-status > div:first-child:before {
    content: "";
    padding: 0;
}

.single-food-details .thumbnails-wrapper {
    list-style: outside none none;
    margin: 0 -3px;
    padding-left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 9;
}

    .single-food-details .thumbnails-wrapper .thumbnails {
        background-color: #ededed;
        border: 3px solid white;
        display: inline-block;
        margin: 0 4px;
        width: 100px;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

@media only screen and (max-width: 480px) {
    .single-food-details .thumbnails-wrapper .thumbnails {
        width: 80px;
        margin: 0 3px;
    }
}

.single-food-details .thumbnails-wrapper .thumbnails > a {
    display: block;
}

.single-food-details .thumbnails-wrapper .thumbnails.active {
    border-color: var(--text-dark, #000);
}

.single-food-details .food-review-write,
.single-food-details .food-review-read {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark, #000);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 480px) {
    .single-food-details .food-review-write,
    .single-food-details .food-review-read {
        font-size: 12px;
    }
}

.single-food-details .food-review-write .icon,
.single-food-details .food-review-read .icon {
    width: 35px;
    height: 35px;
    line-height: 37px;
    border-radius: 50%;
    background-color: var(--brand-primary-text, #f53700);
    color: white;
    text-align: center;
    margin-right: 7px;
}

@media only screen and (max-width: 480px) {
    .single-food-details .food-review-write .icon,
    .single-food-details .food-review-read .icon {
        height: 30px;
        line-height: 32px;
        width: 30px;
    }
}

.single-food-details .food-rating .rating {
    font-size: 14px;
}

@media only screen and (max-width: 480px) {
    .single-food-details .food-rating .rating {
        font-size: 12px;
    }
}

.single-food-details .food-rating .rating > .yellow {
    color: #f5bb0c;
    margin: 0 -2px;
}

.single-food-details .food-rating > a {
    display: inline-block;
    padding-left: 15px;
}

@media only screen and (max-width: 420px) {
    .single-food-details .food-rating > a {
        padding-left: 5px;
    }
}

.single-food-details .food-rating > a:hover {
    color: var(--brand-primary-text, #f53700);
}

.single-food-details .food-status {
    color: #2dad4b;
    font-size: 12px;
    font-weight: 500;
}

.single-food-details .select-custom {
    height: auto;
    line-height: 1em;
    padding-bottom: 16px;
}

    .single-food-details .select-custom .current {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--text-dark, #000);
    }

@media only screen and (max-width: 767px) {
    .single-food-details .select-custom .current {
        font-size: 14px;
    }
}

.single-food-details .food-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .single-food-details .food-meta > div {
        margin: 0 18px;
    }

@media only screen and (max-width: 480px) {
    .single-food-details .food-meta > div {
        margin: 0 8px;
    }
}

.single-food-details .food-meta > div:first-child {
    margin-left: 0;
}

.single-food-details .food-meta > div:last-child {
    margin-right: 0;
}

.single-food-details .small-title {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}

@media only screen and (max-width: 480px) {
    .single-food-details .small-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.single-food-details .input-spinner {
    border: 1px solid #C9DEDE;
    height: 44px;
}

@media only screen and (max-width: 480px) {
    .single-food-details .input-spinner {
        height: 35px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 480px) {
    .single-food-details .input-spinner > a {
        height: 35px;
        line-height: 35px;
    }
}

.single-food-details .input-spinner > input {
    height: 42px;
    line-height: 42px;
}

@media only screen and (max-width: 480px) {
    .single-food-details .input-spinner > input {
        height: 33px;
        line-height: 33px;
        width: 45px !important;
    }
}

.single-food-details .share-and-whishlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .single-food-details .share-and-whishlist .add-to-cart,
    .single-food-details .share-and-whishlist .add-to-whishlist,
    .single-food-details .share-and-whishlist .share-link > a {
        border-radius: 50%;
        color: var(--text-dark, #000);
        display: block;
        font-size: 16px;
        height: 45px;
        line-height: 47px;
        text-align: center;
        width: 45px;
        border: 1px solid #C9DEDE;
        margin: 0 4px;
    }

@media only screen and (max-width: 480px) {
    .single-food-details .share-and-whishlist .add-to-cart,
    .single-food-details .share-and-whishlist .add-to-whishlist,
    .single-food-details .share-and-whishlist .share-link > a {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 12px;
    }
}

.single-food-details .share-and-whishlist .add-to-cart:hover,
.single-food-details .share-and-whishlist .add-to-whishlist:hover,
.single-food-details .share-and-whishlist .share-link > a:hover {
    background-color: var(--brand-primary-text, #f53700);
    color: white;
    border-color: var(--brand-primary-text, #f53700);
}

.single-food-details .share-and-whishlist .food-share .share-link {
    position: relative;
}

    .single-food-details .share-and-whishlist .food-share .share-link .share-list {
        color: #b6b6b6;
        list-style: outside none none;
        margin-bottom: 0;
        padding-left: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        padding-top: 5px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

        .single-food-details .share-and-whishlist .food-share .share-link .share-list > li > a {
            display: block;
            font-size: 12px;
            padding: 3px 0;
            color: var(--text-dark, #000);
        }

            .single-food-details .share-and-whishlist .food-share .share-link .share-list > li > a:hover {
                color: var(--brand-primary-text, #f53700);
            }

    .single-food-details .share-and-whishlist .food-share .share-link:hover .share-list {
        opacity: 1;
        visibility: visible;
    }

.single-food-details .food-detail-bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -3px;
}

    .single-food-details .food-detail-bottom > div {
        margin: 0 3px 5px;
    }

.single-food-details .food-item-info > .food-title {
    font-size: 36px;
    margin-bottom: 20px;
}

.single-food-details .description {
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .single-food-details .description {
        font-size: 14px;
    }
}

.single-food-details .description p {
    line-height: 1.55em;
}

.single-food-details .food-size-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .single-food-details .food-size-color > div {
        margin-bottom: 20px;
    }

@media only screen and (max-width: 480px) {
    .single-food-details .food-size-color > div {
        margin-bottom: 10px;
    }
}

.single-food-details .food-size-color > .item-size {
    margin-right: 40px;
}

.item-size .size-content label {
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 50px;
    margin-bottom: 5px;
    margin-right: 2px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    width: 48px;
    cursor: pointer;
    background-color: #F2F2F2;
}

@media only screen and (max-width: 480px) {
    .item-size .size-content label {
        height: 35px;
        line-height: 36px;
        width: 35px;
        font-size: 14px;
    }
}

.item-size .size-content input[type="radio"] {
    display: none;
}

    .item-size .size-content input[type="radio"]:checked + label,
    .item-size .size-content input[type="radio"] + label:hover {
        background-color: var(--brand-primary-text, #f53700);
        border-color: var(--brand-primary-text, #f53700);
        color: white;
    }

.item-color .colors-content label {
    height: 48px;
    line-height: 48px;
    width: 48px;
    margin-right: 3px;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

@media only screen and (max-width: 480px) {
    .item-color .colors-content label {
        height: 35px;
        line-height: 35px;
        width: 35px;
    }
}

.item-color .colors-content input[type="checkbox"] {
    display: none;
}

    .item-color .colors-content input[type="checkbox"]:checked + label,
    .item-color .colors-content input[type="checkbox"] + label:hover {
        border: 2px solid white;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    }

.item-color .colors-content .color1 {
    background-color: #FFE3E3;
}

.item-color .colors-content .color2 {
    background-color: #ED3C1F;
}

.item-color .colors-content .color3 {
    background-color: #D7DBFD;
}

.item-color .colors-content .color4 {
    background-color: #DEE8D2;
}

.item-color .colors-content .color5 {
    background-color: #D5EBFF;
}

.food-review {
    margin-bottom: 30px;
}

@media only screen and (max-width: 420px) {
    .food-review {
        margin-bottom: 20px;
    }
}

.food-review .rating-riview > .rating {
    font-size: 12px;
    margin-bottom: 5px;
    color: #f1a92b;
}

    .food-review .rating-riview > .rating [class*='fa-'] {
        margin: 0 -1px;
    }

.food-review .rating-riview > .d-block {
    color: var(--text-dark, #000);
    font-size: 16px;
    font-weight: 500;
}

@media only screen and (max-width: 420px) {
    .food-review .rating-riview > .d-block {
        font-size: 15px;
    }
}

.food-review .review-user > p {
    display: inline-block;
    margin-bottom: 0;
}

.food-review .review-user > .review-user-name {
    color: #222;
    font-size: 15px;
}

    .food-review .review-user > .review-user-name:after {
        color: #727272;
        content: "-";
        padding: 0 5px 0 10px;
    }

.food-review .review-user > .review-meta {
    font-size: 13px;
}

.food-single-block.style-one .single-food-header {
    margin-bottom: 55px;
    margin-top: -10px;
}

@media only screen and (max-width: 1199px) {
    .food-single-block.style-one .single-food-header {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 420px) {
    .food-single-block.style-one .single-food-header {
        margin-bottom: 35px;
    }
}

.food-single-block.style-one .form-group {
    margin-bottom: 25px;
}

.food-single-block.style-one .single-food-content-area {
    background-color: rgba(255, 255, 255, 0.92);
    margin-top: -190px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 480px) {
    .food-single-block.style-one .single-food-content-area {
        margin-top: -80px;
    }
}

.food-single-block.style-one .single-food-content-area .single-food-content-inner {
    width: 570px;
    margin: 0 auto -55px;
    position: relative;
    top: -50px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .food-single-block.style-one .single-food-content-area .single-food-content-inner {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .food-single-block.style-one .single-food-content-area .single-food-content-inner {
        top: -40px;
        margin-bottom: -45px;
    }
}

.food-single-block.style-one .single-food-content-area .food-meta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.food-single-block.style-one .single-food-header {
    text-align: center;
}

.food-single-block.style-one .single-food-details .thumbnails-wrapper {
    padding-bottom: 40px;
}

@media only screen and (max-width: 480px) {
    .food-single-block.style-one .single-food-details .thumbnails-wrapper {
        padding-bottom: 25px;
    }
}

.food-single-block.style-one .single-food-details .item-size {
    padding: 25px 0 33px;
}

@media only screen and (max-width: 480px) {
    .food-single-block.style-one .single-food-details .item-size {
        padding: 15px 0 30px;
    }
}

.food-single-block.style-one .single-food-details .food-detail-bottom {
    padding-top: 10px;
}

@media only screen and (max-width: 991px) {
    .food-single-block.style-two .single-slider-item {
        padding-bottom: 35px;
    }
}

.food-single-block.style-two .single-slider-item .food-detail-slide .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.food-single-block.style-two .single-food-content-area {
    background-color: white;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #EDEDED;
    padding: 55px 60px;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .food-single-block.style-two .single-food-content-area {
        padding: 35px 25px;
    }
}

@media only screen and (max-width: 420px) {
    .food-single-block.style-two .single-food-content-area {
        padding: 35px 15px;
    }
}

.food-single-block.style-two .single-food-content-area .item-size {
    margin-bottom: 32px;
}

.food-single-block.style-two .single-food-content-area .form-group {
    margin-bottom: 35px;
}

.food-single-block.style-two .food-title {
    font-size: 32px;
    font-weight: 600;
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
    margin-bottom: 10px;
    margin-top: -5px;
}

@media only screen and (max-width: 767px) {
    .food-single-block.style-two .food-title {
        font-size: 26px;
    }
}

.food-single-block.style-two .food-price {
    font-size: 24px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .food-single-block.style-two .food-price {
        font-size: 20px;
    }
}

.food-single-block.style-two .food-price sup {
    top: -10px;
}

.food-single-block.style-two .single-food-details {
    position: relative;
}

    .food-single-block.style-two .single-food-details .thumbnails-wrapper-area {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 55px;
        z-index: 4;
    }

@media only screen and (max-width: 1366px) {
    .food-single-block.style-two .single-food-details .thumbnails-wrapper-area {
        left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .food-single-block.style-two .single-food-details .thumbnails-wrapper-area {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        top: 185px;
    }
}

@media only screen and (max-width: 767px) {
    .food-single-block.style-two .single-food-details .thumbnails-wrapper-area {
        top: 150px;
    }
}

@media only screen and (max-width: 575px) {
    .food-single-block.style-two .single-food-details .thumbnails-wrapper-area {
        top: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .food-single-block.style-two .single-food-details .thumbnails-wrapper-area {
        top: 140px;
        left: 15px;
    }
}

@media only screen and (max-width: 420px) {
    .food-single-block.style-two .single-food-details .thumbnails-wrapper-area {
        top: 110px;
    }
}

@media only screen and (max-width: 360px) {
    .food-single-block.style-two .single-food-details .thumbnails-wrapper-area {
        top: 70px;
    }
}

.food-single-block.style-two .single-food-details .thumbnails-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .food-single-block.style-two .single-food-details .thumbnails-wrapper .thumbnails {
        margin: 5px 0;
    }

.food-single-block.style-two .single-food-details .food-price-and-status {
    margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .food-single-block.style-two .single-food-details .food-price-and-status {
        margin-bottom: 30px;
    }
}

.food-single-block.style-three .thumbnails-wrapper-area {
    margin-top: -40px;
    margin-bottom: -55px;
}

@media only screen and (max-width: 1199px) {
    .food-single-block.style-three .thumbnails-wrapper-area {
        margin-bottom: -20px;
    }
}

@media only screen and (max-width: 575px) {
    .food-single-block.style-three .thumbnails-wrapper-area {
        margin-top: -25px;
        margin-bottom: 0;
    }
}

.food-single-block.style-three .single-food-header {
    margin-bottom: 35px;
}

@media only screen and (max-width: 575px) {
    .food-single-block.style-three .single-food-header {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .food-single-block.style-three .single-food-details .food-title {
        font-size: 34px;
    }
}

@media only screen and (max-width: 575px) {
    .food-single-block.style-three .single-food-details .food-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .food-single-block.style-three .single-food-details .food-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1199px) {
    .food-single-block.style-three .single-food-details .food-size-color > .item-size {
        margin-right: 20px;
    }
}

.food-single-block.style-three .single-food-details .description {
    margin-bottom: 35px;
}

@media only screen and (max-width: 575px) {
    .food-single-block.style-three .single-food-details .description {
        margin-bottom: 25px;
    }
}

.food-single-block.style-three .single-food-details .food-meta {
    margin-bottom: 32px;
}

@media only screen and (max-width: 575px) {
    .food-single-block.style-three .single-food-details .food-meta {
        margin-bottom: 25px;
    }
}

.food-single-block.style-three .single-food-details .food-detail-bottom {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .food-single-block.style-three .single-food-details .food-detail-bottom .input-spinner {
        background-color: white;
    }

    .food-single-block.style-three .single-food-details .food-detail-bottom .share-and-whishlist .add-to-cart,
    .food-single-block.style-three .single-food-details .food-detail-bottom .share-and-whishlist .add-to-whishlist,
    .food-single-block.style-three .single-food-details .food-detail-bottom .share-and-whishlist .share-link > a {
        background-color: white;
    }

        .food-single-block.style-three .single-food-details .food-detail-bottom .share-and-whishlist .add-to-cart:hover,
        .food-single-block.style-three .single-food-details .food-detail-bottom .share-and-whishlist .add-to-whishlist:hover,
        .food-single-block.style-three .single-food-details .food-detail-bottom .share-and-whishlist .share-link > a:hover {
            background-color: #c51c23 !important;
        }

.food-single-block.style-four .single-food-header {
    margin-bottom: 35px;
}

@media only screen and (max-width: 575px) {
    .food-single-block.style-four .single-food-header {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .food-single-block.style-four .food-title {
        font-size: 36px;
    }
}

.food-single-block.style-four .single-food-content-area {
    text-align: center;
    padding: 0 20px;
}

@media only screen and (max-width: 1199px) {
    .food-single-block.style-four .single-food-content-area {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 991px) {
    .food-single-block.style-four .single-food-content-area {
        padding: 0;
    }
}

.food-single-block.style-four .single-food-details {
    position: relative;
}

    .food-single-block.style-four .single-food-details:before {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background-color: white;
    }

@media only screen and (max-width: 991px) {
    .food-single-block.style-four .single-food-details:before {
        display: none;
    }
}

.food-single-block.style-four .single-food-details .description {
    margin-bottom: 35px;
}

@media only screen and (max-width: 575px) {
    .food-single-block.style-four .single-food-details .description {
        margin-bottom: 25px;
    }
}

.food-single-block.style-four .single-food-details .food-meta {
    margin-bottom: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 575px) {
    .food-single-block.style-four .single-food-details .food-meta {
        margin-bottom: 25px;
    }
}

.food-single-block.style-four .single-food-details .food-size-color {
    display: block;
}

    .food-single-block.style-four .single-food-details .food-size-color > div {
        margin-bottom: 28px;
    }

@media only screen and (max-width: 575px) {
    .food-single-block.style-four .single-food-details .food-size-color > div {
        margin-bottom: 25px;
    }
}

.food-single-block.style-four .single-food-details .food-size-color .item-size {
    margin-right: 0;
}

.food-single-block.style-four .single-food-details .food-detail-bottom .input-spinner {
    background-color: white;
}

.food-single-block.style-four .single-food-details .food-detail-bottom .share-and-whishlist .add-to-cart,
.food-single-block.style-four .single-food-details .food-detail-bottom .share-and-whishlist .add-to-whishlist,
.food-single-block.style-four .single-food-details .food-detail-bottom .share-and-whishlist .share-link > a {
    background-color: white;
}

    .food-single-block.style-four .single-food-details .food-detail-bottom .share-and-whishlist .add-to-cart:hover,
    .food-single-block.style-four .single-food-details .food-detail-bottom .share-and-whishlist .add-to-whishlist:hover,
    .food-single-block.style-four .single-food-details .food-detail-bottom .share-and-whishlist .share-link > a:hover {
        background-color: #c51c23 !important;
    }

.food-single-block.style-four .payment-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    margin-bottom: -5px;
}

@media only screen and (max-width: 575px) {
    .food-single-block.style-four .payment-option {
        padding-top: 15px;
    }
}

.food-single-block.style-four .payment-option > a {
    padding: 5px 7px;
}

.food-single-block.style-four .single-slider-item-area {
    padding-right: 185px;
    margin-left: -180px;
}

@media only screen and (max-width: 1620px) {
    .food-single-block.style-four .single-slider-item-area {
        padding-right: 85px;
        margin-left: -80px;
    }
}

@media only screen and (max-width: 1366px) {
    .food-single-block.style-four .single-slider-item-area {
        padding-right: 20px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .food-single-block.style-four .single-slider-item-area {
        padding-bottom: 40px;
        padding-right: 0;
    }
}

.food-single-block.style-four .single-slider-item .food-detail-slide .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.food-single-block.style-four .thumbnails-wrapper {
    margin: 0 -2px;
}

    .food-single-block.style-four .thumbnails-wrapper .thumbnails {
        margin: 0 2px;
        height: 100px;
        line-height: 95px;
    }

@media only screen and (max-width: 480px) {
    .food-single-block.style-four .thumbnails-wrapper .thumbnails {
        width: 80px;
        height: 80px;
        line-height: 75px;
    }
}

.food-details-tab-area .filter-tab-area {
    overflow: hidden;
    margin-bottom: 45px;
}

    .food-details-tab-area .filter-tab-area .nav-tabs {
        border-bottom: 0 solid;
        overflow: visible;
        display: block;
        border-bottom: 2px solid #ddd;
    }

        .food-details-tab-area .filter-tab-area .nav-tabs > li {
            display: inline-block;
            margin: 0 20px;
        }

@media only screen and (max-width: 420px) {
    .food-details-tab-area .filter-tab-area .nav-tabs > li {
        margin: 0 10px;
    }
}

.food-details-tab-area .filter-tab-area .nav-tabs > li:first-child {
    margin-left: 0;
}

.food-details-tab-area .filter-tab-area .nav-tabs > li:last-child {
    margin-right: 0;
}

.food-details-tab-area .filter-tab-area .nav-tabs > li > a {
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    color: var(--text-gray, #666666);
    font-weight: 500;
    padding-bottom: 15px;
    position: relative;
}

@media only screen and (max-width: 420px) {
    .food-details-tab-area .filter-tab-area .nav-tabs > li > a {
        font-size: 14px;
        padding-bottom: 8px;
    }
}

.food-details-tab-area .filter-tab-area .nav-tabs > li > a:before {
    position: absolute;
    content: "";
    width: 0%;
    bottom: -2px;
    height: 2px;
    left: 0;
    background-color: var(--brand-primary-text, #f53700);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.food-details-tab-area .filter-tab-area .nav-tabs > li > a.active {
    color: var(--text-dark, #000);
}

    .food-details-tab-area .filter-tab-area .nav-tabs > li > a.active:before {
        width: 100%;
    }

.food-details-tab-area .filter-tab-content p {
    margin-bottom: 25px;
}

    .food-details-tab-area .filter-tab-content p:last-child {
        margin-bottom: 0;
    }

.food-details-tab-area .filter-tab-content .food-desc > span {
    display: block;
    margin-bottom: 5px;
    text-align: left;
}

@media only screen and (max-width: 420px) {
    .food-details-tab-area .filter-tab-content .food-desc > span {
        font-size: 12px;
    }
}

.food-details-tab-area .filter-tab-content .food-desc > span > b {
    color: #000;
    display: inline-block;
    font-weight: 500;
    width: 200px;
}

@media only screen and (max-width: 420px) {
    .food-details-tab-area .filter-tab-content .food-desc > span > b {
        width: 120px;
    }
}

.food-details-tab-area .filter-tab-content #food_reviews > h3 {
    font-weight: 500;
}

.single-food-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .single-food-feature {
        display: block;
        text-align: center;
    }
}

.single-food-feature .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    font-size: 50px;
    color: var(--brand-primary-text, #f53700);
}

@media only screen and (max-width: 1199px) {
    .single-food-feature .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .single-food-feature .icon {
        max-width: 100%;
        font-size: 40px;
        margin-bottom: 10px;
    }
}

.single-food-feature .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
}

@media only screen and (max-width: 1199px) {
    .single-food-feature .info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 70px);
        flex: 0 0 calc(100% - 70px);
        max-width: calc(100% - 70px);
    }
}

@media only screen and (max-width: 575px) {
    .single-food-feature .info {
        max-width: 100%;
    }
}

.single-food-feature .info .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
    .single-food-feature .info .title {
        font-size: 15px;
        margin-bottom: 2px;
        margin-top: 5px;
    }
}

/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
.about-us-block .about-content {
    padding-top: 20px;
}

@media only screen and (max-width: 1199px) {
    .about-us-block .about-content {
        padding-top: 0;
    }
}

.about-us-block .section-title.style-two + .about-content {
    padding-top: 0;
    margin-top: -5px;
}

.about-us-block.style-two {
    background-size: auto;
}

    .about-us-block.style-two .about-content {
        font-size: 16px;
        padding-top: 0;
    }

@media only screen and (max-width: 767px) {
    .about-us-block.style-two .about-content {
        font-size: 15px;
    }
}

.about-us-block.style-two .about-content .cafe-sign {
    margin-top: 50px;
}

@media only screen and (max-width: 1199px) {
    .about-us-block.style-two .about-content .cafe-sign {
        margin-top: 40px;
    }
}

.about-us-block.style-two .mock-up-thumb-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 85px;
}

@media only screen and (max-width: 1199px) {
    .about-us-block.style-two .mock-up-thumb-group {
        padding-top: 40px;
    }
}

.about-us-block.style-two .mock-up-thumb-group.padding-50 {
    padding-top: 50px;
}

@media only screen and (max-width: 1199px) {
    .about-us-block.style-two .mock-up-thumb-group.padding-50 {
        padding-top: 40px;
    }
}

.about-us-block.style-two .mock-up-thumb-group .mock-up-thumb {
    margin: 10px 5px;
}

    .about-us-block.style-two .mock-up-thumb-group .mock-up-thumb:nth-child(1), .about-us-block.style-two .mock-up-thumb-group .mock-up-thumb:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 10px);
        flex: 0 0 calc(25% - 10px);
        max-width: calc(25% - 10px);
    }

    .about-us-block.style-two .mock-up-thumb-group .mock-up-thumb:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .about-us-block.style-two .mock-up-thumb-group .mock-up-thumb img {
        width: 100%;
    }

.about-us-block.style-three {
    background-position: top center;
}

    .about-us-block.style-three .section-title {
        margin-bottom: 20px;
        padding-right: 60px;
    }

@media only screen and (max-width: 1199px) {
    .about-us-block.style-three .section-title {
        padding-right: 0px;
    }
}

.about-us-block.style-three .section-title .title-main {
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
    font-weight: bold;
    font-size: 200px;
    color: var(--brand-primary-text, #f53700);
    line-height: 0.7em;
    letter-spacing: -0.05em;
}

@media only screen and (max-width: 1199px) {
    .about-us-block.style-three .section-title .title-main {
        font-size: 150px;
    }
}

@media only screen and (max-width: 575px) {
    .about-us-block.style-three .section-title .title-main {
        font-size: 120px;
    }
}

@media only screen and (max-width: 480px) {
    .about-us-block.style-three .section-title .title-main {
        font-size: 100px;
    }
}

.about-us-block.style-three .section-title .title-main > span {
    display: block;
    color: var(--text-dark, #000);
    font-size: 40%;
    font-weight: lighter;
    line-height: 0.85em;
    letter-spacing: 0em;
}

@media only screen and (max-width: 575px) {
    .about-us-block.style-three .section-title .title-main > span {
        line-height: 0.95em;
    }
}

.about-us-block.style-three .about-content {
    font-size: 16px;
    text-align: justify;
    padding-right: 60px;
}

@media only screen and (max-width: 1199px) {
    .about-us-block.style-three .about-content {
        padding-right: 0;
    }
}

.about-us-block.style-three .mock-up-thumb {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .about-us-block.style-three .mock-up-thumb {
        text-align: left;
        margin-bottom: -40px;
    }
}

.about-us-block.style-four {
    background: -webkit-linear-gradient(top, #f97a38, #fc4e62);
    background: linear-gradient(to bottom, #f97a38, #fc4e62);
    padding: 170px 0;
}

@media only screen and (max-width: 1199px) {
    .about-us-block.style-four {
        padding: 80px 0 100px;
    }
}

@media only screen and (max-width: 991px) {
    .about-us-block.style-four {
        padding-top: 85px;
    }
}

@media only screen and (max-width: 480px) {
    .about-us-block.style-four {
        padding-top: 90px;
    }
}

.about-us-block.style-four .about-content {
    text-align: justify;
    font-size: 16px;
    padding-top: 10px;
}

    .about-us-block.style-four .about-content .btn-group-default {
        margin-top: 85px;
    }

@media only screen and (max-width: 1366px) {
    .about-us-block.style-four .about-content .btn-group-default {
        margin-top: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .about-us-block.style-four .about-content .btn-group-default {
        margin-top: 40px;
    }
}

.about-us-block.style-four .mock-up-thumb {
    margin-right: -185px;
}

@media only screen and (max-width: 1620px) {
    .about-us-block.style-four .mock-up-thumb {
        margin-right: -60px;
    }
}

@media only screen and (max-width: 1366px) {
    .about-us-block.style-four .mock-up-thumb {
        margin-right: 0px;
    }
}

.about-us-block.style-five {
    position: relative;
}

    .about-us-block.style-five .bg-shape-top {
        position: absolute;
        top: -120px;
        left: 0;
        width: 100%;
        height: 120px;
        z-index: 1;
    }

@media only screen and (max-width: 991px) {
    .about-us-block.style-five .bg-shape-top {
        top: -60px;
        height: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .about-us-block.style-five .bg-shape-top {
        top: -30px;
        height: 30px;
    }
}

.about-us-block.style-five .about-content {
    padding-top: 0;
    margin-top: -5px;
}

@media only screen and (max-width: 1199px) {
    .about-us-block.style-five .about-content {
        margin-top: -40px;
    }
}

.about-us-block.style-five .mock-up-thumb {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .about-us-block.style-five .mock-up-thumb {
        margin-top: -40px;
    }
}

@media only screen and (max-width: 991px) {
    .about-us-block.style-five .mock-up-thumb {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .about-us-block.style-five .btn-group-default {
        margin-top: 40px;
    }
}

.about-us-block.style-six {
    background-position: right center;
    position: relative;
}

@media only screen and (max-width: 1366px) {
    .about-us-block.style-six {
        background-position: 35% center;
    }
}

@media only screen and (max-width: 1199px) {
    .about-us-block.style-six {
        background-position: 50% center;
    }
}

@media only screen and (max-width: 991px) {
    .about-us-block.style-six {
        background-position: 0% center;
    }
}

.about-us-block.style-six .text-overlay {
    text-transform: uppercase;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-size: 126px;
    font-weight: 700;
    color: white;
    opacity: 0.3;
    line-height: 0.85em;
    position: absolute;
    bottom: 0;
    left: calc(50% - 585px);
}

@media only screen and (max-width: 1199px) {
    .about-us-block.style-six .text-overlay {
        left: calc(50% - 465px);
        font-size: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-us-block.style-six .text-overlay {
        left: calc(50% - 465px);
        font-size: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .about-us-block.style-six .text-overlay {
        left: calc(50% - 350px);
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .about-us-block.style-six .text-overlay {
        left: calc(50% - 260px);
        font-size: 62px;
    }
}

@media only screen and (max-width: 575px) {
    .about-us-block.style-six .text-overlay {
        left: calc(50% - 210px);
    }
}

@media only screen and (max-width: 480px) {
    .about-us-block.style-six .text-overlay {
        display: none;
    }
}

.about-us-block.style-six .section-title {
    margin-bottom: 25px;
    margin-top: -20px;
}

    .about-us-block.style-six .section-title .title-main {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 162px;
        color: var(--brand-primary-text, #f53700);
        line-height: 0.7em;
        letter-spacing: -0.05em;
    }

@media only screen and (max-width: 1199px) {
    .about-us-block.style-six .section-title .title-main {
        font-size: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .about-us-block.style-six .section-title .title-main {
        font-size: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .about-us-block.style-six .section-title .title-main {
        font-size: 60px;
    }
}

@media only screen and (max-width: 480px) {
    .about-us-block.style-six .section-title .title-main {
        font-size: 48px;
    }
}

.about-us-block.style-six .section-title .title-main > span {
    display: block;
    color: var(--text-dark, #000);
    font-size: 50%;
    line-height: 0.85em;
    letter-spacing: -0.02em;
    margin-top: 10px;
}

.about-us-block.style-six .about-content {
    font-size: 16px;
    text-align: justify;
    color: #5e5e5e;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .about-us-block.style-six .about-content {
        font-size: 15px;
    }
}

.our-story-block .story-content .btn-group-default {
    margin-top: 53px;
}

@media only screen and (max-width: 991px) {
    .our-story-block .story-content .btn-group-default {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 480px) {
    .our-story-block .story-content .btn-group-default {
        margin-top: 35px;
    }
}

.our-story-block.style-two .mock-up-thumb {
    padding-bottom: 30px;
    padding-left: 30px;
    position: relative;
    margin-top: 45px;
}

    .our-story-block.style-two .mock-up-thumb:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        background-color: #ededed;
    }

    .our-story-block.style-two .mock-up-thumb > img {
        position: relative;
        z-index: 2;
    }

    .our-story-block.style-two .mock-up-thumb .paper-element {
        position: absolute;
        top: -50px;
        left: -10px;
        z-index: 3;
    }

    .our-story-block.style-two .mock-up-thumb .video-btn-area {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 15px);
        height: calc(100% - 15px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 3;
    }

@media only screen and (max-width: 1199px) {
    .our-story-block.style-two .story-content .btn-group-default {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 480px) {
    .our-story-block.style-two .story-content .btn-group-default {
        margin-top: 35px;
    }
}

.our-story-block.style-two .section-title.section-default-two {
    margin-top: 45px;
}

@media only screen and (max-width: 1199px) {
    .our-story-block.style-two .section-title.section-default-two {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .our-story-block.style-two .section-title.section-default-two {
        margin-top: 0px;
    }
}

.our-story-block.style-three {
    overflow: hidden;
    position: relative;
}

    .our-story-block.style-three .mock-up-thumb {
        position: absolute;
        left: calc(50% - 940px);
        top: -40px;
    }

@media only screen and (max-width: 1199px) {
    .our-story-block.style-three .mock-up-thumb {
        left: calc(50% - 850px);
    }
}

@media only screen and (max-width: 991px) {
    .our-story-block.style-three .mock-up-thumb {
        display: none;
    }
}

.our-story-block.style-three .story-content {
    padding-top: 0;
    margin-top: -5px;
}

    .our-story-block.style-three .story-content .btn-group-default {
        margin-top: 48px;
    }

.our-story-block.style-four {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .our-story-block.style-four {
        padding-top: 0;
    }
}

.our-story-block.style-four > .story-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .our-story-block.style-four > .story-bg {
        position: relative;
        height: 500px;
        width: 100%;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .our-story-block.style-four > .story-bg {
        height: 350px;
    }
}

.our-story-block.style-four .our-story-content-area {
    padding: 0 150px;
}

@media only screen and (max-width: 1620px) {
    .our-story-block.style-four .our-story-content-area {
        padding: 0 80px;
    }
}

@media only screen and (max-width: 1366px) {
    .our-story-block.style-four .our-story-content-area {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .our-story-block.style-four .our-story-content-area {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 480px) {
    .our-story-block.style-four .our-story-content-area {
        padding: 0;
    }
}

.our-story-block.style-four .section-title {
    margin-bottom: 15px;
}

.our-story-block.style-four .story-content .btn-group-default {
    margin-top: 50px;
}

@media only screen and (max-width: 575px) {
    .our-story-block.style-four .story-content .btn-group-default {
        margin-top: 30px;
    }
}

/*--------------------------------------------------------------
## Event Calendar Page
--------------------------------------------------------------*/
.event-calender-page-block .fc-center h2 {
    font-size: 32px;
    font-weight: 700;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-style: italic;
    margin-top: -10px;
}

@media only screen and (max-width: 767px) {
    .event-calender-page-block .fc-center h2 {
        font-size: 28px;
    }
}

.event-calender-page-block .fc-icon-right-single-arrow:after {
    content: "\f105";
}

.event-calender-page-block .fc-icon-left-single-arrow:after {
    content: "\f104";
}

.event-calender-page-block .fc-icon-left-single-arrow:after,
.event-calender-page-block .fc-icon-right-single-arrow:after {
    font-family: "Font Awesome 5 Free";
    font-size: 42px;
}

@media only screen and (max-width: 991px) {
    .event-calender-page-block .fc-icon-left-single-arrow:after,
    .event-calender-page-block .fc-icon-right-single-arrow:after {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .event-calender-page-block .fc-icon-left-single-arrow:after,
    .event-calender-page-block .fc-icon-right-single-arrow:after {
        font-size: 32px;
    }
}

.event-calender-page-block .fc-state-hover {
    color: var(--brand-primary-text, #f53700);
}

.event-calender-page-block .fc-view-container {
    background-color: white;
    margin-top: 45px;
}

@media only screen and (max-width: 767px) {
    .event-calender-page-block .fc-view-container {
        margin-top: 30px;
    }
}

.event-calender-page-block .fc-ltr .fc-basic-view .fc-day-number {
    border-bottom: 0px solid;
    background-color: transparent;
    font-size: 14px;
    color: var(--text-gray, #666666);
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
    font-weight: normal;
}

.event-calender-page-block .fc-other-month {
    background-color: #FBFBFB;
}

.event-calender-page-block .fc th {
    font-size: 14px;
    font-weight: normal;
    color: white;
    background-color: #222222;
    line-height: 45px;
}

.event-calender-page-block .fc-day-grid-event {
    background-color: var(--brand-primary-text, #f53700);
}

    .event-calender-page-block .fc-day-grid-event .fc-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        font-size: 14px;
        color: white;
        font-family: var(--heading-font-uc, "Poppins", sans-serif);
        font-weight: normal;
        font-style: normal;
        padding: 10px 8px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        white-space: normal;
    }

@media only screen and (max-width: 991px) {
    .event-calender-page-block .fc-day-grid-event .fc-content {
        font-size: 12px;
        padding: 2px 4px;
    }
}

@media only screen and (max-width: 767px) {
    .event-calender-page-block .fc-day-grid-event .fc-content {
        font-size: 12px;
        padding: 0px 2px;
    }
}

.event-calender-page-block .fc-day-grid-event .fc-content .fc-time {
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
    width: 100%;
}

.event-calender-page-block .fc-day-grid-event .fc-content .fc-title {
    display: block;
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-info-block {
    position: relative;
}

    .contact-info-block .mock-up-thumb-back {
        width: calc(50% - 385px);
    }

@media only screen and (max-width: 1199px) {
    .contact-info-block .mock-up-thumb-back {
        width: calc(50% - 270px);
    }
}

@media only screen and (max-width: 991px) {
    .contact-info-block .mock-up-thumb-back {
        display: none;
    }
}

.contact-info-block .mock-up-thumb {
    border: 20px solid white;
    position: relative;
    box-shadow: 13px 0 35px rgba(0, 0, 0, 0.09);
}

.contact-info-block .contant-info-content {
    padding-top: 20px;
}

    .contact-info-block .contant-info-content > div {
        margin-bottom: 25px;
    }

    .contact-info-block .contant-info-content .info-address {
        font-size: 21px;
    }

        .contact-info-block .contant-info-content .info-address > span {
            display: block;
            font-weight: 600;
            color: var(--brand-primary-text, #f53700);
            margin-bottom: 20px;
        }

    .contact-info-block .contant-info-content .info-phone {
        font-weight: lighter;
        font-size: 42px;
        color: var(--text-dark, #000);
        line-height: 1.2em;
    }

    .contact-info-block .contant-info-content .info-email {
        font-size: 18px;
    }

        .contact-info-block .contant-info-content .info-email > a:hover {
            color: var(--brand-primary-text, #f53700);
        }

.contact-info-block .social-status {
    padding-top: 20px;
}

    .contact-info-block .social-status > a {
        border: 1px solid rgba(114, 114, 114, 0.25);
    }

        .contact-info-block .social-status > a:hover {
            background-color: var(--brand-primary-text, #f53700);
        }

@media only screen and (max-width: 991px) {
    .contact-info-block {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .contact-info-block .contant-info-content {
            padding-top: 10px;
        }

            .contact-info-block .contant-info-content .info-address {
                font-size: 18px;
            }

                .contact-info-block .contant-info-content .info-address > span {
                    margin-bottom: 10px;
                }

            .contact-info-block .contant-info-content .info-phone {
                font-size: 32px;
            }

        .contact-info-block .social-status {
            padding-top: 10px;
        }
}

@media only screen and (max-width: 767px) {
    .contact-info-block .contant-info-content {
        padding-top: 0px;
    }

        .contact-info-block .contant-info-content > div {
            margin-bottom: 15px;
        }

        .contact-info-block .contant-info-content .info-address {
            font-size: 16px;
        }

            .contact-info-block .contant-info-content .info-address > span {
                margin-bottom: 5px;
            }

        .contact-info-block .contant-info-content .info-phone {
            font-size: 22px;
        }

        .contact-info-block .contant-info-content .info-email {
            font-size: 16px;
        }

    .contact-info-block .social-status {
        padding-top: 15px;
    }
}

.contact-info-block.style-two {
    position: relative;
    padding-top: 200px;
    padding-bottom: 70px;
}

    .contact-info-block.style-two .shape-effect {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 520px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 40% center;
    }

    .contact-info-block.style-two .section-title .title-main {
        color: white;
    }

    .contact-info-block.style-two .contant-info-content {
        color: white;
        padding-top: 10px;
    }

        .contact-info-block.style-two .contant-info-content > div {
            margin-bottom: 25px;
        }

        .contact-info-block.style-two .contant-info-content .info-address > span,
        .contact-info-block.style-two .contant-info-content .info-phone {
            color: white;
        }

@media only screen and (max-width: 1366px) {
    .contact-info-block.style-two {
        padding-top: 155px;
    }

        .contact-info-block.style-two .shape-effect {
            height: 380px;
        }
}

@media only screen and (max-width: 1199px) {
    .contact-info-block.style-two .shape-effect {
        height: 260px;
    }

    .contact-info-block.style-two .contant-info-content {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-info-block.style-two {
        padding-top: 120px;
        padding-bottom: 50px;
    }

        .contact-info-block.style-two .shape-effect {
            height: 230px;
        }
}

@media only screen and (max-width: 575px) {
    .contact-info-block.style-two {
        padding-top: 100px;
    }

        .contact-info-block.style-two .shape-effect {
            height: 170px;
        }
}

.contact-info-area > div {
    margin-bottom: 30px;
}

.contact-info-area .info-address {
    font-size: 14px;
}

    .contact-info-area .info-address > span {
        display: block;
        font-weight: 700;
        font-family: var(--heading-font, "Playfair Display", serif);
        color: var(--brand-primary-text, #f53700);
        margin-bottom: 30px;
        font-size: 32px;
        line-height: 1.1em;
    }

@media only screen and (max-width: 767px) {
    .contact-info-area .info-address > span {
        font-size: 24px;
    }
}

.contact-info-area .info-phone {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2em;
    color: var(--text-dark, #000);
}

@media only screen and (max-width: 767px) {
    .contact-info-area .info-phone {
        font-size: 24px;
    }
}

.contact-info-area .info-email {
    font-size: 14px;
    font-weight: 500;
}

    .contact-info-area .info-email > a > span {
        display: inline-block;
        margin-right: 5px;
    }

    .contact-info-area .info-email > a:hover {
        color: var(--brand-primary-text, #f53700);
    }

.contact-info-area .social-status {
    margin-bottom: 20px;
}

    .contact-info-area .social-status a {
        height: 35px;
        line-height: 35px;
        width: 35px;
        background-color: transparent;
        margin-top: -8px;
    }

        .contact-info-area .social-status a:hover, .contact-info-area .social-status a:focus {
            color: #c51c23 !important;
        }

.contact-block {
    position: relative;
}

    .contact-block.style-two #contact_map {
        height: 710px;
    }

@media only screen and (max-width: 991px) {
    .contact-block.style-two #contact_map {
        height: 640px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-block.style-two #contact_map {
        height: 500px;
    }

        .contact-block.style-two #contact_map > div {
            left: -200px !important;
        }
}

@media only screen and (max-width: 480px) {
    .contact-block.style-two #contact_map {
        height: 400px;
    }
}

.contact-block.style-two .contact-form-area {
    top: 100px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .contact-block.style-two .contact-form-area {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 575px) {
    .contact-block.style-two .contact-form-area {
        top: 0;
    }
}

.contact-block #contact_map {
    height: 770px;
}

@media only screen and (max-width: 991px) {
    .contact-block #contact_map {
        height: 640px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-block #contact_map {
        height: 500px;
    }
}

@media only screen and (max-width: 480px) {
    .contact-block #contact_map {
        height: 400px;
    }
}

.contact-block #contact_map .gm-ui-hover-effect {
    top: 2px !important;
    right: 3px !important;
}

.contact-block #contact_map .gm-style .gm-style-iw-c {
    border-radius: 0 !important;
    box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09);
    padding: 35px 50px 35px 35px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .contact-block #contact_map .gm-style .gm-style-iw-c {
        -webkit-transform: translate(60px, -30%) !important;
        transform: translate(60px, -30%) !important;
    }
}

@media only screen and (max-width: 991px) {
    .contact-block #contact_map .gm-style .gm-style-iw-c {
        padding: 20px 35px 20px 20px !important;
    }
}

.contact-block #contact_map .gm-style .gm-style-iw-t:after {
    height: 18px;
    width: 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .contact-block #contact_map .gm-style .gm-style-iw-t:after {
        -webkit-transform: translate(51px, 30px) rotate(45deg) !important;
        transform: translate(51px, 30px) rotate(45deg) !important;
    }
}

.contact-block #contact_map .contact-info-area > div {
    margin-bottom: 20px;
}

.contact-block #contact_map .contact-info-area .info-address {
    font-size: 12px;
    font-weight: 500;
}

    .contact-block #contact_map .contact-info-area .info-address > span {
        font-weight: 600;
        font-family: var(--heading-font-uc, "Poppins", sans-serif);
        color: var(--text-dark, #000);
        margin-bottom: 5px;
        font-size: 18px;
    }

    .contact-block #contact_map .contact-info-area .info-address > a {
        display: block;
        color: var(--brand-primary-text, #f53700);
        text-transform: uppercase;
        font-weight: 600;
        padding-top: 10px;
    }

.contact-block #contact_map .contact-info-area .info-phone {
    font-weight: 600;
    font-size: 18px;
}

.contact-block #contact_map .contact-info-area .info-email {
    margin-bottom: 0;
    font-weight: 600;
    color: var(--text-dark, #000);
}

    .contact-block #contact_map .contact-info-area .info-email a:hover {
        color: var(--brand-primary-text, #f53700);
    }

.contact-block ::-webkit-input-placeholder {
    color: white;
    opacity: 0.8;
}

.contact-block :-moz-placeholder {
    color: white;
    opacity: 0.8;
}

.contact-block ::-moz-placeholder {
    color: white;
    opacity: 0.8;
}

.contact-block :-ms-input-placeholder {
    color: white;
    opacity: 0.8;
}

@media only screen and (max-width: 575px) {
    .contact-block .contact-form-area-outer {
        padding: 100px 15px;
    }
}

.contact-block .contact-form-area {
    border: 10px solid rgba(255, 255, 255, 0.1);
    box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 50%;
    left: calc(50% - 585px);
    width: 470px;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

@media only screen and (max-width: 1199px) {
    .contact-block .contact-form-area {
        left: calc(50% - 465px);
    }
}

@media only screen and (max-width: 991px) {
    .contact-block .contact-form-area {
        border-width: 5px;
        left: calc(50% - 345px);
    }
}

@media only screen and (max-width: 767px) {
    .contact-block .contact-form-area {
        width: 350px;
        left: calc(50% - 255px);
    }
}

@media only screen and (max-width: 575px) {
    .contact-block .contact-form-area {
        width: 420px;
        left: 0;
        position: relative;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin: 0 auto;
    }
}

@media only screen and (max-width: 480px) {
    .contact-block .contact-form-area {
        width: 100%;
    }
}

.contact-block .contact-form-area:before, .contact-block .contact-form-area:after {
    position: absolute;
    width: 100%;
    height: 120px;
    content: "";
    background-repeat: repeat-x;
    z-index: 2;
    opacity: 0.1;
    left: 0;
}

.contact-block .contact-form-area:before {
    top: 0;
    background-position: top center;
    background-image: url("../images/bg/con-pattent-top.png");
}

.contact-block .contact-form-area:after {
    background-position: bottom center;
    background-image: url("../images/bg/con-pattent-bottom.png");
    bottom: 0;
}

.contact-block .contact-form-area .contact-form-area-inner {
    background-color: var(--brand-primary-text, #f53700);
    padding: 90px 40px 100px;
}

@media only screen and (max-width: 991px) {
    .contact-block .contact-form-area .contact-form-area-inner {
        padding: 50px 25px 60px;
    }
}

.contact-block .contact-form-area .contact-form {
    position: relative;
    z-index: 5;
}

.contact-block .contact-form-area .contact-heading {
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    position: relative;
    z-index: 2;
    line-height: 1.2em;
    color: white;
    font-family: var(--heading-font, "Playfair Display", serif);
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .contact-block .contact-form-area .contact-heading {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-block .contact-form-area .contact-heading {
        font-size: 36px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-block .contact-form-area .contact-heading {
        font-size: 30px;
    }
}

.contact-block .contact-form-area .contact-form {
    padding-top: 20px;
}

    .contact-block .contact-form-area .contact-form .form-group {
        margin-bottom: 30px;
    }

        .contact-block .contact-form-area .contact-form .form-group label {
            display: block;
            line-height: 1.2em;
            margin-bottom: 5px;
            text-align: left;
            font-size: 14px;
        }

        .contact-block .contact-form-area .contact-form .form-group input,
        .contact-block .contact-form-area .contact-form .form-group textarea {
            color: white;
            font-size: 14px;
            position: relative;
            width: 100%;
            background-color: transparent;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            padding: 0 0 13px !important;
            text-align: center;
        }

            .contact-block .contact-form-area .contact-form .form-group input:focus,
            .contact-block .contact-form-area .contact-form .form-group textarea:focus {
                color: white;
                border-bottom-color: white !important;
            }

        .contact-block .contact-form-area .contact-form .form-group textarea {
            min-height: 80px;
            max-width: 100%;
        }

    .contact-block .contact-form-area .contact-form .btn-contact:hover, .contact-block .contact-form-area .contact-form .btn-contact:focus {
        background-color: white !important;
        color: #c51c23 !important;
        border-color: white !important;
    }

    .contact-block .contact-form-area .contact-form .btn-contact .status {
        bottom: 0;
        height: 22px;
        height: 1.375rem;
        left: 0;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        width: 24px;
        width: 1.5rem;
    }

    .contact-block .contact-form-area .contact-form .btn-contact span {
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

    .contact-block .contact-form-area .contact-form .btn-contact .status .spinner {
        left: 5px;
        left: .3125rem;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        top: 3px;
        top: .1875rem;
        position: absolute;
        opacity: 0;
    }

    .contact-block .contact-form-area .contact-form .btn-contact .status .status-icon {
        border-radius: 50%;
        left: 0;
        opacity: 0;
        font-size: 10px;
        font-size: .625rem;
        padding: 4px 7px;
        padding: .25rem .4375rem;
        position: relative;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        z-index: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

        .contact-block .contact-form-area .contact-form .btn-contact .status .status-icon.valid {
            background-color: var(--green);
        }

        .contact-block .contact-form-area .contact-form .btn-contact .status .status-icon.invalid {
            background-color: var(--red);
        }

    .contact-block .contact-form-area .contact-form .btn-contact.processing span {
        opacity: .2;
    }

    .contact-block .contact-form-area .contact-form .btn-contact.processing .spinner {
        opacity: 1;
    }

    .contact-block .contact-form-area .contact-form .btn-contact.done .ts-spinner {
        opacity: 0;
    }

    .contact-block .contact-form-area .contact-form .btn-contact.done .status-icon {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.contact-form .input-success,
.contact-form .input-error {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 5px 15px;
    display: none;
}

.done, .done2 {
    background: #dff0d8;
    border: 1px solid #d6e9c6;
    font-size: 14px;
    width: 100%;
    color: #468847;
    margin: 0 auto;
    display: none;
    padding: 10px 5px;
}

/*--------------------------------------------------------------
## Registration Page
--------------------------------------------------------------*/
.user-register-block .user-register-area {
    background-color: white;
    position: relative;
    margin-top: 110px;
    margin-bottom: 110px;
}

@media only screen and (max-width: 1199px) {
    .user-register-block .user-register-area {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.user-register-block .user-register-area .register-bg-left {
    position: absolute;
    width: 270px;
    height: 100%;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1199px) {
    .user-register-block .user-register-area .register-bg-left {
        width: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .user-register-block .user-register-area .register-bg-left {
        width: 270px;
    }
}

@media only screen and (max-width: 767px) {
    .user-register-block .user-register-area .register-bg-left {
        display: none;
    }
}

.user-register-block .reg-others-midea {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .user-register-block .reg-others-midea {
        margin-top: 35px;
    }
}

.user-register-block .reg-others-midea .text {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-right: 20px;
}

@media only screen and (max-width: 420px) {
    .user-register-block .reg-others-midea .text {
        font-size: 12px;
        padding-right: 15px;
    }
}

.user-register-block .reg-others-midea .social-share {
    margin-bottom: 0px;
    padding-left: 0;
    list-style: none;
}

    .user-register-block .reg-others-midea .social-share > li {
        display: inline-block;
        margin: 0 1px;
    }

        .user-register-block .reg-others-midea .social-share > li > a {
            font-size: 12px;
            height: 26px;
            line-height: 27px;
            width: 26px;
            display: block;
            border-radius: 50%;
            background-color: #bababa;
            text-align: center;
            color: white;
        }
            /*.user-register-block .reg-others-midea .social-share > li > a:hover {
  opacity: 0.9;
}*/
            .user-register-block .reg-others-midea .social-share > li > a.facebook {
                background-color: #3B5997;
            }

            .user-register-block .reg-others-midea .social-share > li > a.twitter {
                background-color: #54ACED;
            }

            .user-register-block .reg-others-midea .social-share > li > a.google-plus {
                background-color: #DB4D41;
            }

            .user-register-block .reg-others-midea .social-share > li > a.linkedin {
                background-color: #0179B8;
            }

.user-register-block .form-content {
    padding: 55px 30px 60px 370px;
}

@media only screen and (max-width: 1199px) {
    .user-register-block .form-content {
        padding: 55px 30px 60px 230px;
    }
}

@media only screen and (max-width: 991px) {
    .user-register-block .form-content {
        padding: 55px 30px 60px 300px;
    }
}

@media only screen and (max-width: 767px) {
    .user-register-block .form-content {
        padding: 40px 30px 45px;
    }
}

@media only screen and (max-width: 420px) {
    .user-register-block .form-content {
        padding: 40px 15px 45px;
    }
}

.user-register-block .form-content .form-heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

@media only screen and (max-width: 420px) {
    .user-register-block .form-content .form-heading {
        font-size: 16px;
    }
}

.user-register-block .form-content .form-controllar {
    letter-spacing: 0.05em;
    padding-top: 15px;
}

.user-register-block .form-content .form-group {
    margin-bottom: 10px;
}

.user-register-block .form-content .form-btn-group {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .user-register-block .form-content .form-btn-group .forget-pass {
        font-size: 12px;
        padding-left: 20px;
        text-align: right;
        line-height: 1.4em;
    }

        .user-register-block .form-content .form-btn-group .forget-pass > a {
            color: var(--brand-primary-text, #f53700);
        }

            .user-register-block .form-content .form-btn-group .forget-pass > a:hover, .user-register-block .form-content .form-btn-group .forget-pass > a:focus {
                color: var(--text-dark, #000);
            }

.user-register-block .form-content .btn-default {
    letter-spacing: 0.175em;
    padding: 14px 25px;
}

@media only screen and (max-width: 480px) {
    .user-register-block .form-content .btn-default {
        padding: 12px 20px;
    }
}

/*--------------------------------------------------------------
## Coming Soon Page
--------------------------------------------------------------*/
.coming-soon-block {
    position: relative;
    min-height: calc(100vh - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .coming-soon-block {
        min-height: calc(100vh - 30px);
    }
}

.coming-soon-block:before {
    opacity: 0.8;
}

.coming-soon-block .coming-soon-logo {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 1;
    min-height: 70px;
}

    .coming-soon-block .coming-soon-logo a {
        display: block;
    }

@media only screen and (max-width: 767px) {
    .coming-soon-block .coming-soon-logo {
        top: 30px;
    }
}

.coming-soon-block .copyright-text {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 50px;
    left: 0;
    z-index: 3;
    color: #bababa;
    padding: 0 15px;
}

@media only screen and (max-width: 767px) {
    .coming-soon-block .copyright-text {
        bottom: 25px;
    }
}

.coming-soon-block .copyright-text p {
    display: block;
}

    .coming-soon-block .copyright-text p > span {
        font-weight: 500;
        color: white;
        display: inline-block;
        padding: 0 5px;
    }

.coming-soon-content {
    padding: 150px 0;
}

    .coming-soon-content > .title {
        color: white;
        font-size: 18px;
        line-height: 1.4em;
        font-weight: normal;
    }

    .coming-soon-content .clock-canvas > .kineticjs-content {
        height: 105px !important;
        width: 105px !important;
    }

        .coming-soon-content .clock-canvas > .kineticjs-content > canvas {
            height: 105px !important;
            width: 105px !important;
        }

.countdown-area {
    margin: 95px auto 0;
    width: 530px;
}

@media only screen and (max-width: 767px) {
    .countdown-area {
        margin-top: 55px;
        width: 100%;
    }
}

.countdown-area .countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .countdown-area .countdown .clock-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

@media only screen and (max-width: 767px) {
    .countdown-area .countdown .clock-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .countdown-area .countdown .clock-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.countdown-area .countdown .clock-item .inner {
    position: relative;
}

.countdown-area .countdown .clock-item .text {
    height: 100%;
    left: 0;
    position: absolute;
    top: 17px;
    width: 100%;
}

    .countdown-area .countdown .clock-item .text > .val {
        font-size: 42px;
        font-weight: 500;
        line-height: 1.2em;
        margin-bottom: 0;
    }

    .countdown-area .countdown .clock-item .text > .type-time {
        color: #bababa;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

.social-media-area {
    margin-top: 90px;
}

@media only screen and (max-width: 767px) {
    .social-media-area {
        margin-top: 20px;
    }
}

.social-media-area .social-status a {
    width: 40px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    color: #BABABA;
}

    .social-media-area .social-status a:hover {
        color: #c51c23 !important;
    }

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error-page-block {
    min-height: calc(100vh - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .error-page-block {
        min-height: calc(100vh - 30px);
    }
}

.error-page-block:before {
    opacity: 0.8;
}

.error-page-block .copyright-text {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 50px;
    left: 0;
    z-index: 3;
    color: #bababa;
    padding: 0 15px;
}

@media only screen and (max-width: 767px) {
    .error-page-block .copyright-text {
        bottom: 25px;
    }
}

.error-page-block .copyright-text p {
    display: block;
}

    .error-page-block .copyright-text p > span {
        font-weight: 500;
        color: white;
        display: inline-block;
        padding: 0 5px;
    }

.error-page-content .title-heading {
    font-size: 42px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1em;
}

@media only screen and (max-width: 767px) {
    .error-page-content .title-heading {
        font-size: 30px;
    }
}

.error-page-content .error-heading {
    font-size: 162px;
    font-weight: 700;
    line-height: 0.85em;
    letter-spacing: -0.155em;
    color: var(--brand-primary-text, #f53700);
    margin-bottom: 5px;
    padding-right: 20px;
}

@media only screen and (max-width: 767px) {
    .error-page-content .error-heading {
        font-size: 120px;
    }
}

.error-page-content .error-heading > span {
    color: white;
}

.error-page-content .error-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 55px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

@media only screen and (max-width: 991px) {
    .error-page-content .error-title {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .error-page-content .error-title {
        font-size: 16px;
    }
}

.error-page-content > p {
    color: #bababa;
    line-height: 1.55em;
}

    .error-page-content > p > a {
        color: white;
    }

        .error-page-content > p > a:hover, .error-page-content > p > a:focus {
            color: var(--brand-primary-text, #f53700);
        }

.search-form-area {
    width: 370px;
    margin: 0 auto;
    padding-top: 35px;
}

@media only screen and (max-width: 1199px) {
    .search-form-area {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .search-form-area {
        width: 100%;
    }
}

.search-form-area .search-form .input-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .search-form-area .search-form .input-group > input.form-controllar {
        border-bottom: 0 solid;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 50px);
        flex: 0 0 calc(100% - 50px);
        max-width: calc(100% - 50px);
        height: 50px;
        padding: 5px 30px !important;
        border-radius: 50px;
        color: #1d1855;
    }

    .search-form-area .search-form .input-group .input-group-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        text-align: right;
    }

        .search-form-area .search-form .input-group .input-group-btn .btn-default {
            height: 50px;
            line-height: 50px;
            width: 50px;
            padding: 0;
            box-shadow: 0px 0px 0px transparent;
            margin-right: -2px;
        }

@media only screen and (max-width: 575px) {
    .search-form-area .search-form .input-group {
        display: block;
        background-color: transparent;
        border-width: 0px;
        border-radius: 0px;
        box-shadow: 0px 0px 0px 0px transparent;
        text-align: center;
    }

        .search-form-area .search-form .input-group > input.form-controllar {
            border: 1px solid #dddddd;
            height: 55px;
            padding: 5px 15px !important;
            margin-bottom: 15px;
            width: 100%;
        }

        .search-form-area .search-form .input-group > input.form-controllar,
        .search-form-area .search-form .input-group .input-group-btn {
            max-width: 100%;
        }

        .search-form-area .search-form .input-group .input-group-btn {
            text-align: center;
            display: block;
            margin-right: 0px;
        }

            .search-form-area .search-form .input-group .input-group-btn .btn-default {
                height: 50px;
                line-height: 50px;
                width: auto;
                padding: 0 30px;
            }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 75px;
}

.page-content, .entry-summary {
    margin: 1.4em 0;
}

.page-links {
    clear: both;
    margin: 0 0 2.1em;
}

/*-------------------------------------------------
    [ ### Page Title ]
*/
.page-title-area {
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 0px 20px #3F3F3F, 0px 0px 5px #3F3F3F;
    padding: 40px 0px;
    position: relative;
}

.site-header-menu .page-title-area {
    padding-bottom: 180px;
}

@media only screen and (max-width: 1199px) {
    .page-title-area {
        min-height: 350px;
    }
}

@media only screen and (max-width: 991px) {
    .page-title-area {
        min-height: 300px;
        padding-bottom: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .page-title-area {
        min-height: auto;
        padding-top: 170px;
        padding-bottom: 45px;
    }
}

@media only screen and (max-width: 420px) {
    .page-title-area {
        padding-top: 150px;
    }
}

.page-title-area h1 {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 1.2em;
    color: white;
}

@media only screen and (max-width: 1199px) {
    .page-title-area .page-title {
        font-size: 48px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .page-title-area .page-title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .page-title-area .page-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .page-title-area .page-title {
        font-size: 30px;
    }
}

.page-title-area .breadcrumb-area {
    display: flex;
    justify-content: center;
}

.page-title-area.style-two {
    padding-top: 140px;
    min-height: auto;
}

@media only screen and (max-width: 991px) {
    .page-title-area.style-two {
        padding-top: 105px;
    }
}

.page-title-area.style-two:before {
    display: none;
}

.page-title-area.style-two .page-title {
    color: var(--text-dark, #000);
    text-transform: uppercase;
    letter-spacing: 0.175em;
    font-size: 40px;
}

@media only screen and (max-width: 767px) {
    .page-title-area.style-two .page-title {
        font-size: 36px;
        letter-spacing: 0.1em;
    }
}

@media only screen and (max-width: 575px) {
    .page-title-area.style-two .page-title {
        font-size: 26px;
    }
}

.page-title-area.style-two .breadcrumb .breadcrumb-item {
    color: var(--text-gray, #666666);
}

    .page-title-area.style-two .breadcrumb .breadcrumb-item:before {
        color: var(--text-gray, #666666);
    }

    .page-title-area.style-two .breadcrumb .breadcrumb-item:first-child:before {
        color: var(--text-dark, #000);
    }

    .page-title-area.style-two .breadcrumb .breadcrumb-item > a {
        color: var(--brand-primary-text, #f53700);
    }

        .page-title-area.style-two .breadcrumb .breadcrumb-item > a:hover, .page-title-area.style-two .breadcrumb .breadcrumb-item > a:focus {
            color: var(--text-dark, #000);
        }

/*-------------------------------------------------
    [ ### Breadcrumb ]
*/
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    text-shadow: 0px 0px 20px #3F3F3F, 0px 0px 5px #3F3F3F;
}

    .breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
        font-family: var(--heading-font-uc, "Poppins", sans-serif);
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        color: #fff;
    }

.breadcrumb-item + .breadcrumb-item::before {
    font-weight: 200;
    color: var(--brand-background-line, #444);
}

.breadcrumb .breadcrumb-item.active {
    font-weight: 200;
    color: var(--brand-background-dark, #eee);
}

.breadcrumb .breadcrumb-item a:hover {
    color: var(--brand-tertiary, #ffff00) !important;
}

/*-------------------------------------------------
    [ ### No results ]
*/
.no-results.not-found {
    overflow: hidden;
    background: #ffffff;
    text-align: center;
}

    .no-results.not-found .page-header {
        margin-top: 0;
        padding-top: 0;
    }

    .no-results.not-found .page-title {
        font-family: inherit !important;
        font-size: 45px;
        font-weight: bold;
        margin-top: 0;
        position: relative;
    }

        .no-results.not-found .page-title:after {
            content: "";
            background: #1d1d1f;
            height: 3px;
            width: 50px;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -25px;
        }

    .no-results.not-found .page-not-found-icon {
        margin-top: 5px;
    }

        .no-results.not-found .page-not-found-icon i {
            color: #a94442;
            font-size: 60px;
        }

    .no-results.not-found .form-controller {
        border-top: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
        border-left: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        height: 34px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        padding: 4px 0 4px 15px;
        margin-bottom: 0;
    }

@media only screen and (max-width: 540px) {
    .no-results.not-found .form-controller {
        padding: 4px 0 4px 15px;
    }
}

.no-results.not-found .btn-default {
    border: 1px solid #e1e1e1;
}

@media only screen and (max-width: 540px) {
    .no-results.not-found .btn-default {
        padding: 13px 30px;
    }
}

@media only screen and (min-width: 992px) {
    .no-results.not-found .page-content, .no-results.not-found .entry-summary {
        max-width: 540px;
        margin: auto;
    }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-content a {
    word-wrap: break-word;
}

.comment-content {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .comment-content {
        margin-bottom: 10px;
    }
}

.comment-content ul li, .comment-content ol li {
    margin-top: 10px;
    line-height: 1.6em;
}

.comment-content > ul,
.comment-content > ol {
    padding-left: 20px;
}

.comment-content a:hover {
    text-decoration: underline;
}

.bypostauthor {
    display: block;
}

.cancel-comment-reply-link {
    bottom: -2px;
    display: inline-block;
    left: 0.6em;
    position: relative;
}

.logged-in-as {
    margin-bottom: 0.7em !important;
    padding: 0 15px;
}

.comments-area {
    overflow: hidden;
    margin-top: 60px;
    border-bottom: 1px solid #dddddd;
}

    .comments-area .comment-list, .comments-area .children {
        list-style: none;
        padding: 0;
    }

    .comments-area .comments-title {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 35px;
    }

        .comments-area .comments-title > span {
            display: inline-block;
            position: relative;
            padding-right: 10px;
        }

            .comments-area .comments-title > span::before {
                height: 1px;
                width: 60px;
                background-color: var(--brand-primary-text, #f53700);
                position: absolute;
                content: "";
                right: -60px;
                bottom: 6px;
            }

    .comments-area .comment-list {
        margin-bottom: 60px;
        border-top: none;
    }

        .comments-area .comment-list .comment .comment-respond {
            margin-bottom: 40px;
        }

    .comments-area .comment-body {
        overflow: hidden;
        margin-bottom: 40px;
    }

    .comments-area .comment-author {
        float: left;
        margin-right: 20px;
        width: 90px;
        text-align: center;
    }

        .comments-area .comment-author .author-img {
            height: 90px;
            width: 90px;
            border-radius: 50%;
            margin-bottom: 10px;
        }

    .comments-area .date {
        display: block;
        font-size: 12px;
        color: var(--text-gray, #666666);
        font-weight: 500;
        margin-top: 5px;
    }

        .comments-area .date [class*="fa-"] {
            color: var(--brand-primary-text, #f53700);
            display: inline-block;
            padding-right: 5px;
        }

    .comments-area .comment-details {
        position: relative;
        display: table-cell;
        vertical-align: top;
        padding-top: 10px;
    }

        .comments-area .comment-details .rating {
            position: absolute;
            top: -58px;
            right: 0;
        }

    .comments-area .comment-metadata {
        margin-bottom: 0.5em;
        color: var(--text-dark, #000);
    }

        .comments-area .comment-metadata .author {
            font-size: 16px;
            font-weight: 600;
        }

        .comments-area .comment-metadata .says, .comments-area .comment-metadata .comment-edit-link {
            color: #777;
        }

    .comments-area .children {
        margin-left: 108px;
    }

@media only screen and (max-width: 1199px) {
    .comments-area .children {
        margin-left: 90px;
    }
}

@media only screen and (max-width: 992px) {
    .comments-area .children {
        margin-left: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .comments-area .children {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 450px) {
    .comments-area .children {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 400px) {
    .comments-area .children {
        margin-left: 25px;
    }
}

.comments-area .comment-navigation {
    margin-bottom: 3.5em;
}

    .comments-area .comment-navigation .nav-links .nav-previous {
        float: left;
    }

    .comments-area .comment-navigation .nav-links .nav-next {
        float: right;
    }

    .comments-area .comment-navigation .nav-links span {
        font-size: 18px;
    }

    .comments-area .comment-navigation .nav-links a {
        background-color: #232c3b;
        color: white;
        border-radius: 5px;
    }

.comment-respond label {
    font-weight: 500;
}

.comment-respond .comment-reply-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 35px;
}

    .comment-respond .comment-reply-title > span {
        display: inline-block;
        position: relative;
        padding-right: 10px;
    }

        .comment-respond .comment-reply-title > span::before {
            height: 1px;
            width: 60px;
            background-color: var(--brand-primary-text, #f53700);
            position: absolute;
            content: "";
            right: -60px;
            bottom: 6px;
        }

.comment-respond {
    margin-top: 60px;
}

    .comment-respond p {
        margin-bottom: 1em;
    }

    .comment-respond [class*="col-"] {
        margin-bottom: 60px;
    }

@media only screen and (max-width: 767px) {
    .comment-respond [class*="col-"] {
        margin-bottom: 30px;
    }
}

.comment-respond label {
    display: block;
    line-height: 1.2em;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
}

.comment-respond .form-control {
    color: var(--text-dark, #000);
    font-size: 16px;
    position: relative;
    border-radius: 0px;
    width: 100%;
    background-color: transparent;
    border-top: 0px solid #dddddd;
    border-left: 0px solid #dddddd;
    border-right: 0px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 10px !important;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}

@media only screen and (max-width: 767px) {
    .comment-respond .form-control {
        font-size: 15px;
    }
}

.comment-respond .form-control:focus {
    color: var(--text-dark, #000);
    border-bottom-color: #c51c23 !important;
}

.comment-respond textarea {
    min-height: 80px;
    max-width: 100%;
}

.comment-respond .form-submit {
    margin-bottom: 0;
    padding: 0 15px;
}

.comment-respond .comment-subscription-form {
    display: none;
}

.comment-respond .comment-form-rating {
    margin-bottom: 1em;
}

.comment-respond .form-submit {
    width: 100%;
}

.comment-respond #submit,
.comment-respond .submit {
    border-color: #a0006d;
    border-radius: 0;
    background: #a0006d;
    color: white;
    padding: 15px 45px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#review_form .form-submit {
    padding: 0;
}

.no-comments {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.comment-reply-link {
    font-size: 12px;
    border: 1px solid #dddddd;
    line-height: normal;
    font-weight: bold;
    display: inline-block;
    background-color: transparent;
    border-radius: 50%;
    color: var(--brand-primary-text, #f53700);
    transition: all 0.35s ease-in-out;
    border: 2px solid #c51c23;
    width: 38px;
    height: 38px;
    line-height: 35px;
    text-align: center;
}

    .comment-reply-link:hover {
        background: #c51c23;
        color: white;
        border-color: var(--brand-primary-text, #f53700);
    }

input[type="checkbox"]::-ms-check {
    color: transparent;
}

@media only screen and (max-width: 576px) {
    .comments-area .comment-author {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        width: 90px;
    }
}

.dark .comments-area {
    background: #151415;
}

    .dark .comments-area .comment-metadata .author {
        color: white;
    }

    .dark .comments-area p {
        color: #e1e1e1;
    }

    .dark .comments-area h1, .dark .comments-area h2, .dark .comments-area h3, .dark .comments-area h4, .dark .comments-area h5, .dark .comments-area h6 {
        color: white;
    }

    .dark .comments-area .comment-reply-link {
        border-color: #25284a;
    }

.dark .comment-respond label {
    color: white;
}

.dark .comment-respond .form-control {
    background: #151415;
    border-color: #25284a;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin-bottom: 60px;
}

    .widget select {
        width: 100%;
        border: 1px solid #ebebeb;
        padding: 0.4em 0.8em;
        outline: none;
    }

    .widget ul, .widget ol {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .widget .widget-title-area {
        position: relative;
    }

    .widget .widget-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
        color: var(--text-dark, #000);
    }

    .widget pre {
        padding: 0.5em;
    }

    .widget label {
        margin-bottom: 0;
    }

    .widget option {
        padding: 0.2em 1em;
    }

    .widget input[type="text"],
    .widget input[type="email"],
    .widget input[type="url"],
    .widget input[type="password"],
    .widget input[type="search"],
    .widget textarea {
        padding: 0.5em 1em;
    }

        .widget input[type="text"]:focus,
        .widget input[type="email"]:focus,
        .widget input[type="url"]:focus,
        .widget input[type="password"]:focus,
        .widget input[type="search"]:focus,
        .widget textarea:focus {
            box-shadow: none !important;
        }

@media only screen and (max-width: 991px) {
    .sidebar-items {
        margin-top: 80px;
    }

        .sidebar-items .widget:last-child {
            margin-bottom: 0;
        }
}

.sidebar-items .widget {
    margin-bottom: 55px;
}

    .sidebar-items .widget.bt-instafeed-widget #instafeed-sidebar {
        margin: -4px;
    }

        .sidebar-items .widget.bt-instafeed-widget #instafeed-sidebar > .feed-item {
            -moz-box-flex: 0;
            flex: 0 0 33.33%;
            max-width: 33.33%;
            padding: 4px;
        }

.sidebar-items .widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 2px solid #c51c23;
}

    .sidebar-items .widget-title img {
        margin-left: 5px;
    }

.sidebar-items > .widget:last-of-type {
    margin-bottom: 0;
}

.sidebar-items.style-two .widget-title {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 17px;
    border-bottom: 0px solid;
    font-family: var(--heading-font, "Playfair Display", serif);
}

    .sidebar-items.style-two .widget-title > span {
        display: inline-block;
        position: relative;
        padding-right: 20px;
    }

        .sidebar-items.style-two .widget-title > span:before {
            content: "";
            height: 4px;
            width: 50px;
            background-color: var(--brand-primary-text, #f53700);
            position: absolute;
            right: -50px;
            top: 50%;
            transform: translateY(-50%);
        }

@media only screen and (max-width: 991px) {
    .sidebar-items.style-two .widget-title + div,
    .sidebar-items.style-two .widget-title + ul,
    .sidebar-items.style-two .widget-title + select,
    .sidebar-items.style-two .widget-title + ol {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .widget-title + div,
    .widget-title + ul,
    .widget-title + select,
    .widget-title + ol {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .widget-title + div,
    .widget-title + ul,
    .widget-title + select,
    .widget-title + ol {
        margin-top: 25px;
    }
}

/*--------------------------------------------------------------
# Widgets Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Popular, Latest Post, Recent Comment widget
--------------------------------------------------------------*/
.widget-post-list .widget-content,
.widget-comments-list .widget-content {
    margin-top: -5px;
}

.widget-post-list .post,
.widget-comments-list .post {
    margin-bottom: 15px;
    background-color: transparent;
    text-align: left;
    box-shadow: 0 0 0px 0 transparent;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 18px;
}

    .widget-post-list .post:last-child,
    .widget-comments-list .post:last-child {
        border-bottom: 0px solid;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .widget-post-list .post > .thumb-wrap,
    .widget-comments-list .post > .thumb-wrap {
        overflow: hidden;
        position: relative;
    }

    .widget-post-list .post .entry-meta-content,
    .widget-comments-list .post .entry-meta-content {
        margin-bottom: 0px;
        justify-content: flex-start;
        color: var(--text-dark, #000);
    }

        .widget-post-list .post .entry-meta-content > div,
        .widget-comments-list .post .entry-meta-content > div {
            margin-right: 20px;
        }

            .widget-post-list .post .entry-meta-content > div:last-child,
            .widget-comments-list .post .entry-meta-content > div:last-child {
                margin-right: 0;
            }

            .widget-post-list .post .entry-meta-content > div > span,
            .widget-comments-list .post .entry-meta-content > div > span {
                color: var(--brand-primary-text, #f53700);
            }

    .widget-post-list .post .entry-title,
    .widget-comments-list .post .entry-title {
        font-size: 16px;
        line-height: 1.25em;
        margin-bottom: 15px;
        font-weight: bold;
    }

.widget-post-list li,
.widget-comments-list li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
    padding-left: 20px;
    margin-top: 15px;
}

    .widget-post-list li:before,
    .widget-comments-list li:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50px;
        background: #1d0176;
        position: absolute;
        top: 5px;
        left: 0;
    }

.widget-content img {
    display: block;
}

.widget-post-list.style-two .widget-content {
    margin-top: 0;
    padding-top: 5px;
}

.widget-post-list.style-two .post {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    border-bottom: 0px solid;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .widget-post-list.style-two .post {
        margin-bottom: 10px;
    }
}

.widget-post-list.style-two .post:last-child {
    margin-bottom: 0;
}

.widget-post-list.style-two .post .post-thumbnail {
    flex: 70px;
    max-width: 70px;
}

@media only screen and (max-width: 1199px) {
    .widget-post-list.style-two .post .entry-title {
        font-size: 14px;
    }
}

.widget-post-list.style-two .post .post-details {
    max-width: calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    padding-right: 0;
    padding-left: 20px;
}

@media only screen and (max-width: 1199px) {
    .widget-post-list.style-two .post .post-details {
        padding-left: 15px;
    }
}

/*--------------------------------------------------------------
# Categories And Archive Widget
--------------------------------------------------------------*/
.widget_categories ul li,
.widget_archive ul li,
.widget_layered_nav ul li {
    font-size: 16px;
    display: block;
    line-height: 1em;
    font-weight: 500;
    padding-top: 25px;
    -webkit-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
    position: relative;
    overflow: hidden;
}

    .widget_categories ul li ul,
    .widget_archive ul li ul,
    .widget_layered_nav ul li ul {
        padding-left: 15px;
    }

    .widget_categories ul li .count,
    .widget_archive ul li .count,
    .widget_layered_nav ul li .count {
        float: right;
        color: var(--text-gray, #666666);
    }

    .widget_categories ul li a:hover,
    .widget_archive ul li a:hover,
    .widget_layered_nav ul li a:hover {
        color: var(--brand-primary-text, #f53700);
    }

        .widget_categories ul li a:hover .count,
        .widget_archive ul li a:hover .count,
        .widget_layered_nav ul li a:hover .count {
            color: var(--brand-primary-text, #f53700);
        }

.widget_categories ul > li:first-child,
.widget_archive ul > li:first-child,
.widget_layered_nav ul > li:first-child {
    border: 0 none;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.widget_categories .bsm-select-wrapper li,
.widget_archive .bsm-select-wrapper li,
.widget_layered_nav .bsm-select-wrapper li {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.widget_categories .bsm-select-wrapper input.select-dropdown,
.widget_archive .bsm-select-wrapper input.select-dropdown,
.widget_layered_nav .bsm-select-wrapper input.select-dropdown {
    margin-bottom: 0;
    padding: 0 20px;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

.widget_categories .bsm-select-wrapper span.caret,
.widget_archive .bsm-select-wrapper span.caret,
.widget_layered_nav .bsm-select-wrapper span.caret {
    right: 15px;
}

.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > span,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > span,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > span {
    font-size: 14px;
    color: inherit;
    display: block;
    line-height: 30px;
    padding: 10px 16px;
}

.widget_categories.style-two .single-cat {
    display: inline-block;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .widget_categories.style-two .single-cat:last-child {
        margin-bottom: 0;
    }

    .widget_categories.style-two .single-cat:hover > img {
        transform: scale(1.075);
    }

    .widget_categories.style-two .single-cat:hover .cat-overlay:before {
        opacity: 0.7;
    }

    .widget_categories.style-two .single-cat img {
        transition: all 0.25s;
    }

    .widget_categories.style-two .single-cat .cat-overlay {
        position: absolute;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        top: 20px;
        left: 20px;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 21px;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-family: var(--heading-font, "Playfair Display", serif);
        color: white;
        border: 10px solid rgba(255, 255, 255, 0.5);
    }

        .widget_categories.style-two .single-cat .cat-overlay:before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            background-color: black;
            top: 0;
            left: 0;
            opacity: 0.5;
            transition: all 0.25s;
        }

        .widget_categories.style-two .single-cat .cat-overlay .cat-overlay-inner {
            position: relative;
            z-index: 2;
        }

.widget_text .bsm-select-wrapper li {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.widget_text .bsm-select-wrapper input.select-dropdown {
    margin-bottom: 0;
    padding: 0 20px;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

.widget_text .bsm-select-wrapper span.caret {
    right: 15px;
}

.widget_text .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_text .bsm-select-wrapper .bsm-dropdown-content li > span {
    font-size: 14px;
    color: inherit;
    display: block;
    line-height: 30px;
    padding: 10px 16px;
}

/*------------------------------------------------------------------------
# Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries  Widget
-------------------------------------------------------------------------*/
.widget_links a,
.widget_meta a,
.widget_nav_menu .menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
    border: 0;
}

    .widget_nav_menu .menu a .fa {
        display: none;
    }

.widget_links,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_product_categories {
    color: white;
    font-weight: 500;
}

    .widget_links a,
    .widget_meta a,
    .widget_nav_menu a,
    .widget_pages a,
    .widget_recent_comments a,
    .widget_recent_entries a,
    .widget_product_categories a {
        border: 0;
        text-decoration: none;
        display: block;
    }

        .widget_links a:hover, .widget_links a:focus,
        .widget_meta a:hover,
        .widget_meta a:focus,
        .widget_nav_menu a:hover,
        .widget_nav_menu a:focus,
        .widget_pages a:hover,
        .widget_pages a:focus,
        .widget_recent_comments a:hover,
        .widget_recent_comments a:focus,
        .widget_recent_entries a:hover,
        .widget_recent_entries a:focus,
        .widget_product_categories a:hover,
        .widget_product_categories a:focus {
            color: var(--brand-primary-text, #f53700);
        }

    .widget_links ul,
    .widget_meta ul,
    .widget_nav_menu ul,
    .widget_pages ul,
    .widget_recent_comments ul,
    .widget_recent_entries ul,
    .widget_product_categories ul {
        list-style: none;
        margin: 0;
    }

        .widget_links ul li,
        .widget_meta ul li,
        .widget_nav_menu ul li,
        .widget_pages ul li,
        .widget_recent_comments ul li,
        .widget_recent_entries ul li,
        .widget_product_categories ul li {
            padding: 11px 0;
            border-bottom: 0 none;
            line-height: 1.25em;
        }

    .widget_links > ul,
    .widget_meta > ul,
    .widget_nav_menu > ul,
    .widget_pages > ul,
    .widget_recent_comments > ul,
    .widget_recent_entries > ul,
    .widget_product_categories > ul {
        position: relative;
    }

    .widget_links ul > li:first-child,
    .widget_meta ul > li:first-child,
    .widget_nav_menu ul > li:first-child,
    .widget_pages ul > li:first-child,
    .widget_recent_comments ul > li:first-child,
    .widget_recent_entries ul > li:first-child,
    .widget_product_categories ul > li:first-child {
        margin-top: 0;
        padding-top: 0px;
        border-top: 0 none;
    }

    .widget_links ul > li:last-child,
    .widget_meta ul > li:last-child,
    .widget_nav_menu ul > li:last-child,
    .widget_pages ul > li:last-child,
    .widget_recent_comments ul > li:last-child,
    .widget_recent_entries ul > li:last-child,
    .widget_product_categories ul > li:last-child {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

.widget .menu {
    position: relative;
}

    .widget .menu > li:first-child {
        border-top: 0 none;
        padding-top: 0;
    }

    .widget .menu .sub-menu {
        box-shadow: 0 0 0 transparent;
    }

.widget_nav_menu .sub-menu,
.widget_pages .children {
    border: 0;
    margin: 0 0 0 1em;
}

.widget_recent_entries .post-date {
    display: block;
}

/*--------------------------------------------------------------
# Social Widget
--------------------------------------------------------------*/
.bt-social-widget .widget-content > .bt-social-profile {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    margin-bottom: 5px;
}

    .bt-social-widget .widget-content > .bt-social-profile:last-child {
        margin-bottom: 0;
    }

    .bt-social-widget .widget-content > .bt-social-profile > .icon {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: white;
        padding-right: 20px;
        text-transform: uppercase;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bt-social-widget .widget-content > .bt-social-profile > .icon {
        padding-right: 10px;
    }
}

.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-facebook-icon {
    background-color: #3B5998;
}

    .bt-social-widget .widget-content > .bt-social-profile > .icon.bt-facebook-icon .social-icon {
        background-color: #36518A;
    }

.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-google-plus-icon {
    background-color: #D33C30;
}

    .bt-social-widget .widget-content > .bt-social-profile > .icon.bt-google-plus-icon .social-icon {
        background-color: #EA4335;
    }

.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-twitter-icon {
    background-color: #01ACEE;
}

    .bt-social-widget .widget-content > .bt-social-profile > .icon.bt-twitter-icon .social-icon {
        background-color: #009BD6;
    }

.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-youtube-icon {
    background-color: #C71726;
}

    .bt-social-widget .widget-content > .bt-social-profile > .icon.bt-youtube-icon .social-icon {
        background-color: #DD1A2A;
    }

.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-instagram-icon {
    background-color: #4E54D3;
}

.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-vimeo-icon {
    background-color: #16A4D3;
}

    .bt-social-widget .widget-content > .bt-social-profile > .icon.bt-vimeo-icon .social-icon {
        background-color: #1BB7EA;
    }

.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-pinterest-icon {
    background-color: #B00000;
}

.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-soundcloud-icon {
    background-color: #FF8800;
}

.bt-social-widget .widget-content > .bt-social-profile > .icon > span {
    display: block;
    line-height: 15px;
}

.bt-social-widget .widget-content > .bt-social-profile > .icon .social-icon {
    line-height: 40px;
    max-width: 50px;
    height: 40px;
    font-size: 15px;
    text-align: center;
    flex: 0 0 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bt-social-widget .widget-content > .bt-social-profile > .icon .social-icon {
        flex: 0 0 35px;
        max-width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.bt-social-widget .widget-content > .bt-social-profile > .icon .bt-count {
    font-weight: 600;
    font-size: 12px;
    padding-left: 18px;
    padding-right: 10px;
    flex: 0 0 55px;
    max-width: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bt-social-widget .widget-content > .bt-social-profile > .icon .bt-count {
        padding-left: 10px;
        padding-right: 8px;
        flex: 0 0 45px;
        max-width: 45px;
    }
}

.bt-social-widget .widget-content > .bt-social-profile > .icon .bt-name {
    font-weight: 500;
    font-size: 11px;
    text-align: right;
    flex: 0 0 80px;
    max-width: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bt-social-widget .widget-content > .bt-social-profile > .icon .bt-name {
        flex: 0 0 70px;
        max-width: 70px;
    }
}

.bt-social-widget .widget-content > .bt-social-profile > .icon .bt-media-type {
    font-size: 11px;
    font-weight: 500;
    opacity: 0.7;
    flex: 0 0 calc(100% - 185px);
    max-width: calc(100% - 185px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bt-social-widget .widget-content > .bt-social-profile > .icon .bt-media-type {
        flex: 0 0 calc(100% - 150px);
        max-width: calc(100% - 150px);
    }
}

.bt-social-widget .widget-content > .bt-social-profile:hover {
    opacity: 0.8;
}

/*--------------------------------------------------------------
# Twitter Feed Widget
--------------------------------------------------------------*/
.tb-twitter-feed-widget {
    position: relativee;
}

    .tb-twitter-feed-widget .twitter-feed {
        display: flex;
    }

        .tb-twitter-feed-widget .twitter-feed .icon {
            max-width: 35px;
            font-size: 15px;
            color: #1da1f3;
            flex: 0 0 35px;
        }

        .tb-twitter-feed-widget .twitter-feed .info {
            position: relative;
            top: -5px;
        }

            .tb-twitter-feed-widget .twitter-feed .info > p {
                line-height: 2.2em;
            }

            .tb-twitter-feed-widget .twitter-feed .info .date {
                font-size: 13px;
                text-transform: uppercase;
                color: var(--brand-primary-text, #f53700);
            }

    .tb-twitter-feed-widget .owl-dots {
        text-align: right;
        position: absolute;
        width: 100%;
        bottom: 6px;
        left: 0;
    }

        .tb-twitter-feed-widget .owl-dots > div {
            width: 11px;
            height: 11px;
            border: 1px solid #c51c23;
            border-radius: 50%;
            margin: 0 3px;
            display: inline-block;
            transition: all 0.25s;
        }

            .tb-twitter-feed-widget .owl-dots > div.active {
                background-color: var(--brand-primary-text, #f53700);
            }

/*--------------------------------------------------------------
# Instafeed Widget
--------------------------------------------------------------*/
.bt-instafeed-widget {
    position: relative;
}

    .bt-instafeed-widget #instafeed-sidebar,
    .bt-instafeed-widget #instafeed {
        margin: 0 -5px -5px;
        overflow: hidden;
        padding-left: 0px;
        list-style: none;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .bt-instafeed-widget #instafeed-sidebar > .feed-item,
        .bt-instafeed-widget #instafeed > .feed-item {
            flex: 0 0 calc(25% - 10px);
            max-width: calc(25% - 10px);
            margin: 5px;
        }

@media only screen and (max-width: 991px) {
    .bt-instafeed-widget #instafeed-sidebar > .feed-item,
    .bt-instafeed-widget #instafeed > .feed-item {
        flex: 0 0 calc(25% - 10px);
        max-width: calc(25% - 10px);
    }
}

.bt-instafeed-widget #instafeed-sidebar > .feed-item a,
.bt-instafeed-widget #instafeed > .feed-item a {
    display: block;
}

.bt-instafeed-widget #instafeed-sidebar > .feed-item img,
.bt-instafeed-widget #instafeed > .feed-item img {
    width: 100%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.bt-instafeed-widget #instafeed-sidebar > .feed-item:hover img,
.bt-instafeed-widget #instafeed > .feed-item:hover img {
    opacity: 0.8;
}

/*--------------------------------------------------------------
# About Widget
--------------------------------------------------------------*/
.bt-about-footer-widget.style-two .widget-content {
    display: block;
}

    .bt-about-footer-widget.style-two .widget-content .about-logo {
        margin-bottom: 35px;
        max-width: 100%;
    }

    .bt-about-footer-widget.style-two .widget-content .about-info {
        padding-left: 0;
    }

@media only screen and (max-width: 480px) {
    .bt-about-footer-widget.style-two .widget-content .about-info {
        padding-top: 0px;
    }
}

.bt-about-footer-widget.style-two .widget-content .about-info p {
    line-height: 1.7em;
}

.bt-about-footer-widget.style-two .widget-content .about-info .social-status {
    padding-top: 15px;
}

    .bt-about-footer-widget.style-two .widget-content .about-info .social-status a {
        line-height: 37px;
        height: 37px;
        color: #666;
        text-align: center;
        font-size: 14px;
        width: 37px;
        background-color: rgba(255, 255, 255, 0.3);
    }

        .bt-about-footer-widget.style-two .widget-content .about-info .social-status a:hover {
            background-color: rgba(255, 255, 255, 0.5);
        }

.bt-about-footer-widget.style-three .widget-content {
    display: block;
}

    .bt-about-footer-widget.style-three .widget-content .about-logo {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .bt-about-footer-widget.style-three .widget-content .social-status {
        margin-top: 18px;
        margin-left: 30px;
    }

        .bt-about-footer-widget.style-three .widget-content .social-status a {
            line-height: normal;
            height: auto;
            font-size: 15px;
            color: var(--text-gray, #666666);
            text-align: left;
            width: 30px;
            background-color: transparent;
            display: inline-block;
        }

            .bt-about-footer-widget.style-three .widget-content .social-status a:hover {
                background-color: transparent;
                color: #c51c23 !important;
            }

.bt-about-footer-widget.style-four {
    color: #5d5d5d;
    font-size: 14px;
}

    .bt-about-footer-widget.style-four .widget-content .about-info {
        padding-left: 20px;
        flex: 1;
        display: flex;
        justify-content: space-between;
    }

@media only screen and (max-width: 767px) {
    .bt-about-footer-widget.style-four .widget-content .about-info {
        flex-direction: column;
    }
}

@media only screen and (max-width: 480px) {
    .bt-about-footer-widget.style-four .widget-content .about-info {
        padding-left: 0;
    }
}

.bt-about-footer-widget.style-four .widget-content .about-info .social-status {
    padding-top: 35px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 480px) {
    .bt-about-footer-widget.style-four .widget-content .about-info .social-status {
        padding-top: 20px;
    }
}

.bt-about-footer-widget.style-four .widget-content .about-info .social-status a {
    color: #5d5d5d;
}

@media only screen and (max-width: 767px) {
    .bt-about-footer-widget.style-four .about-info-left {
        order: 2;
    }
}

.bt-about-footer-widget.style-four .contact-info-right {
    text-align: right;
    padding-top: 55px;
}

@media only screen and (max-width: 767px) {
    .bt-about-footer-widget.style-four .contact-info-right {
        text-align: left;
        padding-top: 10px;
    }
}

.bt-about-footer-widget.style-four .contact-info-right ul > li {
    margin-bottom: 7px;
}

@media only screen and (max-width: 991px) {
    .bt-about-footer-widget.style-four .contact-info-right ul > li {
        margin-bottom: 5px;
    }
}

.bt-about-footer-widget.style-four .contact-info-right ul > li:last-child {
    margin-bottom: 0;
}

.bt-about-footer-widget.style-four .contact-info-right ul > li a:hover,
.bt-about-footer-widget.style-four .contact-info-right ul > li a:focus {
    color: var(--brand-primary-text, #f53700);
}

.bt-about-footer-widget .widget-content {
    display: flex;
    justify-content: flex-start;
}

@media only screen and (max-width: 480px) {
    .bt-about-footer-widget .widget-content {
        display: block;
    }
}

.bt-about-footer-widget .widget-content .about-logo {
    flex: 0 0 135px;
    max-width: 135px;
}

@media only screen and (max-width: 480px) {
    .bt-about-footer-widget .widget-content .about-logo {
        max-width: 100%;
    }
}

.bt-about-footer-widget .widget-content .about-logo a {
    display: block;
}

.bt-about-footer-widget .widget-content .about-logo img {
    display: inline-block;
}

.bt-about-footer-widget .widget-content .about-info {
    padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
    .bt-about-footer-widget .widget-content .about-info {
        padding-left: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .bt-about-footer-widget .widget-content .about-info {
        padding-left: 0;
        padding-top: 25px;
    }
}

.bt-about-footer-widget .widget-content .about-info p {
    line-height: 2em;
}

.bt-about-footer-widget .widget-content .about-info .social-status {
    padding-top: 10px;
}

@media only screen and (max-width: 480px) {
    .bt-about-footer-widget .widget-content .about-info .social-status {
        padding-top: 5px;
    }
}

.bt-about-footer-widget .widget-content .about-info .social-status a {
    line-height: normal;
    height: auto;
    font-size: 15px;
    color: white;
    text-align: left;
    width: 30px;
    background-color: transparent;
}

    .bt-about-footer-widget .widget-content .about-info .social-status a:hover {
        background-color: transparent;
        color: #c51c23 !important;
    }

/*--------------------------------------------------------------
# Location Widget
--------------------------------------------------------------*/
.bt-location-widget .widget-content ul > li {
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .bt-location-widget .widget-content ul > li {
        margin-bottom: 5px;
    }
}

.bt-location-widget .widget-content ul > li > span {
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    padding-right: 5px;
}

.bt-location-widget .widget-content ul > li a:hover {
    color: var(--brand-primary-text, #f53700);
}

.bt-location-widget .widget-content .social-status {
    padding-top: 15px;
}

@media only screen and (max-width: 480px) {
    .bt-location-widget .widget-content .social-status {
        padding-top: 5px;
    }
}

.bt-location-widget .widget-content .social-status a {
    line-height: normal;
    height: auto;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    width: 30px;
    background-color: transparent;
}

    .bt-location-widget .widget-content .social-status a:hover {
        background-color: transparent;
        color: white !important;
    }

/*--------------------------------------------------------------
# Business Hours Widget
--------------------------------------------------------------*/
.widget-business-hours .widget-content > ul {
    margin-bottom: 15px;
    font-weight: 500;
}

    .widget-business-hours .widget-content > ul li {
        margin: 10px 0;
        overflow: hidden;
    }

        .widget-business-hours .widget-content > ul li > span {
            float: right;
            display: inline-block;
            padding-left: 15px;
        }

        .widget-business-hours .widget-content > ul li.closed > span {
            color: #c51c23 !important;
        }

/*--------------------------------------------------------------
# Social Share Widget
--------------------------------------------------------------*/
.social-share-widget .footer-social li a:hover {
    background-color: black !important;
    box-shadow: 3px 3px 11px rgba(34, 35, 141, 0.25);
}

/*--------------------------------------------------------------
# Share Post Widget
--------------------------------------------------------------*/
.widget-share-post .post {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 0px solid;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .widget-share-post .post {
        margin-bottom: 10px;
    }
}

.widget-share-post .post:last-child {
    margin-bottom: 0;
}

.widget-share-post .post .post-thumbnail {
    flex: 95px;
    max-width: 95px;
}

.widget-share-post .post .entry-title {
    font-weight: normal;
    font-size: 18px;
    font-family: var(--heading-font, "Playfair Display", serif);
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-top: -3px;
}

.widget-share-post .post .share-meta {
    font-size: 12px;
}

    .widget-share-post .post .share-meta > span {
        display: inline-block;
        padding-right: 3px;
    }

.widget-share-post .post .post-details {
    flex: 0 0 calc(100% - 95px);
    padding-right: 0;
    padding-left: 30px;
    text-align: left;
    max-width: calc(100% - 95px);
}

@media only screen and (max-width: 1199px) {
    .widget-share-post .post .post-details {
        padding-left: 15px;
    }
}

/*--------------------------------------------------------------
# Signup Widget
--------------------------------------------------------------*/
.tb-signup-widget {
    background-color: #f2f2f2;
}

    .tb-signup-widget .signup-box {
        text-align: center;
        padding: 35px 20px 40px;
    }

        .tb-signup-widget .signup-box > p {
            font-size: 16px;
            font-weight: 600;
            color: var(--text-dark, #000);
            line-height: 1.6em;
        }

    .tb-signup-widget .signup-form {
        text-align: center;
        padding-top: 10px;
    }

        .tb-signup-widget .signup-form .form-group {
            margin-bottom: 0px;
        }

            .tb-signup-widget .signup-form .form-group label {
                display: block;
            }

            .tb-signup-widget .signup-form .form-group input[type="email"] {
                background-color: white;
                border: 0px solid;
                width: 100%;
                font-size: 14px;
                text-align: center;
                padding: 10px 0;
                margin-bottom: 20px;
            }

/*--------------------------------------------------------------
# Subscribe Widget
--------------------------------------------------------------*/
.tb-subscribe-widget.style-two {
    background-position: top center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    padding: 90px 60px 100px;
}

@media only screen and (max-width: 575px) {
    .tb-subscribe-widget.style-two {
        padding: 60px 15px 65px;
    }
}

.tb-subscribe-widget.style-two::before {
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.25);
    z-index: -1;
}

.tb-subscribe-widget.style-two .widget-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2em;
    font-family: var(--heading-font, "Playfair Display", serif);
    text-align: center;
    margin-bottom: 45px;
}

@media only screen and (max-width: 1199px) {
    .tb-subscribe-widget.style-two .widget-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .tb-subscribe-widget.style-two .widget-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .tb-subscribe-widget.style-two .widget-title {
        font-size: 30px;
        margin-bottom: 35px;
    }
}

.tb-subscribe-widget.style-two .subscribe-form .form-group ::-webkit-input-placeholder {
    color: #bababa;
}

.tb-subscribe-widget.style-two .subscribe-form .form-group .widget_newsletter::-webkit-input-placeholder {
    color: #bababa;
}

.tb-subscribe-widget.style-two .subscribe-form .form-group :-moz-placeholder {
    color: #bababa;
}

.tb-subscribe-widget.style-two .subscribe-form .form-group ::-moz-placeholder {
    color: #bababa;
}

.tb-subscribe-widget.style-two .subscribe-form .form-group :-ms-input-placeholder {
    color: #bababa;
}

.tb-subscribe-widget.style-two .subscribe-form .form-group input[type="email"] {
    border-color: rgba(255, 255, 255, 0.6);
}

.tb-subscribe-widget.style-two .subscribe-form #mc-form #subscribe-btn {
    top: 0px;
    color: var(--brand-primary-text, #f53700);
}

    .tb-subscribe-widget.style-two .subscribe-form #mc-form #subscribe-btn:hover {
        color: white;
    }

.tb-subscribe-widget .subscribe-form #mc-form {
    position: relative;
}

    .tb-subscribe-widget .subscribe-form #mc-form #subscribe-btn {
        position: absolute;
        top: 2px;
        right: 0;
        background-color: transparent;
        font-size: 18px;
        color: white;
        padding: 0;
    }

        .tb-subscribe-widget .subscribe-form #mc-form #subscribe-btn:hover {
            color: var(--brand-primary-text, #f53700);
        }

.tb-subscribe-widget .subscribe-form .form-group {
    margin-bottom: 15px;
}

    .tb-subscribe-widget .subscribe-form .form-group label {
        display: block;
    }

    .tb-subscribe-widget .subscribe-form .form-group input[type="email"] {
        background-color: transparent;
        border-bottom: 1px solid #797979;
        padding: 0 0 14px !important;
        width: 100%;
    }

        .tb-subscribe-widget .subscribe-form .form-group input[type="email"]:focus {
            color: white;
            border-color: var(--brand-primary-text, #f53700);
        }

.tb-subscribe-widget .subscribe-form p {
    text-align: right;
}

    .tb-subscribe-widget .subscribe-form p > span {
        color: var(--brand-primary-text, #f53700);
    }

/*--------------------------------------------------------------
# RSS Widget
--------------------------------------------------------------*/
.widget_rss ul {
    list-style: none;
    margin: 0;
}

    .widget_rss ul:last-child {
        margin-bottom: 0;
    }

.widget_rss li {
    margin-bottom: 1.6em;
    padding-bottom: 25px;
}

    .widget_rss li:last-child {
        margin-bottom: 0;
    }

    .widget_rss li .rssSummary {
        margin: 5px 0;
        line-height: 1.75em;
    }

.widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
}

    .widget_rss .rsswidget img {
        margin-top: -4px;
    }

.widget_rss .rss-date, .widget_rss cite {
    font-size: 0.8em;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: 0.8;
}

.widget_rss > p {
    position: relative;
}

#wp-calendar caption {
    font-weight: 600;
}

#wp-calendar td,
#wp-calendar th {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
}

/*--------------------------------------------------------------
# Search Widget
--------------------------------------------------------------*/
.widget_search .input-group,
.widget_product_search .input-group {
    position: relative;
}

    .widget_search .input-group .form-controller,
    .widget_product_search .input-group .form-controller {
        display: table-cell;
        padding: 7px 15px 5px;
        margin-bottom: 0;
        font-size: 12px;
        border-radius: 0px;
        background-color: transparent;
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
        height: 40px;
        outline: none;
        border: 1px solid #dddddd;
        width: 100%;
        text-transform: uppercase;
    }

        .widget_search .input-group .form-controller:focus,
        .widget_product_search .input-group .form-controller:focus {
            border-color: var(--brand-primary-text, #f53700);
        }

.widget_search button, .widget_search input[type="button"], .widget_search input[type="reset"], .widget_search input[type="submit"],
.widget_product_search button,
.widget_product_search input[type="button"],
.widget_product_search input[type="reset"],
.widget_product_search input[type="submit"] {
    border: 0px solid;
    background-color: var(--brand-primary-text, #f53700);
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0px;
    line-height: 44px;
    top: 0;
    font-size: 13px;
    color: white;
}

    .widget_search button:hover, .widget_search input[type="button"]:hover, .widget_search input[type="reset"]:hover, .widget_search input[type="submit"]:hover,
    .widget_product_search button:hover,
    .widget_product_search input[type="button"]:hover,
    .widget_product_search input[type="reset"]:hover,
    .widget_product_search input[type="submit"]:hover {
        opacity: 0.8;
    }

.widget_search.style-two .input-group .form-controller {
    font-size: 14px;
    height: 52px;
    text-transform: none;
}

.widget_search.style-two .input-group .btn-search {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 16px;
    color: var(--text-dark, #000);
}

    .widget_search.style-two .input-group .btn-search:hover {
        color: var(--brand-primary-text, #f53700);
    }

.tagcloud {
    margin-bottom: -7px;
}

    .tagcloud a {
        padding: 7px 17px 8px;
        font-size: 14px;
        display: inline-block;
        margin-right: 3px;
        margin-bottom: 7px;
        font-weight: normal;
        border-radius: 20px;
        background-color: #f2f2f2;
    }

@media only screen and (max-width: 1199px) {
    .tagcloud a {
        padding: 7px 12px;
    }
}

.tagcloud a:hover {
    color: white;
    background-color: var(--brand-primary-text, #f53700);
}

.widget_gallery .gallery-content img {
    width: 100%;
    margin-bottom: 30px;
}

.dark .widget_categories ul li,
.dark .widget_archive ul li,
.dark .widget_layered_nav ul li {
    color: #e1e1e1;
}

/*--------------------------------------------------------------
# Footer Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.site-footer .widget .widget-title {
    color: white;
    font-size: 22px;
}

    .site-footer .widget .widget-title > span {
        color: var(--brand-primary-text, #f53700);
    }

.site-footer .footer-bottom-text {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: -5px;
    padding: 0 20px;
}

@media only screen and (max-width: 575px) {
    .site-footer .footer-bottom-text {
        padding: 0;
    }
}

.site-footer .footer-bottom-text .footer-logo {
    margin-bottom: 30px;
}

.site-footer .footer-bottom-text .copyright-text {
    margin-top: 45px;
}

.site-footer .footer-menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .site-footer .footer-menu > li {
        display: inline-block;
    }

        .site-footer .footer-menu > li:first-child > a {
            padding-left: 0;
        }

        .site-footer .footer-menu > li:last-child > a {
            padding-right: 0;
        }

        .site-footer .footer-menu > li > a {
            display: block;
            text-transform: uppercase;
            font-size: 14px;
            padding: 0 17px;
            font-weight: 600;
        }

@media only screen and (max-width: 767px) {
    .site-footer .footer-menu > li > a {
        padding: 0 7px;
    }
}

.site-footer .footer-menu > li > a:hover, .site-footer .footer-menu > li > a:focus {
    color: var(--brand-primary-text, #f53700);
}

.site-footer .footer-social {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
}

    .site-footer .footer-social li {
        display: inline-block;
        margin-right: 5px;
    }

        .site-footer .footer-social li a {
            font-size: 14px;
            display: block;
            color: var(--text-gray, #666666);
            border-radius: 50%;
            height: 35px;
            line-height: 35px;
            text-align: center;
            width: 35px;
        }

            .site-footer .footer-social li a:hover {
                color: #c51c23 !important;
            }

    .site-footer .footer-social.color-white {
        padding-bottom: 30px;
    }

        .site-footer .footer-social.color-white li > a {
            color: white;
        }

.site-footer .footer-social-text {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
}

    .site-footer .footer-social-text li {
        display: inline-block;
        margin-right: 5px;
    }

        .site-footer .footer-social-text li a {
            font-weight: 500;
            font-size: 12px;
            display: block;
            padding: 0 20px;
        }

@media only screen and (max-width: 991px) {
    .site-footer .footer-social-text li a {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 480px) {
    .site-footer .footer-social-text li a {
        padding: 0 8px;
    }
}

.site-footer .footer-social-text li a:hover {
    color: #c51c23 !important;
}

.site-footer .footer-social-text.color-white li > a {
    color: white;
}

.site-footer .single-contact-info {
    border-top: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
    padding: 20px 15px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .site-footer .single-contact-info {
        padding: 15px;
    }
}

.site-footer .single-contact-info a:hover,
.site-footer .single-contact-info a:focus {
    color: var(--brand-primary-text, #f53700);
}

.site-footer .instagram-widget-area {
    margin-bottom: 10px;
}

.site-footer .footer-payment-option {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.site-footer.footer-default-style {
    color: #bababa;
}

    .site-footer.footer-default-style .footer-widget-area {
        position: relative;
    }

        .site-footer.footer-default-style .footer-widget-area:before {
            position: absolute;
            content: "";
            right: 0;
            top: 0;
            height: 100%;
            background-color: #141414;
            width: calc(50% - 215px);
        }

@media only screen and (max-width: 1199px) {
    .site-footer.footer-default-style .footer-widget-area:before {
        width: calc(50% - 175px);
    }
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-default-style .footer-widget-area:before {
        display: none;
    }
}

.site-footer.footer-default-style .widget.tb-subscribe-widget {
    padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .site-footer.footer-default-style .widget.tb-subscribe-widget {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-default-style .widget.tb-subscribe-widget {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-default-style .widget.tb-subscribe-widget .subscribe-form {
        width: 450px;
    }
}

@media only screen and (max-width: 480px) {
    .site-footer.footer-default-style .widget.tb-subscribe-widget .subscribe-form {
        width: 100%;
    }
}

.site-footer.footer-style-one .footer-widget-area {
    color: #bababa;
}

    .site-footer.footer-style-one .footer-widget-area:before {
        opacity: 0.8;
    }

.site-footer.footer-style-one .widget-business-hours .widget-content > ul li > span {
    color: white;
}

.site-footer.footer-style-two {
    color: #303030;
}

    .site-footer.footer-style-two .view-all-btn {
        text-align: right;
        padding-top: 15px;
    }

        .site-footer.footer-style-two .view-all-btn > a {
            font-size: 15px;
            text-transform: uppercase;
            color: var(--text-dark, #000);
            font-weight: bold;
        }

            .site-footer.footer-style-two .view-all-btn > a > [class*='fa-'] {
                color: var(--brand-primary-text, #f53700);
            }

            .site-footer.footer-style-two .view-all-btn > a:hover {
                color: var(--brand-primary-text, #f53700);
            }

    .site-footer.footer-style-two .widget .widget-title {
        font-size: 21px;
        font-weight: bold;
        font-family: var(--heading-font, "Playfair Display", serif);
        text-transform: uppercase;
        color: var(--text-dark, #000);
        margin-top: -5px;
    }

@media only screen and (max-width: 575px) {
    .site-footer.footer-style-two .widget .widget-title {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-style-two .footer-menu-area {
        text-align: center !important;
    }
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-style-two .copyright-text {
        text-align: center !important;
        padding-top: 10px;
    }
}

.site-footer.footer-style-three {
    position: relative;
    color: #ededed;
}

    .site-footer.footer-style-three .bg-shape-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 120px;
    }

    .site-footer.footer-style-three .bt-about-footer-widget .widget-content .about-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 215px;
        flex: 0 0 215px;
        max-width: 215px;
    }

        .site-footer.footer-style-three .bt-about-footer-widget .widget-content .about-logo .copyright-text {
            padding-top: 15px;
        }

    .site-footer.footer-style-three .bt-about-footer-widget .widget-content .about-info {
        margin-top: -7px;
    }

        .site-footer.footer-style-three .bt-about-footer-widget .widget-content .about-info .owl-dots > div {
            width: 11px;
            height: 11px;
            border: 1px solid #c51c23;
            border-radius: 50%;
            margin: 0 3px;
        }

        .site-footer.footer-style-three .bt-about-footer-widget .widget-content .about-info .social-status {
            padding-top: 15px;
        }

@media only screen and (max-width: 480px) {
    .site-footer.footer-style-three .bt-about-footer-widget .widget-content .about-info .social-status {
        padding-top: 10px;
    }
}

.site-footer.footer-style-three .bt-about-footer-widget .widget-content .about-info .social-status > a {
    color: #bababa;
}

.site-footer.footer-style-four .footer-top-area .footer-logo {
    margin-bottom: 55px;
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-style-four .footer-top-area .footer-logo {
        margin-bottom: 30px;
    }
}

.site-footer.footer-style-four .footer-top-area .bt-instafeed-widget #instafeed > .feed-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(12.5% - 10px);
    flex: 0 0 calc(12.5% - 10px);
    max-width: calc(12.5% - 10px);
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-style-four .footer-top-area .bt-instafeed-widget #instafeed > .feed-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 10px);
        flex: 0 0 calc(25% - 10px);
        max-width: calc(25% - 10px);
    }
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-style-four .footer-bottom-area .copyright-text,
    .site-footer.footer-style-four .footer-bottom-area .footer-social {
        text-align: center !important;
    }
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-style-four .footer-bottom-area .footer-social {
        margin-bottom: 10px;
    }
}

.site-footer.footer-style-five {
    position: relative;
    background-color: #242424;
    margin-top: 40px;
}

    .site-footer.footer-style-five .element-group > .element {
        bottom: 0;
        right: 0;
    }

@media only screen and (max-width: 1199px) {
    .site-footer.footer-style-five .element-group > .element {
        display: none;
    }
}

.site-footer.footer-style-five .newsletter-block.style-two .newsletter-title .title-main {
    margin-top: -10px;
}

@media only screen and (max-width: 575px) {
    .site-footer.footer-style-five .newsletter-block.style-two .newsletter-title .title-main {
        margin-top: -5px;
    }
}

.site-footer.footer-style-five .newsletter-block.style-two .subscribe-form {
    margin-top: 50px;
    margin-bottom: 60px;
    margin-left: 0;
}

@media only screen and (max-width: 1199px) {
    .site-footer.footer-style-five .newsletter-block.style-two .subscribe-form {
        margin-top: 35px;
    }
}

.site-footer.footer-style-five .footer-bottom-content {
    padding-top: 85px;
    color: #bababa;
}

    .site-footer.footer-style-five .footer-bottom-content .footer-logo {
        margin-bottom: 20px;
    }

    .site-footer.footer-style-five .footer-bottom-content .footer-social {
        margin-bottom: 15px;
    }

        .site-footer.footer-style-five .footer-bottom-content .footer-social li a {
            color: #bababa;
        }

.site-footer.footer-style-six {
    position: relative;
    background-color: #313131;
    font-size: 12px;
    font-weight: 500;
    color: white;
}

    .site-footer.footer-style-six .footer-logo {
        margin-bottom: 35px;
    }

@media only screen and (max-width: 767px) {
    .site-footer.footer-style-six .footer-logo {
        margin-bottom: 25px;
    }
}

.site-footer.footer-style-six .footer-social-text {
    margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
    .site-footer.footer-style-six .footer-social-text {
        margin-bottom: 40px;
    }
}

.site-footer.footer-style-six .footer-contact-info {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .site-footer.footer-style-six .footer-contact-info {
        margin-bottom: 20px;
    }
}

.site-footer.footer-style-six .copyright-text {
    margin-top: 35px;
    color: #bababa;
}

@media only screen and (max-width: 767px) {
    .site-footer.footer-style-six .copyright-text {
        margin-top: 20px;
    }
}

.site-footer.footer-style-six .copyright-text > span {
    color: white;
}

.site-footer.footer-style-seven {
    position: relative;
}

    .site-footer.footer-style-seven .element-group > .element {
        bottom: 0;
        left: 40px;
    }

@media only screen and (max-width: 1199px) {
    .site-footer.footer-style-seven .element-group > .element {
        display: none;
    }
}

.site-footer.footer-style-seven .element-group > .element.one {
    top: -210px;
    right: 60px;
    left: auto;
    bottom: auto;
    -webkit-animation: linear bt-bottomTop-40 4s infinite;
    animation: linear bt-bottomTop-40 4s infinite;
}

@media only screen and (max-width: 1199px) {
    .site-footer.footer-style-seven .element-group > .element.one {
        display: none;
    }
}

.site-footer.footer-style-seven .site-footer-content .footer-logo {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-style-seven .site-footer-content .footer-logo {
        margin-bottom: 20px;
    }
}

.site-footer.footer-style-seven .site-footer-content .footer-social {
    margin-bottom: 35px;
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-style-seven .site-footer-content .footer-social {
        margin-bottom: 15px;
    }
}

.site-footer.footer-style-seven .site-footer-content .footer-social li a {
    color: var(--text-gray, #666666);
}

    .site-footer.footer-style-seven .site-footer-content .footer-social li a:hover {
        background-color: var(--brand-primary-text, #f53700);
        color: white !important;
    }

.site-footer.footer-style-eight {
    font-size: 14px;
    font-weight: normal;
    color: white;
    background: -webkit-linear-gradient(top, #a9c000, #10892e);
    background: linear-gradient(to bottom, #a9c000, #10892e);
    padding: 120px 0;
}

@media only screen and (max-width: 1199px) {
    .site-footer.footer-style-eight {
        padding: 100px 0 95px;
    }
}

.site-footer.footer-style-eight .footer-logo {
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .site-footer.footer-style-eight .footer-logo {
        margin-bottom: 25px;
    }
}

.site-footer.footer-style-eight .footer-social {
    margin-bottom: 50px;
    margin-top: 25px;
}

@media only screen and (max-width: 767px) {
    .site-footer.footer-style-eight .footer-social {
        margin-bottom: 40px;
    }
}

.site-footer.footer-style-eight .footer-social li a {
    color: white;
}

.site-footer.footer-style-eight .footer-contact-info {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .site-footer.footer-style-eight .footer-contact-info {
        margin-bottom: 20px;
    }
}

.site-footer.footer-style-eight .footer-contact-info .single-contact-info {
    text-align: center;
    border-color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
}

.site-footer.footer-style-eight .newsletter-block.style-two {
    margin-top: 30px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-style-eight .newsletter-block.style-two {
        margin-top: 10px;
    }
}

.site-footer.footer-style-eight .newsletter-block.style-two .newsletter-title .title-main {
    font-size: 60px;
    font-style: normal;
    font-weight: normal;
    font-family: var(--heading-font, "Playfair Display", serif);
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-style-eight .newsletter-block.style-two .newsletter-title .title-main {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .site-footer.footer-style-eight .newsletter-block.style-two .newsletter-title .title-main {
        font-size: 42px;
    }
}

.site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form ::-webkit-input-placeholder {
    color: white;
}

.site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form :-moz-placeholder {
    color: white;
}

.site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form ::-moz-placeholder {
    color: white;
}

.site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form :-ms-input-placeholder {
    color: white;
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form {
        margin-right: 0;
    }
}

.site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form > #mc-form {
    background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 575px) {
    .site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form > #mc-form {
        background-color: transparent;
    }
}

.site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form #subscribe-btn {
    background-color: white;
    color: var(--text-dark, #000);
}

    .site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form #subscribe-btn:hover, .site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form #subscribe-btn:focus {
        color: white;
        background-color: var(--brand-primary-text, #f53700);
    }

.site-footer.footer-style-eight .copyright-text {
    margin-top: 35px;
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-style-eight .copyright-text {
        margin-top: 20px;
    }
}

.site-footer.footer-style-nine {
    padding-top: 100px;
    padding-bottom: 35px;
}

    .site-footer.footer-style-nine .footer-bottom-content .footer-logo {
        margin-bottom: 25px;
    }

    .site-footer.footer-style-nine .footer-bottom-content .heading24 {
        font-style: italic;
        font-family: var(--heading-font, "Playfair Display", serif);
        margin-bottom: 25px;
    }

        .site-footer.footer-style-nine .footer-bottom-content .heading24 > span {
            color: var(--brand-primary-text, #f53700);
        }

    .site-footer.footer-style-nine .footer-bottom-content .copyright-text {
        text-transform: uppercase;
    }

.site-footer.footer-style-ten {
    padding-top: 70px;
    padding-bottom: 65px;
}

    .site-footer.footer-style-ten .footer-logo {
        margin-bottom: 25px;
    }

    .site-footer.footer-style-ten .footer-menu-area {
        margin-bottom: 45px;
    }

@media only screen and (max-width: 767px) {
    .site-footer.footer-style-ten .footer-menu-area {
        margin-bottom: 25px;
    }
}

.site-footer.footer-style-ten .footer-menu-area .footer-menu > li > a {
    font-size: 14px;
}

.site-footer.footer-style-eleven {
    position: relative;
    padding-top: 150px;
    padding-bottom: 60px;
    margin-bottom: -20px;
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-style-eleven {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.site-footer.footer-style-eleven .element-group > .element {
    z-index: 1;
}

    .site-footer.footer-style-eleven .element-group > .element.one {
        top: 0;
        left: 0;
    }

@media only screen and (max-width: 1420px) {
    .site-footer.footer-style-eleven .element-group > .element.one {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-style-eleven .element-group > .element.one {
        display: block;
    }
}

.site-footer.footer-style-eleven .element-group > .element.two {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.site-footer.footer-style-eleven .element-group > .element.three {
    bottom: 0px;
    right: 0px;
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-style-eleven .element-group > .element.three {
        display: none;
    }
}

.site-footer.footer-style-eleven .footer-widget-area {
    position: relative;
    z-index: 2;
}

.site-footer.footer-style-eleven .tb-subscribe-widget.style-two {
    margin-top: -200px;
}

@media only screen and (max-width: 1199px) {
    .site-footer.footer-style-eleven .tb-subscribe-widget.style-two {
        margin-top: 0;
    }
}

.site-footer.footer-style-twelve {
    position: relative;
}

    .site-footer.footer-style-twelve .element-group > .element.one {
        top: -210px;
        left: -60px;
        z-index: 1;
        -webkit-animation: linear bt-bottomTop-40 4s infinite;
        animation: linear bt-bottomTop-40 4s infinite;
    }

@media only screen and (max-width: 1450px) {
    .site-footer.footer-style-twelve .element-group > .element.one {
        display: none;
    }
}

.site-footer.footer-style-twelve .element-group > .element.two {
    bottom: 0px;
    left: 0px;
}

@media only screen and (max-width: 1450px) {
    .site-footer.footer-style-twelve .element-group > .element.two {
        display: none;
    }
}

.site-footer.footer-style-twelve .element-group > .element.three {
    top: 0px;
    right: 0px;
}

@media only screen and (max-width: 1450px) {
    .site-footer.footer-style-twelve .element-group > .element.three {
        display: none;
    }
}

.site-footer.footer-style-twelve .site-footer-content {
    padding-top: 50px;
}

@media only screen and (max-width: 1199px) {
    .site-footer.footer-style-twelve .site-footer-content {
        padding-top: 0;
    }
}

.site-footer.footer-style-twelve .site-footer-content .footer-logo {
    margin-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
    .site-footer.footer-style-twelve .site-footer-content .footer-logo {
        margin-bottom: 40px;
    }
}

.site-footer.footer-style-twelve .site-footer-content .subscribe-form {
    font-size: 15px;
    margin-top: 33px;
    width: 470px;
    margin: 0 auto;
}

@media only screen and (max-width: 575px) {
    .site-footer.footer-style-twelve .site-footer-content .subscribe-form {
        width: 100%;
    }
}

.site-footer.footer-style-twelve .site-footer-content .subscribe-form #mc-form {
    position: relative;
}

.site-footer.footer-style-twelve .site-footer-content .subscribe-form .form-group input {
    color: var(--text-dark, #000);
    font-size: 15px;
    position: relative;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 15px !important;
}

@media only screen and (max-width: 767px) {
    .site-footer.footer-style-twelve .site-footer-content .subscribe-form .form-group input {
        font-size: 15px;
    }
}

.site-footer.footer-style-twelve .site-footer-content .subscribe-form .form-group input:focus {
    color: var(--text-dark, #000);
    border-bottom-color: #c51c23 !important;
}

.site-footer.footer-style-twelve .site-footer-content .subscribe-form .form-group #mc-email-error {
    display: none !important;
}

.site-footer.footer-style-twelve .site-footer-content .subscribe-form .btn-default {
    padding: 0;
    font-size: 18px;
    background-color: transparent;
    border-radius: 0;
    color: var(--brand-primary-text, #f53700);
    position: absolute;
    right: 0;
    top: 5px;
}

    .site-footer.footer-style-twelve .site-footer-content .subscribe-form .btn-default:hover {
        color: var(--text-dark, #000);
    }

.site-footer.footer-style-twelve .site-footer-content .footer-social {
    margin-top: 60px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
    .site-footer.footer-style-twelve .site-footer-content .footer-social {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 991px) {
    .site-footer.footer-style-twelve .site-footer-content .footer-social {
        margin-bottom: 15px;
    }
}

.site-footer.footer-style-twelve .site-footer-content .footer-social li a {
    color: var(--text-gray, #666666);
    line-height: 37px;
    background-color: #EEEEEE;
}

    .site-footer.footer-style-twelve .site-footer-content .footer-social li a:hover {
        background-color: var(--brand-primary-text, #f53700);
        color: white !important;
    }

@media only screen and (max-width: 767px) {
    .site-footer.footer-style-thirteen {
        padding-bottom: 35px;
    }
}

.site-footer.footer-style-thirteen .footer-top-area {
    padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .site-footer.footer-style-thirteen .footer-top-area {
        padding-top: 0px;
    }
}

.site-footer.footer-style-thirteen .footer-top-area .footer-bottom-text {
    font-size: 15px;
    font-weight: normal;
}

.site-footer.footer-style-thirteen .newsletter-block {
    margin-bottom: 40px;
}

    .site-footer.footer-style-thirteen .newsletter-block:before {
        opacity: 0.8;
    }

    .site-footer.footer-style-thirteen .newsletter-block .section-title {
        margin-bottom: -15px;
    }

.site-footer.footer-style-thirteen .instagram-widget-area {
    margin-bottom: -5px;
}

@media only screen and (max-width: 767px) {
    .site-footer.footer-style-thirteen .copyright-text {
        text-align: center;
    }
}

.site-footer.footer-style-thirteen .footer-social {
    margin-right: -10px;
}

@media only screen and (max-width: 767px) {
    .site-footer.footer-style-thirteen .footer-social {
        margin-right: 0px;
        text-align: center !important;
    }
}

.site-footer.footer-style-fourteen {
    position: relative;
}

    .site-footer.footer-style-fourteen .bg-shape-top {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 85px;
        z-index: 1;
    }

    .site-footer.footer-style-fourteen .footer-widget-area {
        padding-top: 50px;
        margin-bottom: -5px;
    }

.instagram-widget-area .bt-instafeed-widget {
    position: relative;
    margin-bottom: 0;
}

    .instagram-widget-area .bt-instafeed-widget .instafeed-heading {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 50%;
        position: absolute;
        top: 50%;
        z-index: 1;
        text-align: center;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

        .instagram-widget-area .bt-instafeed-widget .instafeed-heading > span {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            line-height: 70px;
            font-size: 42px;
            background-color: var(--brand-primary-text, #f53700);
            color: white;
        }

        .instagram-widget-area .bt-instafeed-widget .instafeed-heading .heading {
            background-color: white;
            text-align: center;
            padding: 5px 15px;
            margin-bottom: 0px;
            font-weight: normal;
            font-size: 16px;
            text-transform: uppercase;
            line-height: 1.8em;
            color: var(--text-dark, #000);
            letter-spacing: 0.1em;
            font-family: var(--heading-font, "Playfair Display", serif);
        }

    .instagram-widget-area .bt-instafeed-widget #instafeed {
        margin: 10px -10px 0;
    }

@media only screen and (max-width: 575px) {
    .instagram-widget-area .bt-instafeed-widget #instafeed {
        margin: 10px -5px 0;
    }
}

.instagram-widget-area .bt-instafeed-widget #instafeed > .feed-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(12.5% - 20px);
    flex: 0 0 calc(12.5% - 20px);
    max-width: calc(12.5% - 20px);
    margin: 10px;
}

@media only screen and (max-width: 991px) {
    .instagram-widget-area .bt-instafeed-widget #instafeed > .feed-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 20px);
        flex: 0 0 calc(25% - 20px);
        max-width: calc(25% - 20px);
    }
}

@media only screen and (max-width: 575px) {
    .instagram-widget-area .bt-instafeed-widget #instafeed > .feed-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 10px);
        flex: 0 0 calc(25% - 10px);
        max-width: calc(25% - 10px);
        margin: 5px;
    }
}

.instagram-widget-area.style-two .bt-instafeed-widget #instafeed {
    margin: -5px;
}

    .instagram-widget-area.style-two .bt-instafeed-widget #instafeed > .feed-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(12.5% - 10px);
        flex: 0 0 calc(12.5% - 10px);
        max-width: calc(12.5% - 10px);
        margin: 5px;
    }

@media only screen and (max-width: 991px) {
    .instagram-widget-area.style-two .bt-instafeed-widget #instafeed > .feed-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 10px);
        flex: 0 0 calc(25% - 10px);
        max-width: calc(25% - 10px);
    }
}

.instagram-widget-area.style-three {
    overflow: hidden;
}

    .instagram-widget-area.style-three .bt-instafeed-widget #instafeed {
        margin: 0;
    }

        .instagram-widget-area.style-three .bt-instafeed-widget #instafeed > .feed-item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%;
            margin: 0px;
        }

@media only screen and (max-width: 991px) {
    .instagram-widget-area.style-three .bt-instafeed-widget #instafeed > .feed-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.copyright-text {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
}

    .copyright-text a {
        display: inline-block;
        padding-left: 5px;
        color: var(--brand-primary-text, #f53700);
    }

        .copyright-text a:hover {
            color: var(--text-dark, #000);
        }

.open-hours-multiple-item .info .title {
    color: #FFB400;
}

.open-hours-multiple-item .info .eating-time {
    font-size: 16px;
    color: white;
    margin-bottom: 0px;
    font-family: var(--heading-font, "Playfair Display", serif);
    font-weight: normal;
}

.foodmenu-tab-centered {
    text-align: center;
}

.footer-image {
    max-width: 20%;
    float: right;
    opacity: 0.4;
}

.locationMenu {
    margin-bottom: 45px;
}

.openinghours-div {
    text-align: center;
}

.render-custom-form {
    background-color: #cdd2d19e;
    padding: 30px 0;
}

.custom-form-fields {
    display: flex;
    justify-content: center;
}

.custom-form-title {
    margin-bottom: 0px !important;
}

.food-menu-bg {
    margin-top: -200px;
}

.menu-title {
    display: flex;
    margin: auto;
    border-radius: 5px 5px 0px 0px;
    background-color: #FFF;
    color: var(--text-dark, #000);
    padding: 15px 20px;
    flex-wrap: wrap;
}

    .menu-title * {
        color: inherit;
    }

    .menu-title h3 {
        position: relative;
        padding-bottom: 8px;
        margin-bottom: 0px;
        display: flex;
        align-items: end;
        justify-content: space-between;
    }

    .menu-title .multi-menu-dd h3 {
        cursor: pointer;
    }

        .menu-title .multi-menu-dd h3 svg {
            margin-bottom: 6px;
        }

        .menu-title .multi-menu-dd h3:after {
            position: absolute;
            content: "";
            bottom: 0px;
            left: 0;
            height: 2px;
            width: 100%;
            border-top: 1px dashed var(--brand-background-line, #444);
        }

    .menu-title .dropdown-toggle {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background: transparent;
        margin: 10px 20px;
        float: left;
        text-align: left;
        min-width: 320px;
        display: flex;
        justify-content: space-between;
    }


    .menu-title .see-more {
        text-align: right;
        font-size: 14px;
        padding: 0px 0px 0px 30px;
    }

    .menu-title .dropdown-menu.dropdown-menu-center {
        width: 100%
    }

        .menu-title .dropdown-menu.dropdown-menu-center li {
            border-bottom: 1px dashed var(--brand-background-line, #444);
            padding: 10px;
        }

    .menu-title .dropdown {
        font-family: var(--heading-font);
    }

        .menu-title .dropdown h3 {
            font-size: 30px;
        }

    .menu-title .dropdown-menu.dropdown-menu-center li a {
        font-family: var(--heading-font);
    }

    .menu-title.menu-title-dark {
        background-color: #3F3F3F;
        color: #fff;
    }

.menu-categories-nav {
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
}


.menu-categories {
    position: relative;
    display: grid;
    padding-left: 25px;
    padding-right: 25px;
    background: var(--brand-primary, #f53700);
    position: relative;
}

.menu-categories, .order-btn {
    padding-top: 15px;
    padding-bottom: 15px;
}

.order-btn {
    background-color: var(--brand-primary-dark,#8F2000);
    padding-left: 15px;
    padding-right: 15px;
}

@media(min-width:992px) {
    .menu-categories {
        padding-left: 50px;
        padding-right: 25px;
    }

    .menu-categories, .order-btn {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .order-btn {
        background-color: var(--brand-primary-dark,#8F2000);
        padding-left: 30px;
        padding-right: 30px;
    }
}



.menu-categories ul {
    display: inline-flex;
    overflow: auto;
    overflow-y: hidden;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
}

    .menu-categories ul::-webkit-scrollbar {
        display: none;
    }

    .menu-categories ul li {
        display: inline-flex;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        align-items: center;
    }

        .menu-categories ul li a {
            border-top: 2px solid transparent;
            border-bottom: 2px solid transparent;
        }

            .menu-categories ul li a.active, .menu-categories ul li a:hover {
                border-top-color: var(--brand-primary-light, #fff);
                border-bottom-color: var(--brand-primary-light, #fff);
                color: inherit;
                padding-top: 7px;
                padding-bottom: 7px;
            }

            .menu-categories ul li a:focus {
                color: inherit;
            }

        .menu-categories ul li svg {
            margin: auto 10px;
        }

        .menu-categories ul li:last-child svg {
            display: none;
        }



a.btn {
    border-radius: 24px;
    border: 2px solid var(--brand-primary, #f53700);
    color: #fff;
    background-color: var(--brand-primary, #f53700);
    text-align: center;
    font-family: var(--heading-font-uc, "Poppins", sans-serif);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 26px;
}

@media (min-width:576px) {
    a.btn {
        padding: 10px 20px;
    }
}

a.btn:hover {
    background: var(--brand-secondary-text, #f53700);
    border-color: var(--brand-secondary-text, #f53700);
    color: #fff;
}

a.btn.btn-outline {
    border-radius: 24px;
    border-color: var(--brand-primary, #f53700);
    color: var(--brand-primary, #f53700);
    background-color: transparent;
}

    a.btn.btn-outline.btn-white {
        border-color: #fff;
        color: #fff;
    }

    a.btn.btn-outline:hover {
        border-color: var(--brand-secondary-text, #f53700);
        color: var(--brand-secondary-text, #f53700);
    }

    a.btn.btn-outline.btn-white:hover {
        background: var(--brand-primary, #f53700);
        border-color: var(--brand-primary, #f53700);
        color: #fff;
    }

.category-title {
    position: relative;
}

    .category-title::after {
        content: ' ';
        display: block;
        margin: 10px auto;
        width: 60px;
        height: 4px;
        background-color: var(--brand-primary-light, #f53700);
        border-radius: 2px;
    }

.sub-category-header {
    background-color: var(--brand-background-dark, #eee);
    padding: 20px 0px 10px;
    margin-bottom: 5px;
}

.sub-category .category-title::after {
    height: 2px;
    width: 40px;
}

.sub-category .menu-category-items {
    padding-left: 15px;
    padding-right: 15px;
}

.menu-body {
    background-color: var(--brand-background, #fff);
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
}

@media(min-width:576px) {
    .sub-category .menu-category-items {
        padding-left: 30px;
        padding-right: 30px;
    }

    .menu-body {
        padding-left: 42px;
        padding-right: 42px;
    }
}

.menu-category-content {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed var(--brand-background-line, #444);
}

    .menu-category-content:last-of-type {
        border-bottom: none;
    }

.menu-category-items {
    display: grid;
    gap: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
}


@media (min-width:768px) {
    .menu-category-items {
        grid-template-columns: 1fr 1fr;
    }

        .menu-category-items .featured-menu-item {
            grid-row-end: span 2;
        }

    .sub-category {
        grid-column-end: span 3;
    }
}

@media (min-width:992px) {
    .menu-category-items {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

ul#location {
    border-radius: 0px 0px 5px 5px;
    background-color: #222;
    color: #fff;
    border: none;
    padding: 0px;
}

li.menu-item {
    border-bottom-color: #3f3f3f !important;
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
    padding: 0px !important;
}

    li.menu-item:last-of-type {
        border-bottom: none !important;
        border-radius: 0px 0px 5px 5px;
    }

    li.menu-item a {
        color: inherit;
        padding: 15px 10px !important;
        width: 100%;
        height: 100%;
        display: block;
    }

    li.menu-item:hover {
        background-color: #3f3f3f;
    }

.locations-list {
    display: grid;
    gap: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    grid-template-columns: 1fr;
    filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.25));
}


.location-inner {
    background-color: #fff;
    padding: 15px 25px 20px;
    color: var(--text-gray,#666666);
}

@media(min-width:992px) {
    .locations-list {
        grid-template-columns: 1fr 1fr;
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.location-info-inner {
    padding: 10px 0px 5px 0px;
}

    .location-inner > .row > *, .location-info-inner > * {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.location-inner h5 {
    color: var(--text-dark, #000);
}

.location-inner p, .location-info-inner p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
}

ul.links-list {
    display: inline-flex;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    ul.links-list li {
        padding: 0px 7px;
        display: flex;
        align-items: center;
    }

        ul.links-list li:first-of-type {
            padding-left: 0px;
        }


        ul.links-list li:after {
            display: block;
            content: "";
            width: 4px;
            height: 4px;
            border-radius: 2px;
            background-color: var(--brand-background-line, #444);
        }

        ul.links-list li:last-of-type:after {
            display: none;
        }

        ul.links-list li a {
            margin-right: 14px;
        }



.collapsed {
    display: none;
}

.nav-slide-parent {
    scroll-behavior: smooth;
}

.nav-slide-gradient {
    height: 100%;
    width: 60px;
    display: block;
    pointer-events: none;
    position: absolute;
}

    .nav-slide-gradient[data-direction='right'] {
        background: linear-gradient(270deg, rgba(179, 25, 23, 0.80) 0%, rgba(179, 25, 23, 0.00) 100%);
        right: 50px;
    }

    .nav-slide-gradient[data-direction='left'] {
        background: linear-gradient(270deg, rgba(179, 25, 23, 0.00) 0%, rgba(179, 25, 23, 0.80) 100%);
        left: 50px;
    }

button.nav-slide {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    color: #fff;
    background-color: transparent;
    transition: none;
}

.nav-slide[data-direction='left'] {
    display: none;
}

button.nav-slide[data-direction='right'] {
    right: 0px;
    background: linear-gradient(270deg, var(--brand-primary-med-dark,#8F2000) 0%, rgba(179, 25, 23, 0.80) 100%);
}

button.nav-slide[data-direction='left'] {
    left: 0px;
    background: linear-gradient(270deg, rgba(179, 25, 23, 0.80) 0%, var(--brand-primary-med-dark,#8F2000) 100%);
}

button.nav-slide svg {
    fill: #fff;
    opacity: 0.75;
}

button.nav-slide[data-direction='right'] svg {
    margin-left: 2px;
}

button.nav-slide[data-direction='left'] svg {
    transform: rotate(180deg);
}

button.nav-slide:hover {
    background: linear-gradient(270deg, var(--brand-primary) 0%, var(--brand-primary) 100%);
}

    button.nav-slide:hover svg {
        opacity: 1;
    }

.food-list-item.list-style-two {
    flex-wrap: wrap !important;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.featured-menu-item .food-list-item.list-style-two {
    background-color: var(--brand-background-dark,#eee);
}

.food-list-item.list-style-two .food-thumb {
    flex: unset;
    max-width: 100%;
    width: 100%;
}

.featured-menu-item .food-list-item.list-style-two .food-info-details {
    padding: 12px;
}

@media(min-width:576px) {
    .featured-menu-item .food-list-item.list-style-two .food-info-details {
        padding: 20px;
    }
}

.food-list-item.list-style-two .food-thumb > img {
    width: 100%;
    border-radius: unset;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 200px;
    object-fit: cover;
}

.bg-tiled-y {
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center;
}

.custom-form-fields {
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
}

.umbraco-forms-navigation .btn.primary {
    background-color: #E04E3B;
    color: #fff;
    border-radius: 24px;
    padding: 10px 20px;
}

@media (min-width: 576px) {
    .umbraco-forms-navigation .btn.primary {
        padding: 14px 26px;
    }
}

.umbraco-forms-navigation .btn.primary:hover {
    background-color: var(--brand-secondary-text, #f53700);
}

@media (max-width: 425px) {
    .menu-categories-nav .d-flex {
        display:block!important;
    }
    .menu-categories-nav .order-btn a {
        width: 100%;
    }
}