/*===========================
    1. COMMON css
===========================*/

@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i|Roboto:300,400,400i,500,500i,700,700i&display=swap");
body {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #64656a;
    overflow-x: hidden;
}

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

img {
    max-width: 100%;
}

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

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

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    color: #000000;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #64656a;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

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

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

.pagination {
    justify-content: center;
    margin-top: 50px;
}

.w-100 {
    width: 100%;
}

div#particles-js canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

.ui-datepicker td.ui-datepicker-current-day a {
    background-color: #d3a971;
}


/*===== All Button Style =====*/

.main-btn {
    display: inline-block;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #fff;
    padding: 0 24px;
    font-size: 14px;
    line-height: 56px;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: transparent;
}

@media (max-width: 767px) {
    .main-btn {
        font-size: 13px !important;
        padding: 0 18px;
    }
    .main-btn.main-btn-2 {
        font-size: 13px !important;
        padding: 0 18px;
    }
}

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

.main-btn.main-btn-2 {
    background-color: #d3a971;
    color: #fff;
    border-color: #d3a971;
}

.main-btn.main-btn-2:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.section-title {
    padding-bottom: 35px;
}

.section-title span {
    font-size: 18px;
    color: #d3a971;
    font-weight: 300;
    text-transform: capitalize;
    position: relative;
    z-index: 10;
}

.section-title span img {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.section-title .title {
    font-size: 32px;
    font-weight: 900;
    padding-top: 5px;
}

.flag {
    width: 50px;
    height: 140px;
    box-sizing: content-box;
    padding-top: 15px;
    position: absolute;
    background: #fd5d14;
    top: 0px;
    left: -110px;
    color: white;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .flag {
        left: -84px;
    }
}

.flag span {
    color: #fff;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    transform: rotate(-90deg);
    margin-left: -30px;
    margin-top: 35px;
}

.flag::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 25px solid #fff;
    border-left: 24px solid transparent;
    border-right: 25px solid transparent;
}

.flag.flag-2 {
    height: 85px;
    width: 30px;
    left: -1px;
    top: -1px;
}

.flag.flag-2::after {
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.flag.flag-2 span {
    font-size: 11px;
    font-weight: 700;
    margin-top: 18px;
    margin-left: -16px;
}

.buttonBar {
    display: none;
}

.base-btn {
    background-color: #d3a971;
    border: 1px solid #d3a971;
}

.facebook-login-btn {
    background-color: #3b5998 !important;
}

.google-login-btn {
    background-color: #db3236 !important;
}


/* cut for plugin_css/all */

.color-1 {
    background-color: #d3a971 !important;
}

.color-2 {
    background-color: #000000 !important;
}

.rate {
    background-image: url("../../img/rate-star.png");
    background-position: 0 -13px;
    background-repeat: repeat-x;
    height: 13px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    width: 95px;
    margin-bottom: 2px;
}

.rating {
    background-image: url("../../img/rate-star.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 13px;
}


/*===========================
    2.HEADER css
===========================*/

.navigation {
    padding: 0;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    padding-left: 70px;
    padding-right: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .navigation {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .navigation {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .navigation {
        padding-left: 20px;
        padding-right: 20px;
        top: -20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation {
        padding: 0 0 32px;
    }
}

@media (max-width: 767px) {
    .navigation {
        padding: 0 0 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .navigation {
        padding: 32px 0;
    }
}

.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: sticky 1s;
    background-color: #000000;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    padding: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation.sticky {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .navigation.sticky {
        padding: 20px 0;
    }
}

.navigation.sticky .navbar .navbar-nav .nav-item a {
    line-height: 40px;
}

.navigation .navbar {
    position: relative;
    padding: 0;
}

.navbar-brand img {
    max-width: 150px;
    max-height: 75px;
}

.navigation .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #d3a971;
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 124%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 8;
        padding: 10px 16px;
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 124%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 8;
        padding: 10px 16px;
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .navigation .navbar .navbar-collapse {
        top: 124%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav {
        margin-right: 0;
    }
    .navigation .navbar .navbar-nav {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav {
        margin-right: 0;
    }
}

.navigation .navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .navigation .navbar .navbar-nav .nav-item {
        margin: 0 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation .navbar .navbar-nav .nav-item {
        margin: 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.navigation .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    line-height: 100px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .navigation .navbar .navbar-nav .nav-item a {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation .navbar .navbar-nav .nav-item a {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item a {
        padding: 0;
        display: block;
        color: #404040;
        border: 0;
        margin: 0;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item a {
        padding: 0;
        display: block;
        color: #404040;
        border: 0;
        margin: 0;
        line-height: 40px;
        text-align: left;
    }
}

.navigation .navbar .navbar-nav .nav-item a>i {
    padding-left: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item a>i {
        display: none;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item a>i {
        display: none;
    }
}

.navigation .navbar .navbar-nav .nav-item a:hover {
    color: #d3a971;
    text-align: left;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 260px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all none ease-out 0s;
        -moz-transition: all none ease-out 0s;
        -ms-transition: all none ease-out 0s;
        -o-transition: all none ease-out 0s;
        transition: all none ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all none ease-out 0s;
        -moz-transition: all none ease-out 0s;
        -ms-transition: all none ease-out 0s;
        -o-transition: all none ease-out 0s;
        transition: all none ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0;
    }
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li {
    position: relative;
    margin: 0;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-nav-toggler {
    color: #404040;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
    display: block;
    padding: 8px 24px;
    position: relative;
    color: #404040;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
    margin: 0 0;
    line-height: 30px;
    text-align: left;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
    float: right;
    font-size: 14px;
    margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
        display: none;
    }
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li a .sub-nav-toggler i {
    display: inline-block;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
        padding-left: 30px;
    }
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu li a::before {
    display: none;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li.submenus:hover>.sub-menu {
    display: block;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover .sub-nav-toggler {
    color: #000;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover>a {
    background-color: #d3a971;
    color: #fff !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover>a::before {
    opacity: 1;
}

.navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: none;
        border: 0;
        color: #404040;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: none;
        border: 0;
        color: #404040;
    }
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler img {
    width: 30%;
}

.navigation .navbar .navbar-nav .nav-item.active a {
    color: #d3a971;
}

.navigation .navbar .navbar-nav .nav-item.active a::before {
    width: 100%;
}

.navigation .navbar .navbar-nav .nav-item.active a {
    color: #d3a971;
}

.navigation .navbar .navbar-nav li.submenus ul {
    position: absolute;
    left: 100%;
    width: 220px;
    top: 0;
    display: none;
    background-color: #ffffff;
}

.navigation .navbar .navbar-nav li.submenus:hover>ul {
    display: block;
}

.navigation .navbar .navbar-nav li.submenus::after {
    position: absolute;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    top: 54%;
    font-weight: 700;
    color: #000;
    transform: translateY(-50%);
    font-size: 12px;
    right: 16px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.navigation .navbar .navbar-nav li.submenus:hover::after {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    div#navbarFive {
        max-height: 450px;
        overflow-y: scroll;
    }
    .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
        text-align: left;
    }
    .navigation .navbar .navbar-nav .nav-item a:hover {
        text-align: left;
    }
    .navigation .navbar .navbar-nav li.submenus::after {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-btns {
        position: absolute;
        top: 50%;
        right: 70px;
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-btns {
        position: absolute;
        top: 50%;
        right: 70px;
        transform: translateY(-50%);
    }
}

.navigation .navbar .navbar-btns .header-times {
    position: relative;
    text-align: left;
}

.navigation .navbar .navbar-btns .header-times i {
    position: absolute;
    left: -50px;
    color: #d3a971;
    font-size: 34px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation .navbar .navbar-btns .header-times i {
        left: -38px;
    }
}

.navigation .navbar .navbar-btns .header-times span {
    color: #fff;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    font-size: 14px;
}

.navigation .navbar .navbar-btns .header-times p {
    color: #fff;
    opacity: .5;
    font-weight: 300;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation .navbar .navbar-btns .header-times p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {

    .navbar-expand-lg .navbar-nav {
        margin: 0 auto;
    }
    .navigation {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .navigation .navbar .navbar-btns .header-times {
        display: none;
    }
}

.navigation .navbar .navbar-btns a {
    font-size: 14px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    line-height: 36px;
    height: 40px;
    padding: 0 12px;
    border-radius: 5px;
    margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .navigation .navbar .navbar-btns a {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation .navbar .navbar-btns a {
        margin-left: 10px;
        font-size: 13px;
        padding: 0 10px;
    }
}

.navigation.navigation-2.sticky {
    background-color: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
}

.navigation.navigation-2 .navbar .navbar-nav .nav-item a {
    color: #000000;
}

.navigation.navigation-2 .navbar .navbar-nav .nav-item a:hover {
    color: #d3a971;
}

.navigation.navigation-2 .navbar .navbar-nav .nav-item.active a {
    color: #d3a971;
}

.navigation.navigation-2 .navbar .navbar-btns a {
    background-color: transparent;
    color: #000000;
    border-color: #000000;
}

.navigation.navigation-2 .navbar .navbar-btns a:hover {
    background: #d3a971;
    color: #fff;
    border-color: #d3a971;
}

.navigation.navigation-3 .navbar .navbar-btns a {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.navigation.navigation-3 .navbar .navbar-btns a:hover {
    border-color: #d3a971;
    background: #d3a971;
}

@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}

.support-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff1a;
}

.sticky .support-bar {
    display: none;
}

.infos {
    color: #fff;
    text-align: left;
    opacity: .7;
}

.infos span i {
    color: #d3a971;
    display: inline-block;
    margin-right: 8px;
}

.infos span:first-child {
    margin-right: 20px;
}

.links {
    display: block;
    text-align: right;
}

.links a:hover {
    color: #d3a971;
}

.language {
    display: inline-block;
    margin-left: 17px;
    position: relative;
}

a.language-btn {
    position: relative;
    text-decoration: none;
    padding-right: 15px;
    text-align: left;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
}

.language-btn::after {
    content: "\f078";
    position: absolute;
    right: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    top: 2px;
    font-size: 10px;
}

ul.language-dropdown {
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 0;
    width: 120px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    transition: .5s;
}

ul.language-dropdown.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

ul.dropdown li {
    display: block;
}

ul.language-dropdown li {
    position: relative;
    background-color: #000;
    z-index: -1;
}

ul.language-dropdown li a {
    display: block;
    position: relative;
    padding: 12px 16px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

ul.language-dropdown li a:hover {
    color: #fff;
}

ul.language-dropdown li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #d3a971;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
}

ul.language-dropdown li a:hover::before {
    width: 100%;
}

ul.language-dropdown li:last-child a {
    border-bottom: none;
}

.language a i {
    margin-right: 3px;
}

ul.login {
    display: inline-block;
    position: relative;
    margin-left: 43px;
}

ul.login::before {
    content: "|";
    position: absolute;
    left: -24px;
    color: #fff;
    opacity: .6;
}

.links ul.social-links {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

.links ul.social-links li {
    display: inline-block;
    margin-right: 15px;
}

.links ul.social-links li a {
    display: block;
    color: #fff;
    font-size: 14px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.links ul.social-links li a:hover {
    color: #d3a971;
}

@media only screen and (max-width: 1199px) {
    .links {
        text-align: center;
    }
    .links ul.social-links {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .links {
        padding-top: 24px;
    }
}

.links ul.social-links::after {
    content: "|";
    position: absolute;
    right: -28px;
    color: #fff;
    opacity: .7;
}

.links ul.social-links li:last-child {
    margin-right: 0;
}

ul.login a {
    color: #fff;
}


/*===========================
    3.BANNER css
===========================*/
.banner-content {
    position: relative;
    z-index: 150;
}

.banner-area {
    height: 950px;
    position: relative;
    z-index: 10;
}

.banner-area img {
    display: inline-block;
}

.banner-content.particles {
    position: relative;
    z-index: 100;
}

.banner-area .banner-content .title {
    font-size: 60px;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-area .banner-content .title {
        font-size: 48px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area .banner-content .title {
        font-size: 50px !important;
    }
}

@media (max-width: 767px) {
    .banner-area .banner-content .title {
        font-size: 36px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-area .banner-content .title {
        font-size: 60px !important;
    }
}

@media only screen and (max-width: 575px) {
    .banner-area {
        height: 750px;
    }
}

.banner-area .banner-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    padding-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-area .banner-content p {
        font-size: 16px !important;
    }
}

@media (max-width: 767px) {
    .banner-area .banner-content p {
        font-size: 15px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-area .banner-content p {
        font-size: 18px !important;
    }
}

.banner-area .banner-content ul {
    margin-top: 58px;
}

.banner-area .banner-content ul li {
    display: inline-block;
    margin-right: 18px;
}

.banner-area .banner-content ul li:last-child {
    margin-right: 0;
}

.banner-area .banner-thumb {
    position: absolute;
    right: 230px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .banner-area .banner-thumb {
        right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-area .banner-thumb {
        right: 0;
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area .banner-thumb {
        right: 0;
        width: 45%;
    }
}

@media (max-width: 767px) {
    .banner-area .banner-thumb {
        right: 0;
    }
}

.banner-area .banner-thumb img {
    width: 100%;
    max-width: 720px;
}

.banner-area.banner-area-2 {
    position: relative;
}

.banner-area.banner-area-2::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner-bg-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-area.banner-area-2 .banner-content .title {
    color: #000000;
}

.banner-area.banner-area-2 .banner-content .title span {
    color: #d3a971;
}

.banner-area.banner-area-2 .banner-content p {
    color: #798795;
}

.banner-area.banner-area-2 .banner-content ul li a {
    border-color: #000000;
    color: #000000;
}

.banner-area.banner-area-2 .banner-content ul li a:hover {
    border-color: #d3a971;
    color: #fff;
    background: #d3a971;
}

.banner-area.banner-area-2 .banner-content ul li a.main-btn-2 {
    border-color: #d3a971;
    color: #fff;
    background: #d3a971;
}

.banner-area.banner-area-2 .banner-content ul li a.main-btn-2:hover {
    background-color: transparent;
    border-color: #000000;
    color: #000000;
}

.banner-area.banner-area-2 .banner-thumb img {
    width: 90%;
}

.banner-area.banner-3-area {
    position: relative;
}

.banner-area.banner-3-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.banner-area.banner-3-area .banner-content .title {
    font-size: 60px;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-area.banner-3-area .banner-content .title {
        font-size: 54px;
    }
}

@media (max-width: 767px) {
    .banner-area.banner-3-area .banner-content .title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-area.banner-3-area .banner-content .title {
        font-size: 44px;
    }
}

.banner-area.banner-3-area .banner-content span {
    font-size: 24px;
    color: #fff;
    display: block;
    padding-bottom: 5px;
    padding-top: 24px;
}

@media (max-width: 767px) {
    .banner-area.banner-3-area .banner-content span {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-area.banner-3-area .banner-content span {
        font-size: 20px;
    }
}

.banner-slide-3 .slick-arrow,
.banner-slide-2 .slick-arrow,
.banner-slide .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 64px;
    border: 2px solid #d3a971;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    z-index: 1;
    transition: all linear 0.3s;
}

.banner-slide-3 .slick-arrow:hover,
.banner-slide-2 .slick-arrow:hover,
.banner-slide .slick-arrow:hover {
    background: #d3a971;
}

.banner-slide-3 .slick-arrow.prev,
.banner-slide-2 .slick-arrow.prev,
.banner-slide .slick-arrow.prev {
    left: 10px;
}

.banner-slide-3 .slick-arrow.next,
.banner-slide-2 .slick-arrow.next,
.banner-slide .slick-arrow.next {
    right: 10px;
}

.banner-slide-2 .slick-arrow {
    color: #000000;
}

.page-title-area {
    height: 450px;
    background-image: url(../img/5f3cc719d4863.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.page-title-area .page-title-item .title {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 90px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .page-title-area .page-title-item .title {
        font-size: 38px;
    }
}

.page-title-area .page-title-item nav {
    display: inline-block;
}

.page-title-area .page-title-item nav ol {
    background-color: transparent;
    padding: 0;
    align-items: center;
    display: flex;
}

.page-title-area .page-title-item nav ol li {
    color: #d3a971;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Playfair Display", serif;
    position: relative;
}

@media (max-width: 767px) {
    .page-title-area .page-title-item nav ol li {
        font-size: 15px;
    }
}

.page-title-area .page-title-item nav ol li i {
    font-size: 32px;
    color: #fff;
    position: absolute;
    left: -50px;
    top: 38%;
    transform: translateY(-50%);
}

.page-title-area .page-title-item nav ol li a {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: ">";
}

.page-shape {
    margin-top: -1px;
}

@media (max-width: 767px) {
    .page-shape {
        margin-top: -3px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-shape {
        margin-top: -2px;
    }
}

.page-shape img {
    width: 100%;
}


/*===========================
    4.FRESS css
===========================*/

.fress-area {
    background: #f6f6f6;
    position: relative;
    z-index: 5;
    padding-bottom: 120px;
    overflow: hidden;
}

.fress-area .fress-thumb {
    margin-top: -250px;
}

@media (max-width: 767px) {
    .fress-area .fress-thumb {
        margin-top: -100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fress-area .fress-thumb {
        margin-top: -135px;
    }
}

.fress-area .fress-shape {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .fress-area .fress-shape {
        top: -3px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fress-area .fress-shape {
        top: -1px;
    }
}

.fress-area .fress-shape img {
    width: 100%;
}

.fress-area .single-fress {
    padding: 40px 0 44px;
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.02);
    position: relative;
}

.fress-area .single-fress::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    background: #d3a971;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.fress-area .single-fress a {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    line-height: 24px;
    display: block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.fress-area .single-fress img {
    display: inline-block;
}

.fress-area .single-fress:hover::before {
    height: 5px;
}

.fress-area .single-fress:hover a {
    color: #d3a971;
}

.fress-area .fress-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #d3a971;
    font-size: 24px;
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.1);
    z-index: 5;
}

.fress-area .fress-active .slick-slide {
    margin: 0 15px;
}

.fress-area .fress-active .slick-liste {
    margin: 0 -15px;
}

.fress-area .fress-active .slick-arrow.prev {
    left: 0;
    opacity: 0;
}

.fress-area .fress-active .slick-arrow.next {
    right: -15px;
}

.fress-area.fress-2 .fress-thumb {
    margin-top: -335px;
}


/*===========================
    5.EXPERIENCE css
===========================*/

.experience-area {
    position: relative;
    padding-bottom: 128px;
}

.experience-area .experience-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 43%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .experience-area .experience-bg {
        width: 41%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-area .experience-bg {
        width: 0%;
    }
}

@media (max-width: 767px) {
    .experience-area .experience-bg {
        width: 0%;
    }
}

.experience-area .experience-bg img {
    width: 100%;
}

.experience-area .experience-content {
    padding-top: 108px;
    position: relative;
    z-index: 5;
}

.experience-area .experience-content .title {
    font-size: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .experience-area .experience-content .title {
        font-size: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-area .experience-content .title {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .experience-area .experience-content .title {
        font-size: 29px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .experience-area .experience-content .title {
        font-size: 50px;
    }
}

.experience-area .experience-content .title span {
    color: #d3a971;
}

.experience-area .experience-content p {
    font-weight: 300;
    line-height: 28px;
    padding-right: 120px;
    padding-top: 11px;
    padding-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .experience-area .experience-content p {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-area .experience-content p {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .experience-area .experience-content p {
        padding-right: 0;
    }
}

.experience-area .experience-content i {
    font-size: 145px;
    color: #eee;
    position: absolute;
    top: 70px;
    left: -100px;
    z-index: -1;
    transform: rotate(-45deg);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .experience-area .experience-content i {
        font-size: 160px;
        top: 120px;
        left: -60px;
    }
}

.experience-area .experience-play-item {
    position: relative;
}

.experience-area .experience-play-item .experience-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 75%;
    background: rgba(255, 255, 255, 0.07);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.experience-area .experience-play-item .experience-overlay a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: #000000;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    font-size: 34px;
}

@media (max-width: 767px) {
    .experience-area .experience-play-item .experience-overlay a {
        height: 70px;
        width: 70px;
        line-height: 70px;
        font-size: 16px;
    }
}

.experience-area .experience-contact {
    background: #d3a971;
    border: 6px solid #cba16a;
    padding: 19px 0px 22px 100px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .experience-area .experience-contact {
        padding: 19px 0px 22px 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-area .experience-contact {
        margin-top: 40px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .experience-area .experience-contact {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

.experience-area .experience-contact span {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.experience-area .experience-contact p {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .experience-area .experience-contact p {
        font-size: 22px;
    }
}

.experience-area .experience-contact i {
    position: absolute;
    left: 0;
    font-size: 50px;
    color: #fff;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .experience-area .experience-contact i {
        left: 5px;
        font-size: 30px;
    }
}

.experience-area.experience-area-2 {
    padding-bottom: 120px;
}

.experience-area.book-experience {
    padding-bottom: 118px;
}

.experience-area-3 .experience-content {
    background: #fff;
    padding-top: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .experience-area-3 .experience-content {
        padding: 62px 60px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-area-3 .experience-content {
        padding: 62px 50px 0;
    }
}

@media (max-width: 767px) {
    .experience-area-3 .experience-content {
        padding: 0px 10px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .experience-area-3 .experience-content {
        padding: 62px 30px 0;
    }
}

.experience-area-3 .experience-content .title {
    font-size: 50px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #000000;
    padding-bottom: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .experience-area-3 .experience-content .title {
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-area-3 .experience-content .title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .experience-area-3 .experience-content .title {
        font-size: 27px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .experience-area-3 .experience-content .title {
        font-size: 38px;
    }
}

.experience-area-3 .experience-content .title span {
    color: #d3a971;
}

.experience-area-3 .experience-content p {
    font-weight: 300;
    line-height: 28px;
    padding-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .experience-area-3 .experience-content p {
        padding-right: 0;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .experience-area-3 .experience-content p {
        padding-right: 0;
        font-size: 14px;
    }
}

.experience-area-3 .experience-content p.text {
    padding-top: 12px;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .experience-area-3 .experience-content p.text {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .experience-area-3 .awards-area {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .experience-area-3 .awards-area {
        padding-left: 30px;
    }
}

.experience-area-3 .awards-area .awards-content .title {
    color: #d3a971;
    font-size: 24px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}

.experience-area-3 .awards-area .awards-content span {
    font-size: 18px;
    color: #000000;
    text-transform: capitalize;
}

.experience-area-3 .awards-area .awards-content p {
    font-size: 14px;
    font-weight: 300;
    color: #798795;
    padding-top: 9px;
}

.experience-area-3 .experience-bg {
    position: relative;
}

.experience-area-3 .experience-bg::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 56%;
    height: 96%;
    background-image: url(../images/experience-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .experience-area-3 .experience-bg::before {
        width: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .experience-area-3 .experience-bg::before {
        width: 56;
    }
}

.experience-area-3 .experience-bg .experience-item {
    position: absolute;
    right: -85px;
    top: -70px;
    text-align: right;
}

.experience-area-3 .experience-bg .experience-item img {
    width: 100%;
}

@media (max-width: 767px) {
    .experience-area-3 .experience-bg .experience-item img {
        width: 70%;
    }
}

.experience-play-item img {
    width: 100%;
}


/*===========================
    6.FOOD MENU css
===========================*/

.food-menu-area {
    padding-bottom: 120px;
}

.food-menu-area .tabs-btn ul li a {
    text-align: center;
    border: 2px solid #f2f2f2;
    display: block;
    padding: 25px 35px;
    margin: 30px 15px 0;
    border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .food-menu-area .tabs-btn ul li a {
        padding: 25px;
    }
}

.food-menu-area .tabs-btn ul li a p {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    padding-top: 20px;
}

.food-menu-area .tabs-btn ul li a.active {
    background: #fbf6f1;
    border-color: #fbf6f1;
}

.food-menu-area .tabs-btn ul li a.active p {
    color: #d3a971;
}

.food-menu-area .food-menu-items {
    position: relative;
    z-index: 5;
}

.food-menu-area .food-menu-items .menu-list-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 80%;
    height: 80%;
}

.food-menu-area .food-menu-items.menu-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .1;
    background-size: contain;
}

.food-menu-area .food-menu-items .menu-list-bg img {
    width: 100%;
    opacity: .06;
}

.food-menu-area .food-menu-items .single-menu-item {
    display: flex;
    align-items: center;
    padding: 20px 50px;
    border: 1px dashed #e0e0e0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #fff;
    position: relative;
    width: 100% !important;
}
.food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .item-details {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .food-menu-area .food-menu-items .single-menu-item {
        padding: 20px 29px;
    }
}

@media (max-width: 767px) {
    .food-menu-area .food-menu-items .single-menu-item {
        padding: 28px;
        display: block;
        text-align: center;
    }
}

.food-menu-area .food-menu-items .single-menu-item .menu-thumb {
    position: relative;
}

@media (max-width: 991px) {
    .food-menu-area .food-menu-items .single-menu-item .menu-thumb {
        position: relative;
    }
}

@media (max-width: 767px) {
    .food-menu-area .food-menu-items .single-menu-item .menu-thumb {
        width: 100%;
        margin: 0 auto;
    }
    .food-menu-area .tabs-btn ul li a img {
        display: none;
    }
    .food-menu-area .tabs-btn ul li a p {
        padding-top: 0px;
    }
    .food-menu-area .tabs-btn ul li a {
        display: inline-block;
        padding: 13px 18px;
        margin: 0 2px 4px 0;
    }
    .food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .item-details {
        display: block;
    }
}

.food-menu-area .food-menu-items .single-menu-item .menu-thumb img {
    width: 100%;
}

.food-menu-area .food-menu-items .single-menu-item .menu-thumb .thumb-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.food-menu-area .food-menu-items .single-menu-item .menu-thumb .thumb-overlay a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 34px;
}

@media (max-width: 767px) {
    .food-menu-area .food-menu-items .single-menu-item .menu-content {
        margin-left: 0;
        margin-top: 20px;
        padding-bottom: 10px;
    }
}

.food-menu-area .food-menu-items .single-menu-item .menu-content a.title {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    color: #000000;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.food-menu-area .food-menu-items .single-menu-item .menu-content a.title:hover {
    color: #d3a971;
}

@media (max-width: 767px) {
    .food-menu-area .food-menu-items .single-menu-item .menu-content a.title {
        font-size: 17px;
    }
}

.food-menu-area .food-menu-items .single-menu-item .menu-content p {
    font-size: 14px;
    font-weight: 300;
    padding-top: 7px;
}

.food-menu-area .food-menu-items .single-menu-item .menu-price-btn {
    margin-left: 135px;
    position: relative;
}

.food-menu-area .food-menu-items .single-menu-item .menu-price-btn.menu-2 {
    position: absolute;
    right: 80px;
    margin-left: auto;
}

.food-menu-area .food-menu-items .single-menu-item .menu-price-btn .cart-link {
    cursor: pointer;
}

@media only screen and (max-width: 1199px) {
    .food-menu-area .food-menu-items .single-menu-item .menu-price-btn.menu-2 {
        position: relative;
        right: auto;
        margin-left: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .food-menu-area .food-menu-items .single-menu-item .menu-price-btn {
        margin-left: 0;
    }
}

.food-menu-area .food-menu-items .single-menu-item .menu-price-btn span {
    font-family: "Playfair Display", serif;
    font-size: 50px;
    color: #d3a971;
    line-height: 1.3;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.menu-price-btn del {
    font-family: "Playfair Display", serif;
    color: #d3a971;
    font-size: 20px;
    text-align: center;
    display: block;
    opacity: .6;
}

@media (max-width: 767px) {
    .food-menu-area .food-menu-items .single-menu-item .menu-price-btn {
        margin-left: 0;
    }
    .menu-price-btn del {
        display: inline-block;
    }
}

.food-menu-area .food-menu-items .single-menu-item .menu-price-btn a {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    background-color: transparent;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 5;
}

.food-menu-area .food-menu-items .single-menu-item .menu-price-btn a::before {
    position: absolute;
    content: '';
    top: -5px;
    right: -5px;
    height: 100%;
    width: 100%;
    background: #f2e5d4;
    z-index: -2;
}

.food-menu-area .food-menu-items .single-menu-item .menu-price-btn a::after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    border: 1px solid #d3a971;
}

.food-menu-area .food-menu-items .single-menu-item:hover {
    border-color: transparent;
    box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.1);
}

.food-menu-area .food-menu-items .single-menu-item:hover .menu-thumb .thumb-overlay {
    opacity: 1;
}

.food-menu-area .food-menu-items .single-menu-item:hover .menu-content span {
    color: #d3a971;
}

.food-menu-area .food-menu-items .single-menu-item:hover .menu-price-btn a {
    opacity: 1;
}

.food-menu-area .food-menu-items .single-menu-item:hover .menu-price-btn span {
    opacity: 0;
}

.food-menu-area .menu-more-btn a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    background-color: transparent;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 9;
    position: relative;
}

@media (max-width: 991px) {
    .food-menu-area .food-menu-items .single-menu-item:hover .menu-price-btn span {
        opacity: 1;
    }
    .food-menu-area .food-menu-items .single-menu-item .menu-price-btn a.mobile {
        opacity: 1;
        top: 20px;
        right: 20px;
        transform: translate(0, 0);
        font-size: 30px;
        padding: 0 18px;
    }
    .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn {
        position: static;
    }
    .food-menu-area .food-menu-items .single-menu-item .menu-price-btn.menu-2 {
        position: static;
    }
}

.food-menu-area .menu-more-btn a::before {
    position: absolute;
    content: '';
    top: -5px;
    right: -5px;
    height: 100%;
    width: 100%;
    background: #e5e5e5;
    z-index: -2;
}

.food-menu-area .menu-more-btn a::after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    border: 1px solid #000;
}

.food-menu-area.food-menu-2-area .section-title .title {
    color: #fff;
}

.food-menu-area.food-menu-2-area .tabs-btn ul li a {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.food-menu-area.food-menu-2-area .tabs-btn ul li a p {
    color: #fff;
}

.food-menu-area.food-menu-2-area .tabs-btn ul li a.active {
    background: #d3a971;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item {
    background-color: transparent;
    padding: 18px;
    border: 1px dashed #1b1b1b;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn {
    margin-left: 0;
}

@media (max-width: 767px) {
    .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-thumb {
        width: 100%;
    }
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-content span {
    color: #fff;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-content p {
    color: #798795;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn {
    margin-left: 30px;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn {
        margin-left: 0;
        text-align: center;
    }
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn span {
    font-size: 32px;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn a {
    color: #fff;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn a::before {
    background: #433625;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn a::after {
    background: #000;
    border-color: #d3a971;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item:hover {
    border: 1px solid #d3a971;
}

.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item:hover .menu-content span {
    color: #d3a971;
}

.food-menu-area.food-menu-3-area .section-title .title {
    color: #000000;
}

.food-menu-area.food-menu-3-area .tabs-btn .nav li a {
    border-color: #f2f2f2;
}

.food-menu-area.food-menu-3-area .tabs-btn .nav li a p {
    color: #000000;
}

.food-menu-area.food-menu-3-area .tabs-btn .nav li a.active {
    background: #fbf6f1;
    border-color: #fbf6f1;
}

.food-menu-area.food-menu-3-area .tabs-btn .nav li a.active p {
    color: #d3a971;
}

.food-menu-area.food-menu-3-area .food-menu-items .single-menu-item {
    border-color: #e8e8e8;
    background: #fff;
}

.food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .menu-content span {
    color: #000000;
}

.food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .menu-price-btn a {
    color: #d3a971;
}

.food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .menu-price-btn a::before {
    background: #f2e5d4;
}

.food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .menu-price-btn a::after {
    background: #fff;
    border-color: #d3a971;
}


/*===========================
    7.GOOD FOOD css
===========================*/

.good-food-area {
    position: relative;
}

.good-food-area::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 39%;
    height: 100%;
    background-image: url(../img/good-food-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .good-food-area::before {
        width: 34%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .good-food-area::before {
        width: 34%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .good-food-area::before {
        width: 0%;
    }
}

@media (max-width: 767px) {
    .good-food-area::before {
        width: 0%;
    }
}

.good-food-area .good-food-item {
    padding: 0px 30px 50px;
    position: relative;
    box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .good-food-area .good-food-item {
        padding: 0 0 50px;
    }
}

.good-food-area .good-food-item .title {
    font-size: 60px;
    font-weight: 900;
}

@media only screen and (max-width: 414px) {
    .good-food-area .good-food-item .title {
        font-size: 45px;
    }
}

.good-food-area del.preprice {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    opacity: .3;
}

.good-food-area .good-food-item a.title {
    font-size: 24px;
    color: #d3a971;
    font-family: "Playfair Display", serif;
    padding: 35px 0 15px;
    font-weight: 400;
    background: none;
    display: block;
    margin-top: -25px;
    margin-bottom: 32px;
}

.good-food-area .good-food-item a.title:hover {
    text-decoration: underline;
}

.good-food-area .good-food-item p {
    color: #798795;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 40px;
}

.good-food-area .special-btns {
    margin-top: 50px;
    display: block;
}

.good-food-area .good-food-item a {
    font-size: 18px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    line-height: 55px;
    height: 55px;
    border-radius: 5px;
    background: #d3a971;
    color: #fff;
    width: 100%;
    cursor: pointer;
}

.good-food-area .good-food-item a.btn-2 {
    background: #000000;
    margin-top: 10px;
}

.good-food-area .good-food-item .food-shape {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .good-food-area .good-food-item .food-shape {
        display: none;
    }
    .good-food-area .good-food-item {
        padding: 50px 30px 50px;
    }
}

.good-food-area .special-items .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #d3a971;
    font-size: 24px;
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.1);
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.good-food-area .special-items .slick-slide {
    margin: 60px 10px;
}

.good-food-area .special-items .slick-liste {
    margin: 60px -10px;
}

.good-food-area .special-items .slick-arrow.next {
    right: -15px;
}

.good-food-item img:not(.food-shape-img) {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .good-food-area .good-food-item.item-2 {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .good-food-area .good-food-item.item-3 {
        margin-top: 90px;
        margin-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .good-food-area .good-food-item.item-3 {
        margin-top: 90px;
        margin-bottom: 90px;
    }
}

.good-food-area .menu-list-content ul li {
    font-size: 90px;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    line-height: 100px;
}

.good-food-area .menu-list-content a {
    margin-top: 50px;
}

.good-food-area .menu-list-content a span {
    font-size: 14px;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.good-food-area.good-food-area-2::before {
    width: 0;
}

.good-food-area.good-food-area-2 .section-title {
    padding-bottom: 125px;
}

@media (max-width: 767px) {
    .good-food-area.good-food-area-2 .good-food-item.item-2 {
        margin-top: 0;
    }
}


/*===========================
    8.TEAM css
===========================*/

.team-area {
    padding-top: 128px;
    padding-bottom: 112px;
}

.team-area .section-title {
    padding-bottom: 39px;
}

.team-area .single-team .team-thumb {
    position: relative;
    overflow: hidden;
}

.team-area .single-team .team-thumb img {
    width: 100%;
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.team-area .single-team .team-thumb .team-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.team-area .single-team .team-thumb .team-overlay .link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.team-area .single-team .team-thumb .team-overlay .link a {
    color: #fff;
    font-size: 40px;
}

.team-area .single-team .team-thumb .team-overlay .social {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.team-area .single-team .team-thumb .team-overlay .social ul {
    white-space: nowrap;
}

.team-area .single-team .team-thumb .team-overlay .social ul li {
    display: inline-block;
}

.team-area .single-team .team-thumb .team-overlay .social ul li a {
    color: #fff;
    opacity: .5;
    font-size: 32px;
    margin: 0 14px;
}

.team-area .single-team .team-content .title {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    padding-top: 25px;
}

.team-area .single-team .team-content span {
    color: #798795;
    text-transform: capitalize;
    padding-top: 10px;
}

.team-area .single-team:hover .team-thumb .team-overlay {
    opacity: 1;
}

.team-area .single-team:hover .team-thumb img {
    transform: scale(1);
}

.team-area.menu-team {
    padding-top: 130px;
}

.team-area.team-page {
    padding-bottom: 116px;
}

.team-2-area {
    position: relative;
}

.team-2-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 61%;
    background-image: url(../images/team-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .team-2-area::before {
        width: 66%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .team-2-area::before {
        width: 67%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-2-area::before {
        width: 65%;
    }
}

@media (max-width: 767px) {
    .team-2-area::before {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team-2-area::before {
        width: 61%;
    }
}

.team-2-area .team-items .single-team .team-thumb {
    position: relative;
}

.team-2-area .team-items .single-team .team-thumb img {
    width: 100%;
}

.team-2-area .team-items .single-team .team-thumb .team-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.team-2-area .team-items .single-team .team-thumb .team-overlay>a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 34px;
    color: #fff;
}

.team-2-area .team-items .single-team .team-thumb .team-overlay .social {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.team-2-area .team-items .single-team .team-thumb .team-overlay .social ul {
    white-space: nowrap;
}

.team-2-area .team-items .single-team .team-thumb .team-overlay .social ul li {
    display: inline-block;
}

.team-2-area .team-items .single-team .team-thumb .team-overlay .social ul li a {
    color: #fff;
    opacity: .5;
    font-size: 32px;
    margin: 0 14px;
}

.team-2-area .team-items .single-team .team-content .title {
    color: #fff;
    font-size: 24px;
    font-weight: 700q;
    font-family: "Playfair Display", serif;
    padding-top: 25px;
    text-transform: capitalize;
}

.team-2-area .team-items .single-team .team-content span {
    color: #fff;
    padding-top: 10px;
}

.team-2-area .team-items .single-team:hover .team-thumb .team-overlay {
    opacity: 1;
}

.team-2-area .team-content .title {
    font-size: 90px;
    font-weight: 900;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .team-2-area .team-content .title {
        font-size: 66px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-2-area .team-content .title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team-2-area .team-content .title {
        font-size: 50px;
    }
}

.team-2-area .team-content span {
    font-size: 14px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    color: #000000;
    letter-spacing: 5px;
    text-transform: capitalize;
    padding-top: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .team-2-area .team-content span {
        letter-spacing: 2px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-2-area .team-content span {
        letter-spacing: 2px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team-2-area .team-content span {
        letter-spacing: 0px;
        padding-top: 30px;
    }
}


/*===========================
    9.CLIENT css
===========================*/

.client-area .client-title .title {
    font-size: 60px;
    font-weight: 900;
    color: #000000;
    padding-bottom: 68px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .client-area .client-title .title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-area .client-title .title {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .client-area .client-title .title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .client-area .client-title .title {
        font-size: 40px;
    }
}

.client-area .client-items .single-client {
    padding: 0 30px 30px;
}

.client-area .client-items .single-client .text {
    padding-bottom: 28px;
}

.client-area .client-items .single-client .text p {
    font-size: 24px;
    color: #000000;
    font-family: "Playfair Display", serif;
    line-height: 40px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-area .client-items .single-client .text p {
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    .client-area .client-items .single-client .text p {
        font-size: 17px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .client-area .client-items .single-client .text p {
        font-size: 24px;
    }
}

.client-area .client-items .single-client .text p::before {
    position: absolute;
    content: "\f108";
    font-family: "Flaticon";
    left: -30px;
    top: -10px;
    font-size: 24px;
    color: #d3a971;
    transform: rotateY(180deg);
}

.client-area .client-items .single-client .text p::after {
    position: absolute;
    content: "\f108";
    font-family: "Flaticon";
    right: 170px;
    bottom: -10px;
    font-size: 24px;
    color: #d3a971;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-area .client-items .single-client .text p::after {
        right: 15px;
    }
}

@media (max-width: 767px) {
    .client-area .client-items .single-client .text p::after {
        right: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .client-area .client-items .single-client .text p::after {
        right: 135px;
    }
}

.client-area .client-items .single-client .client-info .item-1 {
    position: relative;
    padding-left: 90px;
}

.client-area .client-items .single-client .client-info .item-1 img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 70px;
}

.client-area .client-items .single-client .client-info .item-1 span {
    font-size: 24px;
    font-family: "Playfair Display", serif;
    color: #d3a971;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .client-area .client-items .single-client .client-info .item-1 span {
        font-size: 22px;
    }
}

.client-area .client-items .single-client .client-info .item-1 p {
    color: #798795;
    font-size: 14px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .client-area .client-items .single-client .client-info .item-2 {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .client-area .client-items .single-client .client-info .item-2 {
        margin-top: 0px;
    }
}

.client-area .client-items .single-client .client-info .item-2 ul li {
    display: inline-block;
    font-size: 18px;
    color: #ffa800;
}

.client-area .client-items .single-client .client-info .item-2 span {
    font-size: 14px;
    font-weight: 300;
    color: #798795;
}

.client-area.client-2-area .client-title .title {
    color: #fff;
}

.client-area.client-2-area .client-items .single-client .text p {
    color: #fff;
    font-size: 23px;
}

.client-area.client-2-area .client-items .single-client .text p::after {
    right: 90px;
}

@media (max-width: 767px) {
    .client-area.client-2-area .client-items .single-client .text p::after {
        right: 0;
    }
}

.client-area.client-2-area .client-items .single-client .client-info .item-1 p {
    color: #fff;
}

.client-area.client-2-area .client-items .single-client .client-info .item-2 span {
    color: #fff;
}

.client-area.client-2-area.about-client {
    padding-top: 0;
    margin-top: -12px;
}

.client-area.client-2-area.about-client .client-title .title {
    color: #000000;
}

.client-area.client-2-area.about-client .client-items .single-client .text p {
    color: #000000;
}

.client-area.client-2-area.about-client .client-items .single-client .client-info .item-1 p {
    color: #000000;
}

.client-area.client-2-area.about-client .client-items .single-client .client-info .item-2 span {
    color: #000000;
}


/*===========================
    10.BLOG css
===========================*/

.blog-area {
    padding-top: 130px;
}

.blog-area .blog-thumb {
    border-radius: 5px;
    overflow: hidden;
}

.blog-area .blog-thumb img {
    width: 100%;
}

.blog-area .blog-content a .title {
    font-size: 24px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    line-height: 32px;
    padding-top: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-area .blog-content a .title {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .blog-area .blog-content a .title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-area .blog-content a .title {
        font-size: 24px;
    }
}

.blog-area .blog-content a .title:hover {
    color: #d3a971;
}

.blog-area .blog-content p {
    font-weight: 300;
    color: #798795;
    line-height: 28px;
    padding-top: 14px;
    padding-bottom: 25px;
}

.blog-area .blog-content .blog-comments a {
    text-align: center;
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    background-color: transparent;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 5;
    position: relative;
}

.blog-area .blog-content .blog-comments a::before {
    position: absolute;
    content: '';
    top: -5px;
    right: -5px;
    height: 100%;
    width: 100%;
    background: #f2e5d4;
    z-index: -2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-area .blog-content .blog-comments a::after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    border: 1px solid #d3a971;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-area .blog-content .blog-comments a:hover::before {
    background: #e5e5e5;
}

.blog-area .blog-content .blog-comments a:hover::after {
    border: 1px solid #000;
}

@media (max-width: 767px) {
    .blog-area .blog-content .blog-comments ul {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-area .blog-content .blog-comments ul {
        margin-top: 0px;
    }
}

.blog-area .blog-content .blog-comments ul li {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    font-family: "Playfair Display", serif;
}

.blog-area .blog-content .blog-comments ul li i {
    color: #000000;
    padding-right: 7px;
}

.blog-area .blog-content .blog-comments ul li span {
    padding: 0 5px;
}

.instagram-area .section-title {
    padding-bottom: 68px;
}

.instagram-area .instagram-item {
    position: relative;
}

.instagram-area .instagram-item img {
    width: 100%;
}

.instagram-area .instagram-item a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #000000;
    color: #fff;
    line-height: 45px;
    padding: 0 24px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .instagram-area .instagram-item a {
        font-size: 14px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .instagram-area .instagram-item a {
        font-size: 14px;
        padding: 0 10px;
    }
}

.instagram-area .instagram-item a i {
    padding-right: 5px;
}

.instagram-area .instagram-item:hover a,
.instagram-area .instagram-item.active a {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.instagram-area.instagram-2-area .instagram-active .col-lg-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.blog-pagination {
    padding-top: 55px;
    display: flex;
    justify-content: center;
}

.blog-pagination ul li {
    display: inline-block;
}

.blog-pagination ul li a {
    color: #ccc;
    font-size: 45px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    margin: 0 18px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-pagination ul li a:hover {
    color: #d3a971;
}

.blog-pagination ul li a span {
    color: #fff;
    background: #d3a971;
    height: 50px;
    width: 60px;
    text-align: center;
    line-height: 44px;
    font-size: 40px;
    border-radius: 5px;
}


/*===========================
    11.RESERVATION css
===========================*/

.reservation-area .reservation-item {
    border-radius: 0px 0 5px 5px;
    position: relative;
    margin-bottom: -175px;
    z-index: 1;
}

section.reservation-area {
    position: relative;
}

.ui-timepicker-container.ui-timepicker-no-scrollbar.ui-timepicker-standard {
    z-index: 10 !important;
}

div#map iframe {
    overflow: hidden;
    min-height: 430px;
    position: static;
    z-index: 1;
    width: 100%;
}

div#map.contact {
    min-height: 600px;
    position: relative;
    z-index: 0;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    div#map iframe {
        min-height: 750px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reservation-area .reservation-item {
        margin-bottom: -80px;
    }
}

@media (max-width: 767px) {
    .reservation-area .reservation-item {
        margin-bottom: -65px;
    }
}

.reservation-area .reservation-item .table-pata {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

.reservation-area .reservation-item .table-pata img {
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .reservation-area .reservation-item .table-pata img {
        width: 80%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reservation-area .reservation-item .table-pata img {
        width: 85%;
    }
}

@media (max-width: 767px) {
    .reservation-area .reservation-item .table-pata img {
        width: 70%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .reservation-area .reservation-item .table-pata img {
        width: 80%;
    }
}

.reservation-area .reservation-item .section-title {
    padding-bottom: 45px;
}

.reservation-area .reservation-item .book-table {
    padding: 0 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .reservation-area .reservation-item .book-table {
        padding: 0 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reservation-area .reservation-item .book-table {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .reservation-area .reservation-item .book-table {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .reservation-area .reservation-item .book-table {
        padding: 0 50px;
    }
}

form .input-box label {
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

form .input-box label span {
    color: #ff3737;
}

.reservation-area .reservation-item .book-table .input-box input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    background: #f7f7f7;
    color: #979fa6;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Playfair Display", serif;
}

.reservation-area .reservation-item .book-table .input-box input::placeholder {
    opacity: 1;
    color: #979fa6;
}

.reservation-area .reservation-item .book-table .input-box button {
    background: #d3a971;
    color: #fff;
    width: 100%;
    text-align: center;
    border: 0;
    border-radius: 5px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 18px;
}

.reservation-2-area {
    position: relative;
    z-index: 6;
}

.reservation-2-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 460px;
    width: 100%;
    background: #d3a971;
}

.reservation-2-area .white-bg {
    border-radius: 5px;
    position: relative;
}

.reservation-2-area .white-bg .reservation-tree {
    position: absolute;
    top: 0;
    right: 100px;
    text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reservation-2-area .white-bg .reservation-tree {
        right: 0;
    }
}

@media (max-width: 767px) {
    .reservation-2-area .white-bg .reservation-tree {
        right: 0;
    }
}

.reservation-2-area .white-bg .reservation-tree img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reservation-2-area .white-bg .reservation-tree img {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .reservation-2-area .white-bg .reservation-tree img {
        width: 60%;
    }
}

.reservation-2-area .white-bg .section-title {
    padding-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reservation-2-area .white-bg form .input-box {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .reservation-2-area .white-bg form .input-box {
        padding: 0 30px;
    }
}

.reservation-2-area .white-bg form .input-box input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f7f7f7;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding-left: 30px;
    font-size: 14px;
    color: #979fa6;
    font-family: "Playfair Display", serif;
}

.reservation-2-area .white-bg form .input-box input::placeholder {
    opacity: 1;
    color: #979fa6;
    text-transform: capitalize;
}

.reservation-2-area .white-bg form .book-btn button {
    background: #d3a971;
    color: #fff;
    border-radius: 5px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 800;
    padding: 0 100px;
    border-color: #d3a971;
}

@media (max-width: 767px) {
    .reservation-2-area .white-bg form .book-btn button {
        padding: 0 30px;
    }
}

.reservation-2-area .white-bg form .book-btn button:hover {
    background-color: transparent;
    color: #d3a971;
}

.reservation-2-area.reservation-3-area::before {
    height: 0;
}

.reservation-2-area.reservation-3-area .white-bg {
    background: #f6f6f6;
}

.reservation-2-area.reservation-3-area .white-bg form .input-box input {
    background: #eee;
    border-color: #e8e8e8;
}

.reservation-2-area.reservation-3-area.book-reservation .white-bg {
    background: #fff;
}


/*===========================
    12.FOOTER css
===========================*/

.footer-area {
    padding-top: 95px;
    padding-bottom: 65px;
    background: #1b1b1b;
}

.footer-area .footer-widget-1 p {
    color: #fff;
    opacity: .7;
    font-weight: 300;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-widget-1 p {
        padding-right: 60px;
    }
}

.footer-area .footer-widget-1 ul li {
    display: inline-block;
}

.footer-area .footer-widget-1 ul li a {
    color: #fff;
    opacity: .7;
    font-size: 16px;
    margin-right: 18px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-area .footer-widget-1 ul li a:hover {
    color: #d3a971;
}

.footer-area .footer-widget-2 {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .footer-area .footer-widget-2 {
        padding-top: 20px;
    }
}

.footer-area .footer-widget-2 ul li {
    display: inline-block;
}

@media (max-width: 767px) {
    .footer-area .footer-widget-2 ul li {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer-widget-2 ul li {
        display: inline-block;
    }
}

.footer-area .footer-widget-2 ul li a {
    color: #fff;
    opacity: .7;
    font-family: "Playfair Display", serif;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: 0 18px;
}

@media (max-width: 767px) {
    .footer-area .footer-widget-2 ul li a {
        margin: 0;
        line-height: 39px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer-widget-2 ul li a {
        margin: 0 18px;
    }
}

.footer-area .footer-widget-2 ul li a:hover {
    color: #d3a971;
}

.footer-area .footer-widget-3 {
    margin-top: -14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-widget-3 {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .footer-area .footer-widget-3 {
        margin-left: 0;
        margin-top: 10px;
    }
}

.footer-area .footer-widget-3 ul li a {
    color: #fff;
    opacity: .7;
    font-family: "Playfair Display", serif;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 39px;
}

.footer-area .footer-widget-3 ul li a:hover {
    color: #d3a971;
}

.footer-area.footer-area-2 .footer-widget-1 .header-times {
    padding-left: 45px;
    position: relative;
}

.footer-area.footer-area-2 .footer-widget-1 .header-times h5 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: "Playfair Display", serif;
}

.footer-area.footer-area-2 .footer-widget-1 .header-times span {
    font-size: 16px;
    font-weight: 300;
    opacity: .7;
    color: #fff;
    padding-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-area.footer-area-2 .footer-widget-1 .header-times span {
        font-size: 15px;
    }
}

.footer-area.footer-area-2 .footer-widget-1 .header-times i {
    position: absolute;
    left: 0;
    color: #d3a971;
    font-size: 32px;
}

.footer-area.footer-area-2 .footer-widget-2 {
    padding-top: 0;
}

.footer-copyright-area {
    background: #141414;
    height: 70px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .footer-copyright-area {
        height: auto;
    }
}

.footer-copyright-area .footer-copyright {
    text-align: center;
}

.footer-copyright-area .footer-copyright p {
    color: #6e6e6e;
    font-weight: 300;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-copyright-area .footer-copyright p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .footer-copyright-area .footer-copyright p {
        padding: 15px 0;
    }
}

.footer-copyright-area .footer-copyright p span {
    color: #fff;
}

.footer-copyright-area .footer-copyright p i {
    color: #d3a971;
    padding-right: 5px;
}

.subscribe-form {
    margin-bottom: 20px;
}

.subscribe-inputs input {
    height: 45px;
    padding-left: 20px;
    border: none;
    border-radius: 3px 0px 0px 3px;
    font-size: 14px;
    width: 75%;
}

.subscribe-inputs {
    display: flex;
    width: 100%;
}

.subscribe-inputs button {
    border: none;
    color: #fff;
    background-color: #FF771F;
    width: 25%;
    border-radius: 0px 3px 3px 0px;
}

h3.subscribe-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 28px;
}

h3.subscribe-title::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -14px;
    height: 2px;
    width: 10px;
    background: #d3a971;
}

h3.subscribe-title::after {
    position: absolute;
    content: '';
    left: 17px;
    bottom: -14px;
    height: 2px;
    width: 25px;
    background: #d3a971;
}

.go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: #d3a971;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-right: 0;
}

.go-top-area .go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -4px;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
}

.go-top-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #d3a971;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top-area .go-top:hover {
    color: #ffffff;
}

.go-top-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top-area .go-top:focus {
    color: #ffffff;
}

.go-top-area .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top-area .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top-area .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top-area .go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}

.go-top-wrap {
    position: relative;
}

.go-top-wrap .video-btn-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.go-top-wrap .go-top-play {
    position: absolute;
    top: 16px;
    left: 80px;
    text-transform: uppercase;
    width: 129px;
    line-height: 1;
}

.go-top-wrap .go-top-play p {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 0;
}

.go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    position: relative;
    top: 3px;
    z-index: 1;
    background: #d3a971;
}

.go-top-btn i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #ffffff;
}

.go-top-btn::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background: #d3a971;
}

.go-top-btn:hover {
    background-color: #121232;
    color: #ffffff;
}

@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}


/*===========================
    12.RECIPES css
===========================*/

.recipes-area {
    padding-top: 30px;
    padding-bottom: 120px;
}

@media (max-width: 767px) {
    .recipes-area {
        padding-bottom: 0;
    }
}

.recipes-area .recipes-title i {
    font-size: 90px;
    color: #d3a971;
}

.recipes-area .recipes-title .title {
    font-size: 72px;
    font-weight: 700;
    padding-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .recipes-area .recipes-title .title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .recipes-area .recipes-title .title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .recipes-area .recipes-title .title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .recipes-area .recipes-title .title {
        font-size: 50px;
    }
}

.recipes-area .single-recipes {
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.02);
    padding: 35px 0 45px;
    background-image: url(../images/recipes-thumb.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 5;
}

.recipes-area .single-recipes::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 2px solid #f0f0f0;
}

.recipes-area .single-recipes::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 0px;
    width: 100%;
    background: #d3a971;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.recipes-area .single-recipes .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.recipes-area .single-recipes:hover::before {
    opacity: 0;
}

.recipes-area .single-recipes:hover::after {
    height: 5px;
}

.recipes-area .single-recipes:hover .title {
    color: #fff;
}


/*===========================
    13.SERVICES MENU css
===========================*/

.services-menu-area .single-services-menu .services-menu-thumb {
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.services-menu-area .single-services-menu .services-menu-thumb img {
    width: 100%;
}

.services-menu-area .single-services-menu .services-menu-thumb .services-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.services-menu-area .single-services-menu .services-menu-thumb .services-overlay a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 34px;
    opacity: .5;
}

.services-menu-area .single-services-menu .services-content {
    border-bottom: 5px solid #e5e5e5;
    padding: 20px 25px 30px;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-menu-area .single-services-menu .services-content {
        padding: 20px 10px 30px;
    }
}

.services-menu-area .single-services-menu .services-content img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.services-menu-area .single-services-menu .services-content .title {
    font-size: 18px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 10px;
}

.services-menu-area .single-services-menu .services-content p {
    font-size: 14px;
    color: #978989;
    font-weight: 300;
}

.services-menu-area .single-services-menu:hover {
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.1);
}

.services-menu-area .single-services-menu:hover .services-content {
    border-bottom-color: #d3a971;
}

.services-menu-area .single-services-menu:hover .services-menu-thumb .services-overlay {
    opacity: 1;
}


/*===========================
    14.PRICING css
===========================*/

.pricing-area .single-pricing {
    position: relative;
}

.pricing-area .single-pricing a.pricing-thumb {
    display: block;
    width: 100%;
}

.pricing-area .single-pricing .pricing-thumb img {
    width: 100%;
}

.pricing-area .single-pricing .title {
    font-weight: 900;
    font-size: 24px;
    padding-top: 18px;
}

.pricing-area .single-pricing .rate {
    margin-inline: auto;
    margin-top: 10px;
}

.pricing-area .single-pricing p {
    margin-bottom: 0;
}

.pricing-area .single-pricing del {
    opacity: .7;
}

.pricing-area .single-pricing span {
    color: #d3a971;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    padding-top: 15px;
    padding-bottom: 12px;
    line-height: 28px;
}

.pricing-area .single-pricing p {
    color: #798795;
    font-weight: 300;
    padding: 0 25px;
    line-height: 25px;
    padding-bottom: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .pricing-area .single-pricing p {
        padding: 0 10px;
        padding-bottom: 37px;
    }
}

.pricing-area .single-pricing a.main-btn {
    border-color: #f2f2f2;
    color: #000000;
    background-color: transparent;
    line-height: 55px;
    padding: 0 50px;
    border-radius: 5px;
    /*! float: left; */
    font-size: 14px;
}

.pricing-area .single-pricing a.main-btn:hover {
    background: #d3a971;
    color: #fff;
    border-color: #d3a971;
}

.pricing-area .single-pricing a.main-btn-2 {
    background: #d3a971;
    color: #fff;
    border-color: #d3a971;
}

.pricing-area .single-pricing .flag {
    left: 0;
    top: 0;
    width: 30px;
    height: 83px;
}

.pricing-area .single-pricing .flag::after {
    border-bottom: 18px solid #fff;
    border-left: 15px solid transparent;
    border-right: 16px solid transparent;
}

.pricing-area .single-pricing .flag span {
    font-size: 14px;
    color: #fff;
    font-family: "Playfair Display", serif;
    margin-top: -3px;
    margin-left: -14px;
    letter-spacing: 1px;
    text-transform: capitalize;
}


/*===========================
    15.ABOUT css
===========================*/

.about-play-area {
    position: relative;
}

.about-play-area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.about-play-area .about-play-item>a {
    background-color: rgba(255, 255, 255, 0.102);
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 32px;
    border-radius: 50%;
}

.about-play-area .about-play-item .title {
    color: #fff;
    font-size: 60px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    padding-top: 35px;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .about-play-area .about-play-item .title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-play-area .about-play-item .title {
        font-size: 44px;
    }
}


/*===========================
    16.MENU DETAILS css
===========================*/

.menu-details-area .menu-thumb img {
    width: 100%;
}

.menu-details-area .menu-content {
    background: #fff;
    margin-top: -190px;
    padding: 62px 50px 0;
}

@media (max-width: 767px) {
    .menu-details-area .menu-content {
        margin-top: 0;
        padding: 30px 10px 0;
    }
}

.menu-details-area .menu-content .menu-top .title {
    font-size: 32px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    padding-right: 160px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .menu-details-area .menu-content .menu-top .title {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-details-area .menu-content .menu-top .title {
        padding-right: 0px;
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .menu-details-area .menu-content .menu-top .title {
        padding-right: 0px;
        font-size: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-details-area .menu-content .menu-top .title {
        padding-right: 0px;
        font-size: 20px;
    }
}

.menu-details-area .menu-content .menu-top span {
    color: #d3a971;
    font-size: 50px;
    font-family: "Playfair Display", serif;
    font-style: italic;
}

@media (max-width: 767px) {
    .menu-details-area .menu-content .menu-top span {
        font-size: 40px;
    }
}

.menu-details-area .menu-content .menu-tags {
    padding-top: 9px;
    padding-bottom: 40px;
}

.menu-details-area .menu-content .menu-tags ul li {
    display: inline-block;
    font-size: 14px;
    color: #798795;
    font-family: "Playfair Display", serif;
    text-transform: capitalize;
    cursor: pointer;
    margin-right: 5px;
}

.menu-details-area .menu-content .menu-tags ul li:hover {
    color: #d3a971;
}

.menu-details-area .menu-content .menu-tags ul li span {
    font-size: 18px;
    color: #000000;
}

.menu-details-area .menu-content .menu-tabs .nav li a {
    padding: 0 18px;
    line-height: 46px;
    background: #f3f3f3;
    color: #000;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .menu-details-area .menu-content .menu-tabs .nav li a {
        padding: 0 5px;
        font-size: 12px;
    }
}

.menu-details-area .menu-content .menu-tabs .nav li a.active {
    background: #d3a971;
    color: #fff;
}

.menu-details-area .menu-content .menu-tabs .tab-content .tab-pane p {
    font-weight: 300;
    color: #333;
    line-height: 32px;
    padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-details-area .menu-content .menu-tabs .tab-content .tab-pane p {
        font-size: 15px;
    }
}

.menu-details-area .menu-content .menu-tabs .tab-content .tab-pane span {
    font-size: 15px;
    font-family: "Playfair Display", serif;
    color: #333;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 18px;
}

.menu-details-area .menu-content .menu-tabs .tab-content .tab-pane ul {
    padding-left: 40px;
}

.menu-details-area .menu-content .menu-tabs .tab-content .tab-pane ul li {
    font-size: 15px;
    color: #687588;
    line-height: 28px;
    font-weight: 300;
    position: relative;
}

.menu-details-area .menu-content .menu-tabs .tab-content .tab-pane ul li::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -22px;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #000;
}


/*===========================
    17.GALLERY css
===========================*/

.gallery-area .section-title {
    padding-bottom: 40px;
}

.gallery-area .single-gallery {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.grid-sizer {
    width: 33.33%;
}

.gallery-area .single-gallery img {
    width: 100%;
}

.gallery-area .single-gallery .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.gallery-area .single-gallery .gallery-overlay a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 120px;
    width: 120px;
    background: #d3a971;
    color: #fff;
    text-align: center;
    line-height: 120px;
    font-size: 32px;
}

.gallery-area .single-gallery:hover .gallery-overlay {
    opacity: 1;
}

.gallery-area .menu-more-btn a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    background-color: transparent;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 9;
    position: relative;
}

.gallery-area .menu-more-btn a::before {
    position: absolute;
    content: '';
    top: -5px;
    right: -5px;
    height: 100%;
    width: 100%;
    background: #e5e5e5;
    z-index: -2;
}

.gallery-area .menu-more-btn a::after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    border: 1px solid #000;
}

@media only screen and (max-width: 1199px) {
    .single-gallery,
    .grid-sizer {
        width: 50%;
    }
}


/*===========================
    18.Checkbox CSS
===========================*/

.checkbox_common li {
    line-height: 35px;
}

.checkbox_common li label {
    color: #8a8a8a;
    font-size: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: 400;
}

.checkbox_common li input[type="checkbox"] {
    display: none;
}

.checkbox_common li input[type="checkbox"]+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 15px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #a9b4c6;
    position: relative;
}

.checkbox_common li input[type="checkbox"]+label span:before {
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    position: absolute;
    text-align: center;
    left: 3px;
    top: -10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-weight: 600;
}

.checkbox_common li input[type="checkbox"]:checked+label span {
    background: #d3a971;
    border-color: #d3a971;
}

.checkbox_common li input[type="checkbox"]:checked+label span:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.checkbox_common li input[type="checkbox"]+label span,
.checkbox_common li input[type="checkbox"]:checked+label span {
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.checkbox_style2 li input[type="checkbox"]+label span {
    border-radius: 3px;
}

.checkbox_style2 {
    margin-top: 10px;
}


/*===========================
    18.SHOP css
===========================*/

.shop-search {
    position: relative;
}

.shop-search input {
    width: 100%;
    background-color: transparent;
    line-height: 60px !important;
    padding-left: 20px;
    border: 2px solid #eaedf4;
    border-radius: 6px;
    color: #686868;
    height: auto;
}

.shop-search input::placeholder {
    opacity: 1;
}

.shop-search i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #d3a971;
}

.shop-dropdown {
    position: relative;
    width: 100%;
}

.shop-dropdown .nice-select {
    height: 60px;
    background: #fff;
    width: 100%;
    color: #686868;
    border: 2px solid #eaedf4;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.shop-dropdown .nice-select span {
    line-height: 60px;
}

.shop-dropdown .nice-select::after {
    border-bottom: 2px solid #d3a971;
    border-right: 2px solid #d3a971;
}

.shop-bar-area {
    padding-top: 118px;
}

.shop-bar-area .shop-bar ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media (max-width: 767px) {
    .shop-bar-area .shop-bar ul {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-bar-area .shop-bar ul {
        display: flex;
    }
}

.shop-bar-area .shop-bar ul>li {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .shop-bar-area .shop-bar ul>li {
        margin-right: 5px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-bar-area .shop-bar ul>li {
        margin-right: 10px;
        margin-bottom: 0;
    }
}

.shop-bar-area .shop-bar ul>li span {
    font-size: 13px;
    color: #000000;
    padding-right: 10px;
}

.shop-bar-area .shop-bar ul>li .nav {
    display: flex !important;
    align-items: center;
}

.shop-bar-area .shop-bar ul>li .nav li {
    margin-right: 0;
    margin-bottom: 0;
}

.shop-bar-area .shop-bar ul>li .nav li a {
    height: 30px;
    width: 30px;
    font-size: 14px;
    color: #798795;
    background-color: transparent;
    border: 1px solid #e5e5e7;
    padding: 0;
    text-align: center;
    line-height: 30px;
    margin-left: 5px;
}

.shop-bar-area .shop-bar ul>li .nav li a.active {
    color: #d3a971;
}

.shop-bar-area .shop-bar ul>li .nice-select {
    line-height: 30px;
    height: 30px;
}

.shop-bar-area .shop-bar ul>li .nice-select span {
    color: #666;
    font-size: 13px;
}

.shop-bar-area .shop-bar ul>li .nice-select .list {
    display: inherit;
}

.shop-bar-area .shop-bar ul>li .nice-select .list li {
    display: block;
    margin-right: 0;
}

.pagination-part nav .pagination li {
    height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
    line-height: 30px;
    -webkit-box-shadow: 5px;
    box-shadow: 5px;
    margin-right: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pagination-part nav .pagination li {
        margin-right: 5px;
    }
}

.pagination-part nav .pagination li a {
    padding: 0;
    line-height: 30px;
    border: 0;
    border: 1px solid #e5e5e7;
    color: #798795;
    font-size: 13px;
    border-radius: 5px !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pagination-part nav .pagination li a:hover {
    background: #d3a971;
    border-color: #d3a971;
    color: #fff;
}

.pagination-part nav .pagination li a.active {
    background: #d3a971;
    border-color: #d3a971;
    color: #fff;
}

.shop-bar-area.shop-bar-2-area {
    padding-top: 50px;
    padding-bottom: 118px;
}

.page-item.active .page-link {
    background-color: #d3a971;
    color: #fff !important;
}

.shop-sidebar .shop-box {
    border: 2px solid #eaedf4;
    margin-top: 30px;
    padding: 32px;
}

.shop-sidebar .shop-box .sidebar-title {
    padding-bottom: 20px;
}

.shop-sidebar .shop-box .sidebar-title .title {
    font-size: 22px;
    position: relative;
}

.shop-sidebar .shop-box .sidebar-title .title::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -14px;
    height: 2px;
    width: 10px;
    background: #d3a971;
}

.shop-sidebar .shop-box .sidebar-title .title::after {
    position: absolute;
    content: '';
    left: 17px;
    bottom: -14px;
    height: 2px;
    width: 25px;
    background: #d3a971;
}

.shop-category .category-item {
    padding-top: 13px;
}

.shop-category .category-item ul li a {
    color: #8a8a8a;
    line-height: 35px;
    cursor: pointer;
}

li.active-search a {
    color: #d3a971 !important;
    font-weight: 600;
}

.shop-price .price-item {
    padding-top: 27px;
}

.shop-price .price-item .line {
    height: 4px;
    width: 100%;
    background: #d3a971;
    position: relative;
    margin-bottom: 24px;
}

.shop-price .price-item .line::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    background: #d3a971;
    cursor: pointer;
}

.shop-price .price-item span {
    font-size: 14px;
    font-weight: 500;
    color: #8a8a8a;
    padding-top: 12px;
}

.shop-price .price-item span span {
    font-weight: 700;
    color: #666;
}

.price-range-box {
    margin-top: 0px;
}

.price-range-box form {
    position: relative;
}

.price-range-box form span {
    font-weight: 700;
    color: #0a3041;
}

.price-range-box form input {
    width: 140px;
    border: 0;
}

.price-range-box form input:placeholder {
    opacity: 1;
}

.ui-slider-horizontal .ui-slider-range {
    background: #d3a971;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    padding-top: 12px !important;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-header {
    background: #d3a971;
    border: 1px solid #d3a971;
}

.ui-slider-horizontal {
    height: 5px;
}

.ui-slider .ui-slider-handle {
    width: 10px;
    height: 5px;
}

button.filter-button {
    color: #fff;
    background-color: #d3a971;
    display: inline-block;
    margin-top: 10px;
}

button.filter-button:hover {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-details-area .shop-item {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .shop-details-area .shop-item {
        margin-right: 0;
    }
}

.shop-details-area .shop-thumb {
    margin-bottom: 40px;
}

.shop-details-area .shop-item .shop-thumb .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-style: 18px;
    background: #d3a971;
    color: #fff;
}

.shop-details-area .shop-item .shop-thumb .prev {
    left: 0px;
}

.shop-details-area .shop-item .shop-thumb .next {
    right: 0px;
}

.shop-details-area .shop-item .shop-thumb .item img {
    width: 100%;
    display: inline-block;
}

.shop-details-area .shop-item .shop-list .shop-thumb-active {
    margin: 0 60px;
}

.shop-details-area .shop-item .shop-list .shop-thumb-active .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-style: 18px;
    background: #d3a971;
    color: #fff;
}

.shop-details-area .shop-item .shop-list .shop-thumb-active .prev {
    left: -50px;
}

.shop-details-area .shop-item .shop-list .shop-thumb-active .next {
    right: -23px;
}

.shop-details-area .shop-item .shop-list .shop-thumb-active li img {
    width: 80%;
    display: inline-block;
}

.shop-details-area .shop-content .shop-top-content .title {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-details-area .shop-content .shop-top-content .title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .shop-details-area .shop-content .shop-top-content .title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-details-area .shop-content .shop-top-content .title {
        font-size: 32px;
    }
}

.shop-details-area .shop-content .shop-top-content ul li {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    margin-right: 25px;
}

.shop-details-area .shop-content .shop-top-content ul li span {
    color: #798795;
    font-weight: 400;
}

.shop-details-area .shop-content .shop-price {
    display: flex;
    align-items: end;
}

.shop-details-area .shop-content .shop-price ul {
    padding-right: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-details-area .shop-content .shop-price ul {
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .shop-details-area .shop-content .shop-price ul {
        padding-right: 23px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-details-area .shop-content .shop-price ul {
        padding-right: 50px;
    }
}

.shop-details-area .shop-content .shop-price ul li {
    font-size: 32px;
    color: #000000;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    display: inline-block;
}

.shop-details-area .shop-content .shop-price ul li:nth-child(2) {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
    padding-left: 5px;
}

.shop-details-area .shop-content .shop-price span {
    font-size: 13px;
    color: #000000;
    font-weight: 700;
}

.shop-details-area .shop-content .shop-price span span {
    color: #999;
    padding-left: 5px;
}

.shop-details-area .shop-content .shop-review ul li {
    display: inline-block;
}

.shop-details-area .shop-content .shop-review ul li i {
    font-size: 13px;
    color: #b1b1b1;
}

.shop-details-area .shop-content .shop-review ul li:first-child i {
    color: #ffae11;
}

.review-content ul.review-value {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.review-content ul.review-value::after {
    content: "|";
    color: #0000005a;
}

.review-content ul.review-value:last-child::after {
    display: none;
}

.review-content ul:hover i {
    color: #EFCB65;
}

.shop-details-area .shop-content .shop-text {
    border-bottom: 1px solid #f2f2f2;
}

.shop-details-area .shop-content .shop-text p {
    font-weight: 300;
    font-size: 14px;
    padding-top: 23px;
    padding-bottom: 25px;
    line-height: 24px;
}

.shop-details-area .shop-content .shop-social {
    display: flex;
    align-items: center;
    padding-top: 25px;
}

.shop-details-area .shop-content .shop-social span {
    color: #000000;
    font-weight: 700;
    font-size: 13px;
    padding-right: 18px;
}

.shop-details-area .shop-content .shop-social ul li {
    display: inline-block;
}

.shop-details-area .shop-content .shop-social ul li a {
    font-size: 16px;
    color: #fff !important;
    margin-right: 10px;
}

.shop-details-area .shop-content .shop-social ul li:nth-child(2) a {
    color: #cf4539;
}

.shop-details-area .shop-content .shop-social ul li:nth-child(3) a {
    color: #42c0fb;
}

.shop-details-area .shop-content .shop-social ul li:nth-child(4) a {
    color: #009ee5;
}

.shop-details-area .shop-content .shop-social ul li:nth-child(5) a {
    color: #ec9f21;
}

.shop-details-area .shop-content .shop-btns {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .shop-details-area .shop-content .shop-btns {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-details-area .shop-content .shop-btns {
        display: flex;
    }
}

.shop-details-area .shop-content .shop-btns a {
    background: #d3a971;
    color: #fff;
    border-color: #d3a971;
}

.shop-details-area .shop-content .shop-btns a>i {
    padding-left: 10px;
}

.shop-details-area .shop-content .shop-btns ul {
    padding-left: 5px;
}

.shop-details-area .shop-content .shop-btns ul li {
    display: inline-block;
}

.shop-details-area .shop-content .shop-btns ul li a {
    margin-left: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    font-size: 13px;
    background: #fff;
    border-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-details-area .shop-content .shop-btns ul li a {
        margin-left: 5px;
    }
}

@media (max-width: 767px) {
    .shop-details-area .shop-content .shop-btns ul li a {
        margin-left: 0px;
        margin-right: 10px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-details-area .shop-content .shop-btns ul li a {
        margin-left: 10px;
        margin-right: 0px;
        margin-top: 0px;
    }
}

.shop-details-area .shop-content .shop-btns ul li a i {
    padding-left: 0;
    color: #798795;
}

.menu-contents {
    padding: 50px;
    border: 1px solid #ededed;
}

.menu-contents .tab-pane {
    padding: 30px 0px;
}

@media (max-width: 767px) {
    .menu-contents {
        padding: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-contents {
        padding: 20px;
    }
}

.menu-contents .menu-tabs .nav li a {
    padding: 0 18px;
    line-height: 46px;
    background: #f3f3f3;
    color: #000;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .menu-contents .menu-tabs .nav li a {
        padding: 0 5px;
        font-size: 12px;
    }
}

.menu-contents .menu-tabs .nav li a.active {
    background: #d3a971;
    color: #fff;
}

.menu-contents .menu-tabs .tab-content .tab-pane p {
    font-weight: 300;
    color: #333;
    line-height: 32px;
    padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-contents .menu-tabs .tab-content .tab-pane p {
        font-size: 15px;
    }
}

.menu-contents .menu-tabs .tab-content .tab-pane span {
    font-size: 15px;
    font-family: "Playfair Display", serif;
    color: #333;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 18px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .list {
    padding-left: 40px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .list li {
    font-size: 15px;
    color: #687588;
    line-height: 28px;
    font-weight: 300;
    position: relative;
}

.menu-contents .menu-tabs .tab-content .tab-pane .list li::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -22px;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #000;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area {
    padding-top: 15px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-title .title {
    font-size: 24px;
    font-weight: 700;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user {
    position: relative;
    padding-left: 75px;
    margin-top: 33px;
    line-height: 10px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user ul li {
    display: inline-block;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user ul li i {
    color: #d3a971;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user ul li:nth-child(4) i {
    color: #ccc;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user ul li:nth-child(5) i {
    color: #ccc;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user span {
    padding: 3px 0;
    font-size: 14px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user span span {
    font-weight: 600;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-user p {
    font-weight: 300;
    padding-top: 0;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-box {
    margin-top: 25px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-box input {
    width: 100%;
    height: 50px;
    border: 2px solid #e9ebef;
    padding-left: 20px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-box span {
    font-size: 14px;
    color: #5f5f5f;
    padding-bottom: 15px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-box textarea {
    width: 100%;
    height: 200px;
    border: 2px solid #e9ebef;
    padding-left: 20px;
    padding-top: 20px;
    resize: none;
    color: #8a8a8a;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-box ul li {
    display: inline-block;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-box ul li a {
    color: #d3a971;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-check {
    margin-bottom: 20px;
    margin-top: 20px;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-check ul li label span {
    padding-top: 0;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-btn button {
    background: #d3a971;
    color: #fff;
    line-height: 40px;
    border-color: #d3a971;
}

.menu-contents .menu-tabs .tab-content .tab-pane .shop-review-area .shop-review-form .input-btn button:hover {
    background-color: transparent;
    color: #d3a971;
}

.product-quantity {
    width: fit-content;
    border: 1px solid #ededed;
    border-radius: 5px;
}

.product-quantity span {
    padding-left: 10px;
    padding-right: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #798795;
}

.product-quantity button{
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #fff;
    font-size: 20px;
    color: #838b97;
    border: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product-quantity button:hover {
    color: #d3a971;
}

@media (max-width: 767px) {
    .product-quantity button {
        width: 20px;
        height: 40px;
    }
}

.product-quantity input {
    width: 50px;
    height: 40px;
    border: 0px;
    padding: 0 10px;
    text-align: center;
    margin: 0 0;
    color: #000;
}

@media (max-width: 767px) {
    .product-quantity input {
        height: 40px;
    }
}


/*===========================
    19.BLOG DETAILS css
===========================*/

.blog-details-area .blog-sidebar .blog-box {
    border: 1px solid #e8e8e8;
}

.blog-details-area .blog-sidebar .blog-box .blog-title {
    border-bottom: 1px solid #e8e8e8;
}

.blog-details-area .blog-sidebar .blog-box .blog-title .title {
    line-height: 60px;
    font-size: 24px;
    font-weight: 700;
}

.blog-details-area .blog-sidebar .blog-box .blog-cat-list ul {
    padding-top: 17px;
    padding-bottom: 17px;
}

.blog-details-area .blog-sidebar .blog-box .blog-cat-list ul li a {
    font-size: 18px;
    color: #000000;
    line-height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-details-area .blog-sidebar .blog-box .blog-cat-list ul li a:hover {
    color: #d3a971;
}

.blog-details-area .blog-sidebar .blog-box .blog-more-cat a {
    padding-left: 45px;
    line-height: 70px;
    border-top: 1px solid #e8e8e8;
    display: block;
    font-weight: 500;
    color: #000000;
}

.blog-details-area .blog-sidebar .blog-box .blog-more-cat a span {
    color: #d3a971;
    padding-right: 5px;
}

.blog-details-area .blog-sidebar .blog-box.blog-border {
    border-radius: 0 0 10px 10px;
}

.blog-details-area .blog-sidebar .blog-box.box-top {
    border-top: 0;
}

.blog-details-area .blog-sidebar .blog-box .blog-tag {
    padding-top: 20px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-details-area .blog-sidebar .blog-box .blog-tag {
        padding: 20px 10px 30px;
    }
}

@media (max-width: 767px) {
    .blog-details-area .blog-sidebar .blog-box .blog-tag {
        padding: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-sidebar .blog-box .blog-tag {
        padding: 20px 15px 30px;
    }
}

.blog-details-area .blog-sidebar .blog-box .blog-tag ul {
    padding-top: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.blog-details-area .blog-sidebar .blog-box .blog-tag ul li a {
    padding: 0 7px;
    line-height: 32px;
    color: #798795;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    font-weight: 300;
    margin: 0 3px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .blog-details-area .blog-sidebar .blog-box .blog-tag ul li a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-sidebar .blog-box .blog-tag ul li a {
        font-size: 14px;
    }
}

.blog-details-area .blog-sidebar .blog-box .blog-tag ul li a:hover {
    background: #d3a971;
    color: #fff;
}

.blog-details-area .blog-sidebar .blog-box .blog-project {
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-details-area .blog-sidebar .blog-box .blog-project ul li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #798795;
    line-height: 30px;
    font-weight: 300;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-details-area .blog-sidebar .blog-box .blog-project ul li a:hover {
    color: #d3a971;
}

.blog-details-area .blog-sidebar .blog-add {
    position: relative;
}

.blog-details-area .blog-sidebar .blog-add img {
    width: 100%;
}

.blog-details-area .blog-sidebar .blog-add a {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 120px;
    width: 120px;
    background: #d3a971;
    color: #fff;
    text-align: center;
    line-height: 120px;
    font-size: 40px;
}

.blog-details-area .blog-details-items .blog-thumb img {
    width: 100%;
}

.blog-details-area .blog-details-items .blog-details-content .title {
    font-weight: 700;
    font-size: 32px;
    padding-top: 41px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-details-content .title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-details-content .title {
        font-size: 26px;
    }
}

.blog-details-area .blog-details-items .blog-details-content ul {
    padding-bottom: 33px;
    padding-top: 20px;
}

.blog-details-area .blog-details-items .blog-details-content ul li {
    display: inline-block;
    font-size: 14px;
    color: #798795;
    font-family: "Playfair Display", serif;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-details-content ul li {
        font-size: 13px;
    }
}

.blog-details-area .blog-details-items .blog-details-content ul li:hover {
    color: #d3a971;
}

.blog-details-area .blog-details-items .blog-details-content ul li span {
    font-size: 18px;
    color: #000000;
}

.blog-details-area .blog-details-items .blog-details-content p {
    font-size: 18px;
    font-weight: 300;
    color: #798795;
    line-height: 32px;
}

@media (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-details-content p {
        font-size: 16px;
    }
}

.blog-details-area .blog-details-items .blog-details-content p.text {
    padding-top: 30px;
    padding-bottom: 38px;
}

.blog-details-area .blog-details-items .blog-quote {
    background-image: url(../images/blog-quote.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 50px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-quote {
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-quote {
        padding: 70px 50px;
    }
}

.blog-details-area .blog-details-items .blog-quote p {
    font-size: 32px;
    color: #fff;
    line-height: 48px;
    font-family: "Playfair Display", serif;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-details-area .blog-details-items .blog-quote p {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-area .blog-details-items .blog-quote p {
        font-size: 29px;
    }
}

@media (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-quote p {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-quote p {
        font-size: 20px;
    }
}

.blog-details-area .blog-details-items .blog-quote p i {
    font-size: 14px;
}

.blog-details-area .blog-details-items .blog-quote p i.item {
    transform: rotate(180deg);
    margin-top: -20px;
}

.blog-details-area .blog-details-items .blog-content-area {
    border-bottom: 1px solid #e8e8e8;
}

.blog-details-area .blog-details-items .blog-content-area p {
    line-height: 32px;
    font-weight: 300;
    font-size: 18px;
    color: #798795;
}

@media (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-content-area p {
        font-size: 16px;
    }
}

.blog-details-area .blog-details-items .blog-content-area p.item-1 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog-details-area .blog-details-items .blog-content-area p.item-2 {
    padding-top: 40px;
    padding-bottom: 55px;
}

@media (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-content-area .blog-content-thumb {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-content-area .blog-content-thumb {
        margin-bottom: 0px;
    }
}

.blog-details-area .blog-details-items .blog-content-area .blog-content-thumb img {
    width: 100%;
}

.blog-details-area .blog-details-items .blog-social .shop-social {
    padding-top: 25px;
}

.blog-details-area .blog-details-items .blog-social .shop-social span {
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    padding-right: 18px;
}

.blog-details-area .blog-details-items .blog-social .shop-social ul li {
    display: inline-block;
}

.blog-details-area .blog-details-items .blog-social .shop-social ul li a {
    font-size: 18px;
    color: #45619d;
    margin-right: 10px;
}

.blog-details-area .blog-details-items .blog-social .shop-social ul li:nth-child(2) a {
    color: #cf4539;
}

.blog-details-area .blog-details-items .blog-social .shop-social ul li:nth-child(3) a {
    color: #42c0fb;
}

.blog-details-area .blog-details-items .blog-social .shop-social ul li:nth-child(4) a {
    color: #009ee5;
}

.blog-details-area .blog-details-items .blog-social .shop-social ul li:nth-child(5) a {
    color: #ec9f21;
}

.blog-details-comment .comment-title {
    font-size: 18px;
    font-weight: 900;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
}

.blog-comment .comment-replay {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .blog-comment .comment-replay {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-comment .comment-replay {
        padding-left: 60px;
    }
}

.single-comment {
    padding: 20px 25px;
    padding-left: 0;
    border: 1px solid #ededed;
    margin-left: 40px;
    border-radius: 5px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .single-comment {
        margin-left: 0;
        padding-top: 0;
        margin-top: 70px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-comment {
        margin-left: 40px;
        padding-top: 0;
        margin-top: 30px;
        padding: 20px 25px;
        padding-left: 0;
    }
}

.single-comment .comment-author {
    margin-left: -40px;
}

@media (max-width: 767px) {
    .single-comment .comment-author {
        margin-left: 0;
        text-align: center;
        margin-top: -40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-comment .comment-author {
        margin-left: -40px;
        margin-top: 0;
    }
}

.single-comment .comment-author img {
    width: 80px;
    border-radius: 50%;
}

.single-comment .comment-text {
    padding-left: 25px;
}

@media (max-width: 767px) {
    .single-comment .comment-text {
        padding-top: 20px;
        padding-left: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-comment .comment-text {
        padding-top: 0;
        padding-left: 25px;
    }
}

.single-comment .comment-text .author-name {
    font-size: 16px;
    font-weight: 700;
}

.single-comment .comment-text .text {
    margin-top: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.single-comment .comment-text .meta li {
    display: inline-block;
    margin-top: 10px;
}

.single-comment .comment-text .meta li+li {
    margin-left: 30px;
}

@media (max-width: 767px) {
    .single-comment .comment-text .meta li+li {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-comment .comment-text .meta li+li {
        margin-left: 25px;
    }
}

.single-comment .comment-text .meta li a {
    font-size: 14px;
    color: #64656a;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-comment .comment-text .meta li a i {
    padding-right: 8px;
}

.single-comment .comment-text .meta li a:hover {
    color: #d3a971;
}


/*===== All Form Style =====*/

.single-form {
    margin-top: 30px;
}

.single-form label {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 300;
}

.single-form input,
.single-form textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 0 15px;
}

.single-form textarea {
    height: 200px;
    padding-top: 10px;
    resize: none;
}

.single-form .main-btn {
    line-height: 48px;
    padding: 0 30px;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #01061f;
    border-color: #01061f;
    font-weight: 700;
}

.single-form .main-btn:hover {
    background-color: transparent;
    color: #01061f;
}

.single-form button {
    text-align: center;
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    background-color: transparent;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 5;
    position: relative;
    border: 0;
}

.single-form button::before {
    position: absolute;
    content: '';
    top: -5px;
    right: -5px;
    height: 100%;
    width: 100%;
    background: #e5e5e5;
    z-index: -2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-form button::after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    border: 1px solid #000;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-form button:hover {
    color: #d3a971;
}

.single-form button:hover::before {
    background: #f2e5d4;
}

.single-form button:hover::after {
    border: 1px solid #d3a971;
}


/*===========================
    20.CONTACT css
===========================*/

.contact-info-area .contact-info-item {
    padding-top: 45px;
}

.contact-info-area .contact-info-item .info-item i {
    font-size: 48px;
    color: #d3a971;
}

.contact-info-area .contact-info-item .info-item .title {
    font-size: 24px;
    font-weight: 400;
    padding-top: 25px;
    padding-bottom: 20px;
}

.contact-info-area .contact-info-item .info-item ul li {
    font-weight: 300;
}

.contact-area .contact-area-info {
    padding-top: 75px;
}

.contact-area .contact-area-info .title-area .title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-area .contact-area-info .title-area p {
    font-size: 18px;
    font-weight: 300;
    padding-top: 39px;
    line-height: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-area .contact-area-info .title-area p {
        font-size: 14px;
    }
}

.contact-area .contact-info-list .item {
    position: relative;
    padding-left: 65px;
}

.contact-area .contact-info-list .item i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 38px;
    color: #000000;
}

.contact-area .contact-info-list .item ul li {
    color: #64656a;
    font-weight: 300;
    line-height: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-area .contact-info-list .item ul li {
        font-size: 13px;
    }
}


/*===========================
    Dashboard css
===========================*/

.user-dashbord {
    padding: 120px 0;
}

.user-dashbord .user-sidebar {
    border: 1px solid #e1e1e1;
    padding: 20px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .user-dashbord .user-sidebar {
        margin-bottom: 60px;
    }
}

.user-dashbord .user-sidebar .links li {
    border-bottom: 1px dashed #e1e1e1;
    transition: all .3s;
}

.user-dashbord .user-sidebar .links li a {
    display: block;
    padding: 15px 0;
    color: #676767;
}

.user-dashbord .user-sidebar .links li a.active {
    color: #d3a971;
}

.user-dashbord .user-sidebar .links li a:hover {
    color: #d3a971;
}

.user-dashbord .user-sidebar .links li:last-child {
    border-bottom: none;
}

.user-dashbord .user-sidebar .links li:last-child a {
    padding-bottom: 0;
}

.user-dashbord .user-profile-details .order-details .progress-area-step {
    margin-bottom: 60px;
    display: block;
    overflow: hidden;
}

.user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li {
    width: 14%;
    float: left;
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li {
        display: flex;
        width: 100%;
        float: unset;
        text-align: left;
        padding-bottom: 20px;
    }
    .user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li:last-child:after {
        display: none;
    }
}

.user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li .icon {
    height: 30px;
    width: 30px;
    text-align: center;
    margin: auto;
    background: #efefef;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    position: relative;
}

@media (max-width: 767px) {
    .user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li .icon {
        margin: 0;
    }
}

.user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li .progress-title {
    padding-top: 10px;
}

@media (max-width: 767px) {
    .user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li .progress-title {
        padding-left: 20px;
    }
}

.user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li:after {
    position: absolute;
    content: "";
    height: 3px;
    width: calc(100% - 30px);
    background: #efefef;
    top: 14px;
    z-index: 0;
    right: calc(50% + 15px);
}

@media (max-width: 767px) {
    .user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li:after {
        width: 3px;
        height: calc(100% - 30px);
        top: 30px;
        left: 15px;
    }
}

.user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li.active .icon {
    background: #d3a971;
    color: #fff;
}

.user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li:first-child:after {
    display: none;
}

@media (max-width: 767px) {
    .user-dashbord .user-profile-details .order-details .progress-area-step .progress-steps li:first-child:after {
        display: block;
    }
}

.user-dashbord .user-profile-details .edit-info-area {
    margin-top: 50px;
    overflow: hidden;
}

.user-dashbord .user-profile-details .edit-info-area .btn {
    background: #d3a971;
    color: #fff;
    text-transform: capitalize;
    outline: none;
}

.user-dashbord .user-profile-details .edit-info-area .btn:hover,
.user-dashbord .user-profile-details .edit-info-area .btn:focus {
    color: #fff;
}

.user-dashbord .user-profile-details .edit-info-area .form_control {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-left: 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px;
    margin-bottom: 20px;
}

.user-dashbord .user-profile-details .edit-info-area textarea.form_control {
    min-height: 200px;
    padding-top: 20px;
}

.user-dashbord .user-profile-details .edit-info-area .upload-img {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.user-dashbord .user-profile-details .edit-info-area .upload-img .img-box {
    max-width: 100px;
    height: 100px;
}

.user-dashbord .user-profile-details .edit-info-area .upload-img .img-box img {
    width: 100%;
    border-radius: 50%;
}

.user-dashbord .user-profile-details .edit-info-area .file-upload-area {
    margin-left: 30px;
}

.user-dashbord .user-profile-details .edit-info-area .file-upload-area .upload-file {
    position: relative;
    cursor: pointer;
}

.user-dashbord .user-profile-details .edit-info-area .file-upload-area input {
    width: 150px;
    height: 40px;
    display: inline-block;
    opacity: 0;
    cursor: pointer;
}

.user-dashbord .user-profile-details .edit-info-area .file-upload-area span {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 40px;
    background: #d3a971;
    z-index: -1;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
}

.user-dashbord .user-profile-details .edit-info-area .nice-select {
    width: 100%;
    height: 50px;
    border-color: #ddd;
    border-radius: 0;
    line-height: 50px;
    margin-bottom: 20px;
}

.user-dashbord .user-profile-details .edit-info-area .nice-select .list {
    width: 100%;
}

.user-dashbord .user-profile-details .edit-info-area .single_radio,
.user-dashbord .user-profile-details .edit-info-area .single_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.user-dashbord .user-profile-details .edit-info-area .single_radio span,
.user-dashbord .user-profile-details .edit-info-area .single_checkbox span {
    display: inline-block;
    margin-left: 30px;
}

.user-dashbord .user-profile-details .edit-info-area .single_radio .single_input,
.user-dashbord .user-profile-details .edit-info-area .single_checkbox .single_input {
    display: none;
}

.user-dashbord .user-profile-details .edit-info-area .single_radio .single_input:checked+.single_input_label:after,
.user-dashbord .user-profile-details .edit-info-area .single_checkbox .single_input:checked+.single_input_label:after {
    opacity: 1;
}

.user-dashbord .user-profile-details .edit-info-area .single_radio .single_input:checked+.single_input_label:before,
.user-dashbord .user-profile-details .edit-info-area .single_checkbox .single_input:checked+.single_input_label:before {
    border-color: #d3a971;
}

.user-dashbord .user-profile-details .edit-info-area .single_radio .single_input_label:after,
.user-dashbord .user-profile-details .edit-info-area .single_radio .single_input_label:before {
    border-radius: 50%;
}

.user-dashbord .user-profile-details .edit-info-area .single_radio .single_input_label:after {
    content: '';
    width: 14px;
    height: 14px;
    line-height: 20px;
    top: 3px;
    left: 3px;
}

.user-dashbord .user-profile-details .edit-info-area .single_input_label {
    display: inline-flex;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

.user-dashbord .user-profile-details .edit-info-area .single_input_label:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    display: inline-block;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.user-dashbord .user-profile-details .edit-info-area .single_input_label:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f00c';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
}

.user-dashbord .user-profile-details .edit-info-area .sigle_input_check:before {
    border-color: #ddd;
}

.user-dashbord .user-profile-details .edit-info-area .sigle_input_check:after {
    background: #d3a971;
    color: #FFFFFF;
    border-color: #ddd;
}

.user-dashbord .card-box {
    position: relative;
    padding: 30px 20px;
    background: #6963FF;
}

.user-dashbord .card-box.box-1 {
    background: #6963FF;
}

.user-dashbord .card-box.box-1:after {
    content: '\f15c';
}

.user-dashbord .card-box.box-2 {
    background: #07BFA7;
}

.user-dashbord .card-box.box-2:after {
    content: '\f0c0';
}

.user-dashbord .card-box.box-3 {
    background: #EC7424;
}

.user-dashbord .card-box.box-3:after {
    content: '\f02e';
    font-weight: 400;
}

.user-dashbord .card-box:after {
    position: absolute;
    bottom: -30px;
    right: 0;
    font-family: "FontAwesome";
    font-size: 90px;
    font-weight: 600;
    color: #fff;
    opacity: .7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .user-dashbord .card-box:after {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .user-dashbord .card-box:after {
        font-size: 100px;
    }
}

.user-dashbord .card-box .card-info h5 {
    color: #fff;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .user-dashbord .card-box .card-info h5 {
        font-size: 18px;
    }
}

.user-dashbord .card-box .card-info p {
    color: #fff;
}

.user-dashbord .title {
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.user-dashbord .main-info {
    overflow: hidden;
}

.user-dashbord .main-info h5 {
    margin-bottom: 15px;
}

.user-dashbord .main-info ul.list {
    float: left;
    width: 30%;
}

@media (max-width: 767px) {
    .user-dashbord .main-info ul.list {
        width: 50%;
    }
}

.user-dashbord .main-info ul.list li {
    line-height: 30px;
}

.user-dashbord .main-info ul.list li p span {
    font-weight: 500;
    margin-right: 20px;
}

.user-dashbord .main-table .dataTables_wrapper .row:first-child,
.user-dashbord .main-table .dataTables_wrapper .row:last-child {
    margin-bottom: 30px;
    align-items: center;
}

.user-dashbord .main-table .dataTables_wrapper .row:last-child {
    margin-top: 20px;
}

.user-dashbord .main-table .dataTables_wrapper input[type="search"] {
    height: 35px;
    outline: none;
}

.user-dashbord .main-table .dataTables_wrapper input[type="search"]:focus {
    outline: none;
    box-shadow: none;
}

.user-dashbord .main-table .dataTables_wrapper td span.pending {
    padding: 5px 10px;
    background: #FFA500;
    color: #fff;
    border-radius: 3px;
}

.user-dashbord .main-table .dataTables_wrapper td a.btn {
    border: 1px solid #d3a971;
    color: #000000;
    background: transparent;
    transition: all .3s;
    margin-bottom: 10px;
}

.user-dashbord .main-table .dataTables_wrapper td a.btn:hover {
    background: #d3a971;
    border-color: transparent;
    color: #fff;
}

.user-dashbord .main-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 7px;
}

.user-dashbord .main-table .dataTables_wrapper .dataTables_paginate .paginate_button.active .page-link {
    background-color: #d3a971 !important;
    border-color: transparent;
    color: #fff;
}

.user-dashbord .main-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: transparent;
    background: transparent;
    background-color: transparent;
}

.user-dashbord .main-table .dataTables_wrapper .dataTables_paginate .paginate_button .page-link {
    border: 1px solid #e1e1e1;
    color: #123212;
    outline: none;
    box-shadow: none;
}

.user-dashbord .main-table .dataTables_wrapper .dataTables_paginate .paginate_button .page-link:hover {
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    background-color: #d3a971 !important;
}

.user-dashbord .account-info,
.user-dashbord .order-details {
    border: 1px solid #e1e1e1;
    padding: 30px;
}

.user-dashbord .view-order-page .order-info-area {
    margin-bottom: 40px;
}

.user-dashbord .view-order-page .order-info-area .order-info h3 {
    margin-bottom: 15px;
}

.user-dashbord .view-order-page .order-info-area .prinit {
    float: right;
}

@media (max-width: 767px) {
    .user-dashbord .view-order-page .order-info-area .prinit {
        float: none;
        margin-top: 20px;
    }
}

.user-dashbord .view-order-page .order-info-area .prinit .btn {
    background: #d3a971;
    color: #fff;
}

.user-dashbord .view-order-page .order-info-area .prinit .btn i {
    margin-right: 10px;
}

.user-dashbord .billing-add-area {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .user-dashbord .billing-add-area .main-info {
        margin-bottom: 30px;
    }
}

.user-dashbord .billing-add-area .main-info ul.list {
    width: 100%;
}

@media (max-width: 767px) {
    .user-dashbord .billing-add-area .main-info ul.list {
        width: 100%;
    }
}

.user-dashbord .billing-add-area .payment-information h5 {
    margin-bottom: 15px;
}

.user-dashbord .billing-add-area .payment-information p {
    line-height: 35px;
}

.user-dashbord .product-list h5 {
    margin-bottom: 15px;
}

.user-dashbord .product-list table tr td b {
    line-height: 30px;
}

.user-dashbord .product-list table tr td span.color {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #222;
}

@media only screen and (max-width: 767px) {
    .dataTables_length {
        margin-bottom: 20px;
    }
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        float: none;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
        margin-top: 20px;
    }
}


/*===========================
    Features css
===========================*/


/***
=============================================
    Checkout Area style
=============================================
***/

.checkout-area {
    position: relative;
    display: block;
    padding-top: 130px;
}

.checkout-area .shop-title-box h3 {
    position: relative;
    font-size: 24px;
    color: #282828;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.checkout-area .exisitng-customer {
    position: relative;
    display: block;
    background: #f8f7ff;
    padding: 20px 28px 21px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.checkout-area .exisitng-customer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: #d3a971;
}

.checkout-area .exisitng-customer h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
}

.checkout-area .exisitng-customer h5 a {
    font-weight: 400;
    display: inline-block;
    padding-left: 15px;
    color: #d3a971;
}

.checkout-area .coupon {
    position: relative;
    display: block;
    background: #f8f7ff;
    padding: 20px 28px 21px;
    margin-bottom: 60px;
    border-radius: 5px;
}

.checkout-area .coupon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: #d3a971;
}

.checkout-area .coupon h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
}

.checkout-area .coupon h5 a {
    font-weight: 400;
    display: inline-block;
    padding-left: 15px;
    color: #d3a971;
}

.checkout-area form .field-label {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.checkout-area form .gateway-details .field-label {
    margin: 0 0 4px;
}

.checkout-area form .field-input {
    margin-bottom: 25px;
}

.field-input.cross {
    position: relative;
}

.field-input.cross i.fa-times-circle {
    position: absolute;
    color: #000;
    right: 8px;
    top: 16px;
    cursor: pointer;
    display: none;
}

.field-input.cross.cross-show i.fa-times-circle {
    display: block;
}

.checkout-area form .gateway-details .field-input {
    margin-bottom: 0;
}

.checkout-area form .field-input input[type="text"],
.checkout-area form .field-input select {
    border: 1px solid #f0eef9;
    color: #848484;
    display: block;
    font-size: 16px;
    height: 48px;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 100%;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.checkout-area form .field-input input[type="text"]:focus {
    border: 1px solid #222;
}

.checkout-area form .field-input textarea {
    border: 1px solid #f0eef9;
    color: #848484;
    display: block;
    font-size: 16px;
    height: 121px;
    margin-bottom: 28px;
    padding: 10px 15px;
    width: 100%;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.checkout-area form .field-input textarea:focus {
    border-color: #d3a971;
}

.checkout-area .create-acc .checkbox {
    margin: 7px 0 0;
}

.checkout-area .create-acc .checkbox label {
    color: #282828;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.checkout-area .create-acc .checkbox input {
    position: relative;
    top: 1px;
}

.checkout-area .shipping-info input[type="checkbox"] {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
    top: 0px;
    vertical-align: middle;
}

span.selection {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #f0eef9;
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding: 0 15px;
    color: #848484;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
}

.checkout-area .cart-table tbody tr .qty .input-group-btn-vertical {
    display: none;
}

.checkout-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
    width: 50px;
}

.checkout-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin .quantity-spinner {
    border-radius: 6px;
    background: transparent;
    text-align: center;
}

.checkout-area .bottom {
    position: relative;
    display: block;
    background: #fdfcfb;
    padding-top: 126px;
    padding-bottom: 130px;
    margin-top: 115px;
}

.checkout-area .table {
    overflow-x: auto;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.checkout-area .table .cart-table {
    min-width: auto;
    width: 100%;
}

.cart-table .title p {
    margin-top: 1px;
    margin-bottom: 0px;
}

.cart-table .title h5 {
    margin-bottom: 7px;
    display: block;
}

.cart-table .title p strong {
    color: #000;
}

.cart-table .price.cart_price strong {
    color: #000;
    margin-right: 4px;
}

.cart-table .price.cart_price p {
    margin-bottom: 1px;
}

.checkout-area .table .cart-table .cart-header {
    position: relative;
    background: #fff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    border: 1px solid #eaeaea;
}

.checkout-area .table .cart-table thead tr th {
    font-weight: 500;
    line-height: 24px;
    min-width: 110px;
    padding: 19px 30px 17px;
    border-top: none;
    border-bottom: none;
    font-size: 18px;
    color: #282828;
}

.checkout-area .table .cart-table thead tr th.product-column {
    padding-left: 30px;
    text-align: left;
}

.checkout-area .table .cart-table tbody tr {
    border-bottom: 1px solid #e8e6f4;
}

.checkout-area .table .cart-table tbody tr td {
    vertical-align: middle;
    min-width: 110px;
    max-width: 160px;
    padding: 30px 0;
    border-top: none;
    padding-left: 30px;
}

.checkout-area .table .cart-table tbody tr td.qty input {
    border-radius: 6px;
    background: transparent;
    text-align: center;
    height: 40px;
    width: 40px;
    border: 1px solid #ddd;
    margin-left: 20px;
    padding: 0;
}

.checkout-area .table .cart-table tbody tr td.price {
    font-size: 18px;
    font-weight: 500;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
    min-height: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb a {
    display: block;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
    display: block;
    max-width: 150px;
    border-radius: 6px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title,
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
    display: table-cell;
    vertical-align: middle;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
    padding-left: 20px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

p.gateway-desc {
    background: #f1f1f1;
    font-size: 14px;
    padding: 10px 25px;
    margin-bottom: 20px;
    color: #212529;
}

.gateway-instruction {
    background: #f1f1f1;
    padding: 15px 30px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.gateway-details label {
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
}

.cart-total-table {
    border: 1px solid #e8e6f4;
    border-radius: 6px;
    margin-bottom: 30px;
}

.cart-total-table li {
    border-bottom: 1px solid #e8e6f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 20px;
}

.checkout-area .cart-total-table i {
    font-size: 9px;
    position: relative;
    top: -3px;
}

.cart-total-table li:last-child {
    border-bottom: none;
    font-weight: 700;
    color: #000;
}

.cart-total-table li:last-child span.col {
    position: relative;
    display: block;
    float: left;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%;
}

.cart-total-table li:last-child span.col.col-title {
    position: relative;
    display: block;
    float: left;
    border-right: 1px solid #e8e6f4;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    padding: 0;
    width: 50%;
}

.cart-total .payment-options {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #e8e6f4;
    padding: 23px 20px 35px;
    border-radius: 6px;
}

.cart-total .payment-options .option-block {
    margin-bottom: 14px;
}

.cart-total .payment-options .option-block .checkbox {
    margin: 0 0 5px;
}

.cart-total .payment-options .option-block .checkbox label {
    display: block;
    font-weight: 500;
    min-height: 20px;
    padding-left: 0px;
    margin: 0;
}

.cart-total .payment-options .option-block .checkbox label input {
    position: relative;
    top: 1px;
}

.cart-total .payment-options .option-block .checkbox label span {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}

.cart-total .payment-options .option-block .checkbox label span b {
    color: #222222;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-left: 25px;
    text-decoration: underline;
}

.cart-total .payment-options .option-block .text {
    padding-left: 30px;
}

.cart-total .payment-options .option-block .text p {
    margin: 0;
    line-height: 28px;
}

.placeorder-button .main-btn {
    padding: 8px 30px;
    border-color: #d3a971;
    background-color: #d3a971;
    line-height: 28px;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.placeorder-button .main-btn:hover,
.placeorder-button .main-btn:focus {
    color: #d3a971;
    background-color: transparent;
}


/***
=============================================
   Cart area  style
=============================================
***/

.cart-area {
    padding-top: 122px;
    padding-bottom: 130px;
}

.cart-area .qty input.quantity-spinner.form-control {
    width: 100px;
    height: 60px;
    text-align: center;
    border: 2px solid #ebebeb;
    font-weight: 700;
    border-radius: 0;
}

.cart-area .qty input.quantity-spinner.form-control:focus {
    outline: none;
    box-shadow: none;
}

.cart-area .qty span.input-group-btn-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}

.cart-area .qty span.input-group-btn-vertical .bootstrap-touchspin-up {
    position: absolute;
    right: 24px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: transparent;
}

.cart-area .qty span.input-group-btn-vertical .bootstrap-touchspin-up:before {
    position: absolute;
    content: "+";
    top: 0;
    left: 0;
    line-height: 18px;
    width: 20px;
    font-size: 17px;
    color: #999;
}

.cart-area .qty span.input-group-btn-vertical .bootstrap-touchspin-down {
    position: absolute;
    left: 24px;
    top: 22px;
    width: 20px;
    height: 20px;
    background: transparent;
}

.cart-area .qty span.input-group-btn-vertical .bootstrap-touchspin-down:before {
    position: absolute;
    content: "-";
    top: 0;
    left: 0;
    line-height: 18px;
    width: 20px;
    font-size: 30px;
    color: #999;
}

.cart-area .table-outer {
    overflow-x: auto;
    position: relative;
    width: 100%;
}

.cart-area .cart-table {
    min-width: 1024px;
    width: 100%;
}

.cart-area .cart-table .cart-header {
    position: relative;
    background: #f6f6f6;
    color: #27282c;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
}

.cart-area .cart-table .cart-header tr {
    background: #f4f1ee;
}

.cart-area .cart-table thead tr th {
    font-weight: 500;
    line-height: 24px;
    min-width: 110px;
    padding: 20px 25px;
    font-size: 18px;
}

.cart-area .cart-table thead tr th.prod-column {
    padding-left: 30px;
    text-align: left;
    width: 24%;
}

.cart-area .cart-table thead tr th.availability {
    padding: 0 40px;
}

.cart-area .cart-table tbody tr {
    border-bottom: 1px solid #e7e7e7;
}

.cart-area .cart-table tbody tr .prod-column {
    padding-left: 30px;
    text-align: left;
}

.cart-area .cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 100px;
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb,
.cart-area .cart-table tbody tr .prod-column .column-box .title {
    display: table-cell;
    vertical-align: middle;
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {
    width: 90px;
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a {
    position: relative;
    display: block;
    border-radius: 0px;
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a img {
    width: 100%;
    border-radius: 0;
}

.cart-area .cart-table tbody tr .prod-column .column-box .title {
    padding-left: 20px;
}

.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {
    color: #282828;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

.cart-area .cart-table tbody tr .qty {
    padding-right: 25px;
}

.cart-area .cart-table tbody tr .qty .product-quantity button {
    width: 43px;
    height: 33px;
    padding: 0;
    background-color: #fff;
    font-size: 18px;
    color: #838b97;
    border: 1px solid #dddddd;
    cursor: pointer;
}

.cart-area .cart-table tbody tr .qty .product-quantity input {
    width: 72px;
    height: 33px;
    border: 1px solid #dddddd;
    padding: 0 10px;
    text-align: center;
    margin: 0 0;
    color: #838b97;
    border-left: 0;
    border-right: 0;
}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}

.cart-area .cart-table tbody tr .sub-total {
    font-size: 15px;
    font-weight: 500;
}

.cart-area .cart-table tbody tr td {
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    min-width: 100px;
    padding: 30px 25px;
    width: 20%;
}

.cart-area .cart-table tbody tr td.unit-price {
    padding-left: 20px;
    padding-right: 20px;
}

.cart-area .cart-table tbody tr td.price {
    font-size: 15px;
    font-weight: 500;
}

.cart-area .cart-table tbody tr td .remove {
    text-align: center;
    font-size: 30px;
    color: #999;
    font-weight: normal;
}

.cart-area .cart-table tbody tr td .remove span {
    cursor: pointer;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.cart-area .cart-table tbody tr td .remove span:hover {
    color: #d3a971;
}

.cart-area .cart-table tbody tr td .remove .checkbox label {
    color: #828282;
    font-size: 15px;
    font-weight: 400;
}

.cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
    display: inline-block;
    position: relative;
    top: 1px;
}

.cart-area .cart-table tbody .available-info {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding-left: 50px;
}

.cart-area .cart-table tbody .available-info .icon {
    position: absolute;
    top: 0px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    background: #d3a971;
}

.total-item-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.total-item-info li {
    font-size: 15px;
    color: #282828;
}

.total-item-info li span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #282828;
}

.cart-middle {
    padding-top: 30px;
}

.cart-middle .apply-coupon {
    padding-left: 245px;
    position: relative;
}

.cart-middle .apply-coupon input[type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: 58px;
    border: 1px solid #ededed;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    padding: 0 20px;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    border-radius: 29px;
}

.cart-middle .apply-coupon input[type="text"]:focus {
    border: 1px solid #222;
}

.cart-middle .apply-coupon .apply-coupon-button button {
    border: 1px solid #d3a971;
    background: #d3a971;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    transition: all linear 0.3s;
    cursor: pointer;
}

.cart-middle .apply-coupon .apply-coupon-button button:hover {
    color: #d3a971;
    background-color: transparent;
}

.cart-middle .apply-coupon .apply-coupon-button .btn-style-one .btn-title {
    color: #282828;
    background: #f6f6f6;
}

.cart-middle .update-cart button {
    border: 1px solid #d3a971;
    background: #d3a971;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    transition: all linear 0.3s;
    cursor: pointer;
}

.main-btn.main-btn-2.proceed-checkout-btn {
    height: 52px;
    line-height: 50px;
}

.main-btn.main-btn-2.proceed-checkout-btn:hover {
    background: #fff;
    color: #d3a971;
    border: 2px solid #d3a971;
}

.cart-middle .update-cart button:hover {
    color: #d3a971;
    background-color: transparent;
    border-color: #d3a971;
}

.cart-bottom {
    overflow: hidden;
    padding-top: 70px;
}

.cart-bottom .calculate-shipping .shop-page-title {
    padding-bottom: 16px;
}

.cart-bottom .calculate-shipping .ui-state-default {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 0;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    margin-bottom: 30px;
    outline: medium none;
    width: 100%;
}

.cart-bottom .calculate-shipping .ui-state-default .ui-icon {
    background: none;
}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 18px;
    overflow: hidden;
    padding: 15px 19px;
    text-align: left;
}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #ededed;
    display: block;
    width: 60px;
    height: 48px;
    text-indent: 0;
    margin: 0;
}

.cart-bottom .calculate-shipping button {
    color: #27282c;
    background: #f6f6f6;
}

.cart-bottom .calculate-shipping button:hover {
    color: #ffffff;
    background: #c84522;
}

.cart-bottom .calculate-shipping input[type="text"] {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-bottom .calculate-shipping input[type="text"]:focus {
    border: 1px solid #1d1d1d;
}

.cart-bottom button.checkout-btn {
    color: #27282c;
    background: #f6f6f6;
    margin-top: 30px;
}

.cart-bottom button.checkout-btn:hover {
    color: #ffffff;
    background: #c84522;
}

.login-btn {
    display: inline-block;
    margin-left: 15px;
}

.navigation .cart {
    display: inline-block;
    position: relative;
}

.navigation .cart span {
    position: absolute;
    top: -10px;
    right: -16px;
    display: inline-block;
    background-color: #d3a971;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.navigation .cart a::before {
    content: '|';
    position: absolute;
    left: 17px;
    color: #fff;
    opacity: .6;
}

.navigation .cart a {
    display: inline-block;
    margin-left: 40px;
    color: #fff;
    font-size: 14px;
    transition: .3s;
}

.navigation .cart a:hover {
    color: #d3a971;
}


/*---------------------------
** Checkout page css
---------------------------*/

.checkout-message {
    padding: 120px 0px;
    max-width: 780px;
    margin: 0 auto;
}

.checkout-success {
    background: #f1f1f1;
    padding: 40px 0px;
    text-align: center;
    border-radius: 15px;
}

.checkout-success h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.checkout-success p {
    line-height: 26px;
}

.checkout-success .icon i {
    font-size: 60px;
}

.checkout-success .icon {
    display: block;
    margin-bottom: 20px;
}


/*---------------------------
** login page css
---------------------------*/

.login-area {
    padding-top: 115px;
    padding-bottom: 120px;
}

.login-area .login-content .login-title .title {
    font-weight: 700;
    color: #000;
    font-size: 30px;
}

.login-area .login-content .input-box {
    margin-top: 30px;
}

.login-area .login-content .input-box input {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding-left: 30px;
}

.login-area .login-content .input-box span {
    padding-bottom: 15px;
    font-size: 15px;
}

.login-area .login-content .input-btn button {
    background: #d3a971;
    border-color: #d3a971;
    text-transform: uppercase;
}

.login-area .login-content .input-btn button:hover {
    background-color: transparent;
    color: #d3a971;
}

.login-area .login-content .input-btn a {
    color: #d3a971;
    margin-top: 20px;
}

.login-area .login-content .checkbox_common {
    padding-top: 15px;
}

.login-area .login-content .input-text p {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.login-area .login-content .input-text p a {
    color: #d3a971;
}

.login-content .alert p {
    line-height: 24px;
}


/*===========================
    FAQ Page CSS
===========================*/

.faq-section {
    padding: 120px 0px 100px;
}

.faq-section .accordion .card {
    margin-bottom: 20px;
    border: none;
    border-radius: 0px;
}

.faq-section .card-header {
    padding: 0px;
}

.faq-section .accordion .card .card-header {
    background-color: #ededed;
    border: none;
}

.faq-section .accordion .card .card-header .btn {
    font-weight: 700;
    color: #0a3041;
    font-weight: 18px;
    border-radius: 3px;
    padding: 12px 30px 16px;
    text-decoration: none;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: block;
}

.faq-section .accordion .card .card-header .btn:hover {
    background-color: #25d06f;
    color: #fff;
}

.faq-section .accordion .card .card-header .btn[aria-expanded="true"] {
    background-color: #25d06f;
    color: #fff
}

.faq-section .accordion .card .card-header .btn::after {
    position: absolute;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-section .accordion .card .card-header .btn[aria-expanded="true"]::after {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-section .card-body {
    line-height: 28px;
    padding: 32px 20px 12px;
}


/*---------------------------
** Career Page CSS
---------------------------*/

.blog-sidebar-widgets {
    background-color: #f7f7f7;
    padding: 40px 35px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .blog-sidebar-widgets {
        margin-top: 80px;
    }
}

.blog-sidebar-widgets.post-widget {
    padding: 37px 35px;
}

.blog-sidebar-widgets.category-widget {
    padding: 38px 35px 34px;
}

.searchbar::after {
    content: "";
    display: block;
    clear: both;
}

.searchbar input[type="text"],
.searchbar input[type="search"] {
    width: 80%;
    float: left;
    border: none;
    height: 50px;
    padding-left: 20px;
}

.searchbar button[type="submit"],
.searchbar input[type="submit"] {
    width: 20%;
    float: left;
    padding: 0;
    height: 50px;
    border: none;
}

.popular-posts-lists h4,
.category-lists h4 {
    margin-bottom: 26px;
    font-size: 18px;
    font-weight: 700;
    color: #38383c;
    font-family: 'Source Serif Pro', serif;
}

.category-lists h4 {
    margin-bottom: 23px;
}

.single-popular-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.single-popular-post:last-child {
    margin-bottom: 0px;
}

.single-popular-post::after {
    content: "";
    display: block;
    clear: both;
}

.single-popular-post img {
    width: 60px;
}

.popular-post-txt {
    margin-left: 15px
}

.popular-post-txt h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Source Serif Pro', serif;
    line-height: 1.3;
}

.popular-post-txt h5 a {
    color: #38383c;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.popular-post-txt h5 a:hover {
    color: #25d06f;
}

.popular-post-txt small {
    font-size: 12px;
    font-weight: 400;
    color: #797e82;
}

.category-lists ul {
    padding: 0;
}

.category-lists ul li {
    display: block;
    margin-bottom: 14px;
}

.category-lists ul li.active a {
    color: #25D06F;
}

.category-lists ul li:last-child {
    display: block;
    margin-bottom: 7px;
}

.category-lists ul li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #38383c;
    text-decoration: none;
    padding-left: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}

.category-lists ul li a:hover {
    color: #25d06f;
}

.category-lists ul li a::after {
    position: absolute;
    content: "\f0da";
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #25d06f;
}

.category-lists.job li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
    display: block;
}

.category-lists.job li a {
    display: block;
}

.category-lists.job li a span {
    display: inline-block;
    float: right;
}

.category-lists.job li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.job-lists {
    padding: 120px 0px;
}

.job-lists .single-job {
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: .3s;
}

.job-lists .single-job:hover {
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.12), 0 1px 8px rgba(0, 0, 0, 0.24);
}

.single-job a.title {
    font-size: 20px;
    font-weight: 600;
    color: #25D06F;
    display: block;
    margin-bottom: 15px;
    line-height: 30px;
}

.single-job p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 24px
}

.single-job strong {
    color: #0a3041;
    font-weight: 600;
}

.single-job strong i {
    color: #25D06F;
    display: inline-block;
    width: 20px;
}


/*---------------------------
** Career Details Page CSS
---------------------------*/

.job-details h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #25D06F;
    font-weight: 600;
}

.job-details .desc {
    font-size: 14px;
    line-height: 24px;
}

.job-details .info {
    margin-bottom: 30px;
}

.job-details .info:last-child {
    margin-bottom: 0px;
}

.info strong.label {
    color: #0a3041;
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}


/*---------------------------
** 404 Page CSS
---------------------------*/

.error-section {
    padding: 89px 0px 92px;
}

.oops {
    max-width: 100px;
    margin: 0 auto;
}

.oops img {
    width: 100%;
}

.not-found img {
    width: 100%;
}

.error-txt {
    text-align: center;
    margin-top: 30px;
}

.error-txt h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    margin: 21px 0px 14px;
    color: #0a3041;
}

.error-txt p {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.error-txt a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 30px;
    background-color: #d3a971;
    border: 1px solid #d3a971;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.error-txt a:hover {
    color: #d3a971;
    background-color: #fff;
}


/* code cut for all.css */




ul.subitem{
    margin-left: 15px;
}



.food-menu-area.food-menu-3-area .food-menu-items .single-menu-item {
    justify-content: space-between;
}
.food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-thumb {
    max-width: 96px;
}
.food-menu-area .food-menu-items .single-menu-item .menu-thumb {
    max-width: 100px;
}

/* Offline Page */
.error-container {
    height: 100vh;
    justify-content: center;
    display: flex;
    align-items: center;
}
.dropdown-menu.country-codes {
    height: 250px;
    overflow: scroll;
}
@media only screen and (max-width: 991px) {
    .modal-quantity span {
        border: 1px solid #0000001a;
        padding: 5px 15px;
        display: inline-block;
    }
}

.food-menu-area .button-group button {
    border: none;
    background-color: #06f;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.food-menu-area .button-group {text-align: center;}

.pagination .page-item .page-link {
    border-radius: 0 !important;
}

@media (max-width: 991px) {
    .page-title-area .page-title-item nav ol li i{
        display: none;
    }
}
