html,
body {
    /*-moz-osx-font-smoothing: grayscale;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-font-smoothing: antialiased;*/
    /*font-smoothing: antialiased;*/
}

@font-face {
  font-family: Helvetica Neue Bold;
  src: url(../fonts/Helvetica-Font/Helvetica_Neue_Bold.ttf);
  /*src:  url('../fonts/Helvetica-Font/Helvetica_Neue_Regular.otf') format('otf'),*/
  /*  url('../fonts/Helvetica-Font/Helvetica_Neue_97_Black_Condensed_Oblique.otf') format('otf'),*/
  /*  url('../fonts/Helvetica-Font/Helvetica_Neue_97_Black_Condensed.otf') format('otf'),*/
  /*  url('../fonts/Helvetica-Font/Helvetica_Neue_67_Medium_Condensed_Oblique.otf') format('otf'),*/
  /*  url('../fonts/Helvetica-Font/Helvetica_Neue_67_Medium_Condensed.otf') format('otf');*/
  font-weight: normal;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
    /*font-family: 'Itim', cursive;*/
    font-family: 'Helvetica Neue Bold';
}

body {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    color: #625c56;
    overflow-x: hidden !important;
    background: #f5eee7;
}

p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75em;
    color: #625c56;
    margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #000;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 27px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

img {
    width: 100%;
    height: auto;
}

img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

b {
    font-weight: 800;
    color: #000;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}


/* text field */

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 15px 40px 15px 15px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    background-image: none;
    border: none;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
}

select {
    padding: 10px;
    border-radius: 5px;
}

table,
th,
tr,
td {
    border: 1px solid #f8f5f0;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

input[type="submit"] {
    font-weight: 300;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 2px;
}

.alert-success {
    background: transparent;
    color: #fff;
    border: 1px solid #daae2c;
    border-radius: 0px;
}


/* placeholder */

::-webkit-input-placeholder {
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

:-moz-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

/* ======= Helper style ======= */

:root {
    scroll-behavior: auto;
}

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

.mt-15 {
    margin-top: 15px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-0 {
    padding-bottom: 0 !important;
}

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


/* important */

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.pattern {
    background-repeat: repeat;
    background-size: auto;
}

.bold {
    font-weight: 400;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}

.js .animate-box {
    opacity: 0;
}


/* background & color */

.bg-darkbrown {
    background: #000;
}

.bg-darkbrown p {
    color: #aba59f;
}

.closeNav{
    display: none;
    width: 16px;
    margin-top: 3px;
    margin-left: 5px;
}

.navbar-toggler.collapsed .openNav{
    display: block;
}

.navbar-toggler .openNav{
    display: none;
}

.navbar-toggler .closeNav{
    display: block;
}

.navbar-toggler.collapsed .closeNav{
    display: none;
}

/* star - white  */

.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 0.3em solid transparent;
    font-size: 8px;
}

.star:before,
.star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star:after {
    transform: rotate(35deg);
}


/* Star rating  */

.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}

.star-rating:before,
.star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star-rating:after {
    transform: rotate(35deg);
}


/* ======= Selection style ======= */

::-webkit-selection {
    color: #fff;
    background: #000;
}

::-moz-selection {
    color: #fff;
    background: #000;
}

::selection {
    color: #fff;
    background: #000;
}


/* ======= Preloader style ======= */

.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f5eee7;
    z-index: 999999;
}

#preloader {
    display: table;
    table-layout: fixed;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 2px solid #e9dacb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -2px;
    left: -2px;
    border: 2px solid transparent;
    border-top: 2px solid #daae2c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#navbar .navbar-nav {
    column-gap: 24px;
}

/* ======= Section style ======= */

.section-padding {
    padding: 40px 0;
}

.section-padding2 {
    padding: 0 0 120px 0;
}

.section-padding h6 {
    color: #000;
    margin-bottom: 15px;
}

.section-head {
    position: relative;
    margin: 0 auto 40px;
}

.section-head .section-subtitle {
    color: #a77e04;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-head .section-title {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 800;
    color: #000;
}

.section-head .section-title.white {
    color: #fff;
}

.section-head .section-backtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 130px;
    line-height: 150px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: transparent;
    -webkit-text-stroke: 1px #daae2c;
    opacity: .3;
}

.section-head .icon {
    margin-top: 15px;
    font-size: 15px;
    position: relative;
}

.section-head .icon:after,
.section-head .icon:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #daae2c;
    top: 50%;
    right: -80px;
}

.section-head .icon.white:after,
.section-head .icon.white:before {
    background: rgba(255, 255, 255, 0.5);
}

.section-head .icon:after {
    right: auto;
    left: -80px;
}

.section-head .icon i {
    color: #daae2c;
    margin: 0 2px;
    font-size: 35px;
}


/* ======= Navbar style ======= */

.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 110px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #FFF;
}

.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    color: #fff;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.navbar .navbar-nav .nav-link.nav-color {
    color: #000;
}

.navbar .navbar-nav .nav-link:hover {
    color: #daae2c;
}

.navbar .navbar-nav .active {
    color: #daae2c !important;
}

.navbar .navbar-nav .active i {
    color: #daae2c;
}

.nav-scroll {
    background: #000;
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    height: 110px;
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #daae2c;
}

.nav-scroll .navbar-nav .nav-link {
    color: #fff;
}

.nav-scroll .navbar-nav .active {
    color: #daae2c !important;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #000;
}

.nav-scroll .logo-img {
    width: 65px;
    margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    line-height: 1.25em;
}

.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-size: 10px;
    color: #daae2c;
    font-weight: 400;
    letter-spacing: 7px;
    display: block;
    margin-top: 5px;
    line-height: 1em;
    text-transform: uppercase;
    margin-left: 5px;
}

.logo-wrapper {
    float: left;
}

.logo-wrapper .logo h2 {
    font-size: 27px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
}

.logo-wrapper .logo h2 a i {
    color: #625c56;
    font-size: 20px;
    vertical-align: super;
}

.logo-wrapper .logo span {
    display: block;
    font-size: 10px;
    color: #daae2c;
    font-weight: 400;
    letter-spacing: 7px;
    display: block;
    margin-top: 5px;
    line-height: 1em;
    text-transform: uppercase;
}

.logo {
    padding: 0;
    text-align: center;
}

.logo-img {
    width: 65px;
    margin-bottom: 0px;
}

/* Navbar Cart */

.navbar .cart {
    padding: 20px 15px;
    position: relative;
}

.navbar .cart:before {
    content: "";
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}

.navbar .cart .cart-icon {
    position: relative;
    display: inline-block;
}

.navbar .cart .cart-icon .mad-count {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #daae2c;
    font-size: 8px;
    text-align: center;
    line-height: 15px;
    position: absolute;
    top: -5px;
    right: -10px;
    color: #fff;
}

.navbar .cart .icon {
    font-size: 15px;
    cursor: pointer;
    color: #fff;
}

.navbar .cart .cart-side {
    position: absolute;
    top: 57px;
    right: 0;
    width: 300px;
    background: #000;
    padding: 30px;
    z-index: 3;
    display: none;
}

.navbar .cart .cart-side .clos {
    margin-bottom: 30px;
    width: 47px;
    height: 47px;
    line-height: 45px;
    text-align: center;
    background: #daae2c;
    position: absolute;
    top: -47px;
    right: 0;
    color: #fff;
    font-size: 10px;
}

.navbar .cart .cart-side .titl {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navbar .cart .cart-side .titl h6 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
}

.navbar .cart .cart-side .titl span {
    color: #625c56;
    font-size: 12px;
    margin-left: auto;
}

.navbar .cart .cart-side .prods {
    max-height: 260px;
    overflow: auto;
}

.navbar .cart .cart-side .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
}

.navbar .cart .cart-side .item:last-of-type {
    border-bottom: 1px solid #daae2c;
}

.navbar .cart .cart-side .item .img {
    width: 70px;
}

.navbar .cart .cart-side .item .cont {
    padding-left: 15px;
}

.navbar .cart .cart-side .item .cont h6 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
}

.navbar .cart .cart-side .item .cont .price {
    color: #625c56;
    font-size: 12px;
}

.navbar .cart .cart-side .item .cont .price span {
    font-size: 15px;
    color: #daae2c;
    margin-left: 5px;
}

.navbar .cart .cart-side .item .count {
    padding-left: 20px;
}

.navbar .cart .cart-side .item .del {
    margin-left: auto;
}

.navbar .cart .cart-side .item .del span {
    text-align: center;
    font-size: 10px;
    color: #daae2c;
}

.navbar .cart .cart-side .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.navbar .cart .cart-side .total h6 {
    color: #fff;
    font-size: 17px;
}

.navbar .cart .cart-side .total p {
    margin-left: auto;
    color: #daae2c;
}



@media screen and (max-width: 767px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .nav-scroll {
        background: #000;
    }

    .logo-wrapper {
        float: left;
        padding: 0px 0px 0px 15px;
    }

    .nav-scroll .logo-wrapper {
        padding: 0px 15px;
        background-color: transparent;
    }

    .nav-scroll .logo-img {
        width: 65px;
    }

    .navbar .cart {
        padding: 10px 0;
    }

    .navbar .cart:before,
    .navbar .cart:after {
        display: none;
    }

    .navbar .cart {
        position: static;
    }

    .navbar .cart .cart-side {
        width: 100%;
        top: 75px;
        min-height: 300px;
    }
}


#home{
    /*background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/slider/23.jpg);*/
    /*background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));*/
    background: #000;
}


/* ======= Page Banner Header style ======= */

.banner-header {
    /*padding-top: 160px;*/
    padding-top: 0px;
    /*padding-bottom: 160px;*/
    padding-bottom: 0;
    background-position: center;
}

.banner-header.full-height {
    min-height: 100vh;
}

.banner-header .caption {
    position: relative;
}

.banner-header h1 {
    position: relative;
    font-size: 60px;
    color: #daae2c !important;
    letter-spacing: 1px;
}

.banner-header h1 span {
    color: #daae2c;
}

.banner-header h2 {
    position: relative;
    font-size: 48px;
    color: #fff;
    letter-spacing: 1px;
}

.banner-header h2 span {
    color: #daae2c;
}

.banner-header h3 {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    color: #fff;
}

.banner-header h3 span {
    display: block;
    font-size: 30px;
    display: block;
    margin-top: 0px;
    line-height: 1.5em;
    color: #daae2c;
}

.banner-header h5 {
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #fffacd !important;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 34px;
    max-width: 70%;
    text-transform: uppercase;
}

.banner-header h6 {
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #ddd !important;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 34px;
    max-width: 70%;
    text-transform: capitalize;
}

.banner-header h5 a {
    color: #daae2c;
}

.banner-header p {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
}

.banner-header p a {
    color: #daae2c;
}

.banner-header .icon {
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
}

.banner-header .icon:after,
.banner-header .icon:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: -80px;
    opacity: .2;
}

.banner-header .icon:after {
    right: auto;
    left: -80px;
}

.banner-header .icon i {
    color: #fff;
    margin: 0 2px;
    font-size: 30px;
}

video.video-cover {
    width: 100%;
    height: 100vh;
    object-fit: fill;
}


/* author & date */

.banner-header .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.banner-header .post {
    margin-top: 20px;
}

.banner-header .post div {
    display: inline-block;
}

.banner-header .post .author {
    margin-right: 20px;
    font-size: 12px;
}

.banner-header .post .date-comment {
    position: relative;
    font-size: 12px;
    color: #fff;
    margin-right: 20px
}

.banner-header .post .date-comment i {
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}

.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}


/* bounce */

.banner-header .arrow {
    position: absolute;
    /*bottom: 40px;*/
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 8;
    outline: none;
}

.banner-header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.banner-header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 100%;
}

.banner-header .arrow i:hover {
    border: 1px solid #daae2c;
    color: #daae2c;
}

.banner-header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media screen and (max-width: 767px) {
    .banner-header h1 {
        font-size: 36px;
        letter-spacing: 0;
    }

    .banner-header h1 span {
        font-size: 20px;
    }

    .banner-header h3 {
        font-size: 36px;
    }

    .banner-header h3 span {
        font-size: 27px;
    }
}

.position-relative {
    position: relative !important;
}


/* =======  About style  ======= */

/* about list */
.about-list {
    position: relative;
    display: block;
}

.about-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-list li + li {
    margin-top: 5px;
}

.about-list-icon {
    display: flex;
    align-items: center;
}

.about-list-icon span {
    font-size: 12px;
    color: #daae2c;
}

.about-list-text {
    margin-left: 15px;
}

.about-list-text p {
    font-size: 15px;
    margin: 0;
}

/* ======= Barber Services style ======= */

.barber-services .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.barber-services .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.barber-services .item:hover .con {
    bottom: 0;
}

.barber-services .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.barber-services .item .category {
    position: absolute;
    background: #daae2c;
    color: #fff;
    font-size: 12px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    transform: rotate(-20deg);
    z-index: 3;
    left: 30px;
    top: 30px;
}

.barber-services .item .category:before,
.barber-services .item .category:after {
    content: "";
    position: absolute;
    background: inherit;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    z-index: -2;
    transform: rotate(30deg);
}

.barber-services .item .category:after {
    transform: rotate(60deg);
}

.barber-services .item .con {
    padding: 20px;
    position: absolute;
    /*bottom: -123px;*/
    bottom: -158px;
    text-align: center;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.barber-services .item .con .icon {
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
}

.barber-services .item .con h6,
.barber-services .item .con h6 a {
    position: relative;
    color: #daae2c;
    font-weight: 800;
    font-size: 24px;
    margin-top: 10px;
}

.barber-services .item .con h6 i {
    margin-right: 2px;
}

.barber-services .item .con h5,
.barber-services .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 27px;
}

.barber-services .item .con p {
    color: #fff;
    font-size: 20px;
}

.barber-services .item .con i {
    color: #fff;
    font-size: 18px;
}

.barber-services .item .con i:hover {
    color: #fff;
}

.barber-services .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #000;
    padding: 11px 30px;
}

.barber-services .item .con .butn-light:hover {
    border-color: #000;
}


/* line animation */

.barber-services .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: #daae2c;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 20px;
}

.barber-services .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}


/* permalink */

.barber-services .item .con .permalink {
    font-size: 17px;
    color: #fff;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}

.barber-services .item .con .permalink a {
    color: #daae2c;
    text-align: center;
}

.barber-services .item .con .permalink i {
    font-size: 10px;
    text-align: center;
}

.barber-services .item .con .permalink a:hover,
.barber-services .item .con .permalink i:hover {
    color: #fff;
}


/* ======= Barber Services 2 style  ======= */

.barber-services-2 {
    position: relative;
}

.barber-services-2:last-child {
    margin-bottom: 15px;
}

.barber-services-2 figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
}

.barber-services-2.left figure {
    margin-left: 0;
    margin-right: auto;
}

.barber-services-2 figure img:hover {
    transform: scale(0.98);
}

.barber-services-2 .caption {
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 4% 4% 4% 4%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.barber-services-2.left .caption {
    left: auto;
    right: 0;
    background: #fff;
    padding: 30px;
}

.barber-services-2 .caption.padding-left {
    padding-left: 4%;
}

.barber-services-2.left .caption.padding-left {
    padding-right: 4%;
}

.barber-services-2 .caption h4,
.barber-services-2 .caption h4 a {
    font-size: 32px;
    color: #000;
    margin-bottom: 15px;
}

.barber-services-2 .caption h3,
.barber-services-2 .caption h3 a {
    font-size: 12px;
    color: #daae2c;
    margin-bottom: 5px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.barber-services-2 .caption h3 span {
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.barber-services-2 .caption h6 {
    display: inline-block;
    color: #000;
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.barber-services-2 .caption .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.barber-services-2 .caption .info-wrapper .icon {
    color: #625c56;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 300;
}

.barber-services-2 .caption .info-wrapper .icon.ti-calendar:before {
    content: "\e6b6";
    font-family: 'Themify';
    margin-right: 5px;
    color: #000;
}

.barber-services-2 .caption .info-wrapper .more {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

.barber-services-2 .caption .info-wrapper .more i {
    color: #000;
    font-size: 10px;
}

.barber-services-2 .caption .info-wrapper .date {
    color: #000;
    font-size: 15px;
    background: transparent;
    border: 1px solid #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 3px 12px;
}

.barber-services-2 .caption .info-wrapper .date:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

@media (max-width: 991.98px) {
    .barber-services-2 figure {
        width: auto;
        margin: 0;
    }

    .barber-services-2 .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px 20px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


/* hr style */

hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
}

hr.border-1 {
    border-top: 1px solid rgba(145, 118, 90, 0.001);
}

hr.border-2 {
    border-top: 1px solid rgba(145, 118, 90, 0.001);
    border-width: 1px !important;
    opacity: 0.1;
}


/* ======= First Class Services ======= */

.first-class-services {
    position: relative;
    position: -webkit-sticky;
}

.first-class-services:before {
    top: auto;
    bottom: 0;
    height: 40%;
    background: #f5eee7;
}

.first-class-services:after,
.team:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background: #000;
    z-index: -1;
}

.first-class-services .square-flip {
    /*-webkit-perspective: 1000;*/
    /*-moz-perspective: 1000;*/
    /*-ms-perspective: 1000;*/
    /*perspective: 1000;*/
    /*-webkit-transform: perspective(1000px);*/
    /*-moz-transform: perspective(1000px);*/
    /*-ms-transform: perspective(1000px);*/
    /*transform: perspective(1000px);*/
    /*-webkit-transform-style: preserve-3d;*/
    /*-moz-transform-style: preserve-3d;*/
    /*-ms-transform-style: preserve-3d;*/
    /*transform-style: preserve-3d;*/
    position: relative;
    background-size: cover;
    background-position: center center;
}

.first-class-services .square-flip {
    /*min-height: 450px;*/
    min-height: 330px;
    margin-bottom: 30px;
}

.first-class-services .square,
.first-class-services .square2 {
    width: 100%;
    height: 100%;
}

.first-class-services .square {
    background-size: cover;
    background-position: center center;
    /*-webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*-o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.first-class-services .square .category {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    background: #daae2c;
    border: 1px solid #daae2c;
    padding: 10px 3px;
    line-height: 1.5em;
}

.first-class-services .square .category a {
    color: #fff;
}

.first-class-services .square .category:hover {
    color: #fff;
}

.first-class-services .square h4 {
    color: #fff;
    font-size: 27px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: inline-flex;
}

.first-class-services .square-container .box-title .icon {
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;
}

.first-class-services .square h6,
.first-class-services .square h6 a {
    position: relative;
    color: #daae2c;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.first-class-services .square-flip .square {
    /*-webkit-transform: rotateY(0deg);*/
    /*transform: rotateY(0deg);*/
    /*-webkit-transform-style: preserve-3d;*/
    /*transform-style: preserve-3d;*/
    z-index: 1;
}

.first-class-services .square-flip:hover .square {
    /*-webkit-transform: rotateY(-180deg);*/
    /*transform: rotateY(-180deg);*/
    /*-webkit-transform-style: preserve-3d;*/
    /*transform-style: preserve-3d;*/
}

.first-class-services .square2 {
    background: #6b431c;
    background-size: cover;
    background-position: center center;
    /*-webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*-o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.first-class-services .square2.bg-white {
    background: #fff;
}

.first-class-services .square2:before {
    top: 25px;
    left: 15px;
    right: 15px;
    bottom: 25px;
}

.first-class-services .square2 h4 {
    /*font-size: 27px;*/
    font-size: 22px;
    color: #fff;
}

.first-class-services .square2 h6 {
    position: relative;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.first-class-services .square2 p {
    font-size: 15px;
    color: #FFF;
    line-height: 21px;
}

.first-class-services .square2 p i {
    font-style: normal;
    font-size: 15px;
}

.first-class-services .square2 .icon img {
    width: 60px;
    color: #000;
    margin-bottom: 15px;
}

.first-class-services .btn-line a {
    border-bottom: 1px solid #ccc;
    color: #000;
}

.first-class-services .btn-line a:hover {
    border-bottom: 1px solid #000;
    color: #000;
}

.first-class-services .square-flip .square2 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}

.first-class-services .square-flip:hover .square2 {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.first-class-services .square-container {
    padding: 40px 30px;
    text-align: right;
    /*height: 450px;*/
    height: 360px;
    position: relative;
    /*-webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*-o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*-webkit-transform: translateX(0px) scale(1);*/
    /*-ms-transform: translateX(0px) scale(1);*/
    /*transform: translateX(0px) scale(1);*/
    /*-webkit-transform-style: preserve-3d;*/
    /*transform-style: preserve-3d;*/
    z-index: 2;
}

.first-class-services .square-container .box-title {
    width: 100%;
    text-align: center;
}

.first-class-services .square-flip:hover .square-container {
    -webkit-transform: translateX(-650px) scale(0.88);
    -ms-transform: translateX(-650px) scale(0.88);
    transform: translateX(-650px) scale(0.88);
}

.first-class-services .square-container2 {
    padding: 30px;
    text-align: center;
    position: relative;
    top: 50%;
    /*-webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*-o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);*/
    /*-webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);*/
    /*transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);*/
    /*-webkit-transform-style: preserve-3d;*/
    /*transform-style: preserve-3d;*/
    z-index: 2;
}

.first-class-services .square-container2 .icon {
    font-size: 36px;
    margin-bottom: 10px;
}

.first-class-services .square-flip:hover .square-container2 {
    -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
}

.first-class-services .flip-overlay {
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
}

@media screen and (max-width: 991px) {
    .first-class-services .square-flip {
        margin-bottom: 30px;
    }

    .first-class-services {
        padding-bottom: 70px;
    }
}


/* ======= Services Box style ======= */

.services-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.services-box .item .icon {
    color: #daae2c;
    margin-right: 30px;
}

.services-box .item .icon:before {
    font-size: 50px;
    line-height: 50px;
}

.services-box .item h5 {
    margin-bottom: 10px;
    font-size: 24px;
}

.services-box .item p {
    font-size: 15px;
}


/* hr */

hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* magnific popup custom */

.mfp-figure button {
    border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}


/* ======= Booking Form style ======= */

.select1_wrapper {
    margin-bottom: 0;
}

.select1_inner {
    position: relative;
}

.select1_inner:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    pointer-events: none;
    content: "\e64b";
    font-family: "themify";
    font-size: 10px;
    color: #000;
    font-weight: normal;
    line-height: 15px;
}

.select2 {
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
}

.select2 *:focus {
    outline: none !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 500px;
}

.select2-container--default .select2-selection--single {
    background: none;
    border-radius: 0;
    border: none;
    height: auto;
}

.selection {
    display: inline-flex;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    padding: 12.25px 49px 12.25px 15px;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-dropdown {
    background: none;
    border-radius: 0;
    z-index: 100;
    min-width: 0px;
    border: none;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 2px solid #000;
}

.select2-container--open .select2-dropdown--below {
    border-top: 2px solid #000;
}

.select2-results__option {
    padding: 10px 30px;
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    border-top: 1px solid #f5eee7;
    text-align: center;
}

.select2-results__option:first-child {
    border-top: none;
}

.small .select2-results__option {
    padding-left: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #daae2c;
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #daae2c;
    color: #fff;
}


/* reservation button */

.downloadSec{
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('../img/slider/6.jpg');
}

.reservations {
    display: flex;
    align-items: center;
    padding-top: 30px;
    column-gap: 40px;
    justify-content: center;
}

.reservations img {
    width: 200px;
    border: 1px solid #fff;
    border-radius: 7px;
}

.reservations img:hover {
    transform: scale(1.2);
}

.downloadSec h5{
    font-size: 48px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 800;
}

.reservations .icon {
    position: relative;
    top: -3px;
}

.reservations .icon span {
    font-size: 60px;
    color: #daae2c;
}

.reservations .text {
    margin-left: 15px;
}

.reservations .text p {
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #daae2c;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.reservations .text a {
    font-size: 27px;
    color: #000;
    font-weight: 800;
}

.reservations .text a.color-1 {
    color: #fff;
}


/* ======= Pricing Tabs style  ======= */

.tabs .tab-links ul li {
    display: inline-block;
}

.tabs .tab-links .item-link {
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    margin: 0 10px;
    color: #000;
    font-weight: 800;
    font-size: 24px;
}

.tabs .tab-links .item-link:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 15px;
    background: rgba(145, 118, 90, 0.3);
}

.tabs .tab-links .item-link:last-of-type {
    padding-right: 0;
}

.tabs .tab-links .item-link:last-of-type:after {
    display: none;
}

.tabs .tab-links .item-link.current {
    pointer-events: none;
    color: #daae2c;
}

.tabs .tab-content {
    display: none;
}

.tabs .tab-content.current {
    display: block;
}


/* ======= Buttons style ======= */

/* button 1 */

.button-1 {
    display: inline-block;
    height: auto;
    padding: 15px 25px;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #000;
    line-height: 20px;
    font-weight: 800;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.button-1:hover {
    border: 1px solid #daae2c;
    background-color: #daae2c;
    color: #fff;
}


/* button 2 */

.button-2 {
    display: inline-block;
    height: auto;
    padding: 15px 25px;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #000;
    line-height: 20px;
    font-weight: 800;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.button-2:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #FFF;
}


/* button link */

.link-btn {
    display: inline-block;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}

a.link-btn span {
    margin-right: 5px;
    font-size: 12px;
}

.link-btn.blck {
    color: #000;
}

.link-btn i {
    margin-left: 3px;
    font-size: 15px;
}

.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #daae2c;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.link-btn:hover::before {
    width: 100%
}


/* ======= Footer style ======= */

.footer {
    position: relative;
    display: block;
}

.footer p {
    color: #aba59f;
}

.footer-top {
    position: relative;
    display: block;
    background-color: #000;
    padding: 90px 0 60px 0;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-top .footer-column {
    margin-bottom: 30px;
    text-align: center;
}

.footer-title {
    font-size: 27px;
    color: #fff;
    margin-bottom: 15px;
}

.footer-about-text {
    font-size: 15px;
    color: #aba59f;
    margin: 0;
}

.footer-about-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
}

.footer-about-social-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #daae2c;
    font-size: 15px;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-about-social-list a + a {
    margin-left: 15px;
}

.footer-about-social-list a:hover {
    background-color: transparent;
    color: #fff;
}

.footer-explore-list li + li {
    margin-top: 3px;
}

.footer-explore-list li a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-explore-list li a:hover {
    padding-left: 15px;
    color: #000;
}

.footer-explore-list li a:before {
    position: absolute;
    top: 55%;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-explore-list li a:hover:before {
    opacity: 1;
}

.footer-contact {
    position: relative;
    display: block;
}

.footer-contact .footer-title {
    margin-bottom: 15px;
}

.footer-contact-text {
    font-size: 15px;
    margin: 0;
    color: #aba59f;
    padding-bottom: 15px;
}

.footer-contact-info p {
    margin: 0;
    color: #aba59f;
}

p.footer-contact-phone {
    font-size: 24px;
    color: #daae2c;
    font-weight: 800;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-contact-phone:hover {
    color: #fff;
}

.footer-contact-mail {
    font-size: 15px;
    line-height: 3em;
    color: #aba59f;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-contact-mail:hover {
    color: #fff;
}

.footer-contact-mail:before {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #daae2c;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-contact-mail:hover:before {
    background-color: #aba59f;
}


/* language */

.footer-language {
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
}

.footer-language i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 15px;
    opacity: 0.6;
    color: rgba(255, 255, 255, 0.7);
}

.footer-language select {
    height: 52px;
    background: transparent;
    color: #aba59f;
    border: 1px solid #daae2c;
    border-radius: 0px;
}

.footer-language select option {
    color: #fff;
}

select {
    width: 160px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid #625c56;
    color: #aba59f;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.footer-bottom {
    position: relative;
    text-align: center;
    display: block;
    background-color: #000;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.04);
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.04);
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-bottom-inner {
    position: relative;
    display: block;
}

.footer-bottom-copy-right {
    font-size: 12px;
    color: #aba59f;
    margin: 0;
}

.footer-bottom-copy-right a {
    color: #aba59f;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-bottom-copy-right a:hover {
    color: #daae2c;
}


/* footer list */

.footer .item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.footer .item ul li .tit,
.footer .item ul li .dots,
.footer .item ul li span {
    display: table-cell;
    white-space: nowrap;
}

.footer .item ul li {
    margin-bottom: 15px;
    font-size: 15px;
}

.footer .item ul li:last-of-type {
    margin-bottom: 0;
}

.footer .item ul li span {
    white-space: nowrap;
    padding-left: 10px;
    color: #aba59f;
}

.footer .item ul li .tit {
    padding-right: 10px;
    color: #aba59f;
}

.footer .item ul li .dots {
    height: 4px;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    position: relative;
    top: -7px;
}


/* ======= toTop Button style ======= */

.progress-wrap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 0px rgba(217, 214, 209, 0.5);
    box-shadow: inset 0 0 0 0px rgba(217, 214, 209, 0.5);
}

.progress-wrap::after {
    color: #daae2c;
}

.progress-wrap svg.progress-circle path {
    stroke: #daae2c;
}


/* =======  Overlay Effect Bg image style  ======= */

[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #000;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}

[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
    color: #625c56;
}

[data-overlay-dark] p {
    color: #fff;
}

[data-overlay-light] p {
    color: #625c56;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    /*opacity: 0.7;*/
    opacity: 0.2;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}

.footer-about-social-list {
    justify-content: start; 
}

.footerSec {
    background-color: #000;
    padding: 120px 0 0;
}
.footBox {
    display: flex;
    justify-content: space-between;
}
.footLeft, .footRight {
    width: 50%;
}
.footLeft{
    padding: 86px 60px 80px calc(50% - 565px);
}
    
.footRight {
    padding: 86px calc(50% - 565px) 80px 90px;
    background-color: #262626;
}
.footForm input {
    padding: 12px !important;
}
.footSendBtn {
    background-color: #6c6c6c;
    width: 120px;
    color: #fff;
    height: 48px;
}
.footer-contact-text {
    font-size: 20px;
}
.footer-contact-mail {
    font-size: 18px;
}
.footer-about-social-list a {
    font-size: 20px;
}
.footer-about-social-list a + a {
    margin-left: 40px;
}
.iam{
    color: #fff;
    font-size: 55px;
    padding: 15px;
}
.text{
    color: #fff;
    font-size: 55px;
}

.footTitleBox{
    display: flex;
    column-gap: 2px;
    justify-content: center;
    align-items: center;
    padding: 20px 0 100px;
}
.typed-cursor{
    color: #dbaf34;
    font-size: 70px;
    margin-left: 12px;
    font-weight: 400;
}
.typed-cursor img {
    height: 60px;
}
.position-re img {
    height: 335px;
    width: 100%;
}

.anImg1, .anImg2 {
    width: 75%;
    height: 300px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.animtText {
    font-size: 18px;
    color: #000;
}

/*============= video Slider =============*/
.videoSec {
    padding: 50px 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.sliderCard video {
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination{
    display: flex;
    justify-content: center;
    position: inherit !important;
    width: 100% !important;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    text-align: center;
    line-height: 20px !important;
    font-size: 10px;
    opacity: 1;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.2);
    margin: 3px;
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: #68441f;
    transform: scale(1);
}

.swiper-pagination {
    margin-top: 50px;
}

.videoCont {
    padding:10px;
}
.sliderCard {
    background-color: #fff;
    padding: 6px;
    border: 1px solid #e5e5e5;
}
.videoCont h5 {
    font-size: 22px;
    margin-bottom: 4px;
}
.videoCont p {
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
}

.slidIMG {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.videoCont p{
    margin-bottom: 0px;
}

/* ======= Responsive style ======= */

/*@media (min-width: 1200px) {*/
/*    .container {*/
/*        max-width: 1140px !important;*/
/*    }*/
/*}*/

@media screen and (max-width: 1200px) {
    .footLeft {
        width: 44%;
    }
    .footRight {
        width: 56%;
    }
    .footLeft {
        padding: 86px 60px 80px calc(50% - 460px);
    }
    .footRight {
        padding: 86px calc(50% - 460px) 80px 90px;
    }
}



@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }

    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }

    .logo-img {
        margin-bottom: 0px;
        width: 50px;
    }

    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        /*margin-top: 15px;*/
        border: none;
    }

    .navbar button:hover {
        background: transparent;
    }

    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }

    .navbar .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .navbar .nav-link {
        margin: 0px auto !important;
    }

    .navbar .navbar-nav .nav-link {
        color: #fff;
    }

    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important;
    }

    .nav-scroll .navbar-collapse .active {
        color: #daae2c !important;
    }
    .footBox {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .footLeft {
        padding: 60px 40px 60px 40px;
    }
    .footLeft {
        width: 100%;
    }
    .footRight {
        padding: 60px 40px 60px 40px;
    }
    .footRight {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #000;
        text-align: left;
        padding: 20px 30px 30px;
        margin: 0 -15px;
        position: absolute;
        top: 110px;
        width: 100%;
    }

    .logo-wrapper .logo h2 {
        display: none;
    }
    
    .nav-scroll .logo-img {
        width: 50px;
    }

    .banner-header h2 {
        font-size: 36px;
        letter-spacing: 0;
    }
    
    .section-head .section-title {
        font-size: 27px;
        line-height: 27px;
    }
    
    .downloadSec h5{
        font-size: 27px;
    }
    
    .reservations img {
        width: 150px;
    }
    
    .reservations {
        column-gap: 16px;
    }

    .section-head .section-backtitle {
        display: none;
    }
    .banner-header.full-height{
        min-height: 80vh;
    }
    video.video-cover {
        height: 80vh;
    }

}

@media screen and (max-width: 575px){
    .text {
        font-size: 35px;
        line-height: 30px;
    }
    .typed-cursor{
        font-size: 55px;
    }
    .section-head .section-title {
        font-size: 24px;
    }
    p {
        font-size: 14px;
        text-align: justify;
    }
    .mt-0{
        margin-top: 0px !important;   
    }
    .anImg1 {
        margin-top: 0 !important;
        max-height: 450px;
        object-fit: cover;
    }
    .anImg2{
        max-height: 450px;
        object-fit: cover;
        margin-bottom: 30px;
    }
    .first-class-services .square h4 {
        font-size: 20px;
    }
    .footTitleBox {
        padding: 20px 0 60px;
    }
    .reservations {
        column-gap: 24px;
    }
    .videoCont h5 {
        font-size: 20px;
    }
    .videoCont p {
        font-size: 13px;
        line-height: 18px;
    }
    .videoCont {
        padding: 8px 4px;
    }
    .typed-cursor img {
        height: 50px;
    }
    .banner-header.full-height {
        min-height: 40vh;
        margin-top: 110px;
    }
    .video-cover {
        width: 100%;
        height: 40vh !important;
        object-fit: fill;
    }
    .navbar{
        background: #000;
    }
    .banner-header .arrow i {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 375px) {
    .banner-header h1 {
        font-size: 32px;
    }
    .banner-header h6 {
        font-size: 15px;
        line-height: 28px;
    }
    .reservations img {
        width: 120px;
    }
    .first-class-services .square-flip {
        min-height: 350px;
    }
    .first-class-services .square-container {
        height: 350px;
    }
    .text {
        font-size: 26px;
        line-height: 30px;
    }
    .typed-cursor{
        font-size: 45px;
    }
    .iam {
        font-size: 35px;
        padding: 0px;
    }
    .footLeft {
        padding: 30px 20px 30px 20px;
    }
    .footRight {
        padding: 40px 20px 40px 20px;
    }
    .footerSec {
        padding: 60px 0 0;
    }
    .typed-cursor img {
        height: 33px;
    }


}

    