<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* global
-------------------------------------------------------------- */
@font-face {
    font-family: "Audrey";
    src: url("../../assets/font/Audrey-Medium.otf");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Audrey";
    src: url("../../assets/font/Audrey-Normal.otf");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Cerebri Sans";
    src: url("../../assets/font/CerebriSans-Book.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Cerebri Sans";
    src: url("../../assets/font/CerebriSans-Medium.ttf");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

html {
    margin-right: 0 !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Cerebri Sans";
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.2px;
    font-weight: 400;
    color: #666666;
}

p {
    font-family: "Cerebri Sans";
}

#wrapper {
    overflow: hidden;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
    transform: scale(1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Audrey";
    font-weight: 500;
    color: #7d3c00;
}

h1,
.h1 {
    font-family: "Audrey";
    font-size: 72px;
    line-height: 1;
}

h2,
.h2 {
    font-family: "Audrey";
    font-size: 55px;
    line-height: 1.1;
}

h3,
.h3 {
    font-family: "Audrey";
    font-size: 40px;
    line-height: 1.1;
}

h4,
.h4 {
    font-family: "Audrey";
    font-size: 28px;
    line-height: 1.4;
}

h5,
.h5 {
    font-family: "Audrey";
    font-size: 17px;
    line-height: 1.4;
}

h6,
.h6 {
    font-family: "Audrey";
    font-size: 16px;
    line-height: 1.72;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

    .form-row &gt; .col,
    .form-row &gt; [class*=col-] {
        padding-right: 10px;
        padding-left: 10px;
    }

.form-group {
    margin-bottom: 19px;
}

.container {
    max-width: 1550px;
    overflow: hidden;
}

    .container.w_1690 {
        max-width: 1690px;
    }

        .container.w_1690 .container_inner {
            position: relative;
            padding: 0 72px;
        }

    .container.full {
        max-width: 100%;
    }

    .container.w_1280 {
        max-width: 1280px;
    }

        .container.w_1280 .container_inner {
            position: relative;
            padding: 0 70px;
        }

    .container.w_1490 {
        max-width: 1490px;
    }

    .container.w_1342 {
        max-width: 1342px;
    }

    .container.w_1710 {
        max-width: 1920px;
        padding-left: 120px;
        padding-right: 120px;
    }

    .container.w_1850 {
        max-width: 1850px;
    }

        .container.w_1850 .container_inner {
            position: relative;
            padding: 0 94px;
        }

    .container.w_1320 {
        max-width: 1320px;
    }

        .container.w_1320 .container_inner {
            position: relative;
            padding: 0 90px;
        }

    .container.w_1310 {
        max-width: 1310px;
    }

        .container.w_1310 .container_inner {
            position: relative;
            padding: 0 84px;
        }

.z-index {
    z-index: 999;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

ul, li {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: unset;
    transition: all 0.3s;
    cursor: pointer;
    display: inline-block;
}

    a:hover {
        color: #65753d;
        transition: all 0.3s;
    }

.center {
    text-align: center;
}

.container {
    width: 100%;
    margin: auto;
}

.container-fluid,
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.wrap-fx-30 {
    display: flex;
    margin-left: -30px;
}

    .wrap-fx-30 .icon-box {
        width: calc(33.3333% - 30px);
        margin-left: 30px;
    }

.no-pd-top {
    padding-top: 0;
}

.pd-0 {
    padding: 0 !important;
}

.m-b17 {
    margin-bottom: 17px;
}

.p-b42 {
    padding-bottom: 42px;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-r-40 {
    margin-right: -40px;
}

.p-l150 {
    padding-left: 150px;
}

.m-t30 {
    margin-top: 30px;
}

.p-l70 {
    padding-left: 70px;
}

.mt-39 {
    margin-top: 39px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-74 {
    margin-top: 74px;
}

.mt-79 {
    margin-top: 79px;
}

.ml30-fx {
    margin-left: -30px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5p {
    margin-bottom: 5px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-11 {
    margin-bottom: 11px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-23 {
    margin-bottom: 23px !important;
}

.mb-27 {
    margin-bottom: 27px !important;
}

.mb .mb-28 {
    margin-bottom: 28px;
}

.mb-26 {
    margin-bottom: 26px;
}

.mb-29 {
    margin-bottom: 29px !important;
}

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

.mb-36 {
    margin-bottom: 36px !important;
}

.mb-42 {
    margin-bottom: 42px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-46 {
    margin-bottom: 46px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-57 {
    margin-bottom: 57px !important;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-b51 {
    margin-bottom: 51px;
}

.pl-30 {
    padding-left: 30px;
}

.p-r60 {
    padding-right: 60%;
}

.m-b60 {
    margin-bottom: 60px;
}

.m-b61 {
    margin-bottom: 61px;
}

.m-b26 {
    margin-bottom: 26px;
}

.m-b6 {
    margin-bottom: 6px;
}

.m-t12 {
    margin-top: 12px;
}

.m-b16 {
    margin-bottom: 16px;
}

.m-t16 {
    margin-top: 16px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.pl-r-0 {
    padding-left: 0;
    padding-right: 0;
}

.p-b23 {
    padding-bottom: 23px;
}

.boder-bt-st1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.txt-tranf-cap {
    text-transform: capitalize;
}

.m-t60 {
    margin-top: 60px;
}

.m-b50 {
    margin-bottom: 50px;
}

.m-b48 {
    margin-bottom: 48px;
}

.m-t30 {
    margin-top: 30px;
}

.m-t40 {
    margin-top: 40px;
}

.pd20 {
    padding: 0 20%;
}

.pd22 {
    padding: 0 22%;
}

.m-b51 {
    margin-bottom: 51px;
}

.pd30 {
    padding: 0 30%;
}

.bg-st1 {
    background: #1E2835 !important;
}

.bg-st2 {
    background: #7d3c00 !important;
}

.wrap-fx {
    display: flex;
    flex-wrap: wrap;
}

.wrap-fx2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

select {
    background-color: #171F29;
    border: none;
    font-family: "Cerebri Sans", sans-serif;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    line-height: 21px;
    border-radius: 0;
    width: 100%;
    color: #666666;
    padding: 12px 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
    border: none;
    font-family: "Cerebri Sans", sans-serif;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    line-height: 21px;
    border-radius: 0;
    width: 100%;
    background: transparent;
    color: #666666;
    padding: 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

input:focus {
    background: unset !important;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
    font-family: "Cerebri Sans", sans-serif;
    color: #fff;
}

form button {
    border: none;
    outline: none;
}

.form-seach {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .form-seach input {
        padding-left: 48px;
    }

    .form-seach svg {
        position: absolute;
        left: 17px;
    }

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    text-align: center;
    z-index: 999;
    right: 14px;
    bottom: 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    overflow: hidden;
}

    #scroll-top.show {
        right: 15px;
        opacity: 1;
        visibility: visible;
    }

    #scroll-top:before,
    #scroll-top:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #scroll-top:before {
        z-index: -1;
        background: #65753d;
    }

    #scroll-top:after {
        content: "\f077";
        font-family: "Font Awesome 6 Free";
        font-size: 18px;
        color: #000000;
        font-weight: 600;
    }

    #scroll-top:hover {
        transform: translateY(-7%);
    }

/* PreLoad
-------------------------------------------------------------- */
.preloader {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.clear-loading {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loading-effect-2 {
    width: 100px;
    height: 100px;
}

    .loading-effect-2 &gt; span,
    .loading-effect-2 &gt; span:before,
    .loading-effect-2 &gt; span:after {
        content: "";
        display: block;
        border-radius: 50%;
        border: 2px solid #65753d;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .loading-effect-2 &gt; span {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-left-color: transparent;
        -webkit-animation: effect-2 2s infinite linear;
        -moz-animation: effect-2 2s infinite linear;
        -ms-animation: effect-2 2s infinite linear;
        -o-animation: effect-2 2s infinite linear;
        animation: effect-2 2s infinite linear;
    }

        .loading-effect-2 &gt; span:before {
            width: 75%;
            height: 75%;
            border-right-color: transparent;
        }

        .loading-effect-2 &gt; span:after {
            width: 50%;
            height: 50%;
            border-bottom-color: transparent;
        }

@-webkit-keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.top-bar {
    background: #65753d;
    height: 50px;
    display: flex;
    align-items: center;
}

    .top-bar ul {
        display: flex;
    }

        .top-bar ul li {
            margin-right: 39px;
            font-family: "Cerebri Sans";
            font-size: 15px;
            color: #080f19;
        }

            .top-bar ul li i {
                margin-right: 3px;
                font-size: 15px;
            }

    .top-bar .language {
        text-align: right;
    }

.sidebar-btn {
    display: flex;
    align-items: center;
    justify-content: right;
}

/* header
-------------------------------------------------------------- */
.header.main {
    background: transparent;
}

.top-bar-2 {
    height: 90px;
}

    .top-bar-2 .container {
        max-width: 1550px;
    }

    .top-bar-2 .header__logo {
        padding-left: 49px;
    }

    .top-bar-2.h113 {
        height: 113px;
    }

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #7d3c00;
    padding: 15px 0;
}

    .top-header .contact-left,
    .top-header .contact-right {
        display: flex;
        align-items: center;
    }

        .top-header .contact-left .icon,
        .top-header .contact-right .icon {
            width: 49px;
            height: 49px;
            min-width: 49px;
            border-radius: 50%;
            border: 1px solid #65753d;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
        }

            .top-header .contact-left .icon i,
            .top-header .contact-right .icon i {
                font-size: 20px;
            }

        .top-header .contact-left p,
        .top-header .contact-right p {
            margin-bottom: 0;
            letter-spacing: 0.6px;
            font-size: 15px;
            line-height: 28px;
            font-family: "Cerebri Sans";
            color: #080f19;
        }

    .top-header .contact-right {
        flex-direction: row-reverse;
    }

        .top-header .contact-right .icon {
            margin-right: 0;
            margin-left: 20px;
        }

        .top-header .contact-right div {
            text-align: right;
        }

.header {
    position: absolute;
    width: 100%;
    z-index: 1000;
    height: 100px;
    background-color: #7d3c00;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header #site-header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

        .header #site-header-inner .tf-button {
            margin-left: auto;
            margin-right: 84px;
        }

            .header #site-header-inner .tf-button:hover {
                transform: none;
            }

    .header.h96 {
        height: 96px !important;
    }

    .header .main-nav {
        position: absolute;
        left: 25%;
        top: 52%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 100%;
        display: flex;
    }

    .header.style-1 {
        position: relative;
    }

    .header.style-2 {
        background: #fff;
        height: 60px;
        position: relative;
    }

        .header.style-2 .container {
            max-width: 1520px;
            padding: 0;
            height: 100%;
        }

        .header.style-2 #site-header-inner {
            align-items: center;
            height: 100%;
            border-top: 1px solid #dedede;
        }

            .header.style-2 #site-header-inner .main-nav {
                left: 30.9%;
            }

                .header.style-2 #site-header-inner .main-nav .menu li {
                    height: 100%;
                }

                    .header.style-2 #site-header-inner .main-nav .menu li.menu-item-has-children::after {
                        bottom: auto;
                        top: -3px;
                        height: 5px;
                    }

                    .header.style-2 #site-header-inner .main-nav .menu li a {
                        color: #7d3c00;
                    }

    .header.h82 {
        height: 82px;
    }

    .header.style-3 {
        background: transparent;
        height: 120px;
    }

        .header.style-3 .container {
            max-width: 1700px;
        }

        .header.style-3 .header__logo {
            background: #7d3c00;
            position: relative;
            padding: 40px 45px;
        }

        .header.style-3 .tf-button.style1 {
            background-image: linear-gradient(160deg, transparent 50%, #65753d 50%);
        }

        .header.style-3 #main-nav {
            left: 24.1%;
        }

            .header.style-3 #main-nav .menu &gt; li {
                margin-right: 49px;
            }

                .header.style-3 #main-nav .menu &gt; li::after {
                    bottom: auto;
                    top: 0;
                    height: 2px;
                }

.home-4 .header {
    display: none;
}

#main-nav .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    #main-nav .menu li {
        position: relative;
        margin-right: 56px;
        height: 100%;
        display: flex;
        align-items: center;
    }

        #main-nav .menu li::after {
            content: "";
            position: absolute;
            bottom: 2px;
            left: 0;
            width: 0;
            height: 1px;
            background: #65753d;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        #main-nav .menu li a {
            font-size: 15px;
            line-height: 3.333;
            letter-spacing: 2.9px;
            font-family: "Audrey";
            font-weight: 200;
            position: relative;
            display: block;
            line-height: 1.5;
            text-transform: uppercase;
            color: #fff;
        }

            #main-nav .menu li a:hover {
                color: #65753d;
            }

        #main-nav .menu li:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

            #main-nav .menu li:hover .sub-menu li::after {
                height: 1px;
            }

        #main-nav .menu li.current-menu-item::after, #main-nav .menu li:hover::after {
            width: 100%;
            height: 2px;
            bottom: 2px;
        }

        #main-nav .menu li.menu-item.current-menu-item &gt; a {
            color: #65753d;
        }

            #main-nav .menu li.menu-item.current-menu-item &gt; a::after {
                color: #65753d;
            }

#main-nav2 .menu li a {
    font-family: "Orbitron", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    display: block;
    color: #fff;
    padding-right: 18px;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
}

    #main-nav2 .menu li a:hover {
        color: #65753d;
    }

.sidebar-content {
    position: absolute;
    right: -100%;
    top: 60px;
    background: #7d3c00;
    text-align: center;
    padding: 136px 80px 136px 90px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 589px;
    height: 814px;
}

    .sidebar-content p {
        color: #fff;
        margin-bottom: 0;
    }

    .sidebar-content h4 {
        color: #65753d;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 16px;
        margin-top: 46px;
        color: #fff;
    }

    .sidebar-content .line {
        width: 90px;
        height: 1px;
        background: #65753d;
        margin: 24px auto 25px;
    }

    .sidebar-content .list-social {
        justify-content: center;
        margin-top: 55px;
    }

    .sidebar-content.active {
        right: 0;
    }

.home1 .sidebar-content {
    top: 102px;
}

.btn-side {
    position: relative;
    width: 37px;
    padding: 12px 0;
}

    .btn-side span {
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: 50%;
        overflow: hidden;
        text-indent: 200%;
        background: #65753d;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .btn-side::before, .btn-side::after {
        content: "";
        position: absolute;
        left: -11px;
        width: 37px;
        height: 2px;
        background: #65753d;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .btn-side::before {
        top: 0;
    }

    .btn-side::after {
        bottom: 0;
    }

    .btn-side.active span {
        opacity: 0;
    }

    .btn-side.active:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        top: auto;
    }

    .btn-side.active:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        bottom: auto;
    }

.header.style-2 .btn-side span, .header.style-2 .btn-side::before, .header.style-2 .btn-side::after {
    background: #7d3c00;
}

/* Header Fixed
-------------------------------------------------------------- */
#header_main.is-fixed {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9999;
    opacity: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    background: #7d3c00;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), inset 0px 1px 0px #ECECEC;
}

    #header_main.is-fixed.is-fixed.is-small {
        top: -1px;
        opacity: 1;
        visibility: visible;
        height: 80px;
    }

    #header_main.is-fixed.style-2 {
        background: #fff;
    }

    #header_main.is-fixed.style-3.is-small {
        height: 120px;
    }

#header_main.main.is-fixed {
    background-color: #190d3e;
}

.header.main.is-fixed .tf-button span.tl::before,
.header.main.is-fixed .tf-button span.tl::after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #190d40 !important;
}

/* button
-------------------------------------------------------------- */
.wrap-btn {
    display: flex;
}

.tf-button {
    position: relative;
    font-family: "Cerebri Sans", sans-serif;
    margin-bottom: 10px;
    height: 50px;
    padding: 0px 32px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.9px;
    line-height: 50px;
    text-transform: uppercase;
    background-size: 300%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .tf-button::before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        height: 1px;
        width: 100%;
        background: #65753d;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .tf-button:hover::before {
        transform: translateY(-10px) !important;
    }

    .tf-button.style1 {
        background-image: linear-gradient(160deg, transparent 50%, #65753d 50%);
        border: 1px solid #65753d;
        color: #65753d;
    }

        .tf-button.style1:hover {
            color: #7d3c00;
            background-position: 96%;
        }

    .tf-button.style2 {
        background-image: linear-gradient(160deg, #ffffff 50%, #fff 50%);
        border: 1px solid #65753d;
        color: #7d3c00;
    }

        .tf-button.style2::before {
            background: #65753d;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .tf-button.style2:hover {
            color: #65753d;
            background-position: 95%;
        }

    .tf-button.style3 {
        background-image: linear-gradient(160deg, transparent 50%, #7d3c00 50%);
        border: 1px solid #7d3c00;
        color: #7d3c00;
        font-weight: 500;
        letter-spacing: 2px;
        padding: 0px 31px 0px 33px;
        line-height: 46px;
    }

        .tf-button.style3::before {
            background: #7d3c00;
            bottom: -11px;
        }

        .tf-button.style3:hover {
            color: #65753d;
            background-position: 99%;
        }

    .tf-button.style4 {
        background-image: linear-gradient(160deg, #fff 50%, #65753d 50%);
        border: 1px solid #7d3c00;
        color: #7d3c00;
    }

        .tf-button.style4::before {
            background: #fff;
        }

        .tf-button.style4:hover {
            color: #fff;
            background-position: 95%;
        }

            .tf-button.style4:hover::before {
                background: #65753d;
            }

.readmore {
    text-transform: uppercase;
    color: #7d3c00;
    padding-bottom: 3px;
    border-bottom: 1px solid #7d3c00;
}

    .readmore i {
        margin-left: 7px;
        font-size: 13px;
    }

    .readmore:hover {
        color: #65753d;
        border-color: #65753d;
    }

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.about {
    padding: 133px 0 74px;
    position: relative;
}

    .about .title {
        margin-bottom: 16px !important;
    }

    .about .container {
        max-width: 1200px;
    }

    .about .shape {
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(249, 241, 232);
        width: 721px;
        height: 650px;
        z-index: -1;
    }

    .about a {
        margin-top: 26px !important;
        letter-spacing: 2px !important;
    }

.about-img {
    max-width: 500px;
    height: 633px;
}

    .about-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.about-content {
    padding-top: 72px;
    margin-left: -30px;
    padding-right: 43px;
}

.home-4 .about {
    padding: 56px 0 131px;
}

    .home-4 .about .container {
        max-width: 1300px;
    }

        .home-4 .about .container .block-text p.text {
            line-height: 24px;
        }

        .home-4 .about .container .block-text a {
            margin-top: 28px !important;
        }

    .home-4 .about .shape {
        background: url(../../assets/images/section/aboutbg.jpg);
        left: auto;
        right: 0;
        width: 399px;
        height: 695px;
    }

.home-4 .aboutSwiper {
    position: relative;
    height: 100%;
}

    .home-4 .aboutSwiper .swiper-button-next,
    .home-4 .aboutSwiper .swiper-button-prev {
        top: 82%;
    }

        .home-4 .aboutSwiper .swiper-button-next i,
        .home-4 .aboutSwiper .swiper-button-prev i {
            color: #65753d;
            font-size: 22px;
        }

        .home-4 .aboutSwiper .swiper-button-next::after,
        .home-4 .aboutSwiper .swiper-button-prev::after {
            display: none;
        }

    .home-4 .aboutSwiper .swiper-button-prev {
        left: 50px;
    }

    .home-4 .aboutSwiper .swiper-button-next {
        right: auto;
        left: 105px;
    }

.home-4 .about-content {
    margin-left: 0;
}

.home-4 .about-info {
    overflow: hidden;
    padding-top: 103px;
    margin-left: 44px;
    margin-right: -8px;
}

    .home-4 .about-info .about-box {
        background: #7d3c00;
        padding: 51px 47px 109px;
    }

        .home-4 .about-info .about-box h5 {
            color: #65753d;
            text-transform: uppercase;
            font-size: 20px;
            font-weight: 400;
            letter-spacing: 1px;
            margin-bottom: 19px;
        }

        .home-4 .about-info .about-box p {
            color: #fff;
            font-size: 17px;
            font-weight: 400;
            letter-spacing: 0.6px;
            margin-bottom: 10px;
        }

.block-text .subtitle {
    font-size: 15px;
    text-transform: uppercase;
    color: #7d3c00;
    letter-spacing: 2.7px;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin-bottom: 18px;
}

    .block-text .subtitle::after {
        content: "";
        position: absolute;
        top: 13px;
        right: -76px;
        width: 63px;
        height: 1px;
        background: #65753d;
    }

.block-text.center .subtitle::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -76px;
    width: 63px;
    height: 1px;
    background: #65753d;
}

.block-text .title {
    margin-left: -3px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 21px;
}

.block-text .tf-button {
    margin-top: 37px;
}

.opening {
    position: relative;
    padding: 0 0 188px;
}

    .opening .container {
        max-width: 1200px;
    }

    .opening .opening-content {
        padding-top: 67px;
    }

        .opening .opening-content ul li {
            font-size: 17px;
            margin-bottom: 8px;
            letter-spacing: 0.55px;
        }

            .opening .opening-content ul li span {
                color: #7d3c00;
            }

        .opening .opening-content .d-flex {
            margin-top: 38px;
        }

            .opening .opening-content .d-flex ul:first-child {
                margin-right: 30px;
            }

            .opening .opening-content .d-flex h5 {
                font-size: 20px;
                text-transform: uppercase;
                letter-spacing: 1px;
                margin-bottom: 16px;
            }

    .opening .opening-img {
        position: absolute;
        top: 0;
        right: 0;
        width: 798px;
        height: 634px;
    }

        .opening .opening-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .opening .shape {
        position: absolute;
        bottom: 0;
        right: 0;
        background: rgb(249, 241, 232);
        width: 477px;
        height: 631px;
    }

.menu-list li {
    margin-bottom: 29px;
}

.menu-list h5 {
    color: #65753d;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    letter-spacing: 1.3px;
    position: relative;
    margin-bottom: 1px;
}

    .menu-list h5::before, .menu-list h5::after {
        content: "";
        width: 100%;
        height: 1px;
        background: #65753d;
        position: absolute;
        bottom: 15px;
        left: 0;
        z-index: -1;
    }

    .menu-list h5::after {
        bottom: 8px;
    }

    .menu-list h5 span.price {
        font-family: "Cerebri Sans", sans-serif;
        font-size: 20px;
        line-height: 1;
        background: #7d3c00;
        padding-left: 15px;
    }

    .menu-list h5 .txt {
        background: #7d3c00;
        padding-right: 15px;
    }

.menu-list p {
    text-align: left;
    color: #fff;
    letter-spacing: 0.3px;
}

.home-2 .opening {
    padding: 138px 0 135px;
    z-index: 5;
    background-color: #fff;
}

    .home-2 .opening .img {
        position: absolute;
        top: 62px;
        right: 0;
        z-index: -1;
    }

    .home-2 .opening .opening-content {
        padding-top: 42px;
    }

        .home-2 .opening .opening-content .block-text p {
            font-size: 17px;
            margin-top: 28px;
            padding-right: 130px;
            line-height: 27px;
            letter-spacing: 0.15px;
            color: #7d3c00;
        }

.home-2 .opening-book {
    background: #7d3c00;
    height: 583px;
    padding: 53px 30px;
    text-align: center;
}

    .home-2 .opening-book h4 {
        font-size: 25px;
        color: #65753d;
        text-transform: uppercase;
        margin-bottom: 19px;
        letter-spacing: 1px;
    }

    .home-2 .opening-book p {
        color: #fff;
        margin-bottom: 44px;
        padding: 0 25px;
    }

    .home-2 .opening-book form .form-group {
        margin-bottom: 20px;
    }

        .home-2 .opening-book form .form-group input {
            border: 1px solid #65753d;
            border-radius: 0;
            color: #fff;
            height: 50px;
        }

        .home-2 .opening-book form .form-group select {
            background: transparent;
            border: 1px solid #65753d;
            border-radius: 0;
            padding: 14px;
            color: #fff;
            height: 50px;
        }

            .home-2 .opening-book form .form-group select option {
                color: #1c1c1c;
            }

    .home-2 .opening-book form a {
        width: 100%;
        margin-top: 30px;
        background-image: linear-gradient(160deg, #fff 50%, #65753d 50%);
        border: 1px solid #7d3c00;
        color: #7d3c00;
        height: 50px;
    }

        .home-2 .opening-book form a::before {
            background: #fff;
        }

        .home-2 .opening-book form a:hover {
            color: #fff;
        }

            .home-2 .opening-book form a:hover::before {
                background: #65753d;
            }

.siema {
    overflow: hidden;
    direction: ltr;
    cursor: -webkit-grab;
}

    .siema .st {
        float: left;
        width: 25%;
    }

.s-menu {
    padding: 127px 0 134px;
    background: #7d3c00;
    position: relative;
}

    .s-menu .shape {
        position: absolute;
        left: -9px;
        top: -103px;
    }

    .s-menu .block-text .subtitle {
        color: #65753d;
        margin-bottom: 23px;
    }

    .s-menu .block-text .title {
        color: #fff;
        margin-bottom: 11px;
    }

    .s-menu .block-text .text {
        color: #fff;
        line-height: 30px;
    }

    .s-menu .flat-tabs {
        text-align: center;
        margin-top: 63px;
    }

        .s-menu .flat-tabs .menu-tab {
            display: flex;
            justify-content: center;
            margin-bottom: 45px;
        }

            .s-menu .flat-tabs .menu-tab li {
                position: relative;
                margin: 0 27px;
                cursor: pointer;
            }

                .s-menu .flat-tabs .menu-tab li::after {
                    content: "";
                    position: absolute;
                    left: 1px;
                    bottom: 2px;
                    width: 0;
                    height: 1px;
                    background: #65753d;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                .s-menu .flat-tabs .menu-tab li h5 {
                    font-size: 17px;
                    text-transform: uppercase;
                    color: #fff;
                    letter-spacing: 1px;
                }

                .s-menu .flat-tabs .menu-tab li.active h5 {
                    color: #65753d;
                }

                .s-menu .flat-tabs .menu-tab li.active::after {
                    width: 100%;
                }

        .s-menu .flat-tabs .content-tab .menu-list {
            max-width: 569px;
            margin: 0 auto;
        }

        .s-menu .flat-tabs .content-tab .left-img,
        .s-menu .flat-tabs .content-tab .right-img {
            position: absolute;
            top: 67px;
            width: 411px;
            height: 411px;
            min-width: 411px;
            border-radius: 50%;
            overflow: hidden;
        }

            .s-menu .flat-tabs .content-tab .left-img img,
            .s-menu .flat-tabs .content-tab .right-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .s-menu .flat-tabs .content-tab .right-img {
            right: 0;
        }

.flat-tabs {
    margin-top: 66px;
}

    .flat-tabs .menu-tab {
        display: flex;
        margin-bottom: 46px;
    }

        .flat-tabs .menu-tab li {
            position: relative;
            cursor: pointer;
        }

            .flat-tabs .menu-tab li::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 0;
                height: 1px;
                background: #65753d;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .flat-tabs .menu-tab li h5 {
                font-size: 17px;
                text-transform: uppercase;
                color: #fff;
            }

            .flat-tabs .menu-tab li.active h5 {
                color: #65753d;
            }

            .flat-tabs .menu-tab li.active::after {
                width: 100%;
            }

    .flat-tabs .content-tab .menu-list {
        max-width: 565px;
        margin: 0 auto;
    }

    .flat-tabs .content-tab .left-img,
    .flat-tabs .content-tab .right-img {
        position: absolute;
        top: 67px;
        width: 411px;
        height: 411px;
        min-width: 411px;
        border-radius: 50%;
        overflow: hidden;
    }

        .flat-tabs .content-tab .left-img img,
        .flat-tabs .content-tab .right-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .flat-tabs .content-tab .right-img {
        right: 0;
    }

.home-2 .s-menu.s1 {
    padding: 353px 0 138px;
}

.home-2 .s-menu {
    padding: 134px 0 138px;
    background: #fff;
}

    .home-2 .s-menu .container {
        max-width: 1655px;
    }

    .home-2 .s-menu .flat-tabs {
        margin-top: 0;
    }

        .home-2 .s-menu .flat-tabs .menu-tab {
            position: absolute;
            flex-direction: column;
            background: #7d3c00;
            padding: 48px 30px 63px;
            width: 376px;
            margin-left: 52px;
        }

            .home-2 .s-menu .flat-tabs .menu-tab .heading {
                color: #65753d;
                font-size: 17px;
                text-transform: uppercase;
                letter-spacing: 3px;
                margin-bottom: 28px;
            }

            .home-2 .s-menu .flat-tabs .menu-tab li {
                margin: 0 0 21px;
            }

                .home-2 .s-menu .flat-tabs .menu-tab li h5 {
                    font-size: 22px;
                }

                .home-2 .s-menu .flat-tabs .menu-tab li::after {
                    height: 2px;
                    left: auto;
                    right: 43px;
                    bottom: 24px;
                }

                .home-2 .s-menu .flat-tabs .menu-tab li::before {
                    content: "";
                    position: absolute;
                    left: 43px;
                    bottom: 24px;
                    width: 0;
                    height: 2px;
                    background: #65753d;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                .home-2 .s-menu .flat-tabs .menu-tab li.active::after {
                    width: 27px;
                }

                .home-2 .s-menu .flat-tabs .menu-tab li.active::before {
                    width: 27px;
                }

                .home-2 .s-menu .flat-tabs .menu-tab li.active h5 {
                    color: #fff;
                }

            .home-2 .s-menu .flat-tabs .menu-tab a {
                margin: 15px auto 0;
                max-width: 200px;
            }

        .home-2 .s-menu .flat-tabs .content-tab {
            padding-top: 42px;
            padding-bottom: 10px;
        }

            .home-2 .s-menu .flat-tabs .content-tab h5 {
                color: #7d3c00;
            }

            .home-2 .s-menu .flat-tabs .content-tab p {
                color: #7d3c00;
            }

            .home-2 .s-menu .flat-tabs .content-tab .right-img {
                width: 427px;
                height: 427px;
                min-width: 427px;
                top: 47px;
            }

            .home-2 .s-menu .flat-tabs .content-tab h5 .txt {
                background: #fff;
            }

            .home-2 .s-menu .flat-tabs .content-tab h5 span.price {
                background: #fff;
            }

.home-3 .s-menu {
    padding: 127px 0 133px;
}

.home-4 .s-menu .menu-main {
    margin-top: 75px !important;
}

.home-3 .s-menu,
.home-4 .s-menu {
    background: #fff;
}

    .home-3 .s-menu &gt; img.item-right,
    .home-4 .s-menu &gt; img.item-right {
        position: absolute;
        right: -112px;
        top: -139px;
    }

    .home-3 .s-menu &gt; img.item-left,
    .home-4 .s-menu &gt; img.item-left {
        position: absolute;
        left: -93px;
        top: -141px;
    }

    .home-3 .s-menu .container,
    .home-4 .s-menu .container {
        max-width: 1200px;
    }

    .home-3 .s-menu .menu-content &gt; .center:last-child,
    .home-4 .s-menu .menu-content &gt; .center:last-child {
        margin-top: 75px;
    }

    .home-3 .s-menu .menu-content .block-text .subtitle,
    .home-4 .s-menu .menu-content .block-text .subtitle {
        color: #7d3c00;
        margin-bottom: 21px;
    }

    .home-3 .s-menu .menu-content .block-text .title,
    .home-4 .s-menu .menu-content .block-text .title {
        color: #7d3c00;
        margin-bottom: 13px;
    }

    .home-3 .s-menu .menu-content .block-text p:last-child,
    .home-4 .s-menu .menu-content .block-text p:last-child {
        font-size: 17px;
        line-height: 28px;
        font-family: "Cerebri Sans";
    }

    .home-3 .s-menu .menu-content .menu-main,
    .home-4 .s-menu .menu-content .menu-main {
        display: flex;
        margin-top: 67px;
    }

        .home-3 .s-menu .menu-content .menu-main.right,
        .home-4 .s-menu .menu-content .menu-main.right {
            margin-top: 76px;
        }

        .home-3 .s-menu .menu-content .menu-main .menu-list,
        .home-4 .s-menu .menu-content .menu-main .menu-list {
            width: 50%;
            padding-right: 34px;
            padding-top: 42px;
        }

            .home-3 .s-menu .menu-content .menu-main .menu-list h4,
            .home-4 .s-menu .menu-content .menu-main .menu-list h4 {
                margin-bottom: 31px;
                font-size: 25px;
                letter-spacing: 1px;
            }

            .home-3 .s-menu .menu-content .menu-main .menu-list h5::after, .home-3 .s-menu .menu-content .menu-main .menu-list h5::before,
            .home-4 .s-menu .menu-content .menu-main .menu-list h5::after,
            .home-4 .s-menu .menu-content .menu-main .menu-list h5::before {
                z-index: 1;
            }

            .home-3 .s-menu .menu-content .menu-main .menu-list h5 span,
            .home-4 .s-menu .menu-content .menu-main .menu-list h5 span {
                background: #fff;
                color: #7d3c00;
                z-index: 2;
            }

            .home-3 .s-menu .menu-content .menu-main .menu-list p,
            .home-4 .s-menu .menu-content .menu-main .menu-list p {
                color: #666666;
            }

        .home-3 .s-menu .menu-content .menu-main .list-img,
        .home-4 .s-menu .menu-content .menu-main .list-img {
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-left: 15px;
        }

            .home-3 .s-menu .menu-content .menu-main .list-img .img,
            .home-4 .s-menu .menu-content .menu-main .list-img .img {
                width: 300px;
                height: 438px;
            }

                .home-3 .s-menu .menu-content .menu-main .list-img .img img,
                .home-4 .s-menu .menu-content .menu-main .list-img .img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

                .home-3 .s-menu .menu-content .menu-main .list-img .img.small,
                .home-4 .s-menu .menu-content .menu-main .list-img .img.small {
                    width: 238px;
                    height: 367px;
                }

        .home-3 .s-menu .menu-content .menu-main.right .list-img,
        .home-4 .s-menu .menu-content .menu-main.right .list-img {
            padding-left: 0;
            padding-right: 15px;
        }

        .home-3 .s-menu .menu-content .menu-main.right .menu-list,
        .home-4 .s-menu .menu-content .menu-main.right .menu-list {
            padding-right: 0;
            padding-left: 36px;
        }

        .home-3 .s-menu .menu-content .menu-main.t1,
        .home-4 .s-menu .menu-content .menu-main.t1 {
            margin-top: 74px;
        }

.home-4 .s-video {
    position: relative;
    z-index: 1;
}

.home-4 .s-menu {
    padding: 0 0 132px 15px;
}

    .home-4 .s-menu .container {
        max-width: 1318px;
        padding-right: 32px;
    }

    .home-4 .s-menu .s-img {
        margin-top: -184px;
        margin-bottom: 26px;
        z-index: -1;
    }

    .home-4 .s-menu .menu-main .menu-list {
        padding-right: 74px;
    }

    .home-4 .s-menu .menu-main .list-img {
        padding-left: 0 !important;
    }

    .home-4 .s-menu .menu-main.right .menu-list {
        padding-left: 80px !important;
    }

    .home-4 .s-menu .menu-main.right .list-img {
        padding-right: 0 !important;
    }

    .home-4 .s-menu .menu-content .block-text h5 {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 1.8;
        text-transform: uppercase;
        margin-bottom: 22px;
    }

    .home-4 .s-menu .menu-content .block-text .line {
        background: #65753d;
        width: 170px;
        height: 1px;
        margin: 0 auto;
    }

.home-4 .s-book .book-main {
    height: 625px;
}

.home-4 .s-book .book-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 214px 102px 102px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .home-4 .s-book .book-content .block-text img {
        margin-bottom: 27px;
    }

    .home-4 .s-book .book-content .block-text .sub {
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .home-4 .s-book .book-content .block-text .title {
        margin-bottom: 25px;
    }

    .home-4 .s-book .book-content .block-text p {
        font-size: 15px;
        line-height: 25px;
    }

    .home-4 .s-book .book-content .block-text .text {
        margin-bottom: 11px;
    }

    .home-4 .s-book .book-content.t1 .block-text .text {
        display: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .home-4 .s-book .book-content.t1 .block-text a {
        display: none;
        margin-top: 32px;
    }

    .home-4 .s-book .book-content.t1:hover {
        padding: 120px 102px 102px;
    }

        .home-4 .s-book .book-content.t1:hover .block-text .text {
            display: block;
        }

        .home-4 .s-book .book-content.t1:hover .block-text a {
            display: inline-block;
        }

.home-4 .s-book.style-1 img {
    margin-bottom: 27px;
}

.home-4 .s-book.style-1 .sub {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.home-4 .s-book.style-1 .title {
    margin-bottom: 25px !important;
}

.home-4 .s-book.style-1 p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 14px !important;
}

.home-4 .s-book.style-1 h5 {
    margin-top: -3px;
    font-size: 15px;
    line-height: 50px;
    margin-bottom: 0 !important;
}

.home-4 .s-book.style-1 .text {
    margin-bottom: 2px !important;
    line-height: 31px !important;
}

.home-4 .s-book.style-1 a {
    margin-top: 19px !important;
    color: #fff;
    letter-spacing: 1.4px;
}

.home-4 .s-book.style-1 .book-main {
    height: 697px;
}

.home-4 .s-book.style-1 .book-content {
    padding: 128px 102px 139px;
    background: #7d3c00;
}

    .home-4 .s-book.style-1 .book-content::before {
        display: none;
    }

.home-4 .s-couter {
    padding: 82px 0 63px;
}

.home-4 .testimonials {
    padding: 131px 0 188px;
    background: #fff;
}

    .home-4 .testimonials .testimonials-content img {
        margin-bottom: 39px;
    }

    .home-4 .testimonials .testimonials-content h4 {
        color: #7d3c00;
        margin-bottom: 28px;
    }

    .home-4 .testimonials .testimonials-content p {
        margin-bottom: 29px;
        color: #7d3c00;
    }

    .home-4 .testimonials .testimonials-content h5 {
        color: #7d3c00;
    }

    .home-4 .testimonials .testimonials-content ul {
        margin-bottom: 33px;
    }

.home-4 .s-gallery {
    padding: 0;
}

    .home-4 .s-gallery .container {
        padding: 0;
    }

    .home-4 .s-gallery .col-12 {
        padding: 0;
    }

    .home-4 .s-gallery .gallery-main {
        margin: 0;
    }

        .home-4 .s-gallery .gallery-main .gallery-box {
            margin: 0;
            height: 526px;
        }

.s-video {
    background: url("../../assets/images/section/video.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 134px 0;
    position: relative;
}

    .s-video:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background: rgba(0, 0, 0, 0.2);
    }

    .s-video .video-main {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        padding: 100px 0;
    }

        .s-video .video-main .wrap-video {
            width: 113px;
            height: 113px;
            min-width: 100px;
            border-radius: 50%;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            animation: 2s pulse-anim2 infinite;
            transition: 0.3s all ease-in-out;
        }

@keyframes pulse-anim2 {
    0% {
        box-shadow: rgba(255, 255, 255, 0.4) 0 0 0 0;
    }

    100% {
        box-shadow: rgba(255, 255, 255, 0.1) 0 0 0 20px;
    }
}

.s-video .video-main .wrap-video i {
    color: #7d3c00;
    font-size: 26px;
}

.home-2 .s-video {
    background: url("../../assets/images/section/video1.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-3 .s-video {
    background: url("../../assets/images/section/video3.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 5;
    padding: 114px 0;
}

    .home-3 .s-video .video-main .wrap-video {
        width: 97px;
        height: 97px;
    }

        .home-3 .s-video .video-main .wrap-video i {
            font-size: 20px;
        }

.home-4 .s-video {
    background: url("../../assets/images/section/video3.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 114px 0 113px;
}

    .home-4 .s-video .video-main .wrap-video {
        width: 97px;
        height: 97px;
    }

        .home-4 .s-video .video-main .wrap-video i {
            font-size: 27px;
        }

.choose {
    padding: 133px 0;
    position: relative;
}

    .choose .shape {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 699px;
        height: 100%;
        background: rgb(249, 241, 232);
        z-index: -1;
    }

    .choose .choose-content {
        padding-top: 85px;
    }

        .choose .choose-content .block-text .subtitle {
            margin-bottom: 23px;
        }

        .choose .choose-content .flat-tabs {
            margin-top: 55px;
        }

            .choose .choose-content .flat-tabs .menu-tab {
                display: flex;
                margin-bottom: 23px;
            }

                .choose .choose-content .flat-tabs .menu-tab li {
                    position: relative;
                    margin-right: 51px;
                    cursor: pointer;
                }

                    .choose .choose-content .flat-tabs .menu-tab li::after {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: 4px;
                        width: 0;
                        height: 1px;
                        background: #7d3c00;
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                    .choose .choose-content .flat-tabs .menu-tab li h5 {
                        font-size: 17px;
                        text-transform: uppercase;
                        color: #a5a5a5;
                        font-weight: 700;
                        letter-spacing: 0.8px;
                    }

                    .choose .choose-content .flat-tabs .menu-tab li.active h5 {
                        color: #7d3c00;
                    }

                    .choose .choose-content .flat-tabs .menu-tab li.active::after {
                        width: 100%;
                    }

            .choose .choose-content .flat-tabs .content-tab a {
                margin-top: 30px;
            }

            .choose .choose-content .flat-tabs .content-tab p {
                letter-spacing: 0.15px;
            }

    .choose .choose-image {
        width: 676px;
        height: 696px;
        margin-left: auto;
        overflow: hidden;
        position: relative;
    }

        .choose .choose-image img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .choose .choose-image .swiper-button-next {
            position: absolute;
            top: 44%;
            right: 61px;
            width: 131px;
            height: 131px;
            border-radius: 50%;
            background: #fff;
            color: #7d3c00;
            text-align: center;
            text-transform: uppercase;
            font-size: 13px;
            line-height: 25px;
            letter-spacing: 2.4px;
        }

            .choose .choose-image .swiper-button-next.swiper-button-disabled {
                opacity: 1;
                pointer-events: visible;
            }

            .choose .choose-image .swiper-button-next::after {
                display: none;
            }

.testimonials {
    padding: 136px 0 235px;
    background: #7d3c00;
    position: relative;
    z-index: 1;
}

    .testimonials .testimonials-content {
        text-align: center;
    }

        .testimonials .testimonials-content img {
            margin-bottom: 39px;
        }

        .testimonials .testimonials-content h4 {
            font-size: 25px;
            text-transform: uppercase;
            font-weight: 500;
            color: #fff;
            letter-spacing: 1.3px;
            margin-bottom: 25px;
        }

        .testimonials .testimonials-content p {
            font-size: 20px;
            color: #fff;
            margin-bottom: 36px;
            line-height: 32px;
            letter-spacing: 0.75px;
        }

        .testimonials .testimonials-content h5 {
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 1.3px;
        }

        .testimonials .testimonials-content ul {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 39px;
        }

            .testimonials .testimonials-content ul li {
                margin: 0 1px;
            }

                .testimonials .testimonials-content ul li i {
                    font-size: 18px;
                    color: #65753d;
                }

.home-2 .testimonials {
    padding: 0;
}

    .home-2 .testimonials .container-fluid {
        padding: 0;
    }

    .home-2 .testimonials .testimonials-main {
        display: flex;
    }

    .home-2 .testimonials .testimonials-img {
        width: 45.7%;
        height: 625px;
    }

        .home-2 .testimonials .testimonials-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 50% 68%;
        }

    .home-2 .testimonials .testimonialSwiper {
        width: 54.3%;
        padding: 30px 0px;
        overflow: hidden;
        position: relative;
    }

        .home-2 .testimonials .testimonialSwiper .testimonials-content {
            text-align: left;
            padding-top: 104px;
            padding-left: 97px;
            padding-right: 137px;
        }

            .home-2 .testimonials .testimonialSwiper .testimonials-content h4 {
                font-size: 20px;
                letter-spacing: 1px;
            }

            .home-2 .testimonials .testimonialSwiper .testimonials-content p {
                font-size: 17px;
                line-height: 31px;
                margin-bottom: 39px;
                letter-spacing: 0.32px;
            }

            .home-2 .testimonials .testimonialSwiper .testimonials-content h5 {
                margin-right: 30px;
                letter-spacing: 1.7px;
            }

            .home-2 .testimonials .testimonialSwiper .testimonials-content .rating li i {
                font-size: 14px;
            }

        .home-2 .testimonials .testimonialSwiper .swiper-pagination {
            position: absolute;
            bottom: 22.7%;
            left: 8.5%;
            text-align: start;
        }

            .home-2 .testimonials .testimonialSwiper .swiper-pagination span {
                background: #65753d;
                margin: 0 17px;
            }

.home-2 .s-formmail {
    padding: 127px 0 115px;
}

    .home-2 .s-formmail .block-text .subtitle {
        font-size: 17px;
        margin-bottom: 14px !important;
        letter-spacing: 1px;
    }

    .home-2 .s-formmail .block-text .title {
        margin-bottom: 9px !important;
    }

    .home-2 .s-formmail .block-text .text {
        font-size: 15px !important;
        line-height: 27px !important;
        letter-spacing: 0.13px;
    }

    .home-2 .s-formmail form {
        margin-top: 39px !important;
    }

.home1 .vouchers {
    padding-bottom: 135px;
    background: url("../../assets/images/section/voucher.jpg") no-repeat;
    background-size: cover;
}

    .home1 .vouchers .container {
        max-width: 1200px;
        margin-top: -202px;
    }

.vouchers {
    position: relative;
    z-index: 2;
    padding-top: 1px;
    padding-bottom: 135px;
}

    .vouchers .container {
        max-width: 1200px;
        margin-top: -116px;
    }

    .vouchers .vouchers-content {
        position: relative;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
    }

        .vouchers .vouchers-content .item {
            width: 50%;
            height: 464px;
        }

        .vouchers .vouchers-content .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .vouchers .vouchers-content .content {
            background: #fff;
            text-align: center;
            padding: 83px 0;
        }

            .vouchers .vouchers-content .content img {
                margin-bottom: 28px;
            }

            .vouchers .vouchers-content .content h4 {
                font-size: 30px;
                text-transform: uppercase;
                letter-spacing: 1.3px;
                margin-bottom: 17px;
            }

            .vouchers .vouchers-content .content p {
                margin-bottom: 32px;
                letter-spacing: 0.1px;
            }

.chef-restaurant {
    padding: 136px 0;
}

    .chef-restaurant .chef-restaurant-image .group-img {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }

        .chef-restaurant .chef-restaurant-image .group-img img {
            width: 50%;
        }

    .chef-restaurant .chef-restaurant-content {
        padding-left: 40px;
        padding-top: 101px;
        padding-right: 20px;
    }

        .chef-restaurant .chef-restaurant-content .title {
            margin-bottom: 16px;
        }

        .chef-restaurant .chef-restaurant-content p.text {
            letter-spacing: 0.15px;
        }

        .chef-restaurant .chef-restaurant-content a {
            margin-top: 27px;
        }

.s-chef {
    background: #7d3c00;
    padding: 134px 0 96px;
}

    .s-chef .chef-main {
        display: flex;
        justify-content: space-between;
    }

    .s-chef .block-text {
        padding-top: 16px;
        max-width: 565px;
    }

        .s-chef .block-text img {
            display: block;
            margin: 0 auto 33px;
        }

        .s-chef .block-text.style-2 h3 {
            margin-bottom: 15px;
        }

        .s-chef .block-text.style-2 .sub-title {
            letter-spacing: 2px;
        }

        .s-chef .block-text.style-2 p {
            font-size: 15px;
            color: #fff;
            letter-spacing: 0.15px;
        }

            .s-chef .block-text.style-2 p .text {
                letter-spacing: 0.1px;
            }

        .s-chef .block-text.style-2 a {
            margin-top: 26px;
        }

.chef-box {
    max-width: 375px;
    text-align: center;
    width: 100%;
}

    .chef-box .img {
        height: 463px;
    }

        .chef-box .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: right;
        }

    .chef-box .info {
        margin-top: 29px;
    }

        .chef-box .info h5 {
            font-size: 20px;
            text-transform: uppercase;
            color: #fff;
            letter-spacing: 2px;
            margin-bottom: 4px;
        }

        .chef-box .info p {
            color: #65753d;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
        }

.p-about .chef-restaurant {
    position: relative;
}

    .p-about .chef-restaurant &gt; img.item-right {
        position: absolute;
        right: -155px;
        top: -100px;
    }

    .p-about .chef-restaurant &gt; img.item-left {
        position: absolute;
        left: -142px;
        top: -102px;
    }

.home-2 .chef-restaurant {
    background: rgb(249, 241, 232);
    padding: 80px 0 0;
    position: relative;
}

    .home-2 .chef-restaurant &gt; img.item-right {
        position: absolute;
        right: -155px;
        top: -100px;
    }

    .home-2 .chef-restaurant &gt; img.item-left {
        position: absolute;
        left: -142px;
        top: -102px;
    }

    .home-2 .chef-restaurant .menu-content {
        padding: 0 299px;
    }

        .home-2 .chef-restaurant .menu-content .title {
            margin-bottom: 17px;
            margin-left: 0;
            letter-spacing: 0.7px;
        }

        .home-2 .chef-restaurant .menu-content p.text {
            letter-spacing: 0.45px;
        }

        .home-2 .chef-restaurant .menu-content a {
            margin-top: 27px;
        }

    .home-2 .chef-restaurant .container-fluid {
        padding: 0;
    }

        .home-2 .chef-restaurant .container-fluid .list-img {
            position: relative;
            z-index: 9;
            margin-top: 73px;
            margin-bottom: -218px;
        }

.booking {
    background: url("../../assets/images/section/booking.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 134px 0 133px;
    position: relative;
}

    .booking .container {
        max-width: 1200px;
        position: relative;
        z-index: 1;
    }

    .booking:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background: rgba(0, 0, 0, 0.6);
    }

    .booking .booking-content {
        padding-top: 50px;
        padding-right: 50px;
    }

        .booking .booking-content .subtitle {
            margin-bottom: 22px;
        }

        .booking .booking-content .title {
            margin-bottom: 16px;
        }

        .booking .booking-content .text {
            font-size: 17px;
            padding-right: 60px;
            letter-spacing: 0.3px !important;
            line-height: 30px;
        }

    .booking .form-control {
        background: transparent;
        border: 1px solid #65753d;
        border-radius: 0;
        color: #fff;
        box-shadow: none;
        padding: 14px;
        font-size: 15px;
        line-height: 21px;
    }

        .booking .form-control option {
            color: #1c1c1c;
        }

        .booking .form-control::placeholder {
            color: #fff;
        }

    .booking .tf-button.style1 {
        color: #7d3c00;
        width: 100%;
        margin-top: 35px;
        background-image: linear-gradient(160deg, #fff 50%, #7d3c00 50%);
        border: 1px solid #fff;
    }

        .booking .tf-button.style1::before {
            background: #fff;
        }

        .booking .tf-button.style1:hover {
            color: #fff;
        }

.block-text.style-2 .subtitle {
    color: #65753d;
}

.block-text.style-2 .title {
    color: #fff;
}

.block-text.style-2 .text {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.s-blog {
    padding: 127px 0 137px;
}

    .s-blog .container {
        max-width: 1200px;
    }

    .s-blog .block-text .subtitle {
        margin-bottom: 23px;
    }

    .s-blog .block-text .title {
        margin-bottom: 7px;
    }

    .s-blog .block-text .text {
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 0.3px;
    }

    .s-blog .blogSwiper {
        margin-top: 67px;
    }

    .s-blog .blog-box .top-content {
        position: relative;
    }

        .s-blog .blog-box .top-content .image {
            height: 453px;
            position: relative;
            overflow: hidden;
        }

            .s-blog .blog-box .top-content .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .s-blog .blog-box .top-content .image::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.349);
                z-index: 1;
            }

        .s-blog .blog-box .top-content .meta {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            background: #7d3c00;
            text-align: center;
            padding: 22px 13px 18px;
        }

            .s-blog .blog-box .top-content .meta h4 {
                font-size: 35px;
                color: #65753d;
                margin-bottom: 0;
                line-height: 1;
                margin-bottom: -2px;
            }

            .s-blog .blog-box .top-content .meta p {
                margin-bottom: 0;
                color: #fff;
                text-transform: uppercase;
                font-size: 13px;
            }

        .s-blog .blog-box .top-content .title {
            position: absolute;
            left: 31px;
            right: 30px;
            bottom: 25px;
            z-index: 2;
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding-right: 15px;
        }

            .s-blog .blog-box .top-content .title:hover {
                color: #65753d;
            }

    .s-blog .blog-box .bottom-content {
        margin-top: 16px;
    }

        .s-blog .blog-box .bottom-content ul {
            display: flex;
        }

            .s-blog .blog-box .bottom-content ul li {
                position: relative;
                margin-right: 19px;
                padding-left: 13px;
            }

                .s-blog .blog-box .bottom-content ul li::before {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    content: "";
                    width: 4px;
                    height: 4px;
                    min-width: 4px;
                    border-radius: 50%;
                    background: #7d3c00;
                }

                .s-blog .blog-box .bottom-content ul li a {
                    text-transform: uppercase;
                    font-size: 13px;
                }

        .s-blog .blog-box .bottom-content .line {
            width: 100%;
            height: 1px;
            background: rgba(8, 15, 25, 0.122);
            margin: 17px 0;
        }

        .s-blog .blog-box .bottom-content .text {
            margin-bottom: 20px;
            letter-spacing: 0.2px;
        }

        .s-blog .blog-box .bottom-content .btn-read {
            font-size: 13px;
            text-transform: uppercase;
            color: #7d3c00;
            letter-spacing: 2.4px;
            position: relative;
        }

            .s-blog .blog-box .bottom-content .btn-read::before {
                content: "";
                position: absolute;
                bottom: -3px;
                left: 0;
                height: 1px;
                width: 83%;
                background: #7d3c00;
            }

            .s-blog .blog-box .bottom-content .btn-read:hover {
                color: #65753d;
                transform: translateX(0.5rem);
            }

                .s-blog .blog-box .bottom-content .btn-read:hover::before {
                    background: #65753d;
                }

    .s-blog .blog-box:hover .top-content .image img {
        transform: scale(1.2) !important;
    }

.gallery .container-fluid {
    padding: 0;
}

.gallery .gallery-main {
    display: flex;
}

.gallery-box {
    width: 25%;
    position: relative;
}

    .gallery-box .image {
        height: 558px;
    }

        .gallery-box .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .gallery-box .content {
        background: #7d3c00;
        position: absolute;
        top: 40px;
        left: 25px;
        right: 37px;
        bottom: 38px;
        padding: 90px 40px;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.5);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .gallery-box .content .name {
            color: #65753d;
            text-transform: uppercase;
            letter-spacing: 1.3px;
            margin-bottom: 0;
        }

        .gallery-box .content .cate {
            color: #fff;
            margin-bottom: 18px;
            letter-spacing: 0.6px;
        }

        .gallery-box .content .line {
            width: 1px;
            height: 31px;
            background: #65753d;
            margin: 0 auto;
            margin-bottom: 18px;
        }

        .gallery-box .content .text {
            color: #fff;
            margin-bottom: 47px;
            letter-spacing: 0.3px;
        }

        .gallery-box .content .action {
            border: 1px solid #65753d;
            padding: 16px 21px;
            color: #65753d;
        }

            .gallery-box .content .action:hover {
                background: #65753d;
                color: #7d3c00;
            }

    .gallery-box:hover .content {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

.portfolio-box {
    margin-bottom: 30px;
    position: relative;
}

    .portfolio-box .image {
    }

        .portfolio-box .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .portfolio-box .content {
        background: #7d3c00;
        position: absolute;
        left: 29px;
        right: 29px;
        bottom: 31px;
        padding: 62px 40px 60px;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.5);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .portfolio-box .content .name {
            color: #65753d;
            text-transform: uppercase;
            letter-spacing: 1.3px;
            margin-bottom: 6px;
            line-height: 1.5;
        }

        .portfolio-box .content .cate {
            color: #fff;
            margin-bottom: 19px;
        }

        .portfolio-box .content .line {
            width: 1px;
            height: 31px;
            background: #65753d;
            margin: 0 auto;
            margin-bottom: 18px;
        }

        .portfolio-box .content .text {
            color: #fff;
            margin-bottom: 43px;
        }

        .portfolio-box .content .action {
            border: 1px solid #65753d;
            padding: 16px 21px;
            color: #65753d;
        }

            .portfolio-box .content .action:hover {
                background: #65753d;
                color: #7d3c00;
            }

    .portfolio-box:hover .content {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

.page-full .gallery {
    padding: 133px 0 103px;
}

    .page-full .gallery .container-fluid {
        padding: 0 20px;
    }

.page-full .gallery-box {
    width: 100%;
    margin-bottom: 30px;
}

    .page-full .gallery-box .image {
        height: 599px;
    }

    .page-full .gallery-box .content {
        top: unset;
        left: 32px;
        right: 27px;
        bottom: 31px;
        padding: 119px 30px 121px 30px;
    }

.location {
    padding: 150px 0 134px;
}

    .location .image {
        width: 455px;
        height: 455px;
        min-width: 431px;
        border-radius: 50%;
        border: 1px solid #65753d;
        overflow: hidden;
        padding: 12px;
        margin-top: 27px;
    }

        .location .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }

        .location .image.right {
            margin-left: auto;
        }

    .location .content {
        padding-left: 4px;
    }

        .location .content .title {
            margin-bottom: 8px;
        }

        .location .content .subtitle {
            margin-bottom: 19px;
            letter-spacing: 2.7px;
        }

        .location .content .text {
            margin-bottom: 36px;
            letter-spacing: 0.1px;
        }

        .location .content h6 {
            text-transform: uppercase;
            margin-bottom: 11px;
        }

        .location .content p {
            letter-spacing: 0.3px;
        }

        .location .content .phone {
            font-size: 35px;
            font-weight: 400;
            margin-bottom: 31px;
        }

        .location .content a {
            margin-top: 36px;
        }

.s-couter {
    background: rgb(249, 241, 232);
    padding: 72px 0 52px;
}

    .s-couter .container {
        max-width: 1100px;
    }

    .s-couter .couter-content {
        display: flex;
        justify-content: space-between;
    }

.couter-box {
    text-align: center;
    position: relative;
}

    .couter-box .number-content {
        font-size: 60px;
        color: #7d3c00;
        font-family: "Audrey";
        line-height: 1;
        margin-bottom: 6px;
    }

    .couter-box .text {
        font-size: 15px;
        text-transform: uppercase;
        font-family: "Cerebri Sans";
        letter-spacing: 1.7px;
    }

    .couter-box::after {
        content: "";
        position: absolute;
        right: -111px;
        top: 24%;
        width: 52px;
        height: 2px;
        background: #65753d;
    }

.event {
    padding: 134px 0 135px;
}

    .event .container {
        max-width: 1200px;
        overflow: visible;
    }

    .event .event-image {
        width: 501px;
        height: 609px;
        position: relative;
    }

        .event .event-image::after {
            content: "";
            position: absolute;
            top: -26px;
            left: -26px;
            width: 494px;
            height: 602px;
            border: 1px solid #65753d;
            z-index: 0;
        }

        .event .event-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: relative;
            z-index: 2;
        }

        .event .event-image.style-2 {
            margin-left: -31px;
        }

            .event .event-image.style-2::after {
                top: auto;
                left: auto;
                bottom: -26px;
                right: -26px;
            }

    .event .event-content {
        padding-top: 79px;
        padding-left: 69px;
    }

        .event .event-content .list {
            margin-top: 19px;
            margin-left: 18px;
            padding-right: 56px;
        }

        .event .event-content .block-text .title {
            margin-bottom: 16px;
        }

        .event .event-content .block-text a {
            margin-top: 32px;
            letter-spacing: 2px;
        }

        .event .event-content.style-2 {
            padding-left: 0;
            padding-top: 113px;
            padding-right: 77px;
        }

            .event .event-content.style-2 a {
                margin-top: 32px;
            }

.home-3 .event {
    position: relative;
}

    .home-3 .event .shape {
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(249, 241, 232);
        width: 39.5%;
        height: 100%;
    }

    .home-3 .event .container {
        max-width: 1643px;
    }

    .home-3 .event .event-image {
        display: flex;
        justify-content: space-between;
        width: auto;
        height: 606px;
    }

        .home-3 .event .event-image::after {
            display: none;
        }

        .home-3 .event .event-image .img {
            height: 100%;
            width: 395px;
        }

            .home-3 .event .event-image .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .home-3 .event .event-content.style-2 {
        padding-left: 38px;
        padding-top: 78px;
        padding-right: 214px;
    }

.list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 21px;
    margin-left: 16px;
    padding-right: 40px;
}

    .list li {
        width: 50%;
        font-size: 15px;
        text-transform: uppercase;
        list-style-type: disc;
        color: #7d3c00;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

.vouchers {
    padding: 87px 0 85px;
    background: url(../../assets/images/section/bg-gift.png) no-repeat;
    background-size: cover;
}

    .vouchers .container {
        max-width: 1200px;
        margin-top: 0;
    }

    .vouchers .vouchers-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .vouchers .vouchers-main .left {
            display: flex;
            max-width: 70%;
        }

            .vouchers .vouchers-main .left .icon {
                width: 108px;
                height: 108px;
                min-width: 108px;
                border-radius: 50%;
                background: #7d3c00;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 43px;
            }

                .vouchers .vouchers-main .left .icon img {
                    width: 56px;
                }

            .vouchers .vouchers-main .left .content h4 {
                font-size: 30px;
                text-transform: uppercase;
                letter-spacing: 1.6px;
                margin-bottom: 17px;
                margin-top: -3px;
            }

            .vouchers .vouchers-main .left .content p {
                font-size: 17px;
                margin-bottom: 0;
            }

        .vouchers .vouchers-main .tf-button {
            background-image: linear-gradient(160deg, #7d3c00 50%, #fff 50%);
            border: 1px solid #7d3c00;
            color: #fff;
            font-weight: 400;
            padding: 0px 31px 0px 44px;
        }

            .vouchers .vouchers-main .tf-button:hover {
                color: #7d3c00;
            }

.gallery-ig {
    padding: 0 0 133px;
}

    .gallery-ig .gallery-ig-main {
        display: flex;
        justify-content: space-between;
    }

        .gallery-ig .gallery-ig-main .col-img:first-child, .gallery-ig .gallery-ig-main .col-img:last-child {
            max-width: 360px;
        }

        .gallery-ig .gallery-ig-main .col-img .ig-box {
            position: relative;
            height: 612px;
        }

            .gallery-ig .gallery-ig-main .col-img .ig-box img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .gallery-ig .gallery-ig-main .col-img .ig-box .content {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                background: rgba(0, 0, 0, 0.4);
                width: 100%;
                height: 0;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .gallery-ig .gallery-ig-main .col-img .ig-box .content a {
                    color: #65753d;
                    font-size: 28px;
                }

            .gallery-ig .gallery-ig-main .col-img .ig-box:hover .content {
                height: 100%;
                opacity: 1;
                visibility: visible;
            }

        .gallery-ig .gallery-ig-main .col-img:nth-child(2) {
            margin: 0 15px;
        }

        .gallery-ig .gallery-ig-main .col-img .top {
            display: flex;
        }

            .gallery-ig .gallery-ig-main .col-img .top .ig-box {
                margin: 0 15px 28px;
                height: 292px;
            }

        .gallery-ig .gallery-ig-main .col-img .bottom .ig-box {
            margin: 0 15px 0;
            height: 292px;
        }

.s-formmail {
    background: url(../../assets/images/section/s-form.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 130px 0 133px;
}

    .s-formmail::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background: rgba(0, 0, 0, 0.6);
    }

    .s-formmail .container {
        position: relative;
        z-index: 1;
    }

    .s-formmail .formmail-content .block-text .subtitle {
        margin-bottom: 22px;
    }

    .s-formmail .formmail-content .block-text p {
        line-height: 30px;
        font-size: 19px;
        font-family: "Cerebri Sans", sans-serif;
        letter-spacing: 0.2px;
    }

    .s-formmail .formmail-content .block-text .title {
        margin-bottom: 23px;
        font-size: 41px;
        letter-spacing: 1.1px;
    }

    .s-formmail .formmail-content .block-text a {
        margin-top: 25px;
    }

    .s-formmail .formmail-content form.s1 {
        margin-top: 42px;
    }

    .s-formmail.zingzac {
        padding: 125px 0 168px;
    }

        .s-formmail.zingzac .block-text .subtitle {
            font-size: 15px;
            line-height: 32px;
            margin-bottom: 14px;
            letter-spacing: 3px;
        }

        .s-formmail.zingzac .block-text .title {
            margin-bottom: 9px;
        }

        .s-formmail.zingzac .block-text a {
            margin-top: 23px;
        }

form.s1 {
    max-width: 715px;
    margin: 34px auto 0;
    position: relative;
}

    form.s1 input {
        border: 1px solid #65753d;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        color: #fff;
    }

        form.s1 input:focus {
            box-shadow: none;
            background: transparent;
            border-color: #fff;
            color: #fff;
        }

    form.s1 button {
        position: absolute;
        right: 20px;
        top: 4px;
        background: transparent !important;
        border: none;
        font-size: 20px;
    }

        form.s1 button:hover {
            color: #65753d;
        }

.about-restaurant {
    padding: 134px 0;
}

    .about-restaurant .container {
        max-width: 1706px;
    }

    .about-restaurant .about-restaurant-main {
        display: flex;
        justify-content: space-between;
    }

        .about-restaurant .about-restaurant-main .image {
            width: 422px;
            height: 570px;
            min-width: 422px;
        }

            .about-restaurant .about-restaurant-main .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .about-restaurant .about-restaurant-main .content {
            padding: 67px 100px 0;
        }

            .about-restaurant .about-restaurant-main .content .title {
                margin-bottom: 15px;
            }

            .about-restaurant .about-restaurant-main .content a {
                margin-top: 26px;
                letter-spacing: 1.8px;
            }

.s-services {
    padding: 86px 0 61px;
    background: #7d3c00;
}

    .s-services .container {
        max-width: 1200px;
    }

.services-box {
    text-align: center;
}

    .services-box .icon {
        width: 108px;
        height: 108px;
        min-width: 108px;
        border-radius: 50%;
        background: rgb(33, 43, 56);
        margin: 0 auto 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .services-box .content {
        padding: 0 30px;
    }

        .services-box .content a {
            font-size: 20px;
            text-transform: uppercase;
            color: #fff;
            font-family: "Audrey";
            letter-spacing: 1px;
            margin-bottom: 21px;
        }

            .services-box .content a:hover {
                color: #65753d;
            }

        .services-box .content p {
            color: rgb(222, 222, 222);
        }

.s-order .container-fluid {
    padding: 0;
}

.s-order .order-main {
    display: flex;
    flex-wrap: wrap;
}

    .s-order .order-main .order {
        width: 33.33%;
        height: 466px;
    }

        .s-order .order-main .order.order-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .s-order .order-main .order.order-box {
            background: #7d3c00;
            text-align: center;
            padding: 84px 30px 30px;
        }

            .s-order .order-main .order.order-box img {
                margin-bottom: 29px;
            }

            .s-order .order-main .order.order-box h4 {
                font-size: 30px;
                color: #fff;
                text-transform: uppercase;
                margin-bottom: 17px;
            }

            .s-order .order-main .order.order-box a {
                color: #fff;
                padding: 0px 33px 0px 44px;
            }

            .s-order .order-main .order.order-box p {
                color: #dedede;
                margin-bottom: 32px;
            }

.s-book .container-fluid {
    padding: 0;
}

.s-book .book-main {
    display: flex;
}

.s-book .book-content {
    width: 50%;
    background: url(../../assets/images/section/book-01.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 127px 15px 133px;
}

    .s-book .book-content:last-child {
        background: url(../../assets/images/section/book-02.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .s-book .book-content::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background: rgba(0, 0, 0, 0.6);
    }

    .s-book .book-content .block-text {
        position: relative;
        z-index: 1;
    }

        .s-book .book-content .block-text .subtitle {
            margin-bottom: 23px;
            letter-spacing: 1.7px;
            color: #65753d;
        }

        .s-book .book-content .block-text .title {
            margin-bottom: 8px;
        }

        .s-book .book-content .block-text h5 {
            color: #65753d;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 17px;
        }

        .s-book .book-content .block-text .text {
            margin-bottom: 40px;
            line-height: 28px;
            letter-spacing: 0.6px;
        }

        .s-book .book-content .block-text p {
            font-size: 17px;
            color: #fff;
            margin-bottom: 3px;
        }

    .s-book .book-content .tf-button.style1 {
        margin-top: 39px;
        background-image: linear-gradient(160deg, transparent 50%, #65753d 50%);
    }

.home-3 .testimonials {
    padding-bottom: 120px;
    padding-top: 134px;
}

.s-gallery {
    padding: 128px 0 134px;
}

    .s-gallery .container {
        max-width: 1737px;
    }

    .s-gallery .block-text .subtitle {
        margin-bottom: 23px;
    }

    .s-gallery .gallery-main {
        margin-top: 58px;
        display: flex;
        justify-content: space-between;
    }

        .s-gallery .gallery-main .gallery-box {
            width: 25%;
            position: relative;
            height: 553px;
            margin: 0 15px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .s-gallery .gallery-main .gallery-box img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .s-gallery .gallery-main .gallery-box .content {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                background: rgba(0, 0, 0, 0.4);
                width: 100%;
                height: 0;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .s-gallery .gallery-main .gallery-box .content a {
                    color: #65753d;
                    font-size: 33px;
                }

            .s-gallery .gallery-main .gallery-box:hover {
                transform: translateY(10px);
            }

                .s-gallery .gallery-main .gallery-box:hover .content {
                    height: 100%;
                    opacity: 1;
                    visibility: visible;
                }

.home-4 #wrapper {
    display: flex;
}

.home-4 .mySwiper {
    margin-top: 0;
}

.body-main {
    width: calc(100vw - 350px);
}

.page-404 {
    margin-top: 0;
    padding: 134px 0;
    background: url(../../assets/images/section/bg-404.jpg) no-repeat;
    background-size: cover;
}

    .page-404 .p404-main {
        text-align: center;
    }

        .page-404 .p404-main .numb {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 19px;
        }

            .page-404 .p404-main .numb img {
                margin: 0 90px;
            }

            .page-404 .p404-main .numb h2 {
                font-size: 50.525px;
                -moz-transform: matrix(4.5683194419, 0, 0, 4.5739077373, 0, 0);
                -webkit-transform: matrix(4.5683194419, 0, 0, 4.5739077373, 0, 0);
                -ms-transform: matrix(4.5683194419, 0, 0, 4.5739077373, 0, 0);
            }

        .page-404 .p404-main h3 {
            font-size: 40px;
            text-transform: uppercase;
            margin-bottom: 26px;
        }

        .page-404 .p404-main p {
            font-size: 17px;
            color: #666666;
            margin-bottom: 52px;
        }

.page-title {
    background: url("../../assets/images/section/bg-pagetitle.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 10;
    padding: 198px 0 34px;
}

    .page-title::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.349);
        z-index: 1;
    }

    .page-title .page-title-main {
        position: relative;
        z-index: 1;
        text-align: center;
    }

        .page-title .page-title-main .title {
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 127px;
            position: relative;
            display: inline-block;
        }

            .page-title .page-title-main .title::before {
                position: absolute;
                content: url(../../assets/images/icon/x.png);
                z-index: 20;
                left: -55px;
                top: -10px;
                width: 30px;
                height: 15px;
            }

            .page-title .page-title-main .title::after {
                position: absolute;
                content: url(../../assets/images/icon/x.png);
                z-index: 20;
                right: -55px;
                top: -10px;
                width: 30px;
                height: 15px;
            }

        .page-title .page-title-main .breacrumd {
            display: flex;
            justify-content: center;
        }

            .page-title .page-title-main .breacrumd li {
                font-size: 13px;
                color: #fff;
                text-transform: uppercase;
                margin: 0 3px;
                letter-spacing: 2px;
            }

    .page-title.p-careers {
        background-image: url(../../assets/images/section/bg-careers.jpg);
    }

    .page-title.p-faq {
        background-image: url(../../assets/images/section/bg-faq.jpg);
    }

    .page-title.p-gallery {
        background-image: url(../../assets/images/section/bg-gallery.jpg);
    }

    .page-title.p-history {
        background-image: url(../../assets/images/section/bg-history.jpg);
    }

    .page-title.p-location {
        background-image: url(../../assets/images/section/bg-location.jpg);
    }

    .page-title.p-gift {
        background-image: url(../../assets/images/section/bg-gift.jpg);
    }

    .page-title.p-portfolio {
        background-image: url(../../assets/images/section/bg-portfolio.jpg);
    }

    .page-title.p-blog-full {
        background-image: url(../../assets/images/section/bg-blog-full.jpg);
    }

    .page-title.p-contact {
        background-image: url(../../assets/images/section/bg-contact.jpg);
    }

.p-menu .page-title {
    background: url("../../assets/images/section/bg-menu.jpg") no-repeat;
    background-size: cover;
    background-position: center 30%;
    position: relative;
}

.p-about .chef-restaurant {
    background: rgb(249, 241, 232);
    padding: 129px 0 308px;
    margin-bottom: -235px;
}

    .p-about .chef-restaurant .menu-content {
        padding: 0 290px;
    }

        .p-about .chef-restaurant .menu-content .title {
            margin-bottom: 17px;
        }

        .p-about .chef-restaurant .menu-content a {
            margin-top: 26px;
        }

    .p-about .chef-restaurant .list-img {
        margin-top: 66px;
    }

.p-about .chef-img .container-fluid {
    padding: 0;
}

.p-about .s-services {
    background: #fff;
    padding: 136px 0 111px;
}

    .p-about .s-services .services-box .content a {
        color: #7d3c00;
    }

    .p-about .s-services .services-box .content p {
        color: #666666;
    }

.p-about .event {
    padding: 0;
}

    .p-about .event .container-fluid {
        padding: 0;
    }

    .p-about .event .event-main {
        display: flex;
    }

        .p-about .event .event-main .event-img {
            width: 50%;
            max-height: 703px;
        }

            .p-about .event .event-main .event-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .p-about .event .event-main .event-content {
            max-height: 703px;
            width: 50%;
            background: #7d3c00;
            padding: 128px 100px 132px 115px;
        }

            .p-about .event .event-main .event-content .flat-tabs {
                margin-top: 30px;
            }

                .p-about .event .event-main .event-content .flat-tabs .menu-tab {
                    display: flex;
                    justify-content: center;
                    margin-bottom: 29px;
                }

                    .p-about .event .event-main .event-content .flat-tabs .menu-tab li {
                        position: relative;
                        margin: 0 20px;
                        cursor: pointer;
                    }

                        .p-about .event .event-main .event-content .flat-tabs .menu-tab li::after {
                            content: "";
                            position: absolute;
                            left: -4px;
                            bottom: 5px;
                            width: 0;
                            height: 1px;
                            background: #65753d;
                            -webkit-transition: all 0.3s ease;
                            -moz-transition: all 0.3s ease;
                            -ms-transition: all 0.3s ease;
                            -o-transition: all 0.3s ease;
                            transition: all 0.3s ease;
                        }

                        .p-about .event .event-main .event-content .flat-tabs .menu-tab li h5 {
                            font-size: 15px;
                            text-transform: uppercase;
                            color: #fff;
                            letter-spacing: 0.8px;
                        }

                        .p-about .event .event-main .event-content .flat-tabs .menu-tab li.active h5 {
                            color: #65753d;
                        }

                        .p-about .event .event-main .event-content .flat-tabs .menu-tab li.active::after {
                            width: 100%;
                        }

                .p-about .event .event-main .event-content .flat-tabs .content-tab {
                    padding: 0 40px;
                }

                    .p-about .event .event-main .event-content .flat-tabs .content-tab a {
                        margin-top: 28px;
                    }

                    .p-about .event .event-main .event-content .flat-tabs .content-tab p {
                        color: #dedede;
                    }

.p-about .s-chef {
    background: #fff;
}

    .p-about .s-chef .block-text.style-2 h3 {
        margin-bottom: 15px;
        color: #7d3c00;
    }

    .p-about .s-chef .block-text.style-2 p {
        font-size: 15px;
        color: #7d3c00;
        font-family: "Cerebri Sans";
    }

    .p-about .s-chef .chef-box .info h5 {
        color: #7d3c00;
    }

    .p-about .s-chef .chef-box .info p {
        color: #7d3c00;
    }

.p-about .testimonials {
    padding: 135px 0 117px;
}

.p-about .gallery-ig {
    padding: 135px 0 133px;
}

.p-about .s-formmail {
    padding: 127px 0 115px;
}

    .p-about .s-formmail .block-text .subtitle {
        font-size: 17px;
        margin-bottom: 14px !important;
    }

    .p-about .s-formmail .block-text .title {
        margin-bottom: 9px !important;
    }

    .p-about .s-formmail .block-text .text {
        font-size: 15px !important;
        line-height: 27px !important;
    }

    .p-about .s-formmail form {
        margin-top: 40px !important;
    }

.partner {
    background: rgb(249, 241, 232);
    padding: 74px 0;
}

    .partner .container {
        max-width: 1430px;
    }

    .partner .logo-partner {
        opacity: 0.4;
    }

        .partner .logo-partner:hover {
            opacity: 1;
        }

.careers .container-fluid {
    padding: 0;
}

.careers .careers-main {
    display: flex;
}

    .careers .careers-main .careers-content {
        width: 59.8%;
        background: #7d3c00;
        padding: 127px 150px 112px 192px;
    }

        .careers .careers-main .careers-content .block-text .title {
            color: #65753d;
            margin-bottom: 23px;
        }

        .careers .careers-main .careers-content .block-text p {
            color: #fff;
        }

        .careers .careers-main .careers-content .list {
            margin-left: 0;
            padding-right: 67px;
            margin-top: 27px;
        }

            .careers .careers-main .careers-content .list li {
                list-style: none;
                color: #fff;
                letter-spacing: 0.3px;
            }

                .careers .careers-main .careers-content .list li i {
                    font-size: 12px;
                    color: #65753d;
                    margin-right: 10px;
                }

        .careers .careers-main .careers-content .line {
            width: 100%;
            height: 1px;
            background: rgba(255, 255, 255, 0.1);
            margin: 29px 0 42px;
        }

        .careers .careers-main .careers-content h5 {
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 14px;
            font-size: 15px;
            line-height: 23px;
            letter-spacing: 0.7px;
        }

        .careers .careers-main .careers-content .d-flex p {
            margin-right: 48px;
        }

            .careers .careers-main .careers-content .d-flex p span {
                color: #65753d;
            }

    .careers .careers-main .careers-img {
        width: 40.2%;
    }

        .careers .careers-main .careers-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.flat-accordion .toggle-content {
    display: none;
}

.s-faq {
    padding: 126px 0 119px;
}

    .s-faq .container {
        max-width: 1266px;
    }

    .s-faq .block-text .title {
        margin-bottom: 12px;
    }

    .s-faq .block-text p {
        padding: 0 300px;
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 0.4px;
    }

    .s-faq .flat-accordion {
        margin-top: 65px;
        margin-right: 67px;
    }

        .s-faq .flat-accordion .flat-toggle {
            margin-bottom: 16px;
        }

            .s-faq .flat-accordion .flat-toggle .toggle-title {
                background: #7d3c00;
                color: #fff;
                display: flex;
                align-items: center;
                cursor: pointer;
                padding-right: 15px !important;
            }

                .s-faq .flat-accordion .flat-toggle .toggle-title span {
                    padding: 15px 18px;
                    background: #65753d;
                    margin-right: 20px;
                    color: #7d3c00;
                }

                    .s-faq .flat-accordion .flat-toggle .toggle-title span i {
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                .s-faq .flat-accordion .flat-toggle .toggle-title.active span i {
                    transform: rotate(180deg);
                }

            .s-faq .flat-accordion .flat-toggle .toggle-content {
                border: 1px solid rgb(211, 211, 212);
                padding: 45px 100px 33px 30px;
            }

                .s-faq .flat-accordion .flat-toggle .toggle-content .title {
                    font-size: 17px;
                    color: #7d3c00;
                }

                .s-faq .flat-accordion .flat-toggle .toggle-content p span {
                    color: #7d3c00;
                    margin-right: 13px;
                    font-size: 18px;
                }

        .s-faq .flat-accordion.style-1 {
            margin-bottom: 132px;
        }

            .s-faq .flat-accordion.style-1 .flat-toggle {
                border-bottom: 1px solid transparent;
                margin-bottom: 8px;
            }

                .s-faq .flat-accordion.style-1 .flat-toggle.active {
                    border-bottom: 1px solid #7d3c00;
                }

                .s-faq .flat-accordion.style-1 .flat-toggle .toggle-title {
                    background: transparent;
                    color: #7d3c00;
                    font-family: "Audrey";
                    text-transform: uppercase;
                    font-size: 17px;
                    position: relative;
                    border-bottom: 1px solid #7d3c00;
                    padding: 16px 0 22.5px;
                }

                    .s-faq .flat-accordion.style-1 .flat-toggle .toggle-title .icon {
                        background: transparent;
                        position: absolute;
                        right: 0;
                        padding: 0;
                        margin-right: 0;
                    }

                    .s-faq .flat-accordion.style-1 .flat-toggle .toggle-title.active {
                        border-bottom: 1px solid #65753d;
                    }

                .s-faq .flat-accordion.style-1 .flat-toggle .toggle-content {
                    padding: 25px 0;
                    border: none;
                }

            .s-faq .flat-accordion.style-1.style-2 {
                margin-top: 51px;
            }

                .s-faq .flat-accordion.style-1.style-2 .flat-toggle {
                    border: none;
                    margin-bottom: 0;
                }

                .s-faq .flat-accordion.style-1.style-2 .toggle-title {
                    background: #7d3c00;
                    padding: 24px 33px !important;
                    border-bottom: 1px solid rgba(200, 200, 200, 0.149);
                    color: #65753d;
                }

                    .s-faq .flat-accordion.style-1.style-2 .toggle-title .icon {
                        right: 40px;
                        color: #65753d;
                    }

                    .s-faq .flat-accordion.style-1.style-2 .toggle-title.active {
                        border: none;
                        background: rgb(230, 201, 162);
                        color: #7d3c00;
                        border-bottom: 1px solid #65753d;
                    }

                        .s-faq .flat-accordion.style-1.style-2 .toggle-title.active .icon {
                            color: #7d3c00;
                        }

                .s-faq .flat-accordion.style-1.style-2 .toggle-content {
                    background: rgba(200, 200, 200, 0.149);
                    border: none;
                    padding: 46px 91px 26px 34px;
                }

                .s-faq .flat-accordion.style-1.style-2.style-3 .flat-toggle {
                    margin-bottom: 20px;
                }

                    .s-faq .flat-accordion.style-1.style-2.style-3 .flat-toggle .toggle-content {
                        background: transparent;
                        padding: 34px 91px 13px 34px;
                    }

                        .s-faq .flat-accordion.style-1.style-2.style-3 .flat-toggle .toggle-content p:last-child {
                            margin-bottom: 0;
                        }

.block-text.style-2 .title.s2 {
    position: relative;
    display: inline-block;
}

    .block-text.style-2 .title.s2::before {
        content: "";
        position: absolute;
        bottom: 30px;
        left: -76px;
        width: 63px;
        height: 1px;
        background: #65753d;
    }

    .block-text.style-2 .title.s2::after {
        content: "";
        position: absolute;
        bottom: 30px;
        right: -76px;
        width: 63px;
        height: 1px;
        background: #65753d;
    }

.page-faqs .s-faq {
    padding: 132px 0 3px;
}

    .page-faqs .s-faq .container {
        max-width: 1200px;
    }

    .page-faqs .s-faq .flat-accordion {
        margin-top: 41px;
        margin-right: 0;
    }

.page-gallery .s-gallery {
    padding: 133px 0 105px;
}

    .page-gallery .s-gallery .container {
        max-width: 1230px;
    }

.page-gallery .gallery-main {
    flex-wrap: wrap;
    margin-top: 0;
}

    .page-gallery .gallery-main .gallery-box {
        width: calc(33.33% - 30px);
        margin: 0 15px 30px;
        height: 533px;
    }

.faq-main .title {
    text-transform: uppercase;
}

.s-menu .gallery-main {
    display: flex;
    margin: 0 -15px;
}

    .s-menu .gallery-main .gallery-box {
        margin: 0 15px;
        width: calc(33.33% - 30px);
    }

.comingsoon {
    background: url(../../assets/images/section/comingsoon.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 195px 0;
}

    .comingsoon::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(7, 11, 12, 0.6);
        z-index: 1;
    }

    .comingsoon .comingsoon-main {
        position: relative;
        z-index: 2;
        text-align: center;
    }

        .comingsoon .comingsoon-main .title {
            color: #fff;
            font-size: 75px;
            margin-bottom: 58px;
            letter-spacing: 8px;
            text-transform: uppercase;
        }

        .comingsoon .comingsoon-main .sub {
            font-size: 30px;
            color: #65753d;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 20px;
        }

        .comingsoon .comingsoon-main .text {
            color: #fff;
            font-size: 17px;
            margin-bottom: 38px;
        }

        .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item {
            color: #65753d;
            margin: 0 100px;
            font-size: 75px;
            font-family: "Audrey";
            line-height: 2;
        }

            .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(1), .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(2), .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(3), .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(4) {
                position: relative;
            }

                .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(1)::before, .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(2)::before, .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(3)::before, .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(4)::before {
                    content: "Days";
                    position: absolute;
                    position: absolute;
                    margin-left: auto;
                    margin-right: auto;
                    left: 0;
                    right: 0;
                    text-align: center;
                    bottom: -30px;
                    font-size: 17px;
                    color: #fff;
                    text-transform: uppercase;
                    font-family: "Cerebri Sans", sans-serif;
                }

                .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(1)::after, .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(2)::after, .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(3)::after, .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(4)::after {
                    content: ":";
                    position: absolute;
                    right: -90px;
                    bottom: 25px;
                    font-size: 35px;
                    color: #65753d;
                    text-transform: uppercase;
                }

                .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(2)::before {
                    content: "Hours";
                }

                .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(3)::before {
                    content: "minutes";
                }

                .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(4)::after {
                    display: none;
                }

                .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(4)::before {
                    content: "seconds";
                }

        .comingsoon .comingsoon-main .line {
            width: 80%;
            height: 1px;
            background: rgba(230, 201, 162, 0.349);
            margin: 76px auto 46px;
        }

        .comingsoon .comingsoon-main h5 {
            font-size: 23px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 46px;
        }

        .comingsoon .comingsoon-main form.s1 {
            margin: 34px auto 83px;
        }

.history {
    padding: 135px 0;
}

    .history .container {
        max-width: 1200px;
    }

    .history .history-main {
        position: relative;
        padding-bottom: 27px;
    }

        .history .history-main::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 1px;
            height: 100%;
            background: #65753d;
        }

.history-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    position: relative;
    margin-bottom: 24px;
}

    .history-box::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 53.9%;
        left: 51.7%;
        width: 33px;
        height: 1px;
        background: #65753d;
    }

    .history-box::after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 51.8%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 15px;
        height: 15px;
        background: #65753d;
        transform: rotate(45deg);
    }

    .history-box.s1 {
        flex-direction: row-reverse;
    }

        .history-box.s1::before {
            left: auto;
            right: 51.7%;
        }

    .history-box .icon {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 29px;
        height: 29px;
        background: #fff;
        transform: rotate(45deg);
        border: 2px solid #65753d;
    }

    .history-box .img {
        width: 501px;
        height: 312px;
    }

        .history-box .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: bottom center;
        }

    .history-box .content {
        width: 501px;
    }

        .history-box .content .time {
            font-size: 20px;
            color: #7d3c00;
            font-weight: 700;
        }

        .history-box .content p {
            margin-bottom: 21px;
        }

            .history-box .content p:last-child {
                margin-bottom: 0;
            }

        .history-box .content h4 {
            text-transform: uppercase;
            font-size: 30px;
            letter-spacing: 1.2px;
            margin-bottom: 11px;
        }

.s-location {
    padding: 137px 0 134px;
}

    .s-location .container {
        max-width: 1200px;
    }

.location-box {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px 73px;
    max-height: 457px;
}

    .location-box:last-child {
        margin-bottom: 0;
    }

    .location-box .box {
        margin: 0 15px;
        width: calc((100% - 444px) / 2);
        background: #7d3c00;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .location-box .box .box-content {
            padding: 42px 36px 20px;
        }

            .location-box .box .box-content .sub {
                font-size: 13px;
                text-transform: uppercase;
                color: #65753d;
                letter-spacing: 1.8px;
                margin-bottom: 6px;
            }

            .location-box .box .box-content h5 {
                font-size: 20px;
                text-transform: uppercase;
                color: #fff;
                letter-spacing: 1px;
                margin-bottom: 14px;
            }

            .location-box .box .box-content p {
                color: #dedede;
            }

            .location-box .box .box-content .line {
                width: 65px;
                height: 2px;
                background: #65753d;
                margin-top: 17px;
                margin-bottom: 16px;
            }

            .location-box .box .box-content .list-t li {
                color: #dedede;
                margin-bottom: 8px;
                font-size: 15px;
                line-height: 30px;
            }

                .location-box .box .box-content .list-t li i {
                    color: #65753d;
                    margin-right: 3px;
                }

        .location-box .box .tf-button1 {
            width: 100%;
            background: #65753d;
            color: #7d3c00;
            font-size: 13px;
            text-transform: uppercase;
            font-family: "Cerebri Sans";
            text-align: center;
            padding: 13px 0;
            letter-spacing: 1.8px;
        }

            .location-box .box .tf-button1:hover {
                opacity: 0.8;
            }

    .location-box .img {
        margin: 0 15px;
        width: calc((100% - 444px) / 2);
        height: auto;
    }

        .location-box .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .location-box .map {
        margin: 0 15px;
        height: 457px;
        width: 500px;
    }

.gift-vouchers {
    padding: 135px 0 144px;
    background: url(../../assets/images/section/bg-gift.png) no-repeat;
    background-size: cover;
    position: relative;
}

    .gift-vouchers .gift {
        position: absolute;
        bottom: -66px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .gift-vouchers .gift-vouchers-main {
        text-align: center;
    }

        .gift-vouchers .gift-vouchers-main .icon {
            width: 92px;
            height: 92px;
            min-width: 92px;
            border-radius: 50%;
            background: #7d3c00;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 34px;
        }

            .gift-vouchers .gift-vouchers-main .icon img {
                width: 48px;
            }

        .gift-vouchers .gift-vouchers-main h4 {
            font-size: 30px;
            text-transform: uppercase;
            letter-spacing: 1.6px;
            margin-bottom: 27px;
        }

        .gift-vouchers .gift-vouchers-main p {
            font-size: 17px;
            color: #7d3c00;
            line-height: 30px;
            margin-bottom: 12px;
        }

.s-gift-vouchers {
    padding: 135px 0 75px;
}

    .s-gift-vouchers .container {
        max-width: 1200px;
    }

    .s-gift-vouchers .s-gift-vouchers-list .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 49px;
        gap: 15px;
        flex-wrap: wrap;
    }

        .s-gift-vouchers .s-gift-vouchers-list .top select {
            background-color: #fff;
            border: 1px solid #7d3c00;
            border-radius: 0;
            width: auto;
            padding: 14px 151px 13px 13px;
            font-size: 15px;
            color: #7d3c00;
            letter-spacing: 1px;
        }

        .s-gift-vouchers .s-gift-vouchers-list .top p {
            font-size: 17px;
            margin-bottom: 0;
            font-size: 17px;
            line-height: 30px;
            color: #080f19;
        }

    .s-gift-vouchers .s-gift-vouchers-list .main {
        display: flex;
        margin: 0 -15px;
    }

        .s-gift-vouchers .s-gift-vouchers-list .main .gift-vouchers-box {
            margin: 0 15px;
            width: calc(33.33% - 30px);
        }

            .s-gift-vouchers .s-gift-vouchers-list .main .gift-vouchers-box .img {
                height: 282px;
                position: relative;
                margin-bottom: 31px;
            }

                .s-gift-vouchers .s-gift-vouchers-list .main .gift-vouchers-box .img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

                .s-gift-vouchers .s-gift-vouchers-list .main .gift-vouchers-box .img .price {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    padding: 10px 24px 10px 33px;
                    background: #7d3c00;
                    border-top-left-radius: 40px;
                }

                    .s-gift-vouchers .s-gift-vouchers-list .main .gift-vouchers-box .img .price h5 {
                        font-size: 22px;
                        color: #65753d;
                        margin-bottom: 0;
                        font-weight: 400;
                    }

                        .s-gift-vouchers .s-gift-vouchers-list .main .gift-vouchers-box .img .price h5 span {
                            font-size: 15px;
                            font-family: "Cerebri Sans";
                            color: #fff;
                        }

                            .s-gift-vouchers .s-gift-vouchers-list .main .gift-vouchers-box .img .price h5 span.t {
                                font-size: 15px;
                                color: #65753d;
                                font-weight: 400;
                                margin-right: -9px;
                                margin-left: 6px;
                            }

            .s-gift-vouchers .s-gift-vouchers-list .main .gift-vouchers-box .content {
                padding-right: 20px;
            }

                .s-gift-vouchers .s-gift-vouchers-list .main .gift-vouchers-box .content .title {
                    font-size: 20px;
                    color: #7d3c00;
                    text-transform: uppercase;
                    font-weight: 700;
                    letter-spacing: 1px;
                    font-family: "Audrey";
                    margin-bottom: 17px;
                }

                .s-gift-vouchers .s-gift-vouchers-list .main .gift-vouchers-box .content p {
                    margin-bottom: 18px;
                }

                .s-gift-vouchers .s-gift-vouchers-list .main .gift-vouchers-box .content .readmore {
                    font-size: 13px;
                    line-height: 24px;
                    letter-spacing: 2.3px;
                }

.s-formmail.s1 {
    background: transparent;
    padding: 0 0 135px;
}

    .s-formmail.s1 .container {
        max-width: 1170px;
    }

    .s-formmail.s1::before {
        display: none;
    }

    .s-formmail.s1 .formmail-content {
        background: url(../../assets/images/section/s-form.jpg) no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
        padding: 69px 0 73px;
    }

        .s-formmail.s1 .formmail-content::before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            background: rgba(0, 0, 0, 0.4);
        }

    .s-formmail.s1 .block-text.style-2 {
        position: relative;
        z-index: 1;
    }

        .s-formmail.s1 .block-text.style-2 .title {
            font-size: 30px;
            color: #fff;
            margin-bottom: 25px;
        }

        .s-formmail.s1 .block-text.style-2 h3 {
            font-size: 40px;
            color: #65753d;
            margin-bottom: 29px;
        }

        .s-formmail.s1 .block-text.style-2 a {
            margin-top: 0;
        }

.vouchers-details {
    padding: 137px 0;
}

    .vouchers-details .container {
        max-width: 1200px;
    }

    .vouchers-details .vouchers-details-main {
        display: flex;
    }

        .vouchers-details .vouchers-details-main .left {
            width: 67%;
            padding-right: 15px;
        }

            .vouchers-details .vouchers-details-main .left .img {
                height: 436px;
                position: relative;
                margin-bottom: 38px;
            }

                .vouchers-details .vouchers-details-main .left .img::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 1;
                    background-color: rgba(0, 0, 0, 0.4);
                }

                .vouchers-details .vouchers-details-main .left .img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

                .vouchers-details .vouchers-details-main .left .img .title {
                    position: absolute;
                    z-index: 2;
                    left: 40px;
                    bottom: 27px;
                    text-transform: uppercase;
                    color: #fff;
                    font-size: 23px;
                    letter-spacing: 1.2px;
                }

            .vouchers-details .vouchers-details-main .left .content .list {
                padding-right: 0;
            }

            .vouchers-details .vouchers-details-main .left .content p {
                margin-bottom: 15px;
            }

            .vouchers-details .vouchers-details-main .left .content .line {
                width: 100%;
                height: 1px;
                background: rgba(200, 200, 200, 0.6);
                margin: 32px 0 43px;
            }

            .vouchers-details .vouchers-details-main .left .content h4 {
                text-transform: uppercase;
                font-size: 30px;
                letter-spacing: 1.4px;
                margin-bottom: 23px;
            }

        .vouchers-details .vouchers-details-main .right {
            width: 33%;
            padding-left: 15px;
        }

            .vouchers-details .vouchers-details-main .right .card-box {
                background: #7d3c00;
                padding: 31px 30px 40px;
                margin-bottom: 50px;
            }

                .vouchers-details .vouchers-details-main .right .card-box .top {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    border-bottom: 1px solid rgba(255, 255, 255, 0.149);
                    margin-bottom: 22px;
                }

                    .vouchers-details .vouchers-details-main .right .card-box .top p {
                        color: #fff;
                    }

                    .vouchers-details .vouchers-details-main .right .card-box .top h4 {
                        color: #65753d;
                    }

                        .vouchers-details .vouchers-details-main .right .card-box .top h4 span {
                            font-size: 23px;
                        }

                .vouchers-details .vouchers-details-main .right .card-box .main form {
                    border-bottom: 1px solid rgba(255, 255, 255, 0.149);
                    padding-bottom: 10px;
                    margin-bottom: 23px;
                }

                    .vouchers-details .vouchers-details-main .right .card-box .main form .form-group label {
                        color: #fff;
                        margin-bottom: 11px;
                    }

                    .vouchers-details .vouchers-details-main .right .card-box .main form .form-group.col-md-9 {
                        padding-right: 23px;
                    }

                    .vouchers-details .vouchers-details-main .right .card-box .main form .form-group.col-md-3 {
                        padding-right: 6px;
                        margin-left: -4px;
                    }

                    .vouchers-details .vouchers-details-main .right .card-box .main form .form-group input {
                        padding: 14px 18px;
                        color: #fff;
                        border: 1px solid #65753d;
                        border-radius: 0;
                    }

                .vouchers-details .vouchers-details-main .right .card-box .main ul {
                    margin-bottom: 38px;
                }

                    .vouchers-details .vouchers-details-main .right .card-box .main ul li {
                        color: #fff;
                        margin-bottom: 5px;
                    }

                .vouchers-details .vouchers-details-main .right .card-box .main .tf-button {
                    width: 100%;
                    text-align: center;
                    background: #fff;
                    color: #7d3c00;
                }

                    .vouchers-details .vouchers-details-main .right .card-box .main .tf-button::before {
                        background: #fff;
                    }

                    .vouchers-details .vouchers-details-main .right .card-box .main .tf-button:hover {
                        background-color: #65753d;
                        color: #7d3c00;
                    }

            .vouchers-details .vouchers-details-main .right .question {
                background: rgb(249, 241, 232);
            }

                .vouchers-details .vouchers-details-main .right .question .top {
                    background: #7d3c00;
                    padding: 28px 30px 23px;
                }

                    .vouchers-details .vouchers-details-main .right .question .top h5 {
                        color: #65753d;
                        text-transform: uppercase;
                        font-size: 17px;
                        letter-spacing: 1px;
                        margin-bottom: 0;
                    }

                .vouchers-details .vouchers-details-main .right .question .main {
                    padding: 28px 31px 49px;
                }

                    .vouchers-details .vouchers-details-main .right .question .main p {
                        margin-bottom: 28px;
                        text-align: start;
                    }

                    .vouchers-details .vouchers-details-main .right .question .main a {
                        margin-top: 15px;
                    }

form.s2 {
    text-align: center;
}

    form.s2 .form-group input,
    form.s2 .form-group textarea {
        border: 1px solid #7d3c00;
        border-radius: 0;
        color: #7d3c00;
        margin-bottom: 19px;
        box-shadow: none;
        background: #fff;
    }

        form.s2 .form-group input:focus,
        form.s2 .form-group textarea:focus {
            border-color: #65753d;
        }

        form.s2 .form-group input::placeholder,
        form.s2 .form-group textarea::placeholder {
            color: #7d3c00;
        }

    form.s2 .form-group textarea {
        height: 186px;
    }

    form.s2 a {
        margin: 0 auto;
        display: inline-block;
        margin-top: 35px;
        border-color: #7d3c00;
        color: #7d3c00;
    }

        form.s2 a::before {
            background: #7d3c00;
        }

.s-contact {
    padding: 135px 0 0;
}

    .s-contact .container {
        max-width: 1200px;
    }

    .s-contact .top-map {
        margin-bottom: 66px;
    }

    .s-contact .contact-info {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(200, 200, 200, 0.6);
        padding-bottom: 65px;
    }

        .s-contact .contact-info .item {
            text-align: center;
            border-right: 1px solid rgba(200, 200, 200, 0.6);
            width: 33.33%;
        }

            .s-contact .contact-info .item:last-child {
                border: none;
            }

            .s-contact .contact-info .item .icon {
                display: flex;
                align-items: center;
                justify-content: center;
                background: #7d3c00;
                margin: 0 auto 25px;
                width: 70px;
                height: 70px;
                min-width: 70px;
                border-radius: 50%;
            }

                .s-contact .contact-info .item .icon i {
                    color: #65753d;
                    font-size: 26px;
                }

            .s-contact .contact-info .item h5 {
                text-transform: uppercase;
                font-size: 20px;
                letter-spacing: 1px;
                margin-bottom: 14px;
            }

            .s-contact .contact-info .item p {
                margin-bottom: 2px;
            }

.p-contact .location {
    padding: 121px 0 143px;
}

    .p-contact .location .block-text .title {
        margin-bottom: 12px;
        margin-top: 4px;
    }

    .p-contact .location .block-text .text {
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .p-contact .location .location-main {
        display: flex;
        justify-content: space-between;
        margin-top: 59px;
    }

        .p-contact .location .location-main .image {
            width: 375px;
            height: 375px;
            min-width: 375px;
            border: none;
            padding: 0;
            margin-top: 34px;
        }

        .p-contact .location .location-main .content {
            width: 50%;
            text-align: center;
            padding: 0 90px 0 100px;
        }

            .p-contact .location .location-main .content .form-group textarea {
                height: 215px;
            }

            .p-contact .location .location-main .content a {
                margin-top: 30px;
            }

.s-contact-2 .contact-main {
    display: flex;
    margin-top: -6px;
}

    .s-contact-2 .contact-main form {
        width: 40.3%;
        text-align: center;
        padding: 131px 102px 143px 96px;
    }

        .s-contact-2 .contact-main form .title {
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 15px;
        }

        .s-contact-2 .contact-main form p {
            font-size: 17px;
            margin-bottom: 66px;
            line-height: 30px;
        }

        .s-contact-2 .contact-main form .form-group textarea {
            height: 216px;
        }

        .s-contact-2 .contact-main form a {
            margin-top: 30px;
        }

    .s-contact-2 .contact-main .info-location {
        width: 59.7%;
        background: url(../../assets/images/section/s-form-1.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 547px 96px 30px 102px;
        position: relative;
    }

        .s-contact-2 .contact-main .info-location::before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            background: rgba(0, 0, 0, 0.6);
        }

        .s-contact-2 .contact-main .info-location div {
            position: relative;
            z-index: 2;
        }

        .s-contact-2 .contact-main .info-location h4 {
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 2.8px;
            margin-bottom: 62px;
        }

        .s-contact-2 .contact-main .info-location ul {
            display: flex;
            padding-right: 88px;
            margin-bottom: 25px;
            gap: 55px;
        }

            .s-contact-2 .contact-main .info-location ul li h5 {
                color: #65753d;
                text-transform: uppercase;
                margin-bottom: 18px;
            }

            .s-contact-2 .contact-main .info-location ul li p {
                color: #fff;
            }

.s-blog.blog-list {
    padding: 137px 0 62px;
}

    .s-blog.blog-list .blog-form {
        background: rgb(249, 241, 232);
        padding: 68px 30px 56px;
    }

        .s-blog.blog-list .blog-form .block-text .subtitle {
            margin-bottom: 18px;
        }

        .s-blog.blog-list .blog-form .block-text .title {
            font-size: 30px;
            letter-spacing: 1.4px;
            margin-bottom: 10px;
        }

        .s-blog.blog-list .blog-form .block-text p {
            font-size: 15px;
            margin-bottom: 43px;
            line-height: 24px;
        }

        .s-blog.blog-list .blog-form .block-text form.s1 input {
            border: 1px solid #7d3c00;
            background: #fff;
            color: #7d3c00;
            height: 46px;
        }

            .s-blog.blog-list .blog-form .block-text form.s1 input::placeholder {
                color: #7d3c00;
            }

        .s-blog.blog-list .blog-form .block-text form.s1 i {
            color: #7d3c00;
        }

    .s-blog.blog-list .blog-main {
        padding: 126px 0 0;
    }

        .s-blog.blog-list .blog-main .block-text {
            margin-bottom: 65px;
        }

            .s-blog.blog-list .blog-main .block-text .title {
                margin-bottom: 6px;
            }

        .s-blog.blog-list .blog-main .blog-box {
            margin-bottom: 77px;
        }

.blog-sidebar {
    padding: 137px 0;
}

    .blog-sidebar .container {
        max-width: 1200px;
    }

    .blog-sidebar .blog-sidebar-main {
        display: flex;
    }

        .blog-sidebar .blog-sidebar-main .main-content {
            width: 65.85%;
        }

        .blog-sidebar .blog-sidebar-main .main-sidebar {
            width: 34.15%;
            padding-left: 8px;
            padding-right: 21px;
        }

            .blog-sidebar .blog-sidebar-main .main-sidebar .widget.avt {
                text-align: center;
            }

                .blog-sidebar .blog-sidebar-main .main-sidebar .widget.avt .image {
                    width: 327px;
                    height: 327px;
                    border-radius: 50%;
                    border: 1px solid #65753d;
                    padding: 18px;
                    overflow: hidden;
                    margin: 0 auto 21px;
                }

                    .blog-sidebar .blog-sidebar-main .main-sidebar .widget.avt .image img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        object-position: center;
                        border-radius: 50%;
                    }

                .blog-sidebar .blog-sidebar-main .main-sidebar .widget.avt .info {
                    padding: 0 30px;
                }

                    .blog-sidebar .blog-sidebar-main .main-sidebar .widget.avt .info .unit {
                        text-transform: uppercase;
                        font-size: 13px;
                        margin-bottom: 6px;
                    }

                    .blog-sidebar .blog-sidebar-main .main-sidebar .widget.avt .info .name {
                        text-transform: uppercase;
                        font-size: 17px;
                        font-weight: 500;
                        letter-spacing: 1.7px;
                        margin-bottom: 1px;
                        margin-bottom: 15px;
                    }

                    .blog-sidebar .blog-sidebar-main .main-sidebar .widget.avt .info p {
                        margin-bottom: 0;
                    }

            .blog-sidebar .blog-sidebar-main .main-sidebar .widget {
                margin-bottom: 49px;
            }

                .blog-sidebar .blog-sidebar-main .main-sidebar .widget form.s1 {
                    margin-top: 43px;
                }

                    .blog-sidebar .blog-sidebar-main .main-sidebar .widget form.s1 input {
                        border-color: #7d3c00;
                        line-height: 16px;
                        padding: 14px 18px;
                        color: #1c1c1c;
                    }

                        .blog-sidebar .blog-sidebar-main .main-sidebar .widget form.s1 input::placeholder {
                            color: #7d3c00;
                        }

                    .blog-sidebar .blog-sidebar-main .main-sidebar .widget form.s1 button {
                        background: #7d3c00;
                        top: 0;
                        right: 0;
                        padding: 8px 14px;
                        border-radius: 0;
                    }

                        .blog-sidebar .blog-sidebar-main .main-sidebar .widget form.s1 button i {
                            font-size: 17px;
                            color: #65753d;
                        }

                .blog-sidebar .blog-sidebar-main .main-sidebar .widget .heading-top {
                    background: #7d3c00;
                    padding: 20px 30px;
                }

                    .blog-sidebar .blog-sidebar-main .main-sidebar .widget .heading-top h5 {
                        color: #65753d;
                        text-transform: uppercase;
                        letter-spacing: 1.8px;
                        margin-bottom: 0;
                    }

                .blog-sidebar .blog-sidebar-main .main-sidebar .widget .content {
                    background: rgb(249, 241, 232);
                    padding: 27px 30px 29px;
                }

                .blog-sidebar .blog-sidebar-main .main-sidebar .widget.category .content ul li {
                    margin-bottom: 19px;
                    position: relative;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    .blog-sidebar .blog-sidebar-main .main-sidebar .widget.category .content ul li:last-child {
                        margin-bottom: 0;
                    }

                    .blog-sidebar .blog-sidebar-main .main-sidebar .widget.category .content ul li::before {
                        content: "";
                        position: absolute;
                        left: 0;
                        top: 52%;
                        background: #65753d;
                        height: 1px;
                        width: 0;
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                    .blog-sidebar .blog-sidebar-main .main-sidebar .widget.category .content ul li a {
                        font-size: 17px;
                        color: #7d3c00;
                    }

                    .blog-sidebar .blog-sidebar-main .main-sidebar .widget.category .content ul li:hover, .blog-sidebar .blog-sidebar-main .main-sidebar .widget.category .content ul li.active {
                        padding-left: 22px;
                    }

                        .blog-sidebar .blog-sidebar-main .main-sidebar .widget.category .content ul li:hover::before, .blog-sidebar .blog-sidebar-main .main-sidebar .widget.category .content ul li.active::before {
                            width: 13px;
                        }

                .blog-sidebar .blog-sidebar-main .main-sidebar .widget.latest .content {
                    padding: 35px 30px 33px;
                }

                    .blog-sidebar .blog-sidebar-main .main-sidebar .widget.latest .content ul li {
                        margin-bottom: 28px;
                        align-items: center;
                        border-bottom: 1px solid #7d3c00;
                        padding-bottom: 23px;
                        padding-right: 10px;
                        display: flex;
                    }

                        .blog-sidebar .blog-sidebar-main .main-sidebar .widget.latest .content ul li:last-child {
                            margin-bottom: 0;
                            border: none;
                            padding-bottom: 0;
                        }

                        .blog-sidebar .blog-sidebar-main .main-sidebar .widget.latest .content ul li .img {
                            width: 76px;
                            height: 82px;
                            min-width: 76px;
                            margin-right: 15px;
                        }

                            .blog-sidebar .blog-sidebar-main .main-sidebar .widget.latest .content ul li .img img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                            }

                        .blog-sidebar .blog-sidebar-main .main-sidebar .widget.latest .content ul li .info .title {
                            font-size: 15px;
                            font-family: "Audrey";
                            text-transform: uppercase;
                            color: #7d3c00;
                        }

                        .blog-sidebar .blog-sidebar-main .main-sidebar .widget.latest .content ul li .info .meta {
                            font-size: 15px;
                        }

                .blog-sidebar .blog-sidebar-main .main-sidebar .widget.tag {
                    margin-bottom: 53px;
                }

                    .blog-sidebar .blog-sidebar-main .main-sidebar .widget.tag .content {
                        padding: 34px 25px 24px 33px;
                    }

                        .blog-sidebar .blog-sidebar-main .main-sidebar .widget.tag .content ul {
                            display: flex;
                            flex-wrap: wrap;
                        }

                            .blog-sidebar .blog-sidebar-main .main-sidebar .widget.tag .content ul li {
                                margin-right: 10px;
                                margin-bottom: 10px;
                            }

                                .blog-sidebar .blog-sidebar-main .main-sidebar .widget.tag .content ul li a {
                                    font-size: 13px;
                                    color: #7d3c00;
                                    border: 1px solid #65753d;
                                    padding: 4px 24px 3px;
                                }

                                    .blog-sidebar .blog-sidebar-main .main-sidebar .widget.tag .content ul li a:hover, .blog-sidebar .blog-sidebar-main .main-sidebar .widget.tag .content ul li a.active {
                                        background: #7d3c00;
                                        border-color: #7d3c00;
                                        color: #65753d;
                                    }

                .blog-sidebar .blog-sidebar-main .main-sidebar .widget.newletters .content {
                    padding: 28px 29px 17px;
                }

                    .blog-sidebar .blog-sidebar-main .main-sidebar .widget.newletters .content p {
                        margin-bottom: 22px;
                        letter-spacing: 0.1px;
                    }

                    .blog-sidebar .blog-sidebar-main .main-sidebar .widget.newletters .content form.s1 {
                        margin-top: 10px;
                        padding: 0 5px 0 2px;
                    }

.blog-box-2 {
    margin-bottom: 73px;
}

    .blog-box-2 .image {
        position: relative;
        height: 425px;
        width: 100%;
    }

        .blog-box-2 .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .blog-box-2 .meta {
        background: #7d3c00;
        padding: 15px 30px 13px;
        margin-bottom: 25px;
    }

        .blog-box-2 .meta ul {
            display: flex;
        }

            .blog-box-2 .meta ul li {
                margin-right: 32px;
            }

                .blog-box-2 .meta ul li a {
                    color: #fff;
                    font-size: 13px;
                }

                    .blog-box-2 .meta ul li a span {
                        color: #65753d;
                    }

                    .blog-box-2 .meta ul li a:hover {
                        color: #65753d;
                    }

    .blog-box-2 .content .title {
        font-size: 25px;
        line-height: 42px;
        text-transform: uppercase;
        color: #7d3c00;
        letter-spacing: 1px;
        margin-bottom: 11px;
    }

        .blog-box-2 .content .title:hover {
            color: #65753d;
        }

    .blog-box-2 .content .line {
        width: 217px;
        height: 1px;
        background: #65753d;
        margin-bottom: 18px;
    }

    .blog-box-2 .content .text {
        margin-bottom: 43px;
    }

.blog-box-3 {
    background: #7d3c00;
    padding: 47px 70px 43px;
    text-align: center;
    margin-bottom: 75px;
}

    .blog-box-3 h2 {
        color: #65753d;
        font-size: 70px;
        line-height: 1;
        margin-bottom: -17px;
    }

    .blog-box-3 .text {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 1.8;
        margin-bottom: 29px;
    }

    .blog-box-3 .line {
        width: 74px;
        height: 1px;
        margin: 0 auto;
        background: #65753d;
        margin-bottom: 29px;
    }

    .blog-box-3 .author {
        font-size: 17px;
        color: #65753d;
        margin-bottom: 0;
    }

    .blog-box-3 img {
        margin-bottom: 32px;
    }

    .blog-box-3 h5 {
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        line-height: 1.6;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

.pagination li {
    width: 49px;
    height: 49px;
    background: #fff;
    border: 1px solid #7d3c00;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .pagination li.active, .pagination li:hover {
        background: #7d3c00;
    }

        .pagination li.active a, .pagination li:hover a {
            color: #fff;
        }

.search-form .input-box {
    position: relative;
    width: 100%;
    max-width: 60px;
    height: 55px;
    margin: 0;
    background-color: #fff;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .search-form .input-box.open {
        max-width: 300px;
    }

    .search-form .input-box input {
        position: relative;
        width: 100%;
        height: 100%;
        font-size: 16px;
        font-weight: 400;
        color: #333;
        padding: 0 15px;
        border: 1px solid transparent;
        border-radius: 6px;
        outline: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .search-form .input-box.open input {
        padding: 0 15px 0 65px;
        border-color: #65753d;
    }

    .search-form .input-box .search {
        font-size: 20px;
        font-weight: 400;
        color: #7d3c00;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 100%;
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 6px;
        cursor: pointer;
        border: 1px solid transparent;
        border-right: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .search-form .input-box.open .search {
        border-radius: 6px 0 0 6px;
        border-color: #65753d;
        padding-left: 20px;
    }

.search-form .search .search-icon {
    font-size: 30px;
    color: #1c1c1c;
}

.search-form .input-box .close-icon {
    position: absolute;
    top: 50%;
    right: -30px;
    font-family: "Cerebri Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
}

.search-form .input-box.open .close-icon {
    transform: translateY(-50%) rotate(180deg);
    pointer-events: auto;
    opacity: 1;
}

.blog-creative {
    background: url(../../assets/images/section/video1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 134px 0 102px;
    position: relative;
}

    .blog-creative::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background: rgba(0, 0, 0, 0.4);
    }

    .blog-creative .container {
        position: relative;
        z-index: 1;
    }

    .blog-creative .blog-creative-main .top {
        display: flex;
        align-items: flex-end;
        margin-bottom: 32px;
    }

        .blog-creative .blog-creative-main .top .time {
            background: #65753d;
            padding: 6px 22px 6px 29px;
            color: #7d3c00;
            font-size: 13px;
            line-height: 22px;
            margin-bottom: 0;
            margin-right: 30px;
        }

        .blog-creative .blog-creative-main .top .watch-video {
            line-height: 1;
            font-size: 15px;
            text-transform: uppercase;
            color: #fff;
            border-bottom: 1px solid #fff;
            padding: 0;
            margin-bottom: 0;
            letter-spacing: 2px;
            margin-bottom: 5px;
        }

    .blog-creative .blog-creative-main .main .title {
        color: #fff;
        text-transform: uppercase;
        font-family: "Audrey";
        font-size: 45px;
        letter-spacing: 2px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .blog-creative .blog-creative-main .main .meta {
        display: flex;
        margin-bottom: 26px;
    }

        .blog-creative .blog-creative-main .main .meta li {
            margin-right: 25px;
        }

            .blog-creative .blog-creative-main .main .meta li a {
                color: #fff;
                font-size: 13px;
                letter-spacing: 0.5px;
            }

    .blog-creative .blog-creative-main .main .line {
        height: 1px;
        width: 140px;
        background: rgb(249, 241, 232);
        margin-bottom: 30px;
    }

    .blog-creative .blog-creative-main .main .text {
        max-width: 820px;
        color: #fff;
        margin-bottom: 40px;
    }

    .blog-creative .blog-creative-main .main .readmore {
        color: #fff;
        font-size: 13px;
        letter-spacing: 2px;
        border-bottom: 1px solid #fff;
    }

.blog-creative-list {
    padding-left: 144px;
}

    .blog-creative-list .blog-creative-box {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

        .blog-creative-list .blog-creative-box:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        .blog-creative-list .blog-creative-box .image {
            width: 99px;
            height: 99px;
            min-width: 99px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 24px;
        }

            .blog-creative-list .blog-creative-box .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .blog-creative-list .blog-creative-box .content .title {
            color: #fff;
            font-size: 20px;
            letter-spacing: 2.7px;
            line-height: 1.6;
            text-transform: uppercase;
            text-decoration: underline;
            margin-bottom: 4px;
        }

            .blog-creative-list .blog-creative-box .content .title:hover {
                color: #65753d;
            }

.popular-posts {
    padding: 129px 0 311px;
    background: #7d3c00;
}

    .popular-posts .block-text .subtitle {
        margin-bottom: 23px;
    }

    .popular-posts .container {
        max-width: 1200px;
    }

    .popular-posts .popularSwiper {
        margin-top: 58px;
    }

.blog-box-popular {
    text-align: center;
}

    .blog-box-popular .image {
        height: 329px;
        margin-bottom: 27px;
        overflow: hidden;
    }

        .blog-box-popular .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .blog-box-popular .content .category {
        color: #65753d;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .blog-box-popular .content .title {
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 1.5;
        margin-bottom: 14px;
    }

    .blog-box-popular .content ul {
        display: flex;
        justify-content: center;
    }

        .blog-box-popular .content ul li.time {
            margin: 0 31px;
        }

        .blog-box-popular .content ul li a {
            font-size: 13px;
            color: #fff;
        }

            .blog-box-popular .content ul li a:hover {
                color: #65753d;
            }

    .blog-box-popular:hover .image img {
        transform: scale(1.2) !important;
    }

    .blog-box-popular:hover .title {
        color: #65753d;
    }

.s-formmail-2 {
    margin-top: -185px;
}

    .s-formmail-2 .container {
        max-width: 1170px;
        overflow: inherit;
    }

    .s-formmail-2 .formmail-content {
        position: relative;
        background: rgb(249, 241, 232);
        padding: 77px 84px 79px 85px;
        display: flex;
    }

        .s-formmail-2 .formmail-content form.s1 {
            margin: 0;
        }

            .s-formmail-2 .formmail-content form.s1 .form-group input {
                border-color: #7d3c00;
                padding: 12px 19px;
                color: #7d3c00;
                font-size: 13px;
                margin-bottom: 28px;
            }

                .s-formmail-2 .formmail-content form.s1 .form-group input::placeholder {
                    color: #7d3c00;
                }

            .s-formmail-2 .formmail-content form.s1 button {
                color: #7d3c00;
            }

            .s-formmail-2 .formmail-content form.s1 .form-check {
                display: flex;
                align-items: center;
                margin-bottom: 0;
            }

                .s-formmail-2 .formmail-content form.s1 .form-check input {
                    margin-right: 15px;
                    border: 1px solid #7d3c00;
                }

                .s-formmail-2 .formmail-content form.s1 .form-check .form-check-label {
                    color: #7d3c00;
                    letter-spacing: 0.4px;
                }

        .s-formmail-2 .formmail-content .block-text {
            width: 59%;
        }

            .s-formmail-2 .formmail-content .block-text .title {
                line-height: 1.6;
                letter-spacing: 2.7px;
                margin-bottom: 23px;
            }

        .s-formmail-2 .formmail-content .image {
            width: 41%;
        }

            .s-formmail-2 .formmail-content .image img {
                position: absolute;
                right: -51px;
                top: -42px;
            }

.blog-box-4 {
    display: flex;
    padding-bottom: 55px;
    margin-bottom: 54px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

    .blog-box-4.s1 {
        border-top: 1px solid rgba(200, 200, 200, 0.6);
        padding-top: 55px;
    }

    .blog-box-4 .image {
        width: 373px;
        height: 286px;
        min-width: 373px;
        margin-right: 27px;
    }

        .blog-box-4 .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .blog-box-4 .content {
        padding-top: 24px;
    }

        .blog-box-4 .content .category {
            text-transform: uppercase;
            font-size: 13px;
            color: #7d3c00;
            letter-spacing: 1.2px;
            margin-bottom: 11px;
        }

        .blog-box-4 .content .title {
            font-size: 20px;
            text-transform: uppercase;
            color: #7d3c00;
            letter-spacing: 1px;
            margin-bottom: 21px;
        }

            .blog-box-4 .content .title:hover {
                color: #65753d;
            }

        .blog-box-4 .content .text {
            margin-bottom: 20px;
        }

        .blog-box-4 .content .meta {
            display: flex;
            font-size: 13px;
            color: #7d3c00;
        }

            .blog-box-4 .content .meta li {
                margin-right: 34px;
            }

                .blog-box-4 .content .meta li:last-child {
                    margin-right: 0;
                }

.bb-n {
    border-bottom: none;
    padding-bottom: 41px;
}

.blog-sidebar.style-2 {
    padding: 127px 0 134px;
}

    .blog-sidebar.style-2 .pagination {
        justify-content: center;
    }

        .blog-sidebar.style-2 .pagination li {
            margin: 0 5px;
        }

    .blog-sidebar.style-2 .blog-box-3 {
        padding-bottom: 50px;
        margin-bottom: 55px;
        padding: 52px 70px 48px 70px;
    }

        .blog-sidebar.style-2 .blog-box-3 .text {
            margin-bottom: 29px;
        }

    .blog-sidebar.style-2 .block-text .subtitle {
        margin-bottom: 22px;
    }

    .blog-sidebar.style-2 .blog-sidebar-main {
        margin-top: 59px;
    }

        .blog-sidebar.style-2 .blog-sidebar-main .main-sidebar .widget form.s1 {
            margin-top: 0;
        }

.blog-single {
    padding: 134px 0;
}

    .blog-single .blog-box-2 {
        margin-bottom: 0;
    }

        .blog-single .blog-box-2 .meta {
            margin-bottom: 25px;
            padding: 16px 30px 14px;
        }

            .blog-single .blog-box-2 .meta li {
                margin-right: 28px;
            }

                .blog-single .blog-box-2 .meta li a {
                    letter-spacing: 0.4px;
                }

        .blog-single .blog-box-2 .content .line {
            margin-bottom: 27px;
        }

        .blog-single .blog-box-2 .content .title {
            font-size: 25px;
            letter-spacing: 1.27px;
        }

        .blog-single .blog-box-2 .content .text {
            margin-bottom: 16px;
        }

        .blog-single .blog-box-2 .author {
            margin-top: 25px;
            padding-top: 45px;
            padding-bottom: 43px;
            margin-bottom: 28px;
            border-top: 1px solid rgba(200, 200, 200, 0.6);
            border-bottom: 1px solid rgba(200, 200, 200, 0.6);
        }

            .blog-single .blog-box-2 .author h6 {
                font-size: 15px;
                font-weight: 500;
                text-transform: uppercase;
                letter-spacing: 0.3px;
                padding-right: 15px;
                line-height: 1.8;
                margin-bottom: 20px;
            }

            .blog-single .blog-box-2 .author p {
                position: relative;
                padding-left: 65px;
                margin-bottom: 0;
            }

                .blog-single .blog-box-2 .author p::before {
                    content: "";
                    position: absolute;
                    bottom: 10px;
                    left: 0;
                    width: 53px;
                    height: 1px;
                    background: #65753d;
                }

        .blog-single .blog-box-2 .text {
            margin-bottom: 37px;
            letter-spacing: 0.15px;
        }

        .blog-single .blog-box-2 h5 {
            font-size: 25px;
            text-transform: uppercase;
            margin-bottom: 18px;
            letter-spacing: 1.3px;
        }

        .blog-single .blog-box-2 .d-flex {
            justify-content: space-between;
            margin-bottom: 25px;
        }

        .blog-single .blog-box-2 .list {
            margin-bottom: 9px;
            margin-top: -3px;
            padding-right: 60px;
        }

    .blog-single .bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 43px;
        padding-top: 18px;
        padding-bottom: 17px;
        margin-bottom: 68px;
        border-top: 1px solid rgba(200, 200, 200, 0.6);
        border-bottom: 1px solid rgba(200, 200, 200, 0.6);
    }

        .blog-single .bottom .tag p {
            margin-bottom: 0;
        }

        .blog-single .bottom .share {
            display: flex;
            align-items: center;
        }

            .blog-single .bottom .share p {
                font-size: 15px;
                text-transform: uppercase;
                margin-bottom: 0;
                margin-right: 7px;
            }

            .blog-single .bottom .share .list-social li {
                margin-right: 0;
                margin-left: 9px;
            }

                .blog-single .bottom .share .list-social li a {
                    width: 37px;
                    height: 37px;
                    min-width: 37px;
                    border-color: #7d3c00;
                    color: #7d3c00;
                }

                    .blog-single .bottom .share .list-social li a:hover {
                        background: #7d3c00;
                        color: #fff;
                    }

    .blog-single .comment h4 {
        text-transform: uppercase;
        font-size: 30px;
        margin-bottom: 32px;
        letter-spacing: 1.3px;
    }

    .blog-single .comment .author {
        border-bottom: 1px solid rgba(200, 200, 200, 0.6);
        padding-bottom: 21px;
        margin-bottom: 68px;
    }

        .blog-single .comment .author p {
            letter-spacing: 0.15px;
        }

        .blog-single .comment .author .top {
            display: flex;
            align-items: center;
            position: relative;
            margin-bottom: 20px;
        }

            .blog-single .comment .author .top .image {
                width: 68px;
                height: 68px;
                min-width: 68px;
                border-radius: 50%;
                overflow: hidden;
                margin-right: 22px;
            }

                .blog-single .comment .author .top .image img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .blog-single .comment .author .top .info h5 {
                font-size: 15px;
                text-transform: uppercase;
                font-weight: 500;
                margin-bottom: 0px;
                margin-top: 8px;
                letter-spacing: 0.8px;
            }

            .blog-single .comment .author .top .info p {
                margin-bottom: 0;
                font-size: 13px;
            }

            .blog-single .comment .author .top .reply {
                position: absolute;
                right: 0;
                top: 20px;
                background: #7d3c00;
                color: #65753d;
                font-size: 13px;
                padding: 4px 17px;
            }

                .blog-single .comment .author .top .reply i {
                    font-size: 10px;
                    margin-right: 5px;
                    transform: rotateY(180deg);
                }

    .blog-single .post-comment h4 {
        margin-bottom: 27px;
        letter-spacing: 1.3px;
    }

    .blog-single .post-comment p {
        margin-bottom: 28px;
        letter-spacing: 0.15px;
    }

    .blog-single .post-comment form {
        text-align: center;
    }

        .blog-single .post-comment form input,
        .blog-single .post-comment form textarea {
            border: 1px solid #7d3c00;
            border-radius: 0;
            padding: 11px 18px;
            color: #7d3c00;
            font-size: 13px;
        }

            .blog-single .post-comment form input::placeholder,
            .blog-single .post-comment form textarea::placeholder {
                color: #7d3c00;
            }

        .blog-single .post-comment form .form-group {
            margin-bottom: 23px;
        }

        .blog-single .post-comment form button {
            margin-top: 27px;
            background-image: linear-gradient(160deg, transparent 50%, #7d3c00 50%);
            background-color: transparent;
        }

.s-blog.blog-fullwidth {
    padding: 129px 0 115px;
    background: rgb(249, 241, 232);
}

    .s-blog.blog-fullwidth .block-text .subtitle {
        margin-bottom: 16px;
        letter-spacing: 4px;
    }

    .s-blog.blog-fullwidth .block-text .title {
        font-size: 30px;
        letter-spacing: 1.4px;
        margin-bottom: 10px;
    }

    .s-blog.blog-fullwidth .block-text p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 42px;
        letter-spacing: 0.5px;
    }

    .s-blog.blog-fullwidth .block-text form.s1 input {
        border: 1px solid #7d3c00;
        background: #fff;
        color: #7d3c00;
        height: 46px;
    }

        .s-blog.blog-fullwidth .block-text form.s1 input::placeholder {
            color: #7d3c00;
        }

    .s-blog.blog-fullwidth .block-text form.s1 i {
        color: #7d3c00;
    }

.blog-fullwidth-main {
    padding: 136px 0 134px;
}

    .blog-fullwidth-main .container {
        max-width: 1200px;
    }

.blog-box-5 {
    margin-bottom: 73px;
}

    .blog-box-5 .top-content {
        position: relative;
        margin-bottom: 29px;
    }

        .blog-box-5 .top-content .image {
            height: 549px;
            position: relative;
            overflow: hidden;
        }

            .blog-box-5 .top-content .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .blog-box-5 .top-content .image::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.349);
                z-index: 1;
            }

        .blog-box-5 .top-content .meta {
            position: absolute;
            bottom: 21px;
            right: 27px;
            z-index: 2;
            background: #7d3c00;
            text-align: center;
            padding: 22px 18px 15px;
        }

            .blog-box-5 .top-content .meta h4 {
                font-size: 35px;
                color: #65753d;
                margin-bottom: 0;
                line-height: 1;
                margin-bottom: 2px;
            }

            .blog-box-5 .top-content .meta p {
                margin-bottom: 0;
                color: #fff;
                text-transform: uppercase;
                font-size: 13px;
            }

    .blog-box-5 .bottom-content .d-flex {
        justify-content: space-between;
    }

    .blog-box-5 .bottom-content .left {
        width: 65%;
    }

    .blog-box-5 .bottom-content .title {
        font-size: 25px;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        margin-bottom: 15px;
        color: #7d3c00;
    }

        .blog-box-5 .bottom-content .title:hover {
            color: #65753d;
        }

    .blog-box-5 .bottom-content .line {
        width: 215px;
        height: 1px;
        background: #65753d;
        margin: 0 0 18px;
    }

    .blog-box-5 .bottom-content .text {
        margin-bottom: 20px;
        padding-right: 25px;
        margin-bottom: 42px;
        letter-spacing: 0.15px;
    }

    .blog-box-5:hover .top-content .image img {
        transform: scale(1.2) !important;
    }

    .blog-box-5 .right {
        width: 35%;
    }

        .blog-box-5 .right .right-box {
            background: #7d3c00;
            padding: 26px 33px 23px 44px;
            width: 370px;
            margin: 6px 0 0 auto;
        }

            .blog-box-5 .right .right-box .box-list li {
                margin-bottom: 13px;
                color: #fff;
            }

                .blog-box-5 .right .right-box .box-list li a {
                    color: #fff;
                    font-size: 15px;
                }

                .blog-box-5 .right .right-box .box-list li.author span {
                    color: #65753d;
                    border-bottom: 1px solid #65753d;
                }

                .blog-box-5 .right .right-box .box-list li.tag span, .blog-box-5 .right .right-box .box-list li.cmt span {
                    text-transform: uppercase;
                }

                .blog-box-5 .right .right-box .box-list li.cmt {
                    margin-bottom: 20px;
                }

                .blog-box-5 .right .right-box .box-list li.share {
                    display: flex;
                    align-items: center;
                }

                    .blog-box-5 .right .right-box .box-list li.share span {
                        margin-right: 13px;
                        margin-bottom: 0;
                    }

                    .blog-box-5 .right .right-box .box-list li.share .list-social li {
                        margin-right: 9px;
                        margin-bottom: 0;
                    }

                        .blog-box-5 .right .right-box .box-list li.share .list-social li a {
                            width: 36px;
                            height: 36px;
                            min-width: 36px;
                        }

                            .blog-box-5 .right .right-box .box-list li.share .list-social li a:hover {
                                background: #65753d;
                                color: #7d3c00;
                            }

.blog-box-6 {
    padding: 75px 242px 62px 69px;
    position: relative;
    background: #7d3c00;
    margin-bottom: 75px;
}

    .blog-box-6 .text {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 400;
        color: #fff;
        letter-spacing: 0.34px;
        font-family: "Audrey";
        line-height: 1.9;
        margin-bottom: 24px;
    }

        .blog-box-6 .text:hover {
            color: #65753d;
        }

    .blog-box-6 h2 {
        position: absolute;
        top: 145px;
        right: 90px;
        color: #65753d;
        font-size: 70px;
    }

    .blog-box-6 .line {
        width: 74px;
        height: 1px;
        background: #65753d;
        margin-bottom: 30px;
    }

    .blog-box-6 .author {
        font-size: 17px;
        color: #65753d;
    }

    .blog-box-6.s2 .text {
        font-size: 25px;
        letter-spacing: 1.2px;
        line-height: 1.6;
        margin-bottom: 21px;
    }

.blog-fullwidth-main-ct .pagination {
    justify-content: center;
}

    .blog-fullwidth-main-ct .pagination li {
        margin: 0 5px;
    }

.portfolio {
    padding: 135px 0 104px;
}

    .portfolio .container {
        max-width: 1200px;
    }

.portfolio-carousel .container-fluid {
    padding: 0;
}

.portfolio-carousel .portfolio-carousel-1 {
    padding: 126px 0 156px;
}

    .portfolio-carousel .portfolio-carousel-1 .block-text .title {
        letter-spacing: 1px;
    }

    .portfolio-carousel .portfolio-carousel-1 .flat-tabs {
        margin-top: 55px;
        text-align: center;
    }

        .portfolio-carousel .portfolio-carousel-1 .flat-tabs .menu-tab {
            margin-bottom: 69px;
            justify-content: center;
        }

            .portfolio-carousel .portfolio-carousel-1 .flat-tabs .menu-tab li {
                margin: 0 32px;
            }

                .portfolio-carousel .portfolio-carousel-1 .flat-tabs .menu-tab li h5 {
                    color: #7d3c00;
                }

    .portfolio-carousel .portfolio-carousel-1 .swiper-container-horizontal &gt; .swiper-pagination-bullets,
    .portfolio-carousel .portfolio-carousel-1 .swiper-pagination-custom,
    .portfolio-carousel .portfolio-carousel-1 .swiper-pagination-fraction {
        bottom: -127px;
        left: 0;
        width: 100%;
    }

        .portfolio-carousel .portfolio-carousel-1 .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
        .portfolio-carousel .portfolio-carousel-1 .swiper-pagination-custom .swiper-pagination-bullet,
        .portfolio-carousel .portfolio-carousel-1 .swiper-pagination-fraction .swiper-pagination-bullet {
            margin: 0 6px;
            background: #7d3c00;
        }

.portfolio-carousel .portfolio-carousel-2 {
    padding: 95px 15px 0;
}

    .portfolio-carousel .portfolio-carousel-2 .block-text .title {
        letter-spacing: 1px;
    }

    .portfolio-carousel .portfolio-carousel-2 .flat-tabs {
        margin-top: 55px;
    }

        .portfolio-carousel .portfolio-carousel-2 .flat-tabs .menu-tab {
            justify-content: center;
            margin-bottom: 69px;
        }

            .portfolio-carousel .portfolio-carousel-2 .flat-tabs .menu-tab li {
                margin: 0 35px;
            }

                .portfolio-carousel .portfolio-carousel-2 .flat-tabs .menu-tab li h5 {
                    color: #7d3c00;
                }

    .portfolio-carousel .portfolio-carousel-2 .testimonialPortfolio1 {
        padding: 0 15px;
        overflow: hidden;
    }

        .portfolio-carousel .portfolio-carousel-2 .testimonialPortfolio1 .swiper-wrapper {
            padding-bottom: 162px;
        }

    .portfolio-carousel .portfolio-carousel-2 .swiper-container-horizontal &gt; .swiper-pagination-bullets,
    .portfolio-carousel .portfolio-carousel-2 .swiper-pagination-custom,
    .portfolio-carousel .portfolio-carousel-2 .swiper-pagination-fraction {
        bottom: 19px;
        left: 0;
        width: 100%;
    }

        .portfolio-carousel .portfolio-carousel-2 .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
        .portfolio-carousel .portfolio-carousel-2 .swiper-pagination-custom .swiper-pagination-bullet,
        .portfolio-carousel .portfolio-carousel-2 .swiper-pagination-fraction .swiper-pagination-bullet {
            margin: 0 6px;
            background: #7d3c00;
        }

.portfolio-carousel .portfolio-carousel-3 {
    padding: 102px 0 135px;
}

    .portfolio-carousel .portfolio-carousel-3 .block-text .title {
        letter-spacing: 1px;
    }

    .portfolio-carousel .portfolio-carousel-3 .container {
        max-width: 986px;
        overflow: visible;
    }

    .portfolio-carousel .portfolio-carousel-3 .flat-tabs {
        margin-top: 55px;
    }

        .portfolio-carousel .portfolio-carousel-3 .flat-tabs .menu-tab {
            justify-content: center;
            margin-bottom: 67px;
        }

            .portfolio-carousel .portfolio-carousel-3 .flat-tabs .menu-tab li {
                margin: 0 35px;
            }

                .portfolio-carousel .portfolio-carousel-3 .flat-tabs .menu-tab li h5 {
                    color: #7d3c00;
                }

    .portfolio-carousel .portfolio-carousel-3 .swiper-button-next {
        position: absolute;
        top: 49%;
        right: -234px;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background: #fff;
        color: #7d3c00;
        text-align: center;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 2px;
        line-height: 2;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .portfolio-carousel .portfolio-carousel-3 .swiper-button-next span {
            display: block;
        }

        .portfolio-carousel .portfolio-carousel-3 .swiper-button-next::after {
            display: none;
        }

        .portfolio-carousel .portfolio-carousel-3 .swiper-button-next.swiper-button-disabled,
        .portfolio-carousel .portfolio-carousel-3 .swiper-button-prev.swiper-button-disabled {
            opacity: 1;
            z-index: 9999;
        }

    .portfolio-carousel .portfolio-carousel-3:hover .swiper-button-next {
        opacity: 1 !important;
        visibility: visible !important;
    }

.portfolio-box-1 {
    position: relative;
}

    .portfolio-box-1 .image {
        height: 477px;
    }

        .portfolio-box-1 .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .portfolio-box-1 .content {
        background: #7d3c00;
        position: absolute;
        left: 37px;
        right: 26px;
        top: 89%;
        bottom: -55px;
        padding: 28px 40px;
        overflow: hidden;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .portfolio-box-1 .content .name {
            color: #65753d;
            text-transform: uppercase;
            letter-spacing: 1.3px;
            margin-bottom: 0px;
            line-height: 1.5;
        }

        .portfolio-box-1 .content .cate {
            color: #fff;
            margin-bottom: 0;
        }

        .portfolio-box-1 .content .line {
            width: 1px;
            height: 31px;
            background: #65753d;
            margin: 0 auto;
            margin-bottom: 12px;
            margin-top: 16px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            opacity: 0;
            visibility: hidden;
        }

        .portfolio-box-1 .content .text {
            color: #fff;
            margin-bottom: 46px;
            letter-spacing: 0.3px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            opacity: 0;
            visibility: hidden;
        }

        .portfolio-box-1 .content .action {
            border: 1px solid #65753d;
            padding: 16px 21px;
            color: #65753d;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .portfolio-box-1 .content .action:hover {
                background: #65753d;
                color: #7d3c00;
            }

    .portfolio-box-1:hover .content {
        padding: 62px 40px 67px 40px;
        top: 21.65%;
    }

        .portfolio-box-1:hover .content .line,
        .portfolio-box-1:hover .content .text,
        .portfolio-box-1:hover .content .action {
            opacity: 1;
            visibility: visible;
        }

    .portfolio-box-1.style-2 .content {
        bottom: -80px;
        background: transparent;
        padding: 62px 40px 0px 40px;
    }

        .portfolio-box-1.style-2 .content .name {
            color: #7d3c00;
            margin-bottom: 0;
        }

        .portfolio-box-1.style-2 .content .cate {
            color: #666666;
        }

    .portfolio-box-1.style-2:hover .content {
        bottom: -73px;
        background: #7d3c00;
        padding: 70px 40px 71px 40px;
    }

        .portfolio-box-1.style-2:hover .content .name {
            color: #65753d;
        }

        .portfolio-box-1.style-2:hover .content .cate {
            color: #fff;
        }

    .portfolio-box-1.style-3 .image {
        height: 557px;
    }

    .portfolio-box-1.style-3 .content {
        padding: 68px 91px 75px;
        bottom: 56px;
        left: 156px;
        right: 155px;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.8);
    }

        .portfolio-box-1.style-3 .content .line {
            display: block;
            margin-bottom: 19px;
            margin-top: 18px;
        }

        .portfolio-box-1.style-3 .content .text {
            display: block;
        }

        .portfolio-box-1.style-3 .content .action {
            display: inline-block;
        }

    .portfolio-box-1.style-3:hover .content {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

.portfolio-mansonry {
    padding: 134px 0 105px;
}

    .portfolio-mansonry .container {
        max-width: 1200px;
    }

    .portfolio-mansonry .portfolio-box-2 {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

        .portfolio-mansonry .portfolio-box-2.t1 {
            margin-left: 15px;
            margin-right: 15px;
        }

        .portfolio-mansonry .portfolio-box-2 .image {
            height: 617px;
        }

            .portfolio-mansonry .portfolio-box-2 .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .portfolio-mansonry .portfolio-box-2 .content {
            background: #7d3c00;
            position: absolute;
            left: 29px;
            right: 29px;
            bottom: 33px;
            padding: 29px 40px 11px;
            text-align: center;
            opacity: 0;
            visibility: hidden;
            transform: scale(0.5);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .portfolio-mansonry .portfolio-box-2 .content .name {
                color: #65753d;
                text-transform: uppercase;
                letter-spacing: 1.3px;
                margin-bottom: 1px;
                line-height: 1.5;
            }

            .portfolio-mansonry .portfolio-box-2 .content .cate {
                color: #fff;
            }

        .portfolio-mansonry .portfolio-box-2:hover .content {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
        }

    .portfolio-mansonry .row-box {
        display: flex;
        margin: 0 -15px;
    }

        .portfolio-mansonry .row-box .left {
            width: 50%;
            margin: 0 15px;
        }

            .portfolio-mansonry .row-box .left .portfolio-box-2 .image {
                height: 732px;
            }

        .portfolio-mansonry .row-box .right {
            width: 50%;
            margin: 0 15px;
        }

            .portfolio-mansonry .row-box .right .portfolio-box-2 .image {
                height: 351px;
            }

        .portfolio-mansonry .row-box:nth-child(3) .left {
            width: 33%;
        }

            .portfolio-mansonry .row-box:nth-child(3) .left .portfolio-box-2 .image {
                height: 532px;
            }

        .portfolio-mansonry .row-box:nth-child(3) .right {
            width: 67%;
        }

            .portfolio-mansonry .row-box:nth-child(3) .right .portfolio-box-2 .image {
                height: 532px;
            }

.portfolio-details {
    padding: 134px 0 83px;
}

    .portfolio-details .container {
        max-width: 1200px;
    }

    .portfolio-details .portfolio-details-main .image {
        height: 580px;
    }

        .portfolio-details .portfolio-details-main .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .portfolio-details .portfolio-details-main .content {
        display: flex;
    }

        .portfolio-details .portfolio-details-main .content .left {
            width: 68%;
            padding: 66px 25px 30px 51px;
        }

            .portfolio-details .portfolio-details-main .content .left h4 {
                font-size: 35px;
                text-transform: uppercase;
                letter-spacing: 1.8px;
                margin-bottom: 14px;
            }

            .portfolio-details .portfolio-details-main .content .left h5 {
                font-size: 25px;
                text-transform: uppercase;
                margin-bottom: 12px;
            }

            .portfolio-details .portfolio-details-main .content .left ul {
                margin-top: 2px;
                margin-right: 76px;
                margin-bottom: 26px;
            }

                .portfolio-details .portfolio-details-main .content .left ul li {
                    margin-bottom: 5px;
                }

            .portfolio-details .portfolio-details-main .content .left p.text {
                margin-bottom: 23px;
            }

        .portfolio-details .portfolio-details-main .content .right {
            width: 32%;
            padding-top: 74px;
            margin-left: 12px;
        }

            .portfolio-details .portfolio-details-main .content .right .details .top {
                background: #7d3c00;
                padding: 24px 30px;
            }

                .portfolio-details .portfolio-details-main .content .right .details .top h6 {
                    color: #fff;
                    text-transform: uppercase;
                    margin-bottom: 0;
                }

            .portfolio-details .portfolio-details-main .content .right .details .main {
                background: rgb(249, 241, 232);
                padding: 27px 30px;
            }

                .portfolio-details .portfolio-details-main .content .right .details .main ul li {
                    margin-bottom: 20px;
                }

                    .portfolio-details .portfolio-details-main .content .right .details .main ul li h6 {
                        color: #7d3c00;
                        text-transform: uppercase;
                        margin-bottom: 2px;
                    }

                    .portfolio-details .portfolio-details-main .content .right .details .main ul li p {
                        margin-bottom: 0;
                    }

                    .portfolio-details .portfolio-details-main .content .right .details .main ul li .list-social {
                        margin-top: 15px;
                    }

                        .portfolio-details .portfolio-details-main .content .right .details .main ul li .list-social li {
                            margin-right: 10px;
                        }

                            .portfolio-details .portfolio-details-main .content .right .details .main ul li .list-social li a {
                                width: 35px;
                                height: 35px;
                                min-width: 35px;
                                color: #7d3c00;
                            }

                                .portfolio-details .portfolio-details-main .content .right .details .main ul li .list-social li a:hover {
                                    background: #7d3c00;
                                    color: #65753d;
                                }

.s-menu-list {
    background: #7d3c00;
    padding: 144px 0 0;
}

    .s-menu-list .swiper-container-horizontal &gt; .swiper-pagination-bullets,
    .s-menu-list .swiper-pagination-custom,
    .s-menu-list .swiper-pagination-fraction {
        bottom: -70px;
    }

        .s-menu-list .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
        .s-menu-list .swiper-pagination-custom .swiper-pagination-bullet,
        .s-menu-list .swiper-pagination-fraction .swiper-pagination-bullet {
            margin: 0 6px;
            background: #7d3c00;
        }

    .s-menu-list .container {
        overflow: visible;
    }

    .s-menu-list .block-text.style-2 .subtitle {
        margin-bottom: 22px;
    }

    .s-menu-list .block-text.style-2 .title {
        margin-bottom: 11px;
    }

    .s-menu-list .block-text.style-2 .text {
        color: #fff;
        font-size: 15px;
    }

    .s-menu-list .portfolio-main {
        position: relative;
        z-index: 9;
        display: flex;
        margin: 67px 0 -233px;
        overflow: hidden;
    }

        .s-menu-list .portfolio-main .portfolio-box-1 .image {
            height: 558px;
        }

        .s-menu-list .portfolio-main .portfolio-box-1 .content {
            left: 39px;
            right: 33px;
            bottom: 38px;
            top: 75.2%;
            padding: 26px 55px 24px;
        }

            .s-menu-list .portfolio-main .portfolio-box-1 .content .tag {
                color: #65753d;
                text-decoration: underline;
                font-size: 13px;
                margin-bottom: 89px;
                letter-spacing: 2px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                display: none;
            }

            .s-menu-list .portfolio-main .portfolio-box-1 .content .price {
                color: #fff;
                font-weight: 500;
                font-size: 25px;
                margin-bottom: 15px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                display: none;
            }

            .s-menu-list .portfolio-main .portfolio-box-1 .content .cate {
                letter-spacing: 0.6px;
            }

            .s-menu-list .portfolio-main .portfolio-box-1 .content .name {
                margin-bottom: -1px;
            }

            .s-menu-list .portfolio-main .portfolio-box-1 .content .text {
                margin-bottom: 0;
            }

        .s-menu-list .portfolio-main .portfolio-box-1:hover .content {
            padding: 26px 55px 96px;
            top: 7%;
        }

            .s-menu-list .portfolio-main .portfolio-box-1:hover .content .name {
                margin-bottom: 0;
            }

            .s-menu-list .portfolio-main .portfolio-box-1:hover .content .tag,
            .s-menu-list .portfolio-main .portfolio-box-1:hover .content .price {
                display: block;
            }

.s-menu.p-list {
    padding: 437px 0 0px;
}

    .s-menu.p-list .block-text .subtitle {
        margin-bottom: 20px;
        color: #7d3c00;
        display: block;
        text-align: center;
        margin-bottom: 20px !important;
    }

        .s-menu.p-list .block-text .subtitle::before, .s-menu.p-list .block-text .subtitle::after {
            display: none;
        }

    .s-menu.p-list .block-text .title {
        font-size: 30px;
        display: inline-block;
        position: relative;
    }

        .s-menu.p-list .block-text .title::before {
            content: "";
            position: absolute;
            bottom: 22px;
            left: -52px;
            width: 40px;
            height: 2px;
            background: #65753d;
        }

        .s-menu.p-list .block-text .title::after {
            content: "";
            position: absolute;
            bottom: 22px;
            right: -52px;
            width: 40px;
            height: 2px;
            background: #65753d;
        }

    .s-menu.p-list .menu-main {
        margin-top: 4px !important;
    }

        .s-menu.p-list .menu-main .menu-list {
            padding-right: 26px !important;
        }

            .s-menu.p-list .menu-main .menu-list:last-child {
                padding-right: 0 !important;
            }

    .s-menu.p-list .menu-image {
        height: 410px;
        margin-top: 65px;
        margin-bottom: 57px;
    }

        .s-menu.p-list .menu-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.location-main .form-control {
    background: transparent;
    border: 1px solid #7d3c00;
    border-radius: 0;
    color: #7d3c00;
    box-shadow: none;
    padding: 14px;
    font-size: 15px;
    line-height: 21px;
}

    .location-main .form-control::placeholder {
        color: #7d3c00;
    }

.p-contact .location.s2 {
    padding: 71px 0 135px;
}

    .p-contact .location.s2 .location-main {
        margin-top: 0;
    }

        .p-contact .location.s2 .location-main .content {
            padding: 61px 14px 0 114px;
        }

            .p-contact .location.s2 .location-main .content a {
                margin-top: 29px;
            }

        .p-contact .location.s2 .location-main .image {
            margin-top: 0;
            width: 330px;
            height: 330px;
            min-width: 330px;
        }

.s-menu.zingzac {
    padding: 87px 0 136px;
}

    .s-menu.zingzac .menu-content {
        padding-top: 0;
    }

        .s-menu.zingzac .menu-content .menu-main {
            margin-top: 0;
            margin-bottom: 103px;
        }

            .s-menu.zingzac .menu-content .menu-main:last-child {
                margin-bottom: 0;
            }

            .s-menu.zingzac .menu-content .menu-main .image {
                width: 530px;
                height: 575px;
            }

                .s-menu.zingzac .menu-content .menu-main .image img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .s-menu.zingzac .menu-content .menu-main .menu-list {
                width: calc(100% - 530px);
                padding-right: 82px;
            }

                .s-menu.zingzac .menu-content .menu-main .menu-list .sub-title {
                    text-transform: uppercase;
                    letter-spacing: 2.4px;
                }

                .s-menu.zingzac .menu-content .menu-main .menu-list h4 {
                    text-transform: uppercase;
                    font-size: 30px;
                    margin-bottom: 40px;
                }

            .s-menu.zingzac .menu-content .menu-main.right .menu-list {
                padding-left: 75px;
                padding-right: 0;
            }

                .s-menu.zingzac .menu-content .menu-main.right .menu-list.t1 {
                    padding-left: 84px;
                }

/* asstrass_class
-------------------------------------------------------------- */
.mb50 {
    margin-bottom: 50px;
}

.relative {
    position: relative;
}

.mt58 {
    margin-top: 58px;
}

.mt130 {
    margin-top: 130px;
}

.mg0_15 {
    margin: 0 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt17 {
    margin-top: 17px;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-start {
    justify-content: flex-start;
}

.align-items-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.mt60 {
    margin-top: 60px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb8 {
    margin-bottom: 8px;
}

.mt30 {
    margin-top: 30px;
}

.pt30 {
    padding-top: 30px;
}

.pl14 {
    padding-left: 14px !important;
}

.mb18 {
    margin-bottom: 18px !important;
}

.mt66 {
    margin-top: 66px;
}

.mb22 {
    margin-bottom: 22px;
}

.block {
    display: block !important;
}

.move5 {
    animation: move5 5s infinite linear;
    -webkit-animation: move5 5s infinite linear;
}

.mt40 {
    margin-top: 40px;
}

.mt56 {
    margin-top: 56px;
}

.mt6 {
    margin-top: 6px;
}

.boder-20 {
    border-radius: 20px;
}

.mb14 {
    margin-bottom: 14px;
}

.mb8 {
    margin-bottom: 8px;
}

.pt60 {
    padding-top: 60px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.color-hover {
    color: #65753d;
}

.ml0 {
    margin-left: 0 !important;
}

.mb33 {
    margin-bottom: 33px;
}

.mr-10 {
    margin-right: -10px;
}

.mb18 {
    margin-bottom: 18px;
}

/* swiper
-------------------------------------------------------------- */
.mySwiper {
    height: 820px;
    overflow: hidden;
    position: relative;
}

    .mySwiper .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

        .mySwiper .overlay::before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.702);
            z-index: 1;
        }

        .mySwiper .overlay img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .mySwiper .box-slider .content-box {
        padding-top: 225px;
        width: 60%;
    }

        .mySwiper .box-slider .content-box a {
            font-weight: 500;
        }

        .mySwiper .box-slider .content-box p.sub {
            font-size: 13px;
            text-transform: uppercase;
            color: #65753d;
            letter-spacing: 3px;
        }

        .mySwiper .box-slider .content-box .title {
            text-transform: uppercase;
            letter-spacing: 2.7px;
            line-height: 1.25;
            margin-bottom: 12px;
            color: #fff;
        }

        .mySwiper .box-slider .content-box .sub-title {
            color: #fff;
            letter-spacing: 0px;
            line-height: 28px;
            padding-right: 145px;
            margin-bottom: 40px;
            font-family: "Cerebri Sans";
            font-size: 17px;
            font-weight: 400;
        }

        .mySwiper .box-slider .content-box.style-2 {
            width: 100%;
        }

            .mySwiper .box-slider .content-box.style-2 .sub-title {
                padding-right: 0;
                margin-bottom: 41px;
            }

            .mySwiper .box-slider .content-box.style-2 .wrap-btn {
                display: block;
            }

    .mySwiper .contact-info {
        width: 611px;
        height: 179px;
        background: #7d3c00;
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 46px 40px 46px 92px;
        display: flex;
    }

        .mySwiper .contact-info .icon {
            width: 100px;
            height: 100px;
            min-width: 100px;
            border: 1px solid #65753d;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .mySwiper .contact-info .icon svg {
                width: 40px;
                height: 40px;
                fill: #65753d;
            }

        .mySwiper .contact-info .left {
            margin-left: 32px;
        }

            .mySwiper .contact-info .left h6 {
                font-size: 15px;
                text-transform: uppercase;
                letter-spacing: 0.7px;
                color: #65753d;
                margin-top: 4px;
                margin-bottom: 10px;
            }

            .mySwiper .contact-info .left h4 {
                font-size: 40px;
                letter-spacing: 1px;
                color: #fff;
            }

    .mySwiper .swiper-pagination {
        text-align: left;
        bottom: 64px;
        left: 200px;
    }

        .mySwiper .swiper-pagination .swiper-pagination-bullet {
            color: #fff !important;
            opacity: 1;
            width: 45px;
            height: 2px;
            border-radius: 0;
            background: rgba(255, 255, 255, 0.251);
            margin: 0;
            position: relative;
        }

            .mySwiper .swiper-pagination .swiper-pagination-bullet::after {
                position: absolute;
                width: 100%;
                height: 10px;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                content: "";
                z-index: 5;
            }

            .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: #65753d;
            }

.home-2 .mySwiper {
    height: 570px;
    margin-top: 0;
}

    .home-2 .mySwiper .overlay::before {
        background: rgba(0, 0, 0, 0.361);
    }

    .home-2 .mySwiper .box-slider .content-box {
        padding-top: 150px;
        height: 790px;
    }

.home-3 .mySwiper {
    margin-top: 0;
    height: 865px;
}

    .home-3 .mySwiper .box-slider .content-box {
        width: 100%;
        padding-top: 404px;
    }

        .home-3 .mySwiper .box-slider .content-box .sub-title {
            margin-bottom: 44px;
        }

        .home-3 .mySwiper .box-slider .content-box .wrap-btn a {
            height: 46px;
            line-height: 46px;
        }

    .home-3 .mySwiper .container {
        max-width: 1200px;
    }

    .home-3 .mySwiper .swiper-button-next {
        top: 52.5%;
        width: 52px;
        height: 122px;
        right: 50px;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.2);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .home-3 .mySwiper .swiper-button-next::after {
            color: #fff;
            opacity: 1;
            font-size: 20px;
        }

        .home-3 .mySwiper .swiper-button-next:hover {
            opacity: 1;
            background-color: #fff;
        }

            .home-3 .mySwiper .swiper-button-next:hover::after {
                color: #17222f;
            }

    .home-3 .mySwiper .swiper-button-prev {
        top: 52.5%;
        width: 52px;
        height: 122px;
        left: 50px;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.2);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .home-3 .mySwiper .swiper-button-prev::after {
            color: #fff;
            opacity: 1;
            font-size: 20px;
        }

        .home-3 .mySwiper .swiper-button-prev:hover {
            opacity: 1;
            background-color: #fff;
            color: #fff;
        }

            .home-3 .mySwiper .swiper-button-prev:hover::after {
                color: #17222f;
            }

.home-4 .mySwiper {
    height: 761px;
}

.home-4 .box-slider .content-box {
    padding-top: 213px;
}

    .home-4 .box-slider .content-box .sub {
        letter-spacing: 3.5px;
        margin-bottom: 15px;
    }

    .home-4 .box-slider .content-box .title {
        font-size: 45px;
        letter-spacing: 2px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .home-4 .box-slider .content-box .sub-title {
        padding-right: 0;
        margin-bottom: 39px;
    }

/* menu
-------------------------------------------------------------- */
#main-nav-mobi {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    display: block;
    margin: 0 auto;
    width: 100%;
    left: 0;
    z-index: 9999;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
    padding-left: 0;
    position: absolute;
    top: 100%;
    overflow-y: auto;
    background: #fff;
    height: auto;
}

    #main-nav-mobi ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #main-nav-mobi ul li {
            margin: 0;
            cursor: pointer;
            padding: 0;
            border-top: 1px solid rgba(2, 14, 40, 0.2);
            position: relative;
        }

            #main-nav-mobi ul li &gt; ul &gt; li:first-child {
                border-top: 1px solid rgba(2, 14, 40, 0.2);
            }

        #main-nav-mobi ul &gt; li &gt; a {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            display: inline-block;
            padding: 12px 20px;
            color: #0c1226;
            position: relative;
        }

    #main-nav-mobi .sub-menu li a {
        padding-left: 40px;
    }

    #main-nav-mobi ul li:first-child {
        border-top: 0px;
    }

    #main-nav-mobi ul ul li.current-item a,
    #main-nav-mobi ul &gt; li.current-menu-item &gt; a,
    #main-nav-mobi ul &gt; li &gt; a:hover {
        color: #65753d;
    }

    #main-nav-mobi .menu-item-has-children .arrow {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
        line-height: 48px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: 2px;
        width: 48px;
    }

        #main-nav-mobi .menu-item-has-children .arrow:before {
            font-family: "Font Awesome 6 Free";
            content: "\f078";
            color: #0c1226;
            font-weight: 600;
            font-size: 14px;
        }

    #main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
        color: #65753d;
    }

/* Mobile Menu Button */
.mobile-button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .mobile-button:before, .mobile-button:after,
    .mobile-button span {
        background-color: #fff;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .mobile-button:before, .mobile-button:after {
        content: "";
        position: absolute;
        top: 0;
        height: 3px;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .mobile-button span {
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        top: 50%;
        overflow: hidden;
        text-indent: 200%;
    }

    .mobile-button:before {
        -webkit-transform: translate3d(0, -7px, 0);
        -moz-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }

    .mobile-button:after {
        -webkit-transform: translate3d(0, 7px, 0);
        -moz-transform: translate3d(0, 7px, 0);
        transform: translate3d(0, 7px, 0);
    }

    .mobile-button.active span {
        opacity: 0;
    }

    .mobile-button.active:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    .mobile-button.active:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

.header.style-2 .mobile-button:before, .header.style-2 .mobile-button:after, .header.style-2 .mobile-button span {
    background-color: #7d3c00;
}

.menu-bar {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 120%;
    left: 0;
    background-color: #fff;
    z-index: 20;
    transition: ease-out 0.3s;
    min-width: 460px;
    border: 1px solid #e5e5e5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    text-align: start;
    overflow: hidden;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}

    .menu-bar .sub-menu-bar {
        width: 50%;
    }

        .menu-bar .sub-menu-bar:first-child {
            border-right: 1px solid rgba(0, 0, 0, 0.05);
        }

        .menu-bar .sub-menu-bar li {
            height: auto !important;
        }

#main-nav .menu .sub-menu-bar li {
    height: auto;
    margin-right: 0;
}

#main-nav .menu li:hover .menu-bar {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

#main-nav .menu-bar li a {
    color: #0c1226;
    padding: 10px 20px;
}

#main-nav .menu-bar li.current-item a {
    color: #65753d !important;
}

/* Sub Menu */
#main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 0px 32px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    padding: 5px 0;
}

    #main-nav .sub-menu li {
        margin-right: 0;
    }

        #main-nav .sub-menu li a {
            padding: 10px 20px;
            color: #0c1226;
            opacity: 0.9;
        }

        #main-nav .sub-menu li:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

        #main-nav .sub-menu li.current-item a {
            color: #65753d !important;
            opacity: 1;
        }

/* footer
-------------------------------------------------------------- */
.footer {
    background: #7d3c00;
    padding: 130px 0 16px;
}

    .footer .container {
        max-width: 1200px;
    }

    .footer .widget.logo img {
        margin-bottom: 33px;
    }

    .footer .widget.logo p {
        color: #fff;
        margin-bottom: 33px;
        letter-spacing: 0px;
        padding-right: 30px;
    }

    .footer .widget h5 {
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 1px;
        position: relative;
        margin-bottom: 50px;
    }

        .footer .widget h5::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -14px;
            width: 73px;
            height: 2px;
            background: #65753d;
        }

    .footer .widget li {
        color: #fff;
        margin-bottom: 10px;
        letter-spacing: 0.7px;
    }

    .footer .widget p {
        color: #fff;
        font-size: 15px;
        letter-spacing: 0.3px;
    }

    .footer .widget form {
        position: relative;
    }

        .footer .widget form .form-group {
            margin-bottom: 28px;
        }

        .footer .widget form input {
            border: 1px solid #65753d;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
            color: #fff;
        }

            .footer .widget form input.form-control {
                height: 50px;
            }

        .footer .widget form button {
            position: absolute;
            right: 10px;
            top: 8px;
            background: transparent;
            border: none;
        }

        .footer .widget form .form-check {
            display: flex;
            align-items: center;
            margin-bottom: 0;
        }

            .footer .widget form .form-check input {
                margin-right: 10px;
            }

            .footer .widget form .form-check .form-check-label {
                color: #fff;
            }

    .footer .widget.locations {
        padding-left: 6px;
        padding-right: 6px;
    }

        .footer .widget.locations ul {
            padding-left: 10px;
        }

            .footer .widget.locations ul li {
                margin-bottom: 15px;
            }

                .footer .widget.locations ul li span {
                    color: #65753d;
                    position: relative;
                }

                    .footer .widget.locations ul li span:before {
                        position: absolute;
                        content: "";
                        background-color: #65753d;
                        width: 5px;
                        height: 5px;
                        border-radius: 50%;
                        left: -16px;
                        top: 8px;
                    }

                .footer .widget.locations ul li p {
                    margin-top: 7px;
                    margin-bottom: 0;
                    line-height: 28px;
                }

                .footer .widget.locations ul li:last-child p:last-child {
                    font-family: "Cerebri Sans";
                    font-size: 20px;
                    line-height: 28px;
                    color: #65753d;
                }

    .footer .widget.latestnew p {
        margin-bottom: 27px;
        letter-spacing: 0.5px;
    }

    .footer .bottom-main {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid rgba(255, 255, 255, 0.129);
        padding-top: 30px;
        margin-top: 60px;
    }

        .footer .bottom-main p {
            color: #65753d;
        }

        .footer .bottom-main ul {
            display: flex;
        }

            .footer .bottom-main ul li {
                margin-left: 26px;
            }

                .footer .bottom-main ul li a {
                    letter-spacing: 0.8px;
                    color: #fff;
                    text-transform: uppercase;
                }

                    .footer .bottom-main ul li a:hover {
                        color: #65753d;
                    }

    .footer.style-2 .widget {
        border-right: 1px solid rgba(255, 255, 255, 0.129);
    }

        .footer.style-2 .widget h5 {
            margin-bottom: 54px;
        }

            .footer.style-2 .widget h5::before {
                bottom: -16px;
            }

        .footer.style-2 .widget.pd-n {
            border-right: none;
        }

        .footer.style-2 .widget.locations {
            padding-right: 0;
            padding-left: 0;
        }

            .footer.style-2 .widget.locations ul {
                padding-left: 0;
            }

                .footer.style-2 .widget.locations ul li p span {
                    color: #fff;
                    text-transform: uppercase;
                    display: block;
                }

                    .footer.style-2 .widget.locations ul li p span::before {
                        display: none;
                    }

                .footer.style-2 .widget.locations ul li p.cl {
                    color: #65753d;
                }

        .footer.style-2 .widget.logo {
            text-align: center;
            padding: 0 28px;
        }

            .footer.style-2 .widget.logo p {
                margin-bottom: 38px;
                line-height: 1.7;
            }

        .footer.style-2 .widget.time {
            text-align: right;
        }

            .footer.style-2 .widget.time h5::before {
                content: "";
                position: absolute;
                left: auto;
                right: 0;
            }

    .footer.style-2 .bottom-main {
        margin-top: 36px;
        border: none;
    }

        .footer.style-2 .bottom-main ul li {
            margin-left: 33px;
        }

            .footer.style-2 .bottom-main ul li a {
                letter-spacing: 0.6px;
            }

        .footer.style-2 .bottom-main p {
            color: #fff;
        }

.list-social {
    display: flex;
}

    .list-social li {
        margin-right: 12px;
    }

        .list-social li a {
            width: 45px;
            height: 45px;
            min-width: 45px;
            border-radius: 50%;
            border: 1px solid #65753d;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

            .list-social li a:hover {
                background: #65753d;
                color: #7d3c00;
            }

footer.style-2 .list-social {
    justify-content: center;
}

.list-social.style-2 {
    justify-content: center;
}

    .list-social.style-2 li {
        margin: 0 6px;
    }

footer.style-2.bg-white {
    padding-left: 15px;
}

    footer.style-2.bg-white h5 {
        color: #7d3c00;
    }

    footer.style-2.bg-white .widget {
        border-color: #dedede;
    }

        footer.style-2.bg-white .widget p {
            color: #7d3c00;
        }

        footer.style-2.bg-white .widget li {
            color: #7d3c00;
        }

            footer.style-2.bg-white .widget li p {
                color: #666666 !important;
            }

                footer.style-2.bg-white .widget li p span {
                    color: #7d3c00 !important;
                }

    footer.style-2.bg-white .list-social li a {
        border-color: #7d3c00;
        color: #7d3c00;
    }

        footer.style-2.bg-white .list-social li a:hover {
            border-color: #65753d;
        }

    footer.style-2.bg-white .bottom-main p {
        color: #7d3c00;
    }

    footer.style-2.bg-white .bottom-main ul li {
        margin-left: 38px;
    }

        footer.style-2.bg-white .bottom-main ul li a {
            color: #7d3c00;
            font-size: 13px;
            line-height: 27px;
            letter-spacing: 1.2px;
        }

            footer.style-2.bg-white .bottom-main ul li a:hover {
                color: #65753d;
            }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        animation-duration: 2s;
    }

    .animated.flipOutX,
    .animated.flipOutY,
    .animated.bounceIn,
    .animated.bounceOut {
        animation-duration: 0.75s;
    }

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
    from {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    from, 11.1%, to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        transform: translate3d(-100px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightSmall {
    animation-name: fadeInRightSmall;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

@keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px);
    }

    100% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }
}

@keyframes move3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    50% {
        -webkit-transform: translate(30px);
        transform: translate(30px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes move4 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    50% {
        -webkit-transform: translate(-30px);
        transform: translate(-30px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes move5 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes myanimation {
    0% {
        width: 0;
    }
}

@keyframes myanimation {
    0% {
        width: 0;
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #3f3f3f;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
    /* cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;  */
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #cccccc;
    }

        .mfp-preloader a:hover {
            color: white;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    background: transparent;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before, .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid white;
        margin-left: 31px;
    }

    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid white;
        margin-left: 39px;
    }

    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3f3f3f;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: black;
    }

.mfp-arrow.mfp-arrow-left.mfp-prevent-close,
.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
    background: transparent;
}

/* Main image in popup */
img.mfp-img {
    /* cursor: w-resize; */
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: "";
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444444;
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

/* .mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; } */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

        .mfp-img-mobile .mfp-figure:after {
            top: 0;
            bottom: 0;
        }

        .mfp-img-mobile .mfp-figure small {
            display: inline;
            margin-left: 5px;
        }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .mfp-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .mfp-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

/* progess
-------------------------------------------------------------- */
.content-progress-box .progress-bar {
    margin-bottom: 23px;
}

    .content-progress-box .progress-bar:last-child {
        margin-bottom: 0;
    }

.content-progress-box.style2 .progress-title-holder {
    margin-bottom: 0;
}

.content-progress-box.style2 .progress-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1.4;
    margin-right: 0;
}

.content-progress-box.style2 .progress-content {
    background: linear-gradient(270deg, #86FF00 6.58%, rgba(9, 18, 29, 0) 100%);
    height: 11px;
}

.content-progress-box.style2 .progress-content-outter {
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.content-progress-box.style2 .progress-number-wrapper {
    text-align: left;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .content-progress-box.style2 .progress-number-wrapper span {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 0;
    }

.content-progress-box.style2 .progress-title-holder span {
    font-size: 12px;
    line-height: 1.4;
}

.progress-bar {
    background-color: transparent;
    color: #798DA3;
}

.progress-title-holder {
    padding-bottom: 0;
    position: relative;
    text-align: left;
    margin-bottom: 8px;
}

    .progress-title-holder span {
        font-weight: 500;
        font-size: 14px;
    }

        .progress-title-holder span.percent {
            font-size: 15px;
            color: #fff;
        }

.progress-title {
    z-index: 100;
    font-weight: 600;
    font-size: 18px;
    margin-right: 7px;
}

.progress-number-wrapper {
    width: 100%;
    z-index: 10;
}

.progress-content-outter {
    height: 8px;
    background-color: #171F29;
    border-radius: 6px;
}

.progress-content {
    height: 8px;
    background-color: #86FF00;
    border-radius: 6px;
    width: 0%;
    /* Initial value */
}

.white {
    color: white;
}

.progress_number {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.project-box-style6 .progress-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-box-style6 .progress-title-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-box-style6 .content-progress-box.style2 .progress-title-holder span {
    font-family: "resobot-bold";
    font-weight: 700;
    color: #65753d;
    font-size: 16px;
    line-height: 1.4;
}

    .project-box-style6 .content-progress-box.style2 .progress-title-holder span.white {
        color: #fff;
    }

    .project-box-style6 .content-progress-box.style2 .progress-title-holder span .progress-number-mark {
        margin-left: 3px;
    }

/* dropdown
-------------------------------------------------------------- */
.seclect-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 99;
}

    .seclect-box .dropdown {
        margin-left: 10px;
    }

        .seclect-box .dropdown.selector-drop {
            position: relative;
            background: transparent;
            background-size: cover;
            height: 52px;
            z-index: 99;
        }

            .seclect-box .dropdown.selector-drop &gt; a {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                max-width: 190px;
                min-width: 190px;
                padding: 16px 20px;
                height: 53px;
                color: #fff;
                text-decoration: none;
                border-radius: 8px;
                background: #1E2835;
            }

                .seclect-box .dropdown.selector-drop &gt; a:after {
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    font-family: "Font Awesome 5 Pro";
                    font-size: 14px;
                    font-weight: 400;
                    content: "\f078";
                    position: absolute;
                    color: #fff;
                    right: 20px;
                }

        .seclect-box .dropdown li span {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font-size: 15px;
            line-height: 24px;
            color: #fff;
        }

        .seclect-box .dropdown li {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            background: transparent;
            width: 100%;
            max-width: 190px;
            padding: 0 10px 0 16px;
            line-height: 45px;
            height: 45px;
            color: #fff;
        }

            .seclect-box .dropdown li.active,
            .seclect-box .dropdown li:hover {
                background: #171F29;
            }

    .seclect-box .dropdown-menu {
        max-width: 190px;
        min-width: 190px;
        width: 100%;
        left: 0;
        height: auto;
        padding: 0;
        top: 0;
        transform: translate(0px, 52px) !important;
        border: none;
        color: #fff;
        text-decoration: none;
        border-radius: 0 0 8px 8px;
        background: #1E2835;
    }

        .seclect-box .dropdown-menu:hover {
            cursor: pointer;
        }

        .seclect-box .dropdown-menu.show a {
            background: transparent;
            width: 100%;
            padding: 9px 10px 8px 16px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font-size: 15px;
            line-height: 24px;
            color: #fff;
        }

            .seclect-box .dropdown-menu.show a:active, .seclect-box .dropdown-menu.show a:hover {
                background: #171F29;
            }

/* accordion
-------------------------------------------------------------- */
/* panigation
-------------------------------------------------------------- */
.panigation {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .panigation li a {
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #1E2835;
        margin: 0 5px;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
    }

        .panigation li a svg path {
            stroke: #fff;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .panigation li a:hover, .panigation li a.active {
            color: #09121D;
            background-color: #65753d;
        }

            .panigation li a:hover svg path, .panigation li a.active svg path {
                stroke: #09121D;
            }

/* reponsive
-------------------------------------------------------------- */
.show-destop {
    display: block;
}

@media only screen and (max-width: 1760px) {
    .s-contact-2 .contact-main {
        flex-wrap: wrap;
    }

        .s-contact-2 .contact-main form {
            width: 100%;
            padding: 100px 30px;
        }

        .s-contact-2 .contact-main .info-location {
            width: 100%;
            padding: 100px 30px;
        }
}

@media only screen and (max-width: 1600px) {
    .home-2 .s-menu .flat-tabs .content-tab .menu-list {
        max-width: unset;
    }

    .home-2 .s-menu .flat-tabs .menu-tab {
        position: relative;
    }

    .header.style-2 .container {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1440px) {
    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination {
        display: none !important;
    }

    .s-menu .flat-tabs .content-tab .left-img, .s-menu .flat-tabs .content-tab .right-img {
        width: 200px;
        height: 200px;
        min-width: 200px;
    }

    .opening .opening-img {
        position: unset !important;
    }

    .chef-main {
        flex-wrap: wrap;
    }

        .chef-main .chef-box {
            margin: 0 auto;
        }

        .chef-main .block-text {
            max-width: 100%;
            margin: 50px auto 80px;
        }

    .about-restaurant .about-restaurant-main .image {
        min-width: 300px;
    }

    .about-restaurant .about-restaurant-main .content {
        padding: 20px 30px 0;
    }

    .p-about .event .event-main {
        flex-wrap: wrap;
    }

        .p-about .event .event-main .event-img, .p-about .event .event-main .event-content {
            width: 100%;
        }

    .careers .careers-main {
        flex-wrap: wrap;
    }

        .careers .careers-main .careers-content {
            width: 100%;
            padding: 100px 30px;
        }

        .careers .careers-main .careers-img {
            width: 100%;
        }

    .s-faq .flat-accordion {
        margin-right: 0;
    }

    .s-menu {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .s-menu .menu-main {
            flex-wrap: wrap;
        }

            .s-menu .menu-main .menu-list {
                width: 100%;
                padding-right: 0;
            }

            .s-menu .menu-main .list-img {
                width: 50% !important;
                justify-content: space-around;
                padding-left: 0 !important;
                padding-right: 0 !important;
            }

                .s-menu .menu-main .list-img .img {
                    width: 100% !important;
                }

                    .s-menu .menu-main .list-img .img:last-child {
                        display: none;
                    }

                    .s-menu .menu-main .list-img .img img {
                        object-fit: cover;
                    }

            .s-menu .menu-main.right .menu-list {
                padding-left: 0;
            }

        .s-menu.s1 {
            padding-bottom: 75px !important;
        }

    .s-book .book-main {
        flex-wrap: wrap;
        height: unset !important;
    }

        .s-book .book-main .book-content {
            width: 100%;
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

    .home-4 .about .shape {
        display: none;
    }
}

@media only screen and (max-width: 1380px) {
    #main-nav .menu li {
        margin-right: 30px;
    }

    .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item {
        margin: 0 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .s-menu-list .portfolio-main .portfolio-box-1 .content {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

        .s-menu-list .portfolio-main .portfolio-box-1 .content .tag {
            margin-bottom: 30px;
        }

    .s-menu .flat-tabs .content-tab .menu-list {
        max-width: unset;
    }

    .home-3 .s-menu &gt; img,
    .home-4 .s-menu &gt; img,
    .chef-restaurant &gt; img,
    .home-3 .event .shape {
        display: none;
    }

    .home-2 .s-menu .flat-tabs .menu-tab {
        margin: 0 auto 30px;
    }

    .location .image {
        margin-left: auto;
        margin-right: auto;
    }

    .top-bar {
        height: auto;
        padding: 20px 0;
    }

        .top-bar ul {
            flex-wrap: wrap;
            justify-content: center;
        }

        .top-bar .language {
            margin-top: 5px;
            text-align: center;
        }

    .header #site-header-inner .tf-button {
        display: none;
    }

    .s-menu .flat-tabs .content-tab .left-img, .s-menu .flat-tabs .content-tab .right-img {
        position: static;
        margin: 0 20px 60px;
        display: inline-block;
    }

    .about-content {
        margin-left: 0;
    }

    .opening .opening-img {
        margin-top: 30px;
        width: unset !important;
    }

    .choose .choose-image {
        margin-left: 0;
        margin-right: auto;
        margin-top: 120px;
        width: unset;
        height: unset;
    }

    .gallery-main {
        flex-wrap: wrap;
    }

    .gallery-box {
        width: 50%;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .mySwiper .swiper-pagination {
        left: 15px;
    }

    .home-2 .opening .opening-content {
        margin-bottom: 50px;
    }

    .home-2 .chef-restaurant .menu-content {
        padding: 0 15px;
    }

    .event .event-image {
        margin: 0 auto !important;
        width: 100%;
    }

    .event .event-content {
        padding-left: 0;
    }

        .event .event-content.style-2 {
            padding: 0;
            margin-bottom: 50px;
        }

    .footer {
        padding: 100px 0 16px;
    }

        .footer.style-2 .bottom-main {
            flex-wrap: wrap;
            margin-top: 0;
        }

            .footer.style-2 .bottom-main p {
                margin: 0 auto 20px;
            }

            .footer.style-2 .bottom-main ul {
                justify-content: center;
                width: 100%;
            }

                .footer.style-2 .bottom-main ul li {
                    margin-left: 10px !important;
                }

                    .footer.style-2 .bottom-main ul li:first-child {
                        margin-left: 0 !important;
                    }

    .about-restaurant .about-restaurant-main .image {
        min-width: 250px;
    }

    .home-3 .s-menu .menu-main {
        flex-wrap: wrap;
        padding-top: 0;
        justify-content: center;
    }

        .home-3 .s-menu .menu-main .menu-list {
            width: 100% !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .home-3 .s-menu .menu-main .list-img {
            margin: 40px auto 0;
        }

    .home-3 .event .event-content.style-2 {
        padding: 80px 0 0;
    }

    .s-gallery .gallery-main .gallery-box {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }

    .event {
        padding: 80px 0;
    }

    .home-3 .testimonials {
        padding: 80px 0;
    }

    .p-about .chef-restaurant .menu-content {
        padding: 0;
    }

    .p-about .event .event-main .event-content {
        padding: 80px 0px;
    }

    .s-faq .block-text p {
        padding: 0;
    }

    .history-box .img {
        width: 41%;
    }

    .history-box .content {
        width: 41%;
    }

    .location-box {
        flex-wrap: wrap;
        max-height: 100%;
    }

        .location-box .box {
            width: calc(50% - 30px);
            height: 457px;
        }

        .location-box .img {
            width: calc(50% - 30px);
            height: 457px;
        }

        .location-box .map {
            width: 100%;
            margin: 30px 15px;
        }

    .p-contact .location.s2 .location-main {
        flex-wrap: wrap;
    }

        .p-contact .location.s2 .location-main .image {
            margin: 50px auto;
        }

        .p-contact .location.s2 .location-main .content {
            width: 100%;
            padding: 20px 0;
        }

    .blog-creative-list {
        padding-left: 0;
        padding-top: 50px;
    }

    .blog-sidebar-main {
        flex-wrap: wrap;
    }

        .blog-sidebar-main .main-content {
            width: 100% !important;
            padding-right: 0 !important;
            margin-bottom: 80px;
        }

        .blog-sidebar-main .main-sidebar {
            width: 100% !important;
        }

    .blog-box-5 .bottom-content .d-flex {
        flex-wrap: wrap;
    }

        .blog-box-5 .bottom-content .d-flex .left {
            width: 100%;
            margin-bottom: 20px;
        }

        .blog-box-5 .bottom-content .d-flex .right {
            width: 100%;
        }

            .blog-box-5 .bottom-content .d-flex .right .right-box {
                width: 100%;
            }

    .blog-box-5 {
        margin-bottom: 100px;
    }

    .p-contact .location .location-main {
        flex-wrap: wrap;
    }

        .p-contact .location .location-main .image {
            margin: 0 auto;
        }

        .p-contact .location .location-main .content {
            width: 100%;
            padding: 60px 0;
        }

    .footer.style-2 .widget {
        text-align: center !important;
        margin-bottom: 30px;
    }

        .footer.style-2 .widget h5::before, .footer.style-2 .widget.time h5::before {
            left: 0;
            right: 0;
            margin: 0 auto;
            text-align: center;
        }

    .footer.style-2 .widget {
        border-right: none;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .footer.style-2 .widget p {
            padding-right: 0 !important;
            padding-left: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
}

@media only screen and (max-width: 991px) {
    .page-404 .p404-main .numb img {
        margin: 0 50px;
        width: 300px;
    }

    .chef-restaurant .chef-restaurant-image .group-img img {
        width: 48%;
    }

    .home-2 .opening-book {
        width: unset;
    }

    #site-header-inner {
        position: relative;
    }

    .mySwiper .box-slider .content-box .sub-title {
        padding-right: 0;
    }

    .sidebar-btn {
        display: none;
    }

    .location .image {
        width: 300px;
        height: 300px;
        min-width: 300px;
        margin: 30px auto;
    }

    .mobile-button {
        display: block;
    }

    .header #site-header-inner .tf-button {
        margin-right: 40px;
        padding: 16px 20px;
        font-size: 12px;
    }

    .vouchers .vouchers-content .item {
        width: 100%;
    }

    .mySwiper .box-slider .content-box {
        width: 100%;
        padding-top: 150px;
    }

    .mySwiper .swiper-pagination {
        display: none;
    }

    .vouchers .vouchers-content .content {
        border-bottom: 1px solid #7d3c00;
    }

    .couter-box::after {
        display: none;
    }

    .couter-content {
        flex-wrap: wrap;
    }

    .home-2 .testimonials .testimonials-main {
        flex-wrap: wrap;
    }

        .home-2 .testimonials .testimonials-main .testimonials-img {
            width: 100%;
        }

        .home-2 .testimonials .testimonials-main .testimonialSwiper {
            width: 100%;
        }

            .home-2 .testimonials .testimonials-main .testimonialSwiper .testimonials-content {
                padding: 60px 15px 20px;
            }

    .vouchers .vouchers-main {
        flex-wrap: wrap;
    }

        .vouchers .vouchers-main .left {
            max-width: 100%;
            margin-bottom: 30px;
        }

    .gallery-ig .gallery-ig-main {
        flex-wrap: wrap;
    }

        .gallery-ig .gallery-ig-main .col-img:first-child, .gallery-ig .gallery-ig-main .col-img:last-child, .gallery-ig .gallery-ig-main .col-img {
            max-width: 100%;
            width: 100%;
        }

            .gallery-ig .gallery-ig-main .col-img .top {
                justify-content: space-between;
            }

            .gallery-ig .gallery-ig-main .col-img:nth-child(2) {
                margin: 30px 0px;
            }

            .gallery-ig .gallery-ig-main .col-img .top .ig-box {
                margin: 0 0 30px;
            }

            .gallery-ig .gallery-ig-main .col-img .bottom .ig-box {
                margin: 0;
            }

    .about-restaurant .about-restaurant-main {
        flex-wrap: wrap;
    }

        .about-restaurant .about-restaurant-main .image {
            min-width: 100%;
        }

        .about-restaurant .about-restaurant-main .content {
            padding: 50px 0;
        }

    .home-3 .s-menu {
        padding: 80px 0;
    }

    .about-restaurant {
        padding: 80px 0;
    }

    .s-order .order-main .order {
        height: 510px;
    }

    .s-gallery {
        padding: 80px 0;
    }

    .s-faq {
        padding: 80px 0;
    }

    .comingsoon .comingsoon-main .title {
        font-size: 50px;
    }

    .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item {
        margin: 0 30px;
    }

        .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(1)::after, .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(2)::after, .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(3)::after, .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(4)::after {
            right: -43px;
        }

    .page-menu1-wrap #sidebar-sticky,
    .sidebar {
        display: none;
    }

    .body-main {
        width: 100vw;
        position: relative;
    }

        .body-main .mobile-button {
            top: 30px;
            left: 30px;
            z-index: 99;
        }

    .vouchers-details .vouchers-details-main {
        flex-wrap: wrap;
    }

        .vouchers-details .vouchers-details-main .left {
            width: 100%;
            padding-right: 0;
        }

        .vouchers-details .vouchers-details-main .right {
            width: 100%;
            padding-left: 0;
        }

    .s-menu.p-list {
        padding: 400px 0 0px;
    }

    .home-3 .s-menu .menu-main .menu-list {
        padding-left: 0;
        padding-right: 0;
    }

    .portfolio-carousel .flat-tabs .menu-tab li {
        margin: 0 7px !important;
    }

    .portfolio-carousel .portfolio-carousel-1 {
        padding: 80px 0;
    }

    .portfolio-carousel .portfolio-carousel-3 {
        padding: 80px 0;
    }

    .s-formmail-2 .formmail-content {
        padding: 79px 15px;
    }

        .s-formmail-2 .formmail-content .block-text {
            width: 100%;
        }

        .s-formmail-2 .formmail-content .image {
            display: none;
        }

    .s-contact .contact-info {
        padding-bottom: 0;
        flex-wrap: wrap;
    }

        .s-contact .contact-info .item {
            width: 100%;
            border-right: none;
            border-bottom: 1px solid rgba(200, 200, 200, 0.6);
            padding-bottom: 40px;
            margin-bottom: 40px;
        }

            .s-contact .contact-info .item:last-child {
                margin-bottom: 0;
            }

    .s-contact-2 .contact-main .info-location ul {
        flex-wrap: wrap;
    }

        .s-contact-2 .contact-main .info-location ul li {
            width: 100%;
            margin-bottom: 30px;
        }

    .s-contact-2 .contact-main form, .s-contact-2 .contact-main .info-location {
        padding: 80px 15px;
    }

    .home-4 .about-info {
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
    }

        .home-4 .about-info .swiper-button-next, .home-4 .about-info .swiper-button-prev {
            display: block;
        }

    .home-4 .header {
        display: block;
        position: absolute;
        padding: 15px 0;
    }

        .home-4 .header #site-header-inner {
            border-top: none;
        }

    .footer .widget {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-single .blog-box-2 .d-flex img {
        width: 100%;
    }

        .blog-single .blog-box-2 .d-flex img:last-child {
            display: none;
        }

    .chef-restaurant .chef-restaurant-image .group-img img {
        width: 100%;
    }

    .chef-restaurant .chef-restaurant-image .group-img {
        flex-wrap: wrap;
    }

    .top-bar-2 .header__logo {
        padding-left: 0;
    }

    .home-4 .s-menu .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .s-menu .menu-main .list-img {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .top-bar ul {
        justify-content: center !important;
        text-align: center;
    }

    .top-bar .language {
        display: none;
    }

    .list li {
        width: 100%;
    }

    .portfolio-box-1.style-3 .content {
        left: 15px;
        right: 15px;
        padding: 30px 15px;
    }

    .blog-box-4 {
        flex-wrap: wrap;
    }

        .blog-box-4 .image {
            width: 100%;
            margin-right: 0;
        }

        .blog-box-4 .content {
            width: 100%;
        }

    .blog-box-6 {
        padding: 75px 15px 62px;
    }

    h2, .h2 {
        font-size: 40px;
    }

    .home-3 .mySwiper .box-slider .content-box {
        padding-top: 200px;
    }

    .home-3 .mySwiper {
        height: 650px;
    }

    .top-bar-2 .top-header .t {
        display: none;
    }

    .home-2 .mySwiper {
        height: 630px;
    }

        .home-2 .mySwiper .box-slider .content-box {
            padding-top: 100px;
        }

            .home-2 .mySwiper .box-slider .content-box .title {
                font-size: 40px;
            }

    .about {
        padding: 80px 0;
    }

    .opening {
        padding-bottom: 80px;
    }

        .opening .opening-content {
            padding-top: 0;
        }

        .opening .opening-img {
            position: relative;
            top: 20%;
        }

    .s-menu .shape {
        display: none;
    }

    .s-menu {
        padding: 80px 0;
    }

    .choose {
        padding: 80px 0;
    }

        .choose .shape {
            display: none;
        }

        .choose .choose-content {
            padding-top: 0;
        }

    .list {
        padding: 0 !important;
    }

    .careers .careers-main .careers-content .d-flex p {
        margin-right: 10px;
    }

    .chef-restaurant .chef-restaurant-content {
        padding-left: 0;
        padding-top: 80px;
    }

    .chef-restaurant {
        padding: 80px 0;
    }

    .booking {
        padding: 80px 0;
    }

        .booking .booking-content {
            padding: 0;
        }

    .s-blog {
        padding: 80px 0;
    }

    .location {
        padding: 80px 0;
    }

    h3 {
        font-size: 25px;
    }

    .block-text .subtitle {
        font-size: 13px;
    }

    .gallery-box {
        width: 100%;
    }

    .s-menu .flat-tabs .menu-tab li {
        margin: 0 20px;
    }

    .footer {
        padding: 80px 0 16px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .footer .bottom-main {
            flex-wrap: wrap;
            margin-top: 40px;
        }

    .home-2 .s-menu .flat-tabs .menu-tab {
        width: 100%;
    }

    .home-2 .s-menu .flat-tabs .content-tab .right-img {
        width: 300px;
        height: 300px;
        min-width: 300px;
    }

    .home-2 .s-menu {
        padding: 80px 0 0;
    }

    .couter-box {
        width: 50%;
        margin-bottom: 30px;
    }

    .services-box {
        margin-bottom: 50px;
    }

    .s-order .order-main .order {
        width: 100%;
    }

    .s-book .book-main {
        flex-wrap: wrap;
    }

    .home-4 .s-book .book-main {
        height: unset;
    }

    .s-book .book-content {
        width: 100%;
    }

    .footer .widget {
        margin-bottom: 30px;
        padding-left: 0 !important;
    }

    .footer .bottom-main p {
        width: 100%;
        text-align: center;
    }

    .footer .bottom-main ul {
        width: 100%;
        justify-content: center;
    }

    .home-3 .event .event-image {
        flex-wrap: wrap;
        height: auto;
        margin-left: 0;
        margin-right: 0;
    }

        .home-3 .event .event-image .img {
            width: 100%;
        }

    .s-gallery .gallery-main .gallery-box {
        width: 100%;
        margin: 0 0 30px;
    }

    .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item {
        font-size: 40px;
        margin: 0 13px;
    }

        .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(1)::after, .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(2)::after, .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(3)::after, .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(4)::after {
            bottom: -8px;
            right: -20px;
        }

        .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(1)::before, .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(2)::before, .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(3)::before, .comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item:nth-child(4)::before {
            font-size: 13px;
        }

    .location-main {
        padding: 0 15px;
    }

    .location-box {
        flex-wrap: wrap;
        max-height: 100%;
    }

        .location-box .box {
            width: 100%;
            margin: 0;
        }

        .location-box .img {
            width: 100%;
            margin: 0;
        }

        .location-box .map {
            margin: 0;
        }

    .s-gift-vouchers .s-gift-vouchers-list .main {
        flex-wrap: wrap;
    }

        .s-gift-vouchers .s-gift-vouchers-list .main .gift-vouchers-box {
            margin-bottom: 70px;
            width: 100%;
        }

            .s-gift-vouchers .s-gift-vouchers-list .main .gift-vouchers-box:last-child {
                margin-bottom: 0;
            }

    .portfolio-carousel .flat-tabs .menu-tab li h5 {
        font-size: 11px;
    }

    .portfolio-details .portfolio-details-main .content {
        flex-wrap: wrap;
    }

        .portfolio-details .portfolio-details-main .content .left {
            width: 100%;
            padding: 66px 0 51px;
        }

        .portfolio-details .portfolio-details-main .content .right {
            width: 100%;
            margin: 0;
            padding-top: 0;
        }
}

@media only screen and (max-width: 600px) {
    .page-404 .p404-main .numb img {
        margin: 0 20px;
        width: 225px;
    }

    .page-404 .p404-main .numb h2 {
        font-size: 20px;
    }

    .s-menu .flat-tabs .menu-tab li {
        margin: 0 10px;
    }

        .s-menu .flat-tabs .menu-tab li h5 {
            font-size: 13px;
        }

    .chef-restaurant .chef-restaurant-image .group-img {
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }

        .chef-restaurant .chef-restaurant-image .group-img img {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

    .mySwiper .contact-info {
        padding: 15px;
        width: 100%;
        height: unset;
    }

    .form-group {
        width: 100% !important;
    }

    .top-bar ul li {
        width: 100%;
        margin-right: 0;
    }

    .home-2 .opening-book {
        width: auto;
        height: auto;
    }

    .portfolio-mansonry .row-box {
        flex-wrap: wrap;
    }

        .portfolio-mansonry .row-box &gt; div {
            width: 100% !important;
            margin-left: 15px !important;
            margin-right: 15px !important;
        }

    .p-contact .location .location-main .image {
        width: 315px;
        min-width: unset;
        height: 315px;
    }

    .home-4 .s-menu .menu-main.right .menu-list,
    .home-4 .s-menu .menu-main .menu-list {
        width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .home-4 .s-menu .menu-main.right .list-img,
    .home-4 .s-menu .menu-main .list-img {
        width: 100% !important;
        justify-content: space-around;
    }
}

@media only screen and (max-width: 520px) {
    .s-menu .flat-tabs .content-tab .left-img,
    .s-menu .flat-tabs .content-tab .right-img {
        width: 100%;
        height: unset;
        margin: 0;
        margin-bottom: 15px;
    }

    .history-box .content h4 {
        font-size: 18px;
    }

    .home-2 .s-menu .flat-tabs .content-tab h5 .txt {
        font-size: 15px;
    }
}

.page-menu1-wrap {
    display: flex;
}

    .page-menu1-wrap #sidebar-sticky {
        width: 350px;
        position: relative;
        z-index: 100;
        background: #7d3c00;
    }

    .page-menu1-wrap .sidebar {
        width: 350px;
        height: auto;
        background: #7d3c00;
        text-align: center;
        padding: 191px 0;
    }

        .page-menu1-wrap .sidebar .header__logo {
            margin-bottom: 131px;
        }

        .page-menu1-wrap .sidebar #main-nav .menu {
            flex-direction: column;
        }

            .page-menu1-wrap .sidebar #main-nav .menu .sub-menu {
                left: 100%;
                top: 0;
            }

                .page-menu1-wrap .sidebar #main-nav .menu .sub-menu li {
                    margin-bottom: 0;
                }

                    .page-menu1-wrap .sidebar #main-nav .menu .sub-menu li a {
                        padding: 10px 0;
                    }

                        .page-menu1-wrap .sidebar #main-nav .menu .sub-menu li a::after {
                            height: 1px;
                        }

            .page-menu1-wrap .sidebar #main-nav .menu li {
                margin-right: 0;
                margin-bottom: 47px;
                width: 100%;
                text-align: center;
            }

                .page-menu1-wrap .sidebar #main-nav .menu li::after {
                    display: none;
                }

                .page-menu1-wrap .sidebar #main-nav .menu li a {
                    margin: 0 auto;
                    position: relative;
                }

                    .page-menu1-wrap .sidebar #main-nav .menu li a::after {
                        content: "";
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 0;
                        height: 2px;
                        background: #65753d;
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                .page-menu1-wrap .sidebar #main-nav .menu li:hover &gt; a::after {
                    width: 100%;
                }

                .page-menu1-wrap .sidebar #main-nav .menu li.current-menu-item &gt; a::after {
                    width: 100%;
                }

        .page-menu1-wrap .sidebar .action {
            margin-top: 76px;
        }

            .page-menu1-wrap .sidebar .action h6 {
                color: #65753d;
                text-transform: uppercase;
                margin-bottom: 4px;
            }

            .page-menu1-wrap .sidebar .action h4 {
                color: #fff;
                text-transform: uppercase;
                margin-bottom: 37px;
                letter-spacing: 1.4px;
            }

/*# sourceMappingURL=app.css.map */

.whatsapp {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 6px 3px 0px 12px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 1000;
}


</pre></body></html>