body,
html {
    overflow-x: hidden
}

body {
    background-color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%
}

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

a {
    color: inherit;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear
}

a:hover {
    color: #a97735;
    text-decoration: none
}

textarea {
    resize: none
}

section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px
}

img {
    max-width: 100%
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin-top: 0;
    padding-top: 0
}

*,
:active,
:focus {
    outline: 0
}

ol,
ul {
    list-style: none
}

button {
    border: none;
    padding: 0
}

.btn.focus,
.btn:focus,
.form-control,
.form-control:focus,
button,
button:focus {
    outline: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

textarea {
    resize: none
}

select {
    background-color: transparent
}

.col-padding-0>.row {
    margin: 0
}

.col-padding-0,
.col-padding-0>.row>[class*=col-] {
    padding: 0
}

.inner-padding {
    padding: 120px 70px
}

.vertical-align-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.background-banner {
    min-height: 500px
}

.width-auto {
    width: auto !important
}

.lh-1 {
    line-height: 1 !important
}

.vh-100 {
    height: 100vh !important
}

.align-v {
    display: flex;
    align-items: center
}

.align-v-h {
    display: flex;
    justify-content: center;
    align-items: center
}

.hr-dashed {
    border-top: 1px dashed #dbdbdb
}

.border-top {
    border-top: 1px solid #dbdbdb !important
}

.border-bottom {
    border-bottom: 1px solid #dbdbdb !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mt-120 {
    margin-top: 120px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mt--100 {
    margin-top: -100px
}

.mr-0 {
    margin-right: 0 !important
}

.mr-10 {
    margin-right: 10px !important
}

.mr-20 {
    margin-right: 20px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mr-40 {
    margin-right: 40px !important
}

.mr-50 {
    margin-right: 50px !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px !important
}

.ml-30 {
    margin-left: 30px !important
}

.ml-40 {
    margin-left: 40px !important
}

.ml-50 {
    margin-left: 50px !important
}

.pb-10 {
    padding-top: 10px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pt-110 {
    padding-top: 110px !important
}

.pt-120 {
    padding-top: 120px !important
}

.pt-130 {
    padding-top: 130px !important
}

.pt-140 {
    padding-top: 140px !important
}

.pt-150 {
    padding-top: 150px !important
}

.pt-170 {
    padding-top: 170px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-110 {
    padding-bottom: 110px !important
}

.pb-120 {
    padding-bottom: 120px !important
}

.pb-130 {
    padding-bottom: 130px !important
}

.pb-140 {
    padding-bottom: 140px !important
}

.pb-150 {
    padding-bottom: 150px !important
}

.pb-170 {
    padding-bottom: 170px !important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-15 {
    padding-right: 15px !important
}

.pr-20 {
    padding-right: 20px !important
}

.pr-30 {
    padding-right: 30px !important
}

.pr-50 {
    padding-right: 50px !important
}

.pr-60 {
    padding-right: 60px !important
}

.pr-70 {
    padding-right: 70px !important
}

.pr-100 {
    padding-right: 100px !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-15 {
    padding-left: 15px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pl-30 {
    padding-left: 30px !important
}

.pl-50 {
    padding-left: 50px !important
}

.pl-60 {
    padding-left: 60px !important
}

.pl-70 {
    padding-left: 70px !important
}

.pl-100 {
    padding-left: 100px !important
}

@media (max-width:992px) {
    .text-center-xs-sm-md {
        text-align: center !important
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .inner-padding {
        padding: 120px 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    section {
        padding: 75px 0
    }
    .inner-padding {
        padding: 100px 50px !important
    }
    .mt-30 {
        margin-top: 30.7692307692px !important
    }
    .mt-40 {
        margin-top: 28.5714285714px !important
    }
    .mt-50 {
        margin-top: 35.7142857143px !important
    }
    .mt-60 {
        margin-top: 42.8571428571px !important
    }
    .mt-70 {
        margin-top: 50px !important
    }
    .mt-80 {
        margin-top: 57.1428571429px !important
    }
    .mt-90 {
        margin-top: 64.2857142857px !important
    }
    .mt-100 {
        margin-top: 71.4285714286px !important
    }
    .mb-30 {
        margin-bottom: 23.0769230769px !important
    }
    .mb-40 {
        margin-bottom: 28.5714285714px !important
    }
    .mb-50 {
        margin-bottom: 35.7142857143px !important
    }
    .mb-60 {
        margin-bottom: 42.8571428571px !important
    }
    .mb-70 {
        margin-bottom: 50px !important
    }
    .mb-80 {
        margin-bottom: 57.1428571429px !important
    }
    .mb-90 {
        margin-bottom: 64.2857142857px !important
    }
    .mb-100 {
        margin-bottom: 71.4285714286px !important
    }
    .mr-30 {
        margin-right: 23.0769230769px !important
    }
    .mr-40 {
        margin-right: 28.5714285714px !important
    }
    .mr-50 {
        margin-right: 35.7142857143px !important
    }
    .ml-30 {
        margin-left: 27.2727272727px !important
    }
    .ml-40 {
        margin-left: 33.3333333333px !important
    }
    .ml-50 {
        margin-left: 35.7142857143px !important
    }
    .pt-30 {
        padding-top: 23.0769230769px !important
    }
    .pt-40 {
        padding-top: 28.5714285714px !important
    }
    .pt-50 {
        padding-top: 35.7142857143px !important
    }
    .pt-60 {
        padding-top: 42.8571428571px !important
    }
    .pt-70 {
        padding-top: 50px !important
    }
    .pt-80 {
        padding-top: 57.1428571429px !important
    }
    .pt-90 {
        padding-top: 64.2857142857px !important
    }
    .pt-100 {
        padding-top: 71.4285714286px !important
    }
    .pt-110 {
        padding-top: 78.5714285714px !important
    }
    .pt-120 {
        padding-top: 85.7142857143px !important
    }
    .pt-130 {
        padding-top: 93.3333333333px !important
    }
    .pt-140 {
        padding-top: 87.5px !important
    }
    .pt-150 {
        padding-top: 88.2352941176px !important
    }
    .pt-160 {
        padding-top: 88.8888888889px !important
    }
    .pt-170 {
        padding-top: 89.4736842105px !important
    }
    .pb-30 {
        padding-bottom: 23.0769230769px !important
    }
    .pb-40 {
        padding-bottom: 28.5714285714px !important
    }
    .pb-50 {
        padding-bottom: 35.7142857143px !important
    }
    .pb-60 {
        padding-bottom: 42.8571428571px !important
    }
    .pb-70 {
        padding-bottom: 50px !important
    }
    .pb-80 {
        padding-bottom: 57.1428571429px !important
    }
    .pb-90 {
        padding-bottom: 64.2857142857px !important
    }
    .pb-100 {
        padding-bottom: 71.4285714286px !important
    }
    .pb-110 {
        padding-bottom: 78.5714285714px !important
    }
    .pb-120 {
        padding-bottom: 85.7142857143px !important
    }
    .pb-130 {
        padding-bottom: 86.6666666667px !important
    }
    .pb-140 {
        padding-bottom: 87.5px !important
    }
    .pb-150 {
        padding-bottom: 88.2352941176px !important
    }
    .pb-160 {
        padding-bottom: 88.8888888889px !important
    }
    .pb-170 {
        padding-bottom: 89.4736842105px !important
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    section {
        padding: 50px 0
    }
    .inner-padding {
        padding: 50px 30px !important
    }
    .text-center-xs-sm {
        text-align: center !important
    }
    .mt-30 {
        margin-top: 23.0769230769px !important
    }
    .mt-40 {
        margin-top: 28.5714285714px !important
    }
    .mt-50 {
        margin-top: 33.3333333333px !important
    }
    .mt-60 {
        margin-top: 33.3333333333px !important
    }
    .mt-70 {
        margin-top: 35px !important
    }
    .mt-80 {
        margin-top: 40px !important
    }
    .mt-90 {
        margin-top: 45px !important
    }
    .mt-100 {
        margin-top: 50px !important
    }
    .mb-30 {
        margin-bottom: 23.0769230769px !important
    }
    .mb-40 {
        margin-bottom: 28.5714285714px !important
    }
    .mb-50 {
        margin-bottom: 33.3333333333px !important
    }
    .mb-60 {
        margin-bottom: 33.3333333333px !important
    }
    .mb-70 {
        margin-bottom: 35px !important
    }
    .mb-80 {
        margin-bottom: 40px !important
    }
    .mb-90 {
        margin-bottom: 45px !important
    }
    .mb-100 {
        margin-bottom: 50px !important
    }
    .mr-30 {
        margin-right: 25px !important
    }
    .mr-40 {
        margin-right: 30.7692307692px !important
    }
    .mr-50 {
        margin-right: 33.3333333333px !important
    }
    .ml-30 {
        margin-left: 25px !important
    }
    .ml-40 {
        margin-left: 30.7692307692px !important
    }
    .ml-50 {
        margin-left: 33.3333333333px !important
    }
    .pt-30 {
        padding-top: 23.0769230769px !important
    }
    .pt-40 {
        padding-top: 28.5714285714px !important
    }
    .pt-50 {
        padding-top: 33.3333333333px !important
    }
    .pt-60 {
        padding-top: 33.3333333333px !important
    }
    .pt-70 {
        padding-top: 35px !important
    }
    .pt-80 {
        padding-top: 40px !important
    }
    .pt-90 {
        padding-top: 45px !important
    }
    .pt-100 {
        padding-top: 50px !important
    }
    .pt-110 {
        padding-top: 55px !important
    }
    .pt-120 {
        padding-top: 60px !important
    }
    .pt-130 {
        padding-top: 66.6666666667px !important
    }
    .pt-140 {
        padding-top: 63.6363636364px !important
    }
    .pt-150 {
        padding-top: 65.2173913043px !important
    }
    .pt-160 {
        padding-top: 66.6666666667px !important
    }
    .pt-170 {
        padding-top: 68px !important
    }
    .pb-30 {
        padding-bottom: 23.0769230769px !important
    }
    .pb-40 {
        padding-bottom: 28.5714285714px !important
    }
    .pb-50 {
        padding-bottom: 33.3333333333px !important
    }
    .pb-60 {
        padding-bottom: 33.3333333333px !important
    }
    .pb-70 {
        padding-bottom: 35px !important
    }
    .pb-80 {
        padding-bottom: 40px !important
    }
    .pb-90 {
        padding-bottom: 45px !important
    }
    .pb-100 {
        padding-bottom: 50px !important
    }
    .pb-110 {
        padding-bottom: 55px !important
    }
    .pb-120 {
        padding-bottom: 60px !important
    }
    .pb-130 {
        padding-bottom: 61.9047619048px !important
    }
    .pb-140 {
        padding-bottom: 63.6363636364px !important
    }
    .pb-150 {
        padding-bottom: 65.2173913043px !important
    }
    .pb-160 {
        padding-bottom: 66.6666666667px !important
    }
    .pb-170 {
        padding-bottom: 68px !important
    }
}

.color-white {
    color: #fff !important
}

.color-gray {
    color: #f9f9f9 !important
}

.color-dark {
    color: #222 !important
}

.color-theme {
    color: #d3a971 !important
}

.color-heading {
    color: #282828 !important
}

.color-body {
    color: #9b9b9b !important
}

.bg-white {
    background-color: #fff !important
}

.bg-gray {
    background-color: #f9f9f9 !important
}

.bg-dark {
    background-color: #222 !important
}

.bg-heading {
    background-color: #282828 !important
}

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

.bg-img {
    position: relative;
    z-index: 1
}

.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 26, .45)
}

.bg-overlay-2:before {
    background-color: rgba(27, 26, 26, .6)
}

.bg-overlay-3:before {
    background-color: rgba(27, 26, 26, .25)
}

.bg-overlay-4:before {
    background-color: rgba(27, 26, 26, .55)
}

.bg-overlay-gradient:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .03)));
    background-image: -webkit-linear-gradient(center bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .03));
    background-image: -moz-linear-gradient(center bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .03));
    background-image: -ms-linear-gradient(center bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .03));
    background-image: -o-linear-gradient(center bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .03));
    background-image: linear-gradient(center bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .03))
}

.bg-parallax {
    background-attachment: fixed
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #282828;
    font-family: Poppins;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px
}

p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 25px;
}

h1 {
    font-size: 52px
}

h2 {
    font-size: 42px
}

h3 {
    font-size: 38px
}

h4 {
    font-size: 32px
}

h5 {
    font-size: 24px
}

h6 {
    font-size: 18px
}

.heading__subtitle {
    font-family: Kristi;
    font-size: 40px;
    color: #d3a971;
    display: block;
    margin-bottom: 8px;
    line-height: 1
}

.heading__title {
    font-family: "Yeseva One";
    font-size: 33px;
    font-weight: 400;
    margin-bottom: 10px
}

.heading__icon {
    margin-bottom: 20px
}

.heading__desc {
    margin-bottom: 0;
    color: black;
}

.heading__desc+img {
    margin-top: 14px
}

.heading-layout2 .heading__title {
    font-family: "Yeseva One";
    color: #d3a971;
    font-size: 30px;
    margin-bottom: 20px
}

.heading-white .heading__subtitle {
    color: #f9f9f9
}

.heading-white .heading__title {
    color: #fff
}

.heading-white .heading__icon svg {
    fill: #fff
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .heading__title {
        font-size: 27px;
        margin-bottom: 10px
    }
    .heading-layout2 .heading__title {
        font-size: 35px
    }
}

.header-transparent+.page-title {
    margin-top: -100px
}

.pagetitle__subheading {
    font-family: Kristi;
    font-size: 40px;
    color: #f9f9f9;
    display: block;
    margin-bottom: 3px
}

.pagetitle__heading {
    font-family: "Yeseva One";
    font-size: 55px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0
}

.pagetitle__desc {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
    margin-bottom: 0
}

.page-title {
    padding-top: 283px;
    padding-bottom: 30px
}

.page-title .breadcrumb {
    margin-top: 143px;
    margin-bottom: 0
}

.page-title .breadcrumb-item a {
    color: #fff
}

.page-title .breadcrumb-item a:hover {
    color: #d3a971
}

.page-title .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    font-family: FontAwesome;
    content: ""
}

.page-title .breadcrumb-item.active {
    color: #d3a971
}

.page-title-layout2 {
    padding-top: 250px;
    padding-bottom: 85px
}

.page-title-layout2 .pagetitle__subheading {
    font-family: Poppins;
    font-size: 12px;
    margin-bottom: 9px
}

.page-title-layout3 {
    padding-top: 287px;
    padding-bottom: 187px
}

.page-title-layout4 {
    padding-top: 340px;
    padding-bottom: 85px
}

.page-title-layout5 {
    padding-top: 385px;
    padding-bottom: 60px
}

.page-title-layout5 .breadcrumb {
    margin-top: 10px
}

.page-title-layout6 {
    padding-top: 285px;
    padding-bottom: 160px
}

.page-title-layout6 .breadcrumb {
    margin-top: 15px;
    margin-bottom: 0
}

.page-title-layout7 {
    padding-top: 290px;
    padding-bottom: 180px
}

.page-title-layout8 {
    background-color: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 40px
}

.page-title-layout8 .pagetitle__heading {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    color: #222
}

.page-title-layout8 .breadcrumb-item a,
.page-title-layout8 .breadcrumb-item+.breadcrumb-item::before,
.page-title-layout8 .breadcrumb-item.active {
    color: #9b9b9b
}

.page-title-layout8 .breadcrumb {
    margin-top: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .page-title {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .page-title-layout7 {
        padding-top: 190px;
        padding-bottom: 180px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .page-title {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .pagetitle__desc {
        font-size: 13px;
        font-weight: 400
    }
    .pagetitle__subheading {
        font-size: 30px;
        margin-bottom: 0
    }
    .pagetitle__heading {
        font-size: 32px
    }
    .page-title .breadcrumb {
        margin-top: 20px
    }
    .page-title-layout7 {
        padding-bottom: 100px
    }
    .page-title-layout8 {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center
    }
    .page-title-layout8 .breadcrumb {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

.btn {
    font-family: Poppins;
    text-transform: capitalize;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    min-width: 170px;
    height: 50px;
    line-height: 48px;
    border-radius: 1px;
    text-align: center;
    padding: 0 10px;
    letter-spacing: 1.3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn.active,
.btn:active,
.btn:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.btn__block {
    width: 100%
}

.btn__lg {
    min-width: 210px
}

.btn__primary {
    background-color: #d3a971;
    color: #fff;
    border: 2px solid #d3a971;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .15)
}

.btn__primary:active,
.btn__primary:focus,
.btn__primary:hover {
    background-color: #282828;
    color: #fff;
    border-color: #282828
}

.btn__primary.btn__hover2:active,
.btn__primary.btn__hover2:focus,
.btn__primary.btn__hover2:hover {
    background-color: #fff;
    color: #d3a971;
    border-color: #fff
}

.btn__primary.btn__hover3:active,
.btn__primary.btn__hover3:focus,
.btn__primary.btn__hover3:hover {
    background-color: transparent;
    color: #d3a971
}

.btn__secondary {
    background-color: #222;
    color: #fff;
    border: 2px solid #222;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .15)
}

.btn__secondary:active,
.btn__secondary:focus,
.btn__secondary:hover {
    background-color: #d3a971;
    color: #fff;
    border-color: #d3a971
}

.btn__secondary.btn__hover2:active,
.btn__secondary.btn__hover2:focus,
.btn__secondary.btn__hover2:hover {
    background-color: #fff;
    color: #222;
    border-color: #fff
}

.btn__white {
    background-color: #fff;
    color: #282828;
    border: 2px solid #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .15)
}

.btn__white:active,
.btn__white:focus,
.btn__white:hover {
    background-color: #d3a971;
    color: #fff;
    border-color: #d3a971
}

.btn__white.btn__hover2:active,
.btn__white.btn__hover2:focus,
.btn__white.btn__hover2:hover {
    background-color: #282828;
    color: #fff;
    border-color: #282828
}

.btn__rounded {
    border-radius: 50px
}

.btn__link {
    background-color: transparent;
    border-color: transparent;
    min-width: 0;
    line-height: 1;
    height: auto;
    padding: 0 0 5px 0;
    border: none;
    box-shadow: none !important
}

.btn__link:after,
.btn__link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%
}

.btn__link:before {
    width: 0;
    z-index: 2;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear
}

.btn__link:hover:before {
    width: 100%
}

.btn__link.btn__primary {
    color: #d3a971
}

.btn__link.btn__primary:after {
    background-color: #d3a971
}

.btn__link.btn__primary:active,
.btn__link.btn__primary:focus,
.btn__link.btn__primary:hover {
    color: #222;
    background-color: transparent;
    border-color: transparent
}

.btn__link.btn__primary:active:before,
.btn__link.btn__primary:focus:before,
.btn__link.btn__primary:hover:before {
    background-color: #222
}

.btn__link.btn__primary.btn__hover2:active,
.btn__link.btn__primary.btn__hover2:focus,
.btn__link.btn__primary.btn__hover2:hover {
    color: #fff
}

.btn__link.btn__primary.btn__hover2:active:before,
.btn__link.btn__primary.btn__hover2:focus:before,
.btn__link.btn__primary.btn__hover2:hover:before {
    background-color: #fff
}

.btn__link.btn__secondary {
    color: #222
}

.btn__link.btn__secondary:after {
    background-color: #222
}

.btn__link.btn__secondary:active,
.btn__link.btn__secondary:focus,
.btn__link.btn__secondary:hover {
    color: #d3a971;
    background-color: transparent;
    border-color: transparent
}

.btn__link.btn__secondary:active:before,
.btn__link.btn__secondary:focus:before,
.btn__link.btn__secondary:hover:before {
    background-color: #d3a971
}

.btn__bordered {
    background-color: transparent
}

.btn__bordered.btn__primary {
    color: #d3a971;
    border-color: #d3a971
}

.btn__bordered.btn__primary:active,
.btn__bordered.btn__primary:focus,
.btn__bordered.btn__primary:hover {
    color: #fff;
    background-color: #d3a971;
    border-color: #d3a971
}

.btn__bordered.btn__secondary {
    color: #222;
    border-color: #222
}

.btn__bordered.btn__secondary:active,
.btn__bordered.btn__secondary:focus,
.btn__bordered.btn__secondary:hover {
    color: #fff;
    background-color: #222;
    border-color: #222
}

.btn__bordered.btn__white {
    color: #fff;
    border-color: #fff
}

.btn__bordered.btn__white:active,
.btn__bordered.btn__white:focus,
.btn__bordered.btn__white:hover {
    color: #d3a971;
    background-color: #fff;
    border-color: #fff
}

.btn__white.btn__secondary {
    color: #222;
    border-color: #fff;
    background-color: #fff
}

.btn__white.btn__secondary:active,
.btn__white.btn__secondary:focus,
.btn__white.btn__secondary:hover {
    color: #fff;
    background-color: #d3a971;
    border-color: #d3a971
}

.btn i {
    margin-right: 9px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .btn {
        font-size: 12px;
        min-width: 100px;
        height: 40px;
        line-height: 38px;
        letter-spacing: 1px
    }
}

.form-group {
    position: relative;
    margin-bottom: 30px
}

.form-control {
    height: 50px;
    background-color: #f6f6f6;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    padding: 0 15px;
    font-size: 14px;
    width: 100%;
    color: #9b9b9b
}

.form-control:focus {
    background-color: #f6f6f6;
    border-color: #d3a971
}

.form-control::-webkit-input-placeholder {
    color: #9b9b9b
}

.form-control:-moz-placeholder {
    color: #9b9b9b
}

.form-control::-moz-placeholder {
    color: #9b9b9b
}

.form-control:-ms-input-placeholder {
    color: #9b9b9b
}

textarea.form-control {
    min-height: 122px;
    line-height: 1.5;
    padding-top: 10px
}

.form-control.nice-select {
    margin-bottom: 30px
}

.nice-select .list {
    width: 100%;
    max-height: 50vh;
    overflow-y: auto
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .form-control {
        height: 40px
    }
}

.nav-tabs .nav__link {
    display: block;
    padding-bottom: 3px;
    margin-right: 30px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

.nav-tabs .nav__link:last-of-type {
    margin-right: 0
}

.nav-tabs .nav__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: #d3a971;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.nav-tabs .nav__link.active,
.nav-tabs .nav__link:hover {
    color: #d3a971
}

.nav-tabs .nav__link.active:after,
.nav-tabs .nav__link:hover:after {
    width: 100%
}

.tab-content {
    padding-top: 35px
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .nav-tabs .nav__link {
        margin-right: 15px
    }
}

.social__icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

.social__icons li {
    margin-right: 20px
}

.social__icons li:last-of-type {
    margin-right: 0
}

.social__icons li a {
    display: block;
    line-height: 1;
    font-size: 15px;
    color: #282828;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.social__icons li a:hover {
    color: #d3a971
}

.social__icons-white li a {
    color: #fff
}

.breadcrumb {
    background-color: transparent;
    padding: 0
}

.breadcrumb-item {
    line-height: 1
}

.pagination li {
    margin-right: 10px
}

.pagination li:last-child {
    margin-right: 0
}

.pagination li a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 2px;
    color: #9b9b9b;
    text-align: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.pagination li a i {
    font-weight: 700
}

.pagination li a.current,
.pagination li a:hover {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .15);
    background-color: #d3a971;
    border-color: #d3a971;
    color: #fff
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .pagination li a {
        font-size: 13px;
        width: 35px;
        height: 35px;
        line-height: 35px
    }
}

.list-items li {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    margin-bottom: 7px
}

.list-items li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #d3a971;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.list-items.list-items-right li {
    text-align: right;
    padding-left: 0;
    padding-right: 20px
}

.list-items.list-items-right li:before {
    right: 0;
    left: auto
}

.alert-panel {
    position: relative;
    background-color: #f6f6f6;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 40px
}

.alert-panel:after {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    height: 2px;
    width: calc(100% - 60px);
    background-color: #d3a971
}

.alert__title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0
}

.alert__desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}




@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')
}




.cbp-spmenu {
    background: #dfdfdf;
    position: fixed
}

.cbp-spmenu h3 {
    color: #fff;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #000000;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300
}

.cbp-spmenu a:hover {
    background: #000000;
}

.cbp-spmenu a:active {
    background: #333;
    color: #fff
}

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #ccc;
    padding: 1em
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: .8em;
    border-left: 1px solid #258ecd
}

.cbp-spmenu-left {
    left: -240px
}

.cbp-spmenu-right {
    right: -240px
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0
}

.cbp-spmenu-top {
    top: -150px
}

.cbp-spmenu-bottom {
    bottom: -150px
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.cbp-spmenu-push-toright {
    left: 240px
}

.cbp-spmenu-push-toleft {
    left: -240px
}

.cbp-spmenu,.cbp-spmenu-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size:75%;
        height: 110px
    }

    .cbp-spmenu-top {
        top: -110px
    }

    .cbp-spmenu-bottom {
        bottom: -110px
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size:90%;
        width: 190px
    }

    .cbp-spmenu-left,.cbp-spmenu-push-toleft {
        left: -190px
    }

    .cbp-spmenu-right {
        right: -190px
    }

    .cbp-spmenu-push-toright {
        left: 190px
    }
}


#showLeftPush {
    display: block;
    height: 30px;
    position: absolute;
    left: 8px;
    top: 18px;
    width: 40px;
    z-index: 2;
    background: 0 0;
    border: 0;
    cursor: pointer
}

#showLeftPush span,#showLeftPush:after,#showLeftPush:before {
    background: #000;
    content: "";
    display: block;
    height: 4px;
    left: 7px;
    position: absolute;
    width: 30px
}

#showLeftPush:before {
    top: 8px
}

#showLeftPush:after {
    top: 24px
}

#showLeftPush span {
    top: 16px
}

#showLeftPush.active:before {
    transform: rotate(45deg)
}

#showLeftPush.active:after,#showLeftPush.active:before {
    top: 10px
}

#showLeftPush.active:after {
    transform: rotate(-45deg)
}

#showLeftPush.active span {
    opacity: 0
}

.navbar {
    display: none
}

#ommenu a,#ommenu li,#ommenu span,#ommenu ul {
    margin: 0;
    padding: 0;
    position: relative
}

#ommenu {
    width: auto
}

#ommenu a {
    color: #fff;
    text-transform: normal;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    line-height: 32px;
    border-bottom: 2px solid #ccc;
    display: block;
    padding: 10px
}

#ommenu ul {
    list-style: none
}

#ommenu>ul>li {
    display: block;
    margin: 0
}

#ommenu.align-center {
    text-align: center
}

#ommenu.align-center>ul>li {
    float: none
}

#ommenu.align-center ul ul {
    text-align: left
}

#ommenu.align-right>ul {
    float: right
}

#ommenu.align-right ul ul {
    text-align: right
}

#ommenu>ul>li>a {
    color: #fff;
    font-size: 15px
}

a.nav-link {}

#ommenu .has-sub:hover>ul {
    display: block;
    z-index: 20
}

#ommenu .has-sub ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #222
}

#ommenu .has-sub ul li a {
    background: #fff;
    border-bottom: 2px solid #080808;
    font-size: 15px;
    display: block;
    line-height: 120%;
    padding: 12px;
    color: #000
}

#ommenu .has-sub ul li:hover a {
    background: #222;
    color: #fff
}

#ommenu ul ul li:hover>a {
    color: #000
}

#ommenu .has-sub .has-sub:hover>ul {
    display: block
}

#ommenu .has-sub .has-sub ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0
}

#ommenu .has-sub .has-sub ul li a {
    background: #0c7fb0;
    border-bottom: 1px dotted #31b7f1
}

#ommenu .has-sub .has-sub ul li a:hover {
    background: #0a6d98
}

body.cbp-spmenu-push-toleft {
    left: 240px
}

@media screen and (min-width: 768px) {
    #showLeftPush {
        display:none
    }

    .navbar {
        display: block
    }

    .navbar-inverse {
        background: 0 0;
        margin-top: 9px;
        margin-bottom: 0;
        border: 0;
        z-index: 1;
        min-height: auto;
        text-transform: none;
        border-radius: 0
    }

    #ommenu a {
        border-bottom: none;
        padding: 0 10px;
        font-weight: 400;
        line-height: 102px;
        text-transform: normal
    }

    #ommenu ul {
        display: table;
        margin: 0 auto
    }

    #ommenu ul ul {
        display: block
    }

    #ommenu .has-sub ul li a {
        background: #000;
        color: #fff;
        border-bottom-color: #222
    }

    #ommenu>ul>li>a {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        position: relative
    }

    #ommenu ul:after,#ommenu:after {
        content: '';
        display: block;
        clear: both
    }

    #ommenu>ul>li:hover:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: 0
    }

    #ommenu>ul>li:first-child>a {
        border-radius: 5px 0 0;
        -moz-border-radius: 5px 0 0;
        -webkit-border-radius: 5px 0 0
    }

    #ommenu.align-center>ul>li:first-child>a,#ommenu.align-right>ul>li:first-child>a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0
    }

    #ommenu.align-right>ul>li:last-child>a {
        border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0
    }

    #ommenu>ul>li.active>a {
        color: #688005;
        border-bottom-color: #688005;
        border-radius: 0
    }

    #ommenu>ul>li:hover>a {
        color: #264896;
        border-bottom-color: #264896;
        border-radius: 0
    }

    #ommenu .has-sub {
        z-index: 10
    }

    #ommenu.align-right .has-sub ul {
        left: auto;
        right: 0
    }

    #ommenu .has-sub ul li {
        *margin-bottom: -1px;
        background: #222
    }

    #ommenu.align-right .has-sub .has-sub ul,#ommenu.align-right ul ul ul {
        left: auto;
        right: 100%
    }

    #ommenu .has-sub ul li.last>a,#ommenu .has-sub ul li:last-child>a,#ommenu ul ul li.last>a,#ommenu ul ul li:last-child>a,#ommenu ul ul ul li.last>a,#ommenu ul ul ul li:last-child>a {
        border-bottom: 0
    }

    #ommenu>ul>li {
        display: inline-block;
        float: left;
        margin: 0
    }

    #ommenu .has-sub ul {
        width: 250px
    }
}

@media screen and (min-width: 992px) {
    #ommenu>ul>li>a {
        font-size:16px
    }

    #ommenu .has-sub ul li a {
        font-size: 14px
    }

    #ommenu a {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 992px) {
    #ommenu>ul>li>a {
        font-size:20px
    }
}



.button,.om-btn-wrapper a,.view-menu-btn {
    background: #f60207;
    color: #fff!important;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    border: none;
    margin: 15px auto 0;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-transform: normal;
    transition: all .2s ease-in-out 0s;
    min-width: 160px;
    text-decoration: none
}

.button:hover,.om-btn-wrapper a:hover,.view-menu-btn:hover {
    background: #ff8343;
    color: #fff!important;
}

.button.red-btn,.om-btn-wrapper a.red-btn,.view-menu-btn.red-btn {
    background: #688005;
    font-weight: 700;
    color: #fff!important
}

.button.red-btn:hover,.om-btn-wrapper a.red-btn:hover,.view-menu-btn.red-btn:hover {
    background: #404f03
}

.button a,.om-btn-wrapper a a,.view-menu-btn a {
    color: #fff
}

.button a:hover,.om-btn-wrapper a a:hover,.view-menu-btn a:hover {
    color: #000
}

.button.book-btn,.om-btn-wrapper a.book-btn,.view-menu-btn.book-btn {
    width: 50%
}

.order-online a {
    background: #ffffff;
    :;
    display: block;
    font-size: 16px;
    border: none;
    margin: 15px auto 0;
    padding: 8px 15px;
    position: relative;
    text-align: center;
    transition: all .2s ease-in-out 0s;
    min-width: 160px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
}

.order-online a:hover {
    background: #546704;
    color: #fff!important
}

.slider-container .om-btn-wrapper a,.slider-container .view-menu-btn {
    font-size: 22px;
    background: #688005
}

.om-welcome {
    background: #efefef
}

body.black-page {
    background: #fff;
    color: #000
}

#header {
    background: #000000;
    width: 100%;
    padding: 14px
}

#header .container {
    position: relative;
    color: #fff;
    padding: 0
}

#header .container #logo {
    margin: 0 auto;
    width: 120px
}

#header .container #logo a {
    display: block
}

#header .container .order-online ul {
    padding: 0;
    margin: 0
}

#header .container .order-online ul li {
    display: block
}

#header .left-nav,#header .right-nav,.header-top .address,.header-top .oo-top {
    display: none
}





@media screen and (min-width: 700px) {
    #header,#header .container {
        padding:0
    }

    #header .container #logo {
        width: 140px;
        float: left;
        margin: 0;
        padding: 14px 0 14px 14px
    }

    #header .container #logo a {
        padding: 0
    }

    #header .container .navbar {
        float: right;
        padding: 0;
        margin-top: 0;
        margin-right: 175px
    }

    #header .container .navbar .navbar-collapse {
        display: block
    }

    #header .container .order-online {
        right: 0;
        top: 15px;
        position: absolute;
        margin: 0;
        padding: 0
    }

    #header .left-nav,#header .right-nav {
        display: block
    }

    #header .left-nav .nav ul,#header .right-nav .nav ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    #header .left-nav .nav ul li,#header .right-nav .nav ul li {
        display: inline-block
    }

    #header .left-nav .nav ul li a,#header .right-nav .nav ul li a {
        display: block;
        padding: 0 10px;
        font-size: 15px;
        font-weight: 700;
        line-height: 50px;
        color: #000
    }

    #header .left-nav .nav ul li a:hover,#header .right-nav .nav ul li a:hover {
        color: #ed1c24
    }

    #header .left-nav {
        float: left;
        margin-left: 70px
    }

    #header .right-nav {
        float: right
    }

    .contact-wrapper {
        padding-right: 80px
    }
}

@media screen and (min-width: 768px) {
    .m-visible {
        display:none!important
    }

    .d-visible {
        display: block!important
    }

    #header .container .navbar-collapse {
        padding: 0
    }
}

@media screen and (min-width: 980px) {
    #header .container #logo {
        width:158px;
        padding: 5px 0 0
    }

    #header .container .top-right .order-online {
        right: 80px;
        top: 52px
    }

    #header .container .navbar {
        margin-right: 265px;
        margin-top: 25px
    }

    section.about-us {
        padding: 40px;
        text-align: center
    }

    .menu-wrapper h2 {
        font-size: 32px
    }

    .menu-wrapper h3 {
        font-size: 30px
    }

    .menu-wrapper p {
        font-size: 20px
    }

    .menu-wrapper p.m-heading {
        font-size: 28px
    }
}

@media screen and (min-width: 992px) {
    .h1,h1 {
        font-size:32px
    }

    .h2,h2 {
        font-size: 28px
    }

    #header {
        position: static
    }

    #header .container,#header .container .navbar-inverse .navbar-collapse.collapse {
        padding: 0
    }

    .main-container h1 {
        margin-bottom: 65px
    }
}

@media screen and (min-width: 1180px) {
    #header .container .top-right .social-icon-list {
        margin-left:50px
    }

    .menu-items .menu-item {
        margin-bottom: 0
    }

    .header-top .oo-top {
        top: 12px
    }

    .header-top .oo-top a {
        font-size: 23px;
        padding-left: 10px;
        padding-right: 10px
    }

    .main-container {
        padding: 40px
    }
}

@media screen and (min-width: 1200px) {
    .menu-items .menu-item .desc {
        min-height:130px
    }

    .container {
        max-width: 1080px
    }
}

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

.jssorl-009-spin img {
    animation-name: jssorl009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10
}

.jssora051:hover {
    opacity: .8
}

.jssora051.jssora051dn {
    opacity: .5
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none
}

#header .container:after,.header-right-bottom:after,.header-right-top:after,.menu-items:after,.order-online-btns ul:after,.social-icon-list ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

#header {
    padding-top: 0;
}

#header .container #logo {
    width: 230px;
    margin: 0px auto 10px auto;
    padding: 15px 0 0 0;
}

#header .container #logo h1 {
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    color: #033e4b;
}

a, .home-text h1, .box-section h2, h2 {
    color: #000000;
}



#showLeftPush span, #showLeftPush::after, #showLeftPush::before {
    background: #ffffff;
}

#ommenu > ul > li > a {
    color: #000;
}

#ommenu > ul > li:hover > a {
    color: #ffffff;
}




@media screen and (min-width: 768px) {
    #ommenu > ul > li.active > a, #ommenu > ul > li:hover > a:hover {
        color: #ffffff;
    }

    #ommenu > ul > li > a {
        color: #ffffff;
        text-transform: uppercase;
    }

   

    #header {
    }

    .menu-category .menu-category-wrapper {
        max-width: 1480px;
        margin: 0 auto;
        background: #fff
    }

    .menu-category .menu-category-wrapper .menu-items-wrapper {
        display: flex;
        margin: 0 -15px
    }

    .menu-category .menu-category-wrapper .menu-item {
        flex: 1;
        padding: 0 15px
    }

    .menu-category .menu-category-wrapper .menu-title {
        top: auto;
        bottom: -25px
    }

    #header .container #logo {
        margin: 0px auto 0px auto;
        width: 105px;
        z-index: 50;
    }

    #ommenu a {
        line-height: 60px;
    }

    #header .container .navbar {
        margin-top: 16px;
    }

    #header .container .order-online {
        top: 5px;
    }
}

@media screen and (min-width: 980px) {
    #header .container {
        display: flex;
        align-items: center;
    }

    #header .container .navbar {
        margin-top: 0px;
    }

    .order-online a {
        margin-top: 0;
    }

    #header .container .top-right {
        flex: 1;
    }

    #header .container #logo {
        padding-top: 0;
    }

    #header .container .top-right .order-online {
        top: 9px;
    }
}

@media screen and (min-width: 1200px) {
    #header {
        padding:10px;
        background: #000000;
    }

    #header .container #logo {
        width: 160px;
    }

    #header .container .top-right .order-online {
        top: 33px;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1280px;
    }
}



.accordion-item {
    border: 1px solid #d3a971;
    background-color: #fff;
    padding: 25px 30px;
    margin-bottom: 27px
}

.accordion-item .accordion__item-title {
    color: #282828;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    display: block;
    position: relative;
    padding-right: 25px
}

.accordion-item .accordion__item-title:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    font-family: Fontawesome;
    background-color: #d3a971;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px
}

.accordion-item.opened .accordion__item-title {
    color: #d3a971
}

.accordion-item.opened .accordion__item-title:after {
    background-color: #d3a971;
    color: #fff;
    content: ""
}

.accordion-item .accordion__item-body {
    padding-top: 25px
}

.accordion-item .accordion__item-body p {
    margin-bottom: 0
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .accordion-item {
        padding: 15px 20px
    }
}

.header-transparent+.hero-banner {
    margin-top: -100px
}



.footer .contact-box .contact__box-title {
    color: #fff
}

.footer .footer__newsletter-form .form-group {
    max-width: 260px;
    margin: 0 auto 30px
}

.footer .footer__newsletter-form .form-group:before {
    content: "";
    position: absolute;
    top: -2px;
    right: 2px;
    bottom: 0;
    left: 2px;
    height: calc(100% + 4px);
    display: block;
    border-radius: 2px;
    border: 1px solid #d3a971
}

.footer .footer__newsletter-form .form-group .form-control {
    background-color: transparent;
    border: 1px solid #d3a971;
    color: #fff;
    border-radius: 2px;
    padding-right: 40px;
    position: relative;
    z-index: 2
}

.footer .footer__newsletter-form .form-group .form-control::-webkit-input-placeholder {
    color: #474747;
    font-size: 12px
}

.footer .footer__newsletter-form .form-group .form-control:-moz-placeholder {
    color: #474747;
    font-size: 12px
}

.footer .footer__newsletter-form .form-group .form-control::-moz-placeholder {
    color: #474747;
    font-size: 12px
}

.footer .footer__newsletter-form .form-group .form-control:-ms-input-placeholder {
    color: #474747;
    font-size: 12px
}

.footer .footer__newsletter-form .form-group .form__submit {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #d3a971
}

.footer .footer-top {
    padding-top: 100px;
    padding-bottom: 100px
}

.footer .footer-bottom {
    position: relative;
    background-color: #1b1b1b;
    padding-top: 35px;
    padding-bottom: 35px
}

.footer .footer-bottom:after {
    content: "";
    position: absolute;
    top: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    background-image: url(../images/shapes/shape1.png);
    width: 28px;
    height: 38px
}

.footer .footer__links li {
    margin-right: 30px
}

.footer .footer__links li:last-child {
    margin-right: 0
}

.footer .footer__links li a {
    font-size: 13px;
    font-weight: 700;
    color: #fff
}

.footer .footer__links li a:hover {
    color: #d3a971
}

.footer .footer__copyright a,
.footer .footer__copyright span {
    font-size: 13px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .footer .contact-box {
        margin-top: 30px;
        margin-bottom: 0
    }
    .footer .contact-box .contact__box-list,
    .footer .contact-box .contact__box-title {
        margin-bottom: 10px
    }
    .footer .footer-top {
        padding-top: 30px;
        padding-bottom: 40px
    }
    .footer .footer-top .row>[class*=col-]:nth-of-type(1) {
        order: 2
    }
    .footer .footer-top .row>[class*=col-]:nth-of-type(2) {
        order: 1
    }
    .footer .footer-top .row>[class*=col-]:nth-of-type(3) {
        order: 3
    }
    .footer .footer__links li {
        margin-right: 10px
    }
    .footer .footer-bottom {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

#scrollTopBtn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: 1000;
    font-size: 20px;
    border-radius: 3px;
    color: #fff;
    background-color: #d3a971;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
}

#scrollTopBtn:hover {
    background-color: #282828
}

#scrollTopBtn.actived {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

[data-nav=false] .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-item img {
    width: 100%
}

.carousel-dots .owl-dots {
    text-align: center;
    margin-top: 30px
}

.carousel-dots .owl-dots .owl-dot {
    margin: 3px
}

.carousel-dots .owl-dots .owl-dot span {
    position: relative;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #9b9b9b;
    border: 2px solid #9b9b9b;
    margin: 0;
    display: inline-block
}

.carousel-dots .owl-dots .owl-dot.active span {
    background-color: transparent;
    border-color: #d3a971
}

.carousel-dots .owl-dots .owl-dot.active span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #d3a971;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.carousel-dots-light .owl-dots .owl-dot span {
    background-color: #fff;
    border-color: #fff;
    opacity: .8
}

.carousel-arrows .owl-nav .owl-next,
.carousel-arrows .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #999;
    font-size: 0;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transform: translateY(-50%)
}

.carousel-arrows .owl-nav .owl-next:hover,
.carousel-arrows .owl-nav .owl-prev:hover {
    color: #d3a971;
    background-color: transparent
}

.carousel-arrows .owl-nav .owl-next:after,
.carousel-arrows .owl-nav .owl-prev:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #d3a971;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .7s ease;
    -webkit-transition: opacity .7s ease;
    -moz-transition: opacity .7s ease;
    -ms-transition: opacity .7s ease;
    -o-transition: opacity .7s ease
}

.carousel-arrows .owl-nav .owl-next:hover:after,
.carousel-arrows .owl-nav .owl-prev:hover:after {
    opacity: 1
}

.carousel-arrows .owl-nav .owl-prev {
    left: 0
}

.carousel-arrows .owl-nav .owl-prev:before {
    font-family: FontAwesome;
    content: "";
    font-size: 20px
}

.carousel-arrows .owl-nav .owl-next {
    right: 0
}

.carousel-arrows .owl-nav .owl-next:before {
    font-family: FontAwesome;
    content: "";
    font-size: 20px
}

.carousel-arrows .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    line-height: 1
}

.header-transparent+.slider {
    margin-top: -100px
}

.header-transparent+.slider .slide__content {
    padding-top: 100px
}

.slider {
    padding: 0
}

.slider .slide-item {
    height: 100vh
}

.slider .slide__subtitle {
    font-family: Kristi;
    font-size: 40px;
    color: #f9f9f9;
    margin-bottom: 10px
}

.slider .slide__title {
    font-family: "Yeseva One";
    font-size: 85px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px
}

.slider .slide__desc {
    font-family: Kristi;
    font-size: 40px;
    color: #f9f9f9;
    margin-bottom: 30px
}

.slider .carousel-arrows .owl-nav .owl-next,
.slider .carousel-arrows .owl-nav .owl-prev {
    border: 0;
    color: #fff;
    border-radius: 50%;
    line-height: 46px;
    opacity: 0;
    transform: scale(.8);
    transition: border .3s linear, opacity .5s ease, transform .4s ease
}

.slider:hover .carousel-arrows .owl-nav .owl-next,
.slider:hover .carousel-arrows .owl-nav .owl-prev {
    transform: scale(1);
    opacity: 1
}

.slider:hover .carousel-arrows .owl-nav .owl-next:hover,
.slider:hover .carousel-arrows .owl-nav .owl-prev:hover {
    border-color: #d3a971;
    color: #d3a971
}

.slider .carousel-arrows .owl-nav .owl-next:before,
.slider .carousel-arrows .owl-nav .owl-prev:before {
    font-family: icomoon;
    font-size: 50px;
    transition: .4s ease
}

.slider .carousel-arrows .owl-nav .owl-next:before {
    content: ""
}

.slider .carousel-arrows .owl-nav .owl-prev:before {
    content: ""
}

.slider .carousel-arrows .owl-nav .owl-prev {
    left: 30px
}

.slider .carousel-arrows .owl-nav .owl-next {
    right: 30px
}

.slider .carousel-arrows .owl-nav .owl-next:after,
.slider .carousel-arrows .owl-nav .owl-prev:after {
    display: none
}

.slider .carousel-arrows .owl-dots {
    bottom: 30px;
    text-align: center
}

.slider-layout2 .slide__title {
    margin-bottom: 15px
}

.slider-layout2 .slide__desc {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600
}

@media only screen and (min-width:992px) {
    .slider .slide__title {
        padding: 0 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .slider .slide__title {
        font-size: 70px
    }
    .slider .carousel-arrows .owl-nav .owl-next {
        right: 10px
    }
    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider .carousel-arrows .owl-nav .owl-next {
        right: 0
    }
    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 0
    }
    .slider .slide__title {
        font-size: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .header-transparent+.slider {
        margin-top: 0
    }
    .header-transparent+.slider .slide__content {
        padding-top: 0
    }
    .slider .slide-item {
        height: calc(100vh - 80px)
    }
    .slider .slide__title {
        font-size: 30px;
        margin-bottom: 10px
    }
    .slider .slide__desc {
        font-size: 27px
    }
    .slider .carousel-arrows .owl-nav .owl-next,
    .slider .carousel-arrows .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 10px
    }
    .slider .carousel-arrows .owl-nav .owl-next {
        right: 10px
    }
    .slider .carousel-arrows .owl-nav .owl-next:before,
    .slider .carousel-arrows .owl-nav .owl-prev:before {
        font-size: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .slider .slide__subtitle {
        margin-bottom: 10px
    }
    .slider .slide__title {
        font-size: 27px
    }
    .slider .btn {
        font-size: 12px;
        font-weight: 600;
        min-width: 100px;
        height: 35px;
        line-height: 33px
    }
    .slider .carousel-arrows .owl-nav .owl-next,
    .slider .carousel-arrows .owl-nav .owl-prev {
        display: none
    }
}

.feature-item {
    position: relative;
    margin-bottom: 30px
}

.feature-item .feature__img {
    position: relative;
    overflow: hidden
}

.feature-item .feature__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1
}

.feature-item .feature__img img {
    -webkit-transition: transform 1.2s ease;
    -moz-transition: transform 1.2s ease;
    -ms-transition: transform 1.2s ease;
    -o-transition: transform 1.2s ease;
    transition: transform 1.2s ease
}

.feature-item .feature__img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.feature-item .feature__title {
    font-family: 'Yeseva One';
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 3;
    width: 100%;
    text-align: center
}

.fancybox-item {
    position: relative;
    margin-bottom: 60px
}

.fancybox-item .fancybox__icon {
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    margin-bottom: 13px
}

.fancybox-item:hover .fancybox__icon {
    -webkit-animation: slideTopDown .8s infinite alternate;
    -moz-animation: slideTopDown .8s infinite alternate;
    -ms-animation: slideTopDown .8s infinite alternate;
    -o-animation: slideTopDown .8s infinite alternate;
    animation: slideTopDown .8s infinite alternate
}

.fancybox-item:hover .fancybox__title {
    color: #d3a971
}

.fancybox-item .fancybox__title {
    font-family: Kristi;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 14px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.fancybox-item .fancybox__desc {
    padding: 0 10px;
    margin-bottom: 0
}

@-webkit-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-moz-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-ms-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-o-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .fancybox-item {
        margin-bottom: 30px
    }
    .fancybox-item .fancybox__desc {
        padding: 0
    }
}

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

.portfolio-item .portfolio__img {
    position: relative
}

.portfolio-item .portfolio__img img {
    width: 100%
}

.portfolio-item .portfolio__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.portfolio-item .portfolio__hover>a {
    display: block;
    width: 100%;
    height: 100%
}

.portfolio-item:hover .portfolio__hover {
    opacity: 1
}

.portfolio-item .portfolio__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px
}

.portfolio-item .portfolio__title a {
    color: #282828
}

.portfolio-item .portfolio__title a:hover {
    color: #d3a971
}

.portfolio-gallery-no-margin .portfolio-item {
    margin-bottom: 0
}

.zoom__icon {
    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%);
    display: block;
    width: 20px;
    height: 20px
}

.zoom__icon:after,
.zoom__icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff
}

.zoom__icon:after {
    width: 20px;
    height: 1px
}

.portfolio-filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.portfolio-filter li {
    margin-right: 30px
}

.portfolio-filter li:last-child {
    margin-right: 0
}

.portfolio-filter li a {
    position: relative;
    font-family: Poppins;
    color: #282828;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    display: block;
    padding-bottom: 3px;
    margin-bottom: 5px
}

.portfolio-filter li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #d3a971;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.portfolio-filter li a.active,
.portfolio-filter li a:hover {
    color: #d3a971
}

.portfolio-filter li a.active:after,
.portfolio-filter li a:hover:after {
    width: 100%
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .portfolio-filter li {
        margin-right: 10px;
        margin-bottom: 10px
    }
}

.member {
    position: relative;
    margin-bottom: 40px
}

.member .member__img {
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.member .member__img img {
    width: 100%;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.member:hover .member__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.member .member__info {
    padding-top: 27px
}

.member .member__info .member__name {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 3px
}

.member .member__info .member__desc {
    font-size: 12px;
    margin-bottom: 0
}

.member .member__info .membrt__bio {
    padding: 0 20px;
    margin-bottom: 0
}

.member .divider__img {
    margin-top: 10px;
    margin-bottom: 14px
}

.member .member__hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .65)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0));
    background-image: linear-gradient(bottom, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0));
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.member .member__content-inner {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.member .social__icons li {
    margin-right: 10px
}

.member .social__icons li:last-child {
    margin-right: 0
}

.member .social__icons li a {
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.member .social__icons li a i {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.member .social__icons li a i:hover {
    opacity: .7
}

.member .social__icons li a .fa-facebook {
    background-color: #5d82d1
}

.member .social__icons li a .fa-twitter {
    background-color: #40bff5
}

.member .social__icons li a .fa-google-plus {
    background-color: #eb5e4c
}

.member .social__icons li:nth-of-type(2) a {
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -ms-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.member .social__icons li:nth-of-type(3) a {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.member .social__icons li:nth-of-type(4) a {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.member:hover .member__hover {
    opacity: 1
}

.member:hover .member__content-inner {
    bottom: 50px;
    opacity: 1
}

.member:hover .social__icons li a {
    opacity: 1
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .member {
        max-width: 400px;
        margin: 0 auto 30px
    }
    .member .member__info {
        padding-top: 15px
    }
    .member .member__info .member__name {
        font-size: 16px;
        margin-bottom: 0
    }
    .member .member__info .membrt__bio {
        font-size: 12px;
        padding: 0
    }
}

.testimonial-item {
    position: relative;
    background-color: #fff;
    padding: 50px 30px 43px;
    border-radius: 3px;
    text-align: center
}

.testimonial-item:after,
.testimonial-item:before {
    content: "";
    position: absolute;
    border-radius: 2px;
    border: 1px solid #d3a971;
    display: block
}

.testimonial-item:before {
    right: 20px;
    bottom: 20px;
    left: 20px;
    height: calc(100% - 40px)
}

.testimonial-item:after {
    right: 22px;
    top: 18px;
    left: 22px;
    height: calc(100% - 36px)
}

.testimonial-item .testimonial__rating {
    line-height: 1;
    margin-bottom: 21px
}

.testimonial-item .testimonial__rating i {
    color: #ffc80a
}

.testimonial-item .testimonial__content {
    position: relative
}

.testimonial-item .testimonial__desc {
    margin-bottom: 17px;
    color: black;
}

.testimonial__meta {
    position: relative;
    z-index: 2
}

.testimonial__meta .testimonial__meta-title {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px
}

.testimonial__meta .testimonial__meta-desc {
    font-family: Kristi;
    font-size: 28px;
    margin-bottom: 0
}

.testimonial__thumb {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #d3a971;
    padding: 2px;
    margin-bottom: 26px
}

.testimonial__thumb:after {
    content: "";
    position: absolute;
    top: 43px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border: 8px solid #d3a971;
    border-bottom-color: transparent
}

.testimonial__thumb img {
    max-width: 100%;
    border-radius: 50%
}

.testimonials .owl-stage-outer {
    margin: -15px;
    padding: 15px
}

.testimonials-layout2 .testimonial-item {
    background-color: transparent;
    padding: 0 30px
}

.testimonials-layout2 .testimonial-item:after,
.testimonials-layout2 .testimonial-item:before {
    display: none
}

.testimonials-layout2 .testimonial-item .testimonial__desc {
    font-size: 24px;
    line-height: 36px;
    color: #fff
}

.testimonials-layout2 .testimonial-item .testimonial__meta-title {
    color: #fff
}

.testimonials-layout2 .testimonial__thumb {
    width: 70px;
    height: 70px
}

.testimonials-layout2 .testimonial__thumb:after {
    top: 68px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .testimonial-item {
        padding: 20px 20px 24px 15px
    }
    .testimonial-item .testimonial__rating,
    .testimonial-item .testimonial__thumb {
        margin-bottom: 15px
    }
    .testimonials-layout2 .testimonial-item {
        padding: 0
    }
    .testimonials-layout2 .testimonial-item .testimonial__desc {
        font-size: 18px;
        line-height: 24px
    }
}

.cta__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 11px
}

.cta__desc {
    margin-bottom: 0
}

.cta__actions {
    display: flex;
    text-align: right;
    justify-content: flex-end
}

.cta__actions .btn {
    margin-left: 30px
}

.cta__actions-text p {
    font-size: 12px
}

.cta__actions-text span {
    font-family: Kristi;
    font-size: 40px;
    line-height: 1
}

.cta-layout2 .cta__subtitle {
    font-family: Kristi;
    font-size: 40px;
    color: #fff
}

.cta-layout2 .cta__title {
    font-family: "Yeseva One";
    font-size: 65px;
    font-weight: 400;
    color: #fff
}

.cta-layout2 .cta__desc {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 32px
}

.cta-layout3 {
    padding-top: 230px;
    padding-bottom: 220px
}

.cta-layout3 .cta__title {
    font-size: 55px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .cta-layout2 .cta__title {
        font-size: 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cta-layout2 .cta__title {
        font-size: 50px
    }
    .cta-layout3 {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .cta-layout3 .cta__title {
        font-size: 45px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .cta-layout1 {
        text-align: center
    }
    .cta-layout1 .cta__actions {
        display: block;
        text-align: center
    }
    .cta-layout1 .cta__actions .btn {
        margin: 10px 0 0 0
    }
    .cta-layout1 .cta__desc {
        margin-bottom: 10px
    }
    .cta-layout2 .cta__subtitle {
        font-size: 30px
    }
    .cta-layout2 .cta__title {
        font-size: 35px;
        margin-bottom: 0
    }
    .cta-layout2 .cta__desc {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px
    }
    .cta-layout3 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .cta-layout3 .cta__title {
        font-size: 32px
    }
}

.client {
    position: relative;
    text-align: center;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.client img {
    display: inline-block;
    width: auto !important;
    max-width: 100%
}

.post-item {
    position: relative;
    margin-bottom: 40px
}

.post-item .post__img {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.post-item .post__img:after,
.post-item .post__img:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    background: #fff;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear
}

.post-item .post__img:after {
    opacity: .5
}

.post-item .post__img:before,
.post-item .post__img:hover:before {
    right: 0;
    top: 0
}

.post-item .post__img:after,
.post-item .post__img:hover:after {
    left: 0;
    bottom: 0
}

.post-item .post__img:hover:after,
.post-item .post__img:hover:before {
    width: 100%;
    height: 100%;
    opacity: 0
}

.post-item .post__content {
    padding-left: 30px;
    padding-right: 15px
}

.post-item .post__meta>* {
    margin-bottom: 11px
}

.post-item .post__meta .post__meta-cat,
.post-item .post__meta .post__meta-tag {
    display: inline-flex
}

.post-item .post__meta .post__meta-cat a,
.post-item .post__meta .post__meta-cat span,
.post-item .post__meta .post__meta-tag a,
.post-item .post__meta .post__meta-tag span {
    background-color: #d3a971;
    color: #fff;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    padding: 0 10px;
    border-radius: 3px;
    margin-right: 4px
}

.post-item .post__meta .post__meta-cat a:last-child,
.post-item .post__meta .post__meta-cat span:last-child,
.post-item .post__meta .post__meta-tag a:last-child,
.post-item .post__meta .post__meta-tag span:last-child {
    margin-right: 0
}

.post-item .post__meta .post__meta-cat a:hover,
.post-item .post__meta .post__meta-cat span:hover,
.post-item .post__meta .post__meta-tag a:hover,
.post-item .post__meta .post__meta-tag span:hover {
    background-color: #282828
}

.post-item .post__meta .post__meta-cat span,
.post-item .post__meta .post__meta-tag span {
    transition: .3s linear
}

.post-item .post__meta-comments-count,
.post-item .post__meta-date {
    font-size: 12px
}

.post-item .post__title {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 11px
}

.post-item .post__title a {
    color: #282828
}

.post-item .post__title a:hover {
    color: #d3a971
}

.post-item .post__desc {
    margin-top: 14px;
    margin-bottom: 0
}

.post-item .btn__link {
    margin-top: 23px
}

.blog-standard .post-item .post__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700
}

.blog-standard .post-item .post__content {
    padding-left: 40px
}

.blog-standard .post-item .post__meta {
    display: flex;
    align-items: center
}

.blog-standard .post-item .post__meta>* {
    margin-right: 20px
}

.blog-single .post-item .post__content {
    padding-left: 0
}

.blog-single .post-item .post__desc {
    margin-bottom: 38px
}

.blog-single .post-item .post__desc p {
    padding-left: 40px;
    line-height: 23px;
    margin-bottom: 30px
}

.blog-widget {
    padding: 40px
}

.blog__widget-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px
}

.post-share {
    display: flex;
    align-items: center
}

.post-share .post__share-title {
    font-size: 14px;
    margin-right: 25px;
    line-height: 1;
    margin-bottom: 0
}

.post-share .social__icons li a {
    font-size: 14px
}

.post-author {
    display: flex;
    background-color: #f6f6f6
}

.post-author .post__author-avatar {
    width: 90px;
    height: 90px;
    min-width: 90px;
    margin-right: 30px;
    margin-bottom: 20px
}

.post-author .post__author-avatar img {
    border-radius: 3px
}

.post-author .post__author-bio {
    line-height: 23px;
    margin-bottom: 13px
}

.post-author .social__icons li a {
    font-size: 15px;
    margin-right: 27px;
    color: #5d5d5d
}

.post-author .social__icons li a:hover {
    color: #222
}

.post-author .social__icons li a:last-child {
    margin-right: 0
}

.post-comments,
.post-comments-form {
    position: relative;
    border: 1px solid #d3a971
}

.post-comments-form:before,
.post-comments:before {
    content: "";
    position: absolute;
    top: -4px;
    right: 2px;
    bottom: 0;
    left: 2px;
    height: calc(100% + 8px);
    display: block;
    border-radius: 2px;
    border: 1px solid #d3a971
}

.comments-list .comment__item {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom: 30px
}

.comments-list .comment__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.comments-list .comment__item .comment__avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    overflow: hidden
}

.comments-list .comment__item .comment__content {
    padding-left: 70px
}

.comments-list .comment__item .comment__content .comment__author {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px
}

.comments-list .comment__item .comment__content .comment__date {
    color: #616161;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-bottom: 10px
}

.comments-list .comment__item .comment__content .comment__desc {
    font-size: 14px;
    margin-bottom: 8px
}

.comments-list .comment__item .comment__content .comment__reply {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #d3a971;
    display: inline-block
}

.comments-list .comment__item .comment__content .comment__reply:hover {
    color: #282828
}

.comments-list .comment__item .nested__comment {
    border-top: 1px dashed #dbdbdb;
    padding: 30px 0 0 0;
    margin: 30px 0 0 90px
}

.post-comments-form .form-group {
    margin-bottom: 30px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .post-item .post__title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px
    }
    .post-item .post__content {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .post-item .btn__link {
        margin-top: 10px
    }
    .post-author,
    .post-share {
        padding: 15px;
        margin-left: 0 !important
    }
    .widget-tags {
        margin-left: 0 !important
    }
    .post-single .post-item .post__desc p {
        padding-left: 0;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px
    }
    .comments-list .comment__item .comment__avatar {
        width: 40px;
        height: 40px
    }
    .comments-list .comment__item .comment__content {
        padding-left: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .blog-standard .post-item .post__meta>* {
        margin-right: 5px
    }
    .post-author {
        display: block
    }
}

.contact .btn__link {
    color: #d3a971
}

.contact .contact-box .contact__box-title {
    font-size: 16px
}

.contact .contact-box .contact__box-list li {
    font-size: 13px;
    line-height: 23px
}

.contact .social__icons li {
    margin-right: 10px
}

.contact .social__icons li:last-of-type {
    margin-right: 0
}

.contact .social__icons li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background-color: #d3a971;
    color: #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .15)
}

.contact .social__icons li a:hover {
    background-color: #282828
}

.contact-box {
    margin-bottom: 30px
}

.contact-box .contact__box-title {
    font-size: 14px;
    font-weight: 700
}

.contact-box .contact__box-list {
    margin-bottom: 25px
}

.contact-layout2 .contact-box {
    padding: 0 30px;
    margin-top: 50px
}

.contact-layout2 .contact-box .contact__box-title {
    color: #d3a971
}

.contact-layout2 .reservation__banner {
    min-height: 380px;
    max-width: 400px;
    margin: -190px auto 0
}

@media only screen and (max-width:992px) {
    .contact-layout2 .contact-box {
        margin: 30px 0
    }
    .contact-layout2 .reservation__banner {
        margin: 0 auto
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .contact-box .contact__box-title {
        margin-bottom: 10px
    }
    .contact-layout2 .contact-box {
        padding: 0
    }
    .form-control.nice-select,
    .form-group {
        margin-bottom: 15px
    }
}

.product-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 50px
}

.product-item .product__img {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.product-item .product__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .2;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%)
}

.product-item .product__cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5px
}

.product-item .product__cat a {
    position: relative;
    font-size: 11px;
    padding-right: 12px
}

.product-item .product__cat a:hover {
    color: #d3a971
}

.product-item .product__cat a:after {
    content: "-";
    position: absolute;
    top: 0;
    right: 3px;
    color: #9b9b9b
}

.product-item .product__cat a:last-child {
    padding-right: 0
}

.product-item .product__cat a:last-child::after {
    display: none
}

.product-item .product__action {
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0;
    z-index: 2;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.product-item:hover .product__action {
    bottom: 0
}

.product__title {
    font-size: 18px;
    margin-bottom: 10px
}

.product__title a {
    color: #222
}

.product__title a:hover {
    color: #d3a971
}

.product__price {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #d3a971
}

.related__products-title {
    font-size: 15px
}

.list-view {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.list-view .product-item {
    display: flex;
    border: 1px solid #eee
}

.list-view .product-item .product__img {
    position: static;
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom: 0
}

.list-view .product-item .product__img:after {
    display: none
}

.list-view .product-item .product__cat {
    justify-content: flex-start
}

.list-view .product-item .product__content {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 20px;
    text-align: left
}

.list-view .product-item .product__hover {
    opacity: 1;
    background-image: none;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.list-view .product-item .product__action {
    left: calc(40% + 20px);
    width: auto;
    bottom: 30px
}

.list-view .product-item .btn:hover {
    background-color: #282828;
    border-color: #282828;
    color: #fff
}

.product-single .quantity__input-wrap .qty-input {
    width: 60px;
    height: 50px;
    margin: 0;
    color: #9b9b9b;
    font-weight: 600;
    padding-right: 10px
}

.product-single .quantity__input-wrap i {
    width: auto;
    height: auto;
    line-height: 1;
    border: 5px solid transparent;
    position: absolute;
    right: 10px
}

.product-single .quantity__input-wrap .increase-qty {
    top: 7px;
    border-bottom-color: #9b9b9b
}

.product-single .quantity__input-wrap .decrease-qty {
    bottom: 7px;
    border-top-color: #9b9b9b
}

.product__meta-title {
    font-size: 12px;
    color: #282828
}

.product__meta-cat a,
.product__meta-tags a {
    position: relative;
    font-size: 12px;
    padding-right: 6px
}

.product__meta-cat a:after,
.product__meta-tags a:after {
    content: "-";
    position: absolute;
    top: -2px;
    right: -2px;
    color: #9b9b9b
}

.product__meta-cat a:last-child,
.product__meta-tags a:last-child {
    padding-right: 0
}

.product__meta-cat a:last-child:after,
.product__meta-tags a:last-child:after {
    display: none
}

.product__share-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px
}

.quantity__input-wrap {
    display: inline-flex;
    position: relative
}

.quantity__input-wrap i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    border: 1px solid #eee;
    text-align: center;
    color: #d3a971;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.qty-input {
    background-color: #f6f6f6;
    width: 30px;
    height: 25px;
    border: 1px solid #dbdbdb;
    text-align: center;
    color: #9b9b9b;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    margin: 0 5px;
    border-radius: 1px;
    -moz-appearance: textfield
}

.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.product__tabs .tab-content {
    padding-top: 20px
}

.product__tabs .tab-content p {
    line-height: 22px
}

.product__tabs .tab-content p :last-child {
    margin-bottom: 0
}

.product__tabs .reviews__form .form-control {
    border: 1px solid #e6e6e6;
    height: 40px;
    padding: 0 10px
}

.product__tabs .reviews__form .form-control:focus {
    border-color: #d3a971
}

.product__tabs .reviews__form textarea.form-control {
    min-height: 120px
}

.filtering-options {
    display: flex;
    justify-content: space-between;
    border: 1px solid #dbdbdb;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px
}

.filtering-options .select-box {
    position: relative;
    display: inline-block
}

.filtering-options .select-box:before {
    content: "";
    font-family: fontAwesome;
    position: absolute;
    top: 5px;
    right: 10px
}

.filtering-options .select-box select {
    padding: 0 20px 0 10px;
    height: 30px;
    border: 1px solid #eee;
    min-width: 128px;
    color: #9b9b9b;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.filtering-options .sort-box {
    display: flex;
    align-items: center;
    margin-right: 30px
}

.filtering-options .sort-box:last-of-type {
    margin-right: 0
}

.filter-option-sorting {
    display: flex;
    align-items: center
}

.filter-option-view span,
.sort-box span {
    font-family: Poppins;
    color: #282828;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-right: 8px
}

.filter-option-view a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #9b9b9b;
    margin-right: 8px
}

.filter-option-view a:last-child {
    margin-right: 0
}

.filter-option-view a.active,
.filter-option-view a:hover {
    color: #d3a971
}

.shop__cat-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
    margin-bottom: 30px
}

.shop__cat-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(27, 26, 26, .25);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.shop__cat-item .btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 3;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.shop__cat-item img {
    width: 100%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.shop__cat-item:hover:before {
    background-color: rgba(27, 26, 26, .75)
}

.shop__cat-item:hover .btn {
    background-color: #d3a971;
    border-color: #d3a971;
    color: #fff
}

.shop__cat-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.cart-table {
    margin-bottom: 50px
}

.cart-table .table {
    border: 1px solid #dbdbdb;
    border-radius: 0;
    margin-bottom: 0
}

.cart-table thead {
    background-color: transparent
}

.cart-table thead tr th {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #282828;
    line-height: 50px !important;
    border-bottom-width: 0 !important;
    border-color: #eee;
    padding: 0
}

.cart-table tbody tr td {
    padding: 20px;
    border-color: #eee
}

.cart-table .cart__product-item {
    position: relative;
    display: flex
}

.cart-table .cart__product-price,
.cart-table .cart__product-total {
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    color: #d3a971;
    text-align: center
}

.cart-table .cart__product-quantity {
    text-align: center
}

.cart-table .cart__product-quantity input {
    width: 30px;
    height: 25px;
    border: 1px solid #eee;
    border-radius: 2px;
    text-align: center;
    color: #222;
    font-size: 14px;
    line-height: 25px;
    margin-right: 5px
}

.cart-table .cart__product-img {
    width: 50px;
    margin-right: 20px
}

.cart-table .cart__product-title h6 {
    font-size: 14px;
    font-weight: 700
}

.cart-table .cart__product-remove {
    position: absolute;
    right: 20px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-size: 9px;
    background-color: #222;
    color: #fff;
    border-radius: 1px;
    text-align: center;
    cursor: pointer
}

.cart-table .cart__product-remove:hover {
    background-color: #d3a971
}

.cart-table .cart__product-action td {
    padding: 30px 20px 20px
}

.cart-table .cart__product-action td .form-control {
    font-size: 12px;
    font-weight: 400;
    width: 250px;
    height: 42px;
    line-height: 25px;
    border: 1px solid #dbdbdb
}

.cart-table .cart__product-action td .btn {
    line-height: 39px;
    height: 42px;
    min-width: 134px
}

.cart-table .cart__product-action td .cart__product-action-content {
    display: flex;
    justify-content: space-between
}

.cart__shiping,
.cart__total-amount {
    background-color: #f9f9f9;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    padding: 30px 20px;
    margin-bottom: 30px
}

.cart__shiping h6,
.cart__total-amount h6 {
    font-size: 16px;
    margin-bottom: 25px
}

.cart__total-amount ul li {
    font-size: 13px;
    line-height: 36px;
    display: flex;
    justify-content: space-between
}

.cart__total-amount ul li span:first-of-type {
    font-weight: 600;
    color: #d3a971
}

.cart__shiping .form-control {
    border: 1px solid #dbdbdb;
    font-size: 12px;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    margin-bottom: 20px
}

.cart__shiping .btn {
    line-height: 39px;
    height: 42px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .product__form-wrap form {
        display: block
    }
    .product__action-btns .btn {
        margin-right: 10px;
        margin-bottom: 10px
    }
    .product__quantity-title {
        margin-bottom: 10px
    }
    .shop__cat-item .btn {
        bottom: 20px;
        left: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .filtering-options {
        display: block;
        text-align: center;
        padding: 15px
    }
    .filtering-options .sort-box {
        margin-right: 15px
    }
    .filtering-options .select-box {
        margin-left: 0
    }
    .filter-option-sorting {
        justify-content: space-between;
        margin-bottom: 15px
    }
    .product__form-wrap form {
        display: block
    }
    .product__action-btns .btn {
        margin-right: 10px;
        margin-bottom: 10px
    }
    .product__quantity-title {
        margin-bottom: 14px
    }
    .shopping-cart .container {
        max-width: 100%
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .product-item {
        margin-bottom: 30px
    }
    .filter-option-sorting,
    .filtering-options .sort-box {
        margin-right: 15px
    }
    .filter-option-view span,
    .sort-box span {
        display: block;
        margin-bottom: 5px
    }
    .product__action-btns .btn {
        margin-right: 10px;
        margin-bottom: 10px
    }
    .product__quantity-title {
        margin-bottom: 14px
    }
    .list-view .product-item .product__action {
        bottom: 10px;
        left: calc(40% + 10px)
    }
    .list-view .product-item .product__action .btn {
        min-width: 80px;
        font-size: 10px;
        height: 25px;
        line-height: 23px
    }
    .list-view .product-item .product__content {
        padding: 10px
    }
    .list-view .product-item .product__title {
        font-size: 15px;
        line-height: 1.1
    }
    .shopping-cart .container {
        max-width: 100%
    }
    .cart-table tbody tr td {
        padding: 5px
    }
    .cart-table .cart__product-img {
        width: 40px;
        margin-right: 5px
    }
    .cart-table .cart__product-remove {
        right: 5px
    }
    .cart-table .cart__product-title h6 {
        font-size: 12px;
        font-weight: 400
    }
    .cart-table .cart__product-price,
    .cart-table .cart__product-total {
        font-size: 10px
    }
    .cart-table .quantity__input-wrap i {
        width: 15px;
        height: 20px;
        line-height: 20px
    }
    .cart-table .cart__product-quantity input {
        width: 30px;
        height: 20px
    }
    .cart-table .cart__product-action-content {
        display: block !important
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .product-item img {
        width: 100%
    }
    .product-item .product__content {
        padding: 15px 10px
    }
    .list-view .product-item {
        max-width: none
    }
    .list-view .product-item .product__action .btn {
        min-width: 100px;
        font-size: 11px;
        height: 35px;
        line-height: 33px
    }
    .list-view .product-item .product__content {
        padding: 10px
    }
    .list-view .product-item .product__title {
        font-size: 15px;
        line-height: 1.1
    }
    .shop__cat-item .btn {
        bottom: 20px;
        left: 20px;
        width: 130px;
        height: 40px;
        line-height: 38px
    }
    .cart-table .cart__product-price,
    .cart-table .cart__product-total {
        font-size: 10px;
        font-weight: 400;
        padding: 0
    }
    .cart-table thead tr th {
        font-size: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:440px) {
    .filtering-options {
        display: block;
        padding: 10px
    }
    .filter-option-sorting,
    .filtering-options .sort-box {
        margin: 0 0 10px 0;
        display: block
    }
    .filtering-options .select-box {
        display: block
    }
    .filtering-options .select-box select {
        width: 100%;
        height: 35px
    }
    .list-view .product-item .product__title {
        font-size: 12px;
        margin-bottom: 5px
    }
    .list-view .product-item .product__price {
        font-size: 15px
    }
}

.widget {
    background-color: #f6f6f6;
    padding: 40px;
    margin-bottom: 30px
}

.widget:last-child {
    margin-bottom: 0
}

.widget .widget__title {
    font-size: 16px;
    letter-spacing: .5px;
    margin-bottom: 26px
}

.widget-search .widget__form-search {
    position: relative
}

.widget-search .widget__form-search button {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 0;
    color: #d3a971
}

.widget-about img {
    margin-bottom: 26px
}

.widget-about p {
    margin-bottom: 11px
}

.widget-about .btn__link {
    line-height: 1;
    width: auto;
    height: auto;
    border: none;
    color: #d3a971
}

.widget-about .btn__link:hover {
    color: #222
}

.widget-categories li a {
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #d3a971;
    padding: 11px 10px;
    border-bottom: 1px solid #dbdbdb
}

.widget-categories li a:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget-categories li a:hover {
    color: #222
}

.widget-categories li:last-child a {
    border-bottom: 0
}

.widget-tags ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0
}

.widget-tags ul li a {
    display: block;
    font-size: 14px;
    background-color: #d3a971;
    color: #fff;
    line-height: 1;
    border-radius: 3px;
    text-transform: capitalize;
    padding: 7px 9px;
    margin: 0 10px 10px 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.widget-tags ul li a:hover {
    background-color: #222;
    color: #fff
}

.widget-poducts .widget-product-item {
    display: flex;
    margin-bottom: 30px
}

.widget-poducts .widget-product-item:last-of-type {
    margin-bottom: 0
}

.widget-poducts .widget-product-item .widget__product-title {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0
}

.widget-poducts .widget-product-item .widget__product-title a {
    color: #222
}

.widget-poducts .widget-product-item:hover .widget__product-title a {
    color: #d3a971
}

.widget-poducts .widget-product-item .widget__product-img {
    margin-right: 20px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px
}

.widget-poducts .widget-product-item .widget__product-img img {
    width: 100%;
    height: 100%
}

.widget-poducts .widget-product-item .widget__product-price {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
    color: #d3a971
}

.widget-posts .widget-post-item {
    margin-bottom: 28px
}

.widget-posts .widget-post-item:last-of-type {
    margin-bottom: 0
}

.widget-posts .widget-post-item .widget__post-title {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0
}

.widget-posts .widget-post-item .widget__post-title a {
    color: #222
}

.widget-posts .widget-post-item:hover .widget__post-title a {
    color: #d3a971
}

.widget-posts .widget-post-item .widget__post-img {
    margin-bottom: 17px
}

.widget-posts .widget-post-item .widget__post-date {
    line-height: 1;
    font-size: 13px;
    display: block;
    margin-bottom: 6px
}

.sidebar-layou2 .widget {
    background-color: transparent;
    padding: 0;
    margin-bottom: 50px
}

.ui-slider {
    position: relative
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget.ui-widget-content {
    border: none
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    width: 8px;
    height: 8px;
    background-color: #d3a971;
    border-radius: 2px
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.widget-filter .ui-slider {
    background-color: #dbdbdb;
    border-radius: 0;
    height: 4px;
    margin-bottom: 18px
}

.widget-filter .ui-slider-range {
    height: 4px;
    background-color: #d3a971
}

.widget-filter .price-output {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 26px
}

.widget-filter label {
    color: #9b9b9b;
    font-size: 12px;
    margin-bottom: 0
}

.widget-filter input {
    background-color: transparent;
    color: #d3a971;
    font-size: 12px;
    border: none;
    max-width: 120px
}

.widget-filter .btn {
    height: auto;
    line-height: 1;
    padding: 0;
    font-size: 12px
}

.widget-filter .btn:after,
.widget-filter .btn:before {
    display: none
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .widget {
        padding: 15px;
        margin-bottom: 20px
    }
    .widget .widget__title {
        margin-bottom: 10px
    }
    .widget-tags ul li a {
        margin: 0 5px 5px 0
    }
}

.events .post-item .post__content {
    padding-left: 0
}

.events .post-item .post__title {
    font-size: 19px
}

.events .post-item .btn__link {
    margin-top: 8px
}

.events .post-item .post__meta-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    white-space: nowrap;
    margin: 0
}

.events .post-item .post__meta-tag.sold-out span {
    background-color: red
}

.menu-item {
    position: relative;
    margin-bottom: 20px
}

.menu-item .menu__item-title {
    font-size: 16px;
    margin-bottom: 7px
}

.menu-item .menu__item-price {
    font-family: Kristi;
    font-size: 30px;
    color: #d3a971;
    line-height: 1
}

.menu-item .menu__item-desc {
    margin-bottom: 0
}

.menu-item .pricing__tag {
    display: inline-block;
    position: relative;
    background-color: #d3a971;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    padding: 0 10px;
    border-radius: 3px
}

.menu-item .menu__item-img {
    margin-bottom: 28px
}

.menu__block-title {
    font-family: "Yeseva One";
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px
}

.menu-layout1 .menu-item {
    padding-bottom: 11px;
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom: 20px
}

.menu-layout1 .menu-item .menu__item-title {
    display: inline-block;
    margin-right: 10px
}

.menu-layout1 .menu-item .menu__item-price {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 50px;
    text-align: right
}

.menu-layout2 .menu-wrapper {
    padding-bottom: 0
}

.menu-layout2 .menu-item {
    margin-bottom: 35px
}

.menu-layout2 .menu-item .menu__item-desc,
.menu-layout2 .menu-item .menu__item-title {
    margin-bottom: 5px
}

.menu-layout3 .menu-item {
    margin-bottom: 40px
}

.menu-layout3 .menu-item .menu__item-content {
    position: relative
}

.menu-layout3 .menu-item .menu__item-title {
    display: inline-block
}

.menu-layout3 .menu-item .menu__item-price {
    position: absolute;
    top: 0;
    right: 0
}

.menu-layout3 .menu-item .menu__item-img {
    position: relative;
    overflow: hidden
}

.menu-layout3 .menu-item .menu__item-img img {
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear
}

.menu-layout3 .menu-item:hover .menu__item-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.menu-layout4 .menu-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-shadow: 0 1px 73px rgba(40, 40, 40, .1);
    margin-bottom: 0
}

.menu-layout4 .menu-item .menu__item-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.menu-layout4 .menu-item .menu__item-hover>a {
    display: block;
    width: 100%;
    height: 100%
}

.menu-layout4 .menu-item:hover .menu__item-hover {
    opacity: 1
}

.menu-layout4 .menu-item .menu__item-content,
.menu-layout4 .menu-item .menu__item-img {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0
}

.menu-layout4 .menu-item .menu__item-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding: 40px 30px
}

.menu-layout4 .menu-item .menu__item-content:after,
.menu-layout4 .menu-item .menu__item-content:before {
    content: "";
    position: absolute;
    border-radius: 2px;
    border: 1px solid #d3a971;
    display: block
}

.menu-layout4 .menu-item .menu__item-content:before {
    right: 20px;
    bottom: 20px;
    left: 20px;
    height: calc(100% - 40px)
}

.menu-layout4 .menu-item .menu__item-content:after {
    right: 22px;
    top: 18px;
    left: 22px;
    height: calc(100% - 36px)
}

.menu-layout4 .menu-item .menu__item-img img {
    width: 100%
}

.menu-layout4 .menu-item .menu__item-title {
    font-family: "Yeseva One";
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 22px
}

.menu-layout4 .menu-item .menu__item-divider {
    margin-bottom: 19px
}

.menu-layout4 .menu-item .pricing__tag {
    margin-bottom: 25px
}

.menu-layout4 .menu-item .menu__item-desc {
    margin-bottom: 17px
}

.menu-layout4 .menu-item .menu__item-price {
    font-size: 35px
}

.menu-layout4 .filtered-items-wrap>[class*=col-]:nth-of-type(1) .menu-item,
.menu-layout4 .filtered-items-wrap>[class*=col-]:nth-of-type(2) .menu-item,
.menu-layout4 .filtered-items-wrap>[class*=col-]:nth-of-type(5) .menu-item,
.menu-layout4 .filtered-items-wrap>[class*=col-]:nth-of-type(6) .menu-item {
    flex-direction: row-reverse
}

.menu-wrapper {
    position: relative;
    background-color: #fff;
    padding: 50px 50px 20px;
    border-radius: 2px;
    border: 1px solid #d3a971;
    margin-bottom: 30px
}

.menu-wrapper:before {
    content: "";
    position: absolute;
    top: -4px;
    right: 2px;
    bottom: 0;
    left: 2px;
    height: calc(100% + 8px);
    display: block;
    border-radius: 2px;
    border: 1px solid #d3a971
}

.menu-container {
    background-color: #fff;
    padding: 20px 20px 10px;
    border-radius: 2px
}

@media (min-width:1400px) {
    .menu-layout6 .heading__title {
        font-size: 55px
    }
    .menu-layout6 .menu__card-inner {
        padding: 0 100px
    }
}

@media (min-width:992px) {
    .menu-item:last-of-type {
        border-bottom: 0
    }
    .menu-layout2 .menu-item {
        display: flex
    }
    .menu-layout2 .menu-item .menu__item-img {
        -ms-flex: 0 0 34.4%;
        flex: 0 0 34.4%;
        max-width: 34.4%;
        margin-bottom: 0
    }
    .menu-layout2 .menu-item .menu__item-content {
        -ms-flex: 0 0 65.6%;
        flex: 0 0 65.6%;
        max-width: 65.6%;
        padding-left: 15px
    }
    .menu-layout6 .menu__card-inner {
        padding: 0 50px
    }
}

@media (max-width:992px) {
    .menu-wrapper {
        padding: 15px
    }
    .menu-layout2 .menu-item {
        margin-bottom: 20px
    }
    .menu-layout2 .menu-item:last-child {
        margin-bottom: 0
    }
    .menu-layout6 .menu__card-inner {
        padding: 0 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .menu-layout4 .menu-item .menu__item-content {
        padding: 25px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .menu-item .menu__item-desc {
        font-size: 12px
    }
    .menu-layout1 .menu-item .menu__item-price {
        position: static;
        text-align: left
    }
    .menu-layout4 .menu-item {
        flex-direction: column !important
    }
    .menu-layout4 .menu-item .menu__item-content,
    .menu-layout4 .menu-item .menu__item-img {
        flex: 0 0 100%;
        max-width: 100%
    }
    .menu-layout4 .menu-item .menu__item-img {
        padding: 0 10px
    }
    .menu-layout4 .menu-item .menu__item-content {
        padding: 30px 20px
    }
    .menu-layout4 .menu-item .menu__item-desc,
    .menu-layout4 .menu-item .menu__item-icon,
    .menu-layout4 .menu-item .menu__item-title {
        margin-bottom: 10px
    }
}

.reservation__form {
    position: relative;
    background-color: #fff;
    max-width: 850px;
    margin: auto;
    padding: 50px;
    border: 1px solid #d3a971;
    border-radius: 2px
}

.reservation__form:before {
    content: "";
    position: absolute;
    top: -4px;
    right: 2px;
    bottom: 0;
    left: 2px;
    height: calc(100% + 8px);
    display: block;
    border-radius: 2px;
    border: 1px solid #d3a971
}

.reservation__banner {
    position: relative;
    text-align: center;
    max-width: 390px;
    margin: 20px auto
}

.reservation__banner .reservation__banner-inner {
    position: relative;
    z-index: 2;
    padding: 75px 50px 60px
}

.reservation__banner .reservation__banner-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.reservation__banner .reservation__banner-contact-label,
.reservation__banner .reservation__banner-inner-subtitle {
    font-family: Kristi;
    font-size: 30px;
    color: #d3a971;
    display: block;
    margin-bottom: 0
}

.reservation__banner .reservation__banner-contact-phone,
.reservation__banner .reservation__banner-inner-title {
    font-family: "Yeseva One";
    font-size: 27px;
    color: #fff;
    margin-bottom: 6px
}

.reservation__banner ul {
    margin-bottom: 26px
}

.reservation__banner ul li {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    border-bottom: 1px dashed #494b4f
}

.reservation__banner ul li:last-child {
    border-bottom: 0
}

.reservation__banner .reservation__banner-contact-phone {
    display: block
}

.reservation__form textarea.form-control {
    min-height: 90px
}

.reservation__form .reservation__form-heading h5 {
    font-size: 22px;
    font-weight: 700
}

.reservation__form .reservation__form-heading a {
    color: #d3a971;
    font-size: 13px;
    display: block;
    margin-bottom: 20px
}

.page-title+.reservation-layout2 {
    margin-top: -80px;
    z-index: 3
}

.reservation-layout2 .reservation-container {
    padding: 70px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.reservation-layout2 .reservation-container .reservation__banner {
    flex: 0 0 40%;
    max-width: 40%;
    margin: 0
}

.reservation-layout2 .reservation-container .reservation__form {
    flex: 0 0 57%;
    max-width: 57%;
    padding: 50px 40px;
    margin: 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .reservation-layout2 .reservation-container {
        padding: 40px
    }
    .reservation-layout2 .reservation-container .reservation__form {
        padding: 20px 30px
    }
}

@media (max-width:992px) {
    .reservation-layout2 .reservation-container {
        flex-direction: column;
        padding: 30px
    }
    .reservation-layout2 .reservation-container .reservation__banner {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px
    }
    .reservation-layout2 .reservation-container .reservation__form {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .reservation__form {
        text-align: center;
        padding: 10px
    }
    .reservation__banner .reservation__banner-inner {
        padding: 30px
    }
    .reservation-layout2 .reservation-container {
        padding: 10px
    }
    .reservation-layout2 .reservation-container .reservation__banner {
        width: 100%
    }
    .reservation-layout2 .reservation-container .reservation__form {
        padding: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .about .mr-30 {
        margin-right: 0 !important
    }
    .about .ml-30 {
        margin-left: 0 !important
    }
}
footer.main-footer {
    padding-top: 70px;
    background: black;
}
p.footer_address {
    color: white;
    font-size: 18px;
}
p.footer_hours {
    color: white;
    font-size: 18px;
}

span.footer_phone {
    color: white;
    font-size: 18px;
}
.footer-copyright-text {
    text-align: center;
    padding: 45px;
}
p.footer_align {
    color: white;
}
a.copyright-ordermeal {
    color: white;
}
